Upgrade to CPAN-1.88_77.
[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 [ 30329] By: craigb                                on 2007/02/16  14:41:18
33         Log: In configure.com, put the "use" back in useieee (typo in #30325)
34      Branch: perl
35            ! configure.com
36 ____________________________________________________________________________
37 [ 30327] By: rgs                                   on 2007/02/16  10:30:57
38         Log: Avoid to run config_h.SH twice during configuration.
39      Branch: perl
40            ! cflags.SH config_h.SH
41 ____________________________________________________________________________
42 [ 30325] By: craigb                                on 2007/02/16  00:43:07
43         Log: In configure.com, further disambiguate -Duselongdouble and its 
44              prerequisites from other 64-bit options.
45      Branch: perl
46            ! configure.com
47 ____________________________________________________________________________
48 [ 30317] By: rgs                                   on 2007/02/15  14:16:56
49         Log: Hakim Cassimally is the new maintainer of the Perldoc modules
50      Branch: perl
51            ! Porting/Maintainers.pl
52 ____________________________________________________________________________
53 [ 30315] By: rgs                                   on 2007/02/15  13:10:31
54         Log: Subject: Re: Patch for Deep recursion in B::Deparse
55              From: Ash Berlin <ash_cpan@firemirror.com>
56              Date: Thu, 15 Feb 2007 10:47:15 +0000
57              Message-ID: <45D43A33.6070101@firemirror.com>
58      Branch: perl
59            ! ext/B/B/Deparse.pm
60 ____________________________________________________________________________
61 [ 30313] By: rgs                                   on 2007/02/15  12:39:46
62         Log: Subject: Re: [perl #41491] Incorrect regexp warning.
63              From: demerphq <demerphq@gmail.com>
64              Date: Thu, 15 Feb 2007 12:07:40 +0100
65              Message-ID: <9b18b3110702150307t21b5efd2jfdeebccdff9175b1@mail.gmail.com>
66      Branch: perl
67            ! regcomp.c
68 ____________________________________________________________________________
69 [ 30310] By: rgs                                   on 2007/02/15  09:34:01
70         Log: Subject: [PATCH] Use newer 'threads' constructs
71              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
72              Date: Mon, 12 Feb 2007 12:04:33 -0800 (PST)
73              Message-ID: <844555.64815.qm@web30202.mail.mud.yahoo.com>
74      Branch: perl
75            ! ext/XS/APItest/t/my_cxt.t ext/threads/shared/t/blessed.t
76            ! ext/threads/shared/t/cond.t ext/threads/shared/t/hv_refs.t
77            ! ext/threads/threads.xs lib/Thread/Queue.t lib/perl5db.pl
78            ! pod/perlapi.pod pod/perlxs.pod sv.c t/op/threads.t
79 ____________________________________________________________________________
80 [ 30298] By: nicholas                              on 2007/02/14  20:59:02
81         Log: There's no need to special case SVt_NULL in the print code, as it's
82              only 0.01% of the cases called, and the call to SvPV_const() will
83              issue the same warning and return the same empty string result for us.
84              Unfortunately changing the switch statement to an if results in lots of
85              whitespace changes, hence this change appears much larger than it is.
86      Branch: perl
87            ! doio.c
88 ____________________________________________________________________________
89 [ 30293] By: rgs                                   on 2007/02/14  17:29:53
90         Log: Allow to override MAX_RECURSE_EVAL_NOCHANGE_DEPTH,
91              introduced in change 28939 (this should be documented)
92      Branch: perl
93            ! regexp.h
94 ____________________________________________________________________________
95 [ 30280] By: mhx                                   on 2007/02/14  13:23:50
96         Log: Upgrade to Devel::PPPort 3.11
97      Branch: perl
98            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
99            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort_pm.PL
100            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/README
101            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
102            ! ext/Devel/PPPort/mktests.PL ext/Devel/PPPort/module2.c
103            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/parts/apicheck.pl
104            ! ext/Devel/PPPort/parts/inc/MY_CXT
105            ! ext/Devel/PPPort/parts/inc/SvPV
106            ! ext/Devel/PPPort/parts/inc/SvREFCNT
107            ! ext/Devel/PPPort/parts/inc/Sv_set
108            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
109            ! ext/Devel/PPPort/parts/inc/exception
110            ! ext/Devel/PPPort/parts/inc/format
111            ! ext/Devel/PPPort/parts/inc/grok
112            ! ext/Devel/PPPort/parts/inc/limits
113            ! ext/Devel/PPPort/parts/inc/mPUSH
114            ! ext/Devel/PPPort/parts/inc/magic
115            ! ext/Devel/PPPort/parts/inc/memory
116            ! ext/Devel/PPPort/parts/inc/misc
117            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
118            ! ext/Devel/PPPort/parts/inc/newRV
119            ! ext/Devel/PPPort/parts/inc/podtest
120            ! ext/Devel/PPPort/parts/inc/ppphbin
121            ! ext/Devel/PPPort/parts/inc/ppphdoc
122            ! ext/Devel/PPPort/parts/inc/ppphtest
123            ! ext/Devel/PPPort/parts/inc/pvs
124            ! ext/Devel/PPPort/parts/inc/snprintf
125            ! ext/Devel/PPPort/parts/inc/strlfuncs
126            ! ext/Devel/PPPort/parts/inc/sv_xpvf
127            ! ext/Devel/PPPort/parts/inc/threads
128            ! ext/Devel/PPPort/parts/inc/uv
129            ! ext/Devel/PPPort/parts/inc/variables
130            ! ext/Devel/PPPort/parts/inc/version
131            ! ext/Devel/PPPort/parts/inc/warn
132            ! ext/Devel/PPPort/parts/ppptools.pl ext/Devel/PPPort/soak
133            ! ext/Devel/PPPort/typemap
134 ____________________________________________________________________________
135 [ 30278] By: merijn                                on 2007/02/14  07:54:59
136         Log: Subject: Re: [PATCH] Document that m//k works
137              From: demerphq <demerphq@gmail.com>
138              Date: Tue, 13 Feb 2007 22:04:54 +0100
139              Message-ID: <9b18b3110702131304q370f3530j463c1a59c5ac1dfe@mail.gmail.com>
140      Branch: perl
141            + t/op/regexp_pmod.t
142            - t/op/regexp_kmod.t
143            ! MANIFEST ext/re/t/re_funcs.t pod/perlop.pod pod/perlre.pod
144            ! pod/perlvar.pod regexp.h
145 ____________________________________________________________________________
146 [ 30277] By: nicholas                              on 2007/02/14  00:04:54
147         Log: Change 30276 wasn't meant do mess with t/lib/common.pl. Oops.
148              Undo the mistake.
149      Branch: perl
150            ! t/lib/common.pl
151 ____________________________________________________________________________
152 [ 30268] By: nicholas                              on 2007/02/13  20:11:53
153         Log: Invoke minitrue to ensure that my spelling had always been correct.
154              [We] thank Big Brother for raising the chocolate ration to twenty
155              grammes a week.
156      Branch: perl
157            ! Changes
158 ____________________________________________________________________________
159 [ 30267] By: merijn                                on 2007/02/13  20:11:08
160         Log: Subject: Re: Segmentation fault at undeclared for loop variable
161              From: Robin Houston <robin@cpan.org>
162              Date: Tue, 13 Feb 2007 16:50:08 +0000
163              Message-Id: <C8B8E41C-C6FE-4822-918B-C62C916194DF@cpan.org>
164      Branch: perl
165            ! op.c
166 ____________________________________________________________________________
167 [ 30265] By: merijn                                on 2007/02/13  19:43:15
168         Log: Subject: [PATCH] add hooks for capture buffers into regex engine.
169              From: demerphq <demerphq@gmail.com>
170              Date: Tue, 13 Feb 2007 20:27:33 +0100
171              Message-ID: <9b18b3110702131127q79cc6df1lb1480d9a40d15213@mail.gmail.com>
172      Branch: perl
173            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h mg.c perl.h
174            ! proto.h regcomp.c regcomp.h regexp.h
175 ____________________________________________________________________________
176 [ 30264] By: merijn                                on 2007/02/13  19:36:56
177         Log: Subject: Re: [perl #41491] Incorrect regexp warning.
178              From: demerphq <demerphq@gmail.com>
179              Date: Tue, 13 Feb 2007 19:09:17 +0100
180              Message-ID: <9b18b3110702131009l6a0867a3m8317c9d62328f834@mail.gmail.com>
181      Branch: perl
182            ! regcomp.c
183 ____________________________________________________________________________
184 [ 30258] By: steveh                                on 2007/02/13  16:02:42
185         Log: Vadim did the static build change
186      Branch: perl
187            ! pod/perl595delta.pod
188 ____________________________________________________________________________
189 [ 30257] By: rgs                                   on 2007/02/13  15:30:12
190         Log: A few more details in perldelta
191      Branch: perl
192            ! pod/perl595delta.pod
193 ____________________________________________________________________________
194 [ 30256] By: stevep                                on 2007/02/13  15:23:00
195         Log: Upgrade to CPAN-1.88_72
196      Branch: perl
197            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
198            ! lib/CPAN/Queue.pm lib/CPAN/Tarzip.pm
199 ____________________________________________________________________________
200 [ 30255] By: nicholas                              on 2007/02/13  14:22:32
201         Log: Change 26487 left some debugging code in, and through the wonders of
202              autovivification, that code actually introduced a bug, most easily
203              visible for the for the non-5.9.x case.
204      Branch: perl
205            ! ext/B/t/optree_constants.t lib/constant.pm
206 ____________________________________________________________________________
207 [ 30254] By: stevep                                on 2007/02/13  03:19:05
208         Log: Subject: [PATCH] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.70.tar.gz
209              From: John Peacock <jpeacock@rowman.com>
210              Date: Mon, 12 Feb 2007 21:51:23 -0500
211              Message-ID: <45D127AB.3050904@rowman.com>
212      Branch: perl
213            ! lib/version.pm lib/version.pod lib/version.t util.c
214 ____________________________________________________________________________
215 [ 30240] By: nicholas                              on 2007/02/12  20:29:43
216         Log: Integrate:
217              [ 29832]
218              Avoid a SEGV in DBI's test suite, discovered by Andreas.
219              Probably need to go through and audit to see if there are analagous
220              places that need tweaking.
221      Branch: perl
222           !> perl.c
223 ____________________________________________________________________________
224 [ 30236] By: merijn                                on 2007/02/12  18:33:45
225         Log: Subject: Re: [perl #41492] Incorrect match with /(?(DEFINE)(?<A> (?&B)+)(?<B> a))/
226              From: demerphq <demerphq@gmail.com>
227              Date: Mon, 12 Feb 2007 19:15:33 +0100
228              Message-ID: <9b18b3110702121015o1c84ff6hfd69cfa645fae0bf@mail.gmail.com>
229      Branch: perl
230            ! regexec.c t/op/re_tests
231 ____________________________________________________________________________
232 [ 30235] By: nicholas                              on 2007/02/12  18:25:07
233         Log: Integrate:
234              [ 24458]
235              Fix from Steve Peters
236              
237              [ 24464]
238              Subject: RE: 5.8.7-tobe fails to compile on AIX 4.3.3
239              From: "Jan Dubois" <jand@ActiveState.com>
240              Message-Id: <200505131921.j4DJLgG5007986@smtp3.ActiveState.com>
241              Date: Fri, 13 May 2005 12:21:40 -0700
242              
243              
244              and then regenerate reentr.h, with the , no longer inside
245              REENTR_MEMZERO(). This keeps macros looking like functions.
246      Branch: perl
247            ! reentr.h
248           !> reentr.pl
249 ____________________________________________________________________________
250 [ 30234] By: merijn                                on 2007/02/12  17:46:46
251         Log: Subject: Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
252              From: Paul Johnson <paul@pjcj.net>
253              Date: Sat, 10 Feb 2007 23:10:31 +0100
254              Message-ID: <20070210221031.GB31280@pjcj.net>
255      Branch: perl
256            ! README.hpux pod/perlre.pod
257 ____________________________________________________________________________
258 [ 30233] By: rgs                                   on 2007/02/12  17:00:09
259         Log: Skip this test if "use open" fails due to an unknown encoding
260      Branch: perl
261            ! ext/PerlIO/encoding/t/nolooping.t
262 ____________________________________________________________________________
263 [ 30229] By: rgs                                   on 2007/02/12  15:31:56
264         Log: Un-TODO tests avec change #30228
265      Branch: perl
266            ! t/comp/parser.t
267 ____________________________________________________________________________
268 [ 30228] By: rgs                                   on 2007/02/12  15:27:31
269         Log: Subject: Re: PL_copline inconsistency
270              From: Rick Delaney <rick@bort.ca>
271              Date: Sat, 27 Jan 2007 20:29:02 -0500
272              Message-ID: <20070128012902.GA21572@bort.ca>
273      Branch: perl
274            ! toke.c
275 ____________________________________________________________________________
276 [ 30221] By: nicholas                              on 2007/02/12  10:52:28
277         Log: Note why storing a reference as an integer in %^H is not threadsafe.
278      Branch: perl
279            ! pod/perlpragma.pod
280 ____________________________________________________________________________
281 [ 30220] By: rgs                                   on 2007/02/12  09:05:38
282         Log: Document that m//k works, by Ævar Arnfjörð Bjarmason
283      Branch: perl
284            ! pod/perlop.pod
285 ____________________________________________________________________________
286 [ 30219] By: steveh                                on 2007/02/12  09:04:41
287         Log: Apply #30197 to win32/makefile.mk too
288      Branch: perl
289            ! win32/makefile.mk
290 ____________________________________________________________________________
291 [ 30218] By: rgs                                   on 2007/02/12  09:01:30
292         Log: FAQ sync
293      Branch: perl
294            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
295            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
296            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
297 ____________________________________________________________________________
298 [ 30217] By: craigb                                on 2007/02/11  23:52:35
299         Log: Check for the presence of signbit() on VMS. It currently only works
300              on IEEE double, not IEEE long double or any other floating point format.
301              Also, begin to disentangle -Duselongdouble configuration support from
302              its other 64-bit brethren.
303      Branch: perl
304            ! configure.com
305 ____________________________________________________________________________
306 [ 30216] By: craigb                                on 2007/02/11  23:48:46
307         Log: In vms/vms.c's declaration of the LIB$INITIALIZE psect, try to get
308              all of the attributes we need without any of the ones we don't, and
309              try to be friendly to older compilers without too much damage to 
310              readability.  Thanks to Saku Setala for the problem report.
311      Branch: perl
312            ! vms/vms.c
313 ____________________________________________________________________________
314 [ 30215] By: rgs                                   on 2007/02/11  17:29:04
315         Log: Another tiny typo in File::Copy (found by Ruud.)
316      Branch: perl
317            ! lib/File/Copy.pm
318 ____________________________________________________________________________
319 [ 30214] By: rgs                                   on 2007/02/11  17:23:51
320         Log: Explicitly load PerlIO::encoding when testing it.
321              (so we know what we're testing)
322      Branch: perl
323            ! ext/PerlIO/encoding/t/nolooping.t
324 ____________________________________________________________________________
325 [ 30213] By: rgs                                   on 2007/02/11  17:13:44
326         Log: Subject: Re: [perl #41442] segfault (dead loop) with Encoding, use open :locale, print STDERR
327              From: Slaven Rezic <slaven@rezic.de>
328              Date: 05 Feb 2007 23:04:07 +0100
329              Message-ID: <87veiggt2g.fsf@biokovo.herceg.de>
330      Branch: perl
331            + ext/PerlIO/encoding/t/nolooping.t
332            ! MANIFEST ext/PerlIO/encoding/encoding.pm
333            ! ext/PerlIO/encoding/encoding.xs
334 ____________________________________________________________________________
335 [ 30212] By: rgs                                   on 2007/02/11  16:26:47
336         Log: Convert new test to using t/test.pl.
337              (No idea where it could fit better. And since it uses the stack,
338              it's a bit fragile)
339      Branch: perl
340            ! t/op/qrstack.t
341 ____________________________________________________________________________
342 [ 30211] By: rgs                                   on 2007/02/11  16:20:15
343         Log: Subject: [perl #41484] qr// stack bug 
344              From: knew-p5p@pimb.org (via RT) <perlbug-followup@perl.org>
345              Date: Sat, 10 Feb 2007 19:32:17 -0800
346              Message-ID: <rt-3.6.HEAD-14573-1171164736-117.41484-75-0@perl.org>
347      Branch: perl
348            + t/op/qrstack.t
349            ! MANIFEST pp_hot.c
350 ____________________________________________________________________________
351 [ 30200] By: merijn                                on 2007/02/10  20:41:31
352         Log: Subject: Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
353              From: demerphq <demerphq@gmail.com>
354              Date: Sat, 10 Feb 2007 21:31:55 +0100
355              Message-ID: <9b18b3110702101231j5e91cc20g780a8c581af02dd5@mail.gmail.com>
356      Branch: perl
357            ! regcomp.c t/op/pat.t
358 ____________________________________________________________________________
359 [ 30197] By: nicholas                              on 2007/02/10  19:35:09
360         Log: Subject: [PATCH] Defend against cmd.exe stupidity (on Win2k at least)
361              From: demerphq <demerphq@gmail.com>
362              Message-ID: <9b18b3110702101100n76f65136ke65113bf0dbd01f@mail.gmail.com>
363              Date: Sat, 10 Feb 2007 20:00:10 +0100
364      Branch: perl
365            ! win32/Makefile
366 ____________________________________________________________________________
367 [ 30195] By: nicholas                              on 2007/02/10  18:51:31
368         Log: These casts to GV are no longer needed.
369      Branch: perl
370            ! pp.c
371 ____________________________________________________________________________
372 [ 30192] By: merijn                                on 2007/02/10  17:22:04
373         Log: Subject: [PATCH] signbit detection (was [perl #39875] -0.0 loses signedness upon numeric comparison)
374              From: Andy Dougherty <doughera@lafayette.edu>
375              Date: Fri, 9 Feb 2007 11:40:51 -0500 (EST)
376              Message-ID: <Pine.LNX.4.62.0702091121400.10202@fractal.phys.lafayette.edu>
377      Branch: perl
378            ! Configure Porting/Glossary config_h.SH embed.fnc embed.h
379            ! global.sym numeric.c perl.h pod/perlapi.pod proto.h
380 ____________________________________________________________________________
381 [ 30188] By: nicholas                              on 2007/02/09  23:36:46
382         Log: Fix Pod errors.
383      Branch: perl
384            ! README.mpeix gv.c pod/perl595delta.pod pod/perlapi.pod
385 ____________________________________________________________________________
386 [ 30184] By: merijn                                on 2007/02/09  20:06:44
387         Log: Subject: Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
388              From: demerphq <demerphq@gmail.com>
389              Date: Fri, 9 Feb 2007 20:40:17 +0100
390              Message-ID: <9b18b3110702091140k12d60712uf9fffbf77141247c@mail.gmail.com>
391      Branch: perl
392            ! regcomp.c
393 ____________________________________________________________________________
394 [ 30183] By: nicholas                              on 2007/02/09  19:39:45
395         Log: Unknown formatting code U<> spotted by Jesse - presumably it should be
396              L<>
397      Branch: perl
398            ! pod/perlfaq1.pod
399 ____________________________________________________________________________
400 [ 30178] By: nicholas                              on 2007/02/09  12:20:49
401         Log: Update the lists of files that makerel needs to process. Remove the
402              "used only once" warning.
403      Branch: perl
404            ! Porting/makerel
405 ____________________________________________________________________________
406 [ 30177] By: craigb                                on 2007/02/08  18:42:44
407         Log: Switch from Carp to plain old warn in vms/ext/XSSymSet.pm
408              because Carp now in some cases depends on things that may not
409              be available from miniperl or before extensions are built.
410      Branch: perl
411            ! vms/ext/XSSymSet.pm
412 ____________________________________________________________________________
413 [ 30172] By: rgs                                   on 2007/02/08  14:14:25
414         Log: Typo fix, by John P. Linderman
415      Branch: perl
416            ! lib/File/Copy.pm
417 ____________________________________________________________________________
418 [ 30171] By: nicholas                              on 2007/02/08  13:46:31
419         Log: Subject: [PATCH] Re: Change 29193 is a regression
420              From: Rick Delaney <rick@bort.ca>
421              Date: Thu, 8 Feb 2007 08:21:37 -0500
422              Message-ID: <20070208132137.GA24202@bort.ca>
423      Branch: perl
424            ! pp_ctl.c t/op/taint.t
425 ____________________________________________________________________________
426 [ 30170] By: rgs                                   on 2007/02/08  10:16:14
427         Log: Remove dead code that was emitting warnings.
428      Branch: perl
429            ! regcomp.c
430 ____________________________________________________________________________
431 [ 30169] By: merijn                                on 2007/02/08  08:19:24
432         Log: Subject: Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
433              From: demerphq <demerphq@gmail.com>
434              Date: Wed, 7 Feb 2007 22:53:25 +0100
435              Message-ID: <9b18b3110702071353l250d8a67x188c4e234e8905c7@mail.gmail.com>
436      Branch: perl
437            ! pod/perlre.pod regcomp.c t/op/re_tests
438 ____________________________________________________________________________
439 [ 30168] By: nicholas                              on 2007/02/07  23:54:53
440         Log: opening $0 doesn't work if you change directory. So use test.pl
441      Branch: perl
442            ! t/op/taint.t
443 ____________________________________________________________________________
444 [ 30167] By: nicholas                              on 2007/02/07  23:49:44
445         Log: TODO tests for eval of tainted scalars. (change 29193's regression)
446      Branch: perl
447            ! t/op/taint.t
448 ____________________________________________________________________________
449 [ 30157] By: stevep                                on 2007/02/07  14:56:05
450         Log: Upgrade to Time-HiRes-1.9705
451      Branch: perl
452            + ext/Time/HiRes/hints/linux.pl
453            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
454            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
455            ! ext/Time/HiRes/t/HiRes.t
456 ____________________________________________________________________________
457 [ 30156] By: rgs                                   on 2007/02/07  13:58:10
458         Log: Subject: [PATCH] Fix to Dynaloader.t for missing modules
459              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
460              Date: Wed, 7 Feb 2007 05:18:43 -0800 (PST)
461              Message-ID: <618512.39885.qm@web30212.mail.mud.yahoo.com>
462      Branch: perl
463            ! ext/DynaLoader/t/DynaLoader.t
464 ____________________________________________________________________________
465 [ 30155] By: rgs                                   on 2007/02/07  12:27:58
466         Log: Subject: [PATCH hints/linux.sh] libdb may require pthread
467              From: Jonathan Stowe <jns@gellyfish.com>
468              Date: Wed, 07 Feb 2007 11:56:17 +0000
469              Message-Id: <1170849377.13207.14.camel@coriolanus.gellyfish.com>
470      Branch: perl
471            ! hints/linux.sh
472 ____________________________________________________________________________
473 [ 30153] By: rgs                                   on 2007/02/07  09:04:56
474         Log: Wrap the SvTYPE macro definition in parens.
475      Branch: perl
476            ! sv.h
477 ____________________________________________________________________________
478 [ 30152] By: rgs                                   on 2007/02/06  22:37:34
479         Log: Upgrade to threads.pm 1.59 (doc tweaks)
480      Branch: perl
481            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
482            ! ext/threads/t/thread.t ext/threads/threads.pm
483 ____________________________________________________________________________
484 [ 30151] By: rgs                                   on 2007/02/06  22:35:29
485         Log: Upgrade to threads::shared 1.07 (doc tweaks)
486      Branch: perl
487            ! ext/threads/shared/Changes ext/threads/shared/README
488            ! ext/threads/shared/shared.pm
489 ____________________________________________________________________________
490 [ 30150] By: rgs                                   on 2007/02/06  22:33:23
491         Log: Subject: [PATCH] perlop.pod - proposal to add an explanation of \c
492              From: "Wolfgang Laun" <wolfgang.laun@gmail.com>
493              Date: Sat, 3 Feb 2007 16:23:48 +0100
494              Message-ID: <17de7ee80702030723m4265bbfkc83644d55a24aa0@mail.gmail.com>
495      Branch: perl
496            ! pod/perlop.pod
497 ____________________________________________________________________________
498 [ 30149] By: rgs                                   on 2007/02/06  22:29:45
499         Log: Avoid obscure failures when a regexp hasn't matched
500      Branch: perl
501            ! t/op/bless.t
502 ____________________________________________________________________________
503 [ 30148] By: rgs                                   on 2007/02/06  21:54:12
504         Log: Subject: [PATCH] current status on Unicode Regular Expressions
505              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
506              Date: Sat, 03 Feb 2007 17:01:52 +0900
507              Message-Id: <20070203170135.3B43.BQW10602@nifty.com>
508      Branch: perl
509            ! lib/unicore/mktables pod/perlunicode.pod t/op/pat.t
510 ____________________________________________________________________________
511 [ 30147] By: rgs                                   on 2007/02/06  21:48:59
512         Log: Subject: [PATCH] fix 2 environment handling bugs
513              From: Jan Dubois <jand@ActiveState.com>
514              Date: Mon, 05 Feb 2007 21:45:36 -0800
515              Message-ID: <p81gs2pggh04cngqjam0ejite7ksamiprt@4ax.com>
516      Branch: perl
517            ! perl.c
518 ____________________________________________________________________________
519 [ 30146] By: stevep                                on 2007/02/06  21:43:13
520         Log: Upgrade to ExtUtils-Command-1.13
521      Branch: perl
522            ! lib/ExtUtils/Command.pm
523 ____________________________________________________________________________
524 [ 30144] By: stevep                                on 2007/02/06  17:29:09
525         Log: Upgrade to libnet-1.20.  Includes some additional version bumps where bleadperl
526              differs from the CPAN version (Net::FTP and Net::NNTP).
527      Branch: perl
528            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
529            ! lib/Net/FTP/A.pm lib/Net/NNTP.pm lib/Net/POP3.pm
530            ! lib/Net/SMTP.pm
531 ____________________________________________________________________________
532 [ 30143] By: stevep                                on 2007/02/06  16:42:50
533         Log: Upgrade to Module-Pluggable-3.5
534      Branch: perl
535            ! lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
536 ____________________________________________________________________________
537 [ 30142] By: nicholas                              on 2007/02/05  23:52:23
538         Log: Make a dummy OPpPAD_STATE and a dummy PL_unitcheck_save available to
539              pre 5.9.x.
540      Branch: perl
541            ! ext/B/B.xs ext/B/defsubs_h.PL
542 ____________________________________________________________________________
543 [ 30136] By: nicholas                              on 2007/02/05  18:53:18
544         Log: t/lib/common.pl can be warnings clean.
545      Branch: perl
546            ! t/lib/common.pl
547 ____________________________________________________________________________
548 [ 30134] By: nicholas                              on 2007/02/05  18:35:47
549         Log: Upgrade to ExtUtils-ParseXS-2.18
550      Branch: perl
551            ! lib/ExtUtils/ParseXS.pm
552 ____________________________________________________________________________
553 [ 30129] By: rgs                                   on 2007/02/05  15:35:56
554         Log: Subject: [PATCH] cygwin: disable effect of -ansi -std=c89 on system include 
555              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
556              Date: Mon, 5 Feb 2007 03:32:59 -0800 (PST)
557              Message-ID: <1344.63.226.247.186.1170675179.squirrel@63.226.247.186>
558      Branch: perl
559            ! hints/cygwin.sh
560 ____________________________________________________________________________
561 [ 30128] By: rgs                                   on 2007/02/05  12:24:24
562         Log: Upgrade to DB_File 1.815
563      Branch: perl
564            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
565            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
566 ____________________________________________________________________________
567 [ 30126] By: rgs                                   on 2007/02/05  11:29:08
568         Log: Subject: [PATCH] minor improvements for perlre.pod
569              From: "Wolfgang Laun" <wolfgang.laun@gmail.com>
570              Date: Sun, 4 Feb 2007 16:26:14 +0100
571              Message-ID: <17de7ee80702040726v23f54266g3c352d353a30c430@mail.gmail.com>
572      Branch: perl
573            ! pod/perlre.pod
574 ____________________________________________________________________________
575 [ 30125] By: rgs                                   on 2007/02/05  10:05:10
576         Log: Quote fix by Jarkko
577      Branch: perl
578            ! cflags.SH
579 ____________________________________________________________________________
580 [ 30124] By: nicholas                              on 2007/02/05  00:13:08
581         Log: Use the new conditional TODOs to mark as TODO the warning tests
582              failing due to HEKs leaked by OPs for unthreaded perls tested with
583              a UTF-8 locale.
584      Branch: perl
585            ! lib/warnings.t t/lib/warnings/7fatal
586 ____________________________________________________________________________
587 [ 30123] By: nicholas                              on 2007/02/05  00:12:25
588         Log: Enhance t/lib/common.pl to provide conditional TODOs using eval'd code.
589      Branch: perl
590            ! t/lib/common.pl
591 ____________________________________________________________________________
592 [ 30120] By: craigb                                on 2007/02/04  20:43:46
593         Log: In vms/gen_shrfls.pl, consider EXTERN_C declarations as function
594              candidates, not global variable candidates.  Currently only needed
595              for PerlIO_teardown.
596      Branch: perl
597            ! vms/gen_shrfls.pl
598 ____________________________________________________________________________
599 [ 30119] By: nicholas                              on 2007/02/04  20:32:13
600         Log: Change 23753 wasn't quite a perfect refactoring, as it omitted calling
601              PERL_SET_THX(my_perl); when !PL_curinterp for non-ithreads.
602              However, this would not have made a difference for any configuration
603              buildable from the blead source alone.
604      Branch: perl
605            ! perl.c
606 ____________________________________________________________________________
607 [ 30114] By: nicholas                              on 2007/02/04  18:38:59
608         Log: Currently Changes is in ISO-8859-1, not UTF-8, so correct change 28226
609              which had an e accute in UTF-8.
610      Branch: perl
611            ! Changes
612 ____________________________________________________________________________
613 [ 30111] By: craigb                                on 2007/02/03  23:53:06
614         Log: Install overload.h on VMS, plus more case fix-ups in descrip_mms.template.
615      Branch: perl
616            ! vms/descrip_mms.template
617 ____________________________________________________________________________
618 [ 30108] By: craigb                                on 2007/02/03  18:52:02
619         Log: Install parser.h on VMS, plus fix some case typos in descrip_mms.template.
620      Branch: perl
621            ! vms/descrip_mms.template
622 ____________________________________________________________________________
623 [ 30105] By: nicholas                              on 2007/02/03  15:23:52
624         Log: Purge all references to 5005 threads variables in the code.
625              (Retain the aides memoire in makedef.pl)
626      Branch: perl
627            ! Porting/findvars gv.c hv.c op.c perl.c pp_ctl.c sv.c
628 ____________________________________________________________________________
629 [ 30104] By: stevep                                on 2007/02/03  06:25:11
630         Log: Subject: Re: prerelease checklist for Perl 5.10
631              From: demerphq <demerphq@gmail.com>
632              Date: Thu, 1 Feb 2007 17:06:37 +0100
633              Message-ID: <9b18b3110702010806n7e095317v77f5dc1eb765f8d@mail.gmail.com>
634              
635              Subject: Re: prerelease checklist for Perl 5.10
636              From: demerphq <demerphq@gmail.com>
637              Date: Fri, 2 Feb 2007 18:10:14 +0100
638              Message-ID: <9b18b3110702020910l31c7784fi5e37bf777b6eafb3@mail.gmail.com>
639              
640              Regular expression changes to fix failing tests in XML::Twig and
641              Mail::SpamAssassin.  The breakages occured in changes #28785 and
642              #29279.
643      Branch: perl
644            ! embed.fnc embed.h proto.h regexec.c regexp.h t/op/re_tests
645 ____________________________________________________________________________
646 [ 30103] By: nicholas                              on 2007/02/02  23:35:22
647         Log: Subject: Re: [perl #41421] glob() produces spurious results with brackets in braces
648              From: Slaven Rezic <slaven@rezic.de>
649              Message-ID: <87r6t81acj.fsf@biokovo.herceg.de>
650              Date: 02 Feb 2007 23:08:28 +0100
651      Branch: perl
652            ! ext/File/Glob/bsd_glob.c ext/File/Glob/t/basic.t
653 ____________________________________________________________________________
654 [ 30101] By: nicholas                              on 2007/02/02  22:10:39
655         Log: A few more places where we know the length for sv_setpv() or sv_catpv()
656      Branch: perl
657            ! mg.c op.c pp_ctl.c toke.c
658 ____________________________________________________________________________
659 [ 30093] By: nicholas                              on 2007/02/02  16:25:23
660         Log: Testing every pattern by also upgrading to UTF-8 would have caught the
661              bug added by change 29502, fixed in change 30092.
662      Branch: perl
663            ! t/op/regexp.t
664 ____________________________________________________________________________
665 [ 30092] By: nicholas                              on 2007/02/02  14:37:31
666         Log: Change 29502 wasn't perfect - you need to remove any extra trailing
667              "\n" added by fbm_compile(), before recompiling with the same flags.
668              In turn, to do that, it's best to store the flags even for short
669              "PVBM"s.
670      Branch: perl
671            ! regexec.c util.c
672 ____________________________________________________________________________
673 [ 30091] By: nicholas                              on 2007/02/02  14:35:51
674         Log: Better dump reporting of "PVBM"s.
675      Branch: perl
676            ! dump.c
677 ____________________________________________________________________________
678 [ 30090] By: nicholas                              on 2007/02/01  23:32:22
679         Log: Allow regexp.t to take a command line argument for the filename of
680              tests. Read the tests into memory, to avoid seeking the FH.
681      Branch: perl
682            ! t/op/regexp.t
683 ____________________________________________________________________________
684 [ 30089] By: nicholas                              on 2007/02/01  16:49:12
685         Log: Make t/op/regexp.t warnings clean.
686      Branch: perl
687            ! t/op/regexp.t
688 ____________________________________________________________________________
689 [ 30088] By: nicholas                              on 2007/02/01  16:27:00
690         Log: Make t/op/regexp.t run under use strict; including removing the
691              vestiges of change 1195 not removed by change 1244.
692      Branch: perl
693            ! t/op/re_tests t/op/regexp.t
694 ____________________________________________________________________________
695 [ 30087] By: merijn                                on 2007/01/31  15:38:06
696         Log: alloca () might end up unreferenced during linking.
697              Thanks Steve
698      Branch: perl
699            ! cygwin/cygwin.c
700 ____________________________________________________________________________
701 [ 30086] By: rgs                                   on 2007/01/31  13:58:40
702         Log: Upgrade to Getopt::Long 2.36
703      Branch: perl
704            + lib/Getopt/Long/t/gol-xargv.t lib/Getopt/Long/t/gol-xstring.t
705            ! MANIFEST lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
706            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
707            ! lib/Getopt/Long/t/gol-linkage.t
708 ____________________________________________________________________________
709 [ 30085] By: nicholas                              on 2007/01/31  12:14:05
710         Log: You can't have special blocks if the subroutine has an "anonymous"
711              name for the debugger, so don't bother checking.
712      Branch: perl
713            ! op.c
714 ____________________________________________________________________________
715 [ 30084] By: merijn                                on 2007/01/31  10:29:59
716         Log: Subject: [PATCH] Improve regex stringification code
717              From: demerphq <demerphq@gmail.com>
718              Date: Tue, 30 Jan 2007 23:58:31 +0100
719              Message-ID: <9b18b3110701301458k2f6a8254hea6c6db28489c38b@mail.gmail.com>
720      Branch: perl
721            ! embed.fnc embed.h ext/re/re.xs ext/re/t/re_funcs.t op.c perl.h
722            ! pod/perlapi.pod proto.h regcomp.c regcomp.h regexec.c regexp.h
723 ____________________________________________________________________________
724 [ 30083] By: merijn                                on 2007/01/31  09:51:48
725         Log: Subject: [PATCH] regcomp.c: remove some gotos that cause compiler consternation.
726              From: demerphq <demerphq@gmail.com>
727              Date: Wed, 31 Jan 2007 10:28:34 +0100
728      Branch: perl
729            ! regcomp.c
730 ____________________________________________________________________________
731 [ 30082] By: merijn                                on 2007/01/31  07:49:12
732         Log: Subject: [PATCH] Improve regex stringification code
733              From: demerphq <demerphq@gmail.com>
734              Date: Tue, 30 Jan 2007 23:58:31 +0100
735              Message-ID: <9b18b3110701301458k2f6a8254hea6c6db28489c38b@mail.gmail.com>
736      Branch: perl
737            ! embed.fnc embed.h ext/re/re.xs ext/re/t/re_funcs.t op.c perl.h
738            ! proto.h regcomp.c regcomp.h regexec.c regexp.h
739 ____________________________________________________________________________
740 [ 30081] By: merijn                                on 2007/01/31  07:34:39
741         Log: Subject: [PATCH] $1 in nested regex EVAL doesnt work correctly.
742              From: demerphq <demerphq@gmail.com>
743              Date: Tue, 30 Jan 2007 23:51:27 +0100
744              Message-ID: <9b18b3110701301451l1443a186p39df7a6e8b65ea3c@mail.gmail.com>
745      Branch: perl
746            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm ext/re/re.pm regcomp.c
747            ! regexec.c t/op/pat.t
748 ____________________________________________________________________________
749 [ 30080] By: nicholas                              on 2007/01/30  23:53:56
750         Log: Refactor the code used to check/execute BEGIN/UNITCHECK/CHECK/INIT/END
751              duplicated in newATTRSUB and newXS into a new static function
752              process_special_blocks()
753      Branch: perl
754            ! embed.fnc embed.h op.c proto.h
755 ____________________________________________________________________________
756 [ 30079] By: merijn                                on 2007/01/30  17:39:58
757         Log: Subject: [PATCH] one more iteration on PerlIO_teardown prototype
758              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
759              Date: Tue, 30 Jan 2007 04:20:21 +0200 (EET)
760              Message-Id: <20070130022021.6051443A67@anubis.hut.fi>
761      Branch: perl
762            ! perl.h perliol.h
763 ____________________________________________________________________________
764 [ 30078] By: gisle                                 on 2007/01/30  11:13:51
765         Log: Subject: [PATCH] Re: run/cloexec.t is failing
766              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
767              Date: Sat, 13 Jan 2007 18:44:53 +0100
768              Message-ID: <20070113184453.7cd54bcf@r2d2>
769      Branch: perl
770            ! t/run/cloexec.t
771 ____________________________________________________________________________
772 [ 30076] By: nicholas                              on 2007/01/29  23:36:02
773         Log: Also check BEGIN/UNITCHECK/CHECK/INIT/END for require.
774      Branch: perl
775            + ext/XS/APItest/t/xs_special_subs_require.t
776            ! MANIFEST ext/XS/APItest/t/xs_special_subs.t
777 ____________________________________________________________________________
778 [ 30072] By: nicholas                              on 2007/01/29  22:40:01
779         Log: UNITCHECK for XS code. Turned out to be harder that expected.
780              We need to get the XS BOOT section to run any UNITCHECK blocks for us.
781      Branch: perl
782            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
783            ! ext/XS/APItest/t/xs_special_subs.t lib/ExtUtils/ParseXS.pm
784            ! op.c
785 ____________________________________________________________________________
786 [ 30067] By: nicholas                              on 2007/01/29  20:05:52
787         Log: BEGIN blocks in XS should work. (Given that CHECK, INIT and END all do)
788      Branch: perl
789            + ext/XS/APItest/t/xs_special_subs.t
790            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
791            ! op.c
792 ____________________________________________________________________________
793 [ 30064] By: nicholas                              on 2007/01/29  18:28:16
794         Log: Add av_create_and_push() and av_create_and_unshift_one() to refactor
795              out two repeated idioms.
796      Branch: perl
797            ! av.c doio.c embed.fnc op.c perl.c pod/perlapi.pod proto.h
798 ____________________________________________________________________________
799 [ 30059] By: gisle                                 on 2007/01/29  16:54:38
800         Log: Avoid test failure with for a -Dusesitecustomize perl.
801      Branch: perl
802            ! t/run/switchd.t
803 ____________________________________________________________________________
804 [ 30052] By: nicholas                              on 2007/01/28  22:30:18
805         Log: Convert ext/B/t/debug.t to Test::More. (Diagnostics are good, m'kay)
806      Branch: perl
807            ! ext/B/t/debug.t
808 ____________________________________________________________________________
809 [ 30050] By: rgs                                   on 2007/01/28  17:26:02
810         Log: Subject: [PATCH] g++ wants cast
811              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
812              Date: Sun, 28 Jan 2007 17:04:44 +0200 (EET)
813              Message-Id: <20070128150444.AC62043A57@anubis.hut.fi>
814      Branch: perl
815            ! sv.c
816 ____________________________________________________________________________
817 [ 30044] By: nicholas                              on 2007/01/27  22:49:10
818         Log: As we're not using UVf in the core, don't even define in when PERL_CORE
819              is true.
820      Branch: perl
821            ! perl.h
822 ____________________________________________________________________________
823 [ 30043] By: nicholas                              on 2007/01/27  22:48:39
824         Log: Change 30034 wasn't enough to silence the warnings - also need to
825              pass a never-NULL parameter to newPADOP from newGVOP
826      Branch: perl
827            ! op.c
828 ____________________________________________________________________________
829 [ 30041] By: craigb                                on 2007/01/27  22:08:55
830         Log: Subject: [perl@30030] blead on OpenVMS doesn't build
831              From: Abe Timmerman <abe@ztreet.demon.nl>
832              Date: Sat, 27 Jan 2007 17:26:47 +0100
833              Message-Id: <200701271726.48347.abe@ztreet.demon.nl>
834              
835              Disable DECterm support by default, and when we enable it, 
836              make sure the image we need is installed, not merely present.
837      Branch: perl
838            ! configure.com
839 ____________________________________________________________________________
840 [ 30037] By: craigb                                on 2007/01/27  17:45:27
841         Log: For FindBin to work as advertised on VMS, $FindBin::Bin
842              must be in unix syntax.
843      Branch: perl
844            ! lib/FindBin.pm
845 ____________________________________________________________________________
846 [ 30035] By: craigb                                on 2007/01/27  17:19:12
847         Log: For VMS, a belated entry into the $^O jungle that is File::Find::_find_dir.
848      Branch: perl
849            ! lib/File/Find.pm
850 ____________________________________________________________________________
851 [ 30034] By: nicholas                              on 2007/01/27  17:03:59
852         Log: newPADOP()'s sv parameter is never NULL, so mark it as so.
853              (Well, in theory it could be NULL if someone is creating ops during
854              symbol table destruction, but snowballs in hell, etc.
855              This is usually the point where Jarkko observes that the aliens are
856              looking for a free slot in their diaries...)
857      Branch: perl
858            ! embed.fnc op.c proto.h
859 ____________________________________________________________________________
860 [ 30032] By: nicholas                              on 2007/01/27  15:36:49
861         Log: newPADOP is only used under ithreads, so don't waste space by compiling
862              it for non-threaded builds.
863      Branch: perl
864            ! embed.fnc embed.h makedef.pl op.c proto.h
865 ____________________________________________________________________________
866 [ 30030] By: nicholas                              on 2007/01/27  14:03:01
867         Log: One last gv_fetchpv() that should be GV_ADD rather than TRUE.
868      Branch: perl
869            ! toke.c
870 ____________________________________________________________________________
871 [ 30028] By: nicholas                              on 2007/01/27  12:55:31
872         Log: Using gv_stashsv() and sv_setsv() in Perl_package reduces source and
873              object code size.
874      Branch: perl
875            ! op.c
876 ____________________________________________________________________________
877 [ 30025] By: rgs                                   on 2007/01/27  09:42:32
878         Log: Change Tels' contact address
879      Branch: perl
880            ! Porting/Maintainers.pl
881 ____________________________________________________________________________
882 [ 30024] By: nicholas                              on 2007/01/27  00:45:30
883         Log: A test to exercise the smallbuf overflow code in S_incline, and a
884              refactoring of that code to use only one 128 char array, not two.
885      Branch: perl
886            ! t/comp/parser.t toke.c
887 ____________________________________________________________________________
888 [ 30019] By: rgs                                   on 2007/01/26  18:28:42
889         Log: cflags.SH was broken: it was compiling a C file for testing available
890              command-line options, but this C file was including perl.h, which in
891              turn includes config.h, which might not be present at that time. So
892              force the generation of config.h.
893      Branch: perl
894            ! cflags.SH
895 ____________________________________________________________________________
896 [ 30017] By: rgs                                   on 2007/01/26  16:41:52
897         Log: Silence a few pedantic warnings
898      Branch: perl
899            ! sv.c
900 ____________________________________________________________________________
901 [ 30016] By: rgs                                   on 2007/01/26  16:39:40
902         Log: If we have specified -Dgccansipedantic on the Configure command-line,
903              assume we really want it
904      Branch: perl
905            ! cflags.SH
906 ____________________________________________________________________________
907 [ 30015] By: nicholas                              on 2007/01/26  16:16:29
908         Log: Stop S_incline needing to temporarily write a '\0' into its passed-in
909              buffer. (Requires adding gv_fetchfile_flags(), savesharedpvn() and
910              CopFILE_setn() to provide pointer/length versions of APIs)
911      Branch: perl
912            ! cop.h embed.fnc embed.h global.sym gv.c pod/perlapi.pod
913            ! proto.h toke.c util.c
914 ____________________________________________________________________________
915 [ 30014] By: stevep                                on 2007/01/26  16:12:58
916         Log: Fix ext/POSIX/t/sysconf.t failures on Cygwin.
917      Branch: perl
918            ! ext/POSIX/t/sysconf.t
919 ____________________________________________________________________________
920 [ 30013] By: rgs                                   on 2007/01/26  16:06:47
921         Log: Subject: Re: [perl #32135] File::Copy module
922              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
923              Date: Fri, 26 Jan 2007 12:56:18 -0200
924              Message-ID: <73ddeb6c0701260656i1c35b207r1f9624edd3503fa6@mail.gmail.com>
925      Branch: perl
926            ! lib/File/Copy.pm
927 ____________________________________________________________________________
928 [ 30012] By: rgs                                   on 2007/01/26  15:21:37
929         Log: Subject: [PATCH] Add Archive::Extract 0.16 to the core
930              From: "Jos Boumans" <kane@dwim.org>
931              Date: Fri, 26 Jan 2007 15:02:36 +0100 (CET)
932              Message-ID: <21170.80.127.35.68.1169820156.squirrel@webmail.xs4all.nl>
933      Branch: perl
934            + lib/Archive/Extract.pm
935            + lib/Archive/Extract/t/01_Archive-Extract.t
936            + lib/Archive/Extract/t/src/double_dir.zip.packed
937            + lib/Archive/Extract/t/src/x.bz2.packed
938            + lib/Archive/Extract/t/src/x.gz.packed
939            + lib/Archive/Extract/t/src/x.jar.packed
940            + lib/Archive/Extract/t/src/x.par.packed
941            + lib/Archive/Extract/t/src/x.tar.gz.packed
942            + lib/Archive/Extract/t/src/x.tar.packed
943            + lib/Archive/Extract/t/src/x.tgz.packed
944            + lib/Archive/Extract/t/src/x.zip.packed
945            + lib/Archive/Extract/t/src/y.jar.packed
946            + lib/Archive/Extract/t/src/y.par.packed
947            + lib/Archive/Extract/t/src/y.tar.bz2.packed
948            + lib/Archive/Extract/t/src/y.tar.gz.packed
949            + lib/Archive/Extract/t/src/y.tar.packed
950            + lib/Archive/Extract/t/src/y.tbz.packed
951            + lib/Archive/Extract/t/src/y.tgz.packed
952            + lib/Archive/Extract/t/src/y.zip.packed
953            ! MANIFEST
954 ____________________________________________________________________________
955 [ 30010] By: rgs                                   on 2007/01/26  14:03:34
956         Log: Subject: [PATCH] Small bugfixes to uupacktool.pl
957              From: "Jos Boumans" <kane@dwim.org>
958              Date: Fri, 26 Jan 2007 14:50:29 +0100 (CET)
959              Message-ID: <16773.80.127.35.68.1169819429.squirrel@webmail.xs4all.nl>
960      Branch: perl
961            ! uupacktool.pl
962 ____________________________________________________________________________
963 [ 30009] By: rgs                                   on 2007/01/26  13:58:56
964         Log: Subject: [PATCH] still some Symbian/S90 tweaks
965              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
966              Date: Fri, 26 Jan 2007 15:40:58 +0200 (EET)
967              Message-Id: <20070126134058.83B0643A57@anubis.hut.fi>
968      Branch: perl
969            ! README.symbian symbian/config.sh symbian/xsbuild.pl
970 ____________________________________________________________________________
971 [ 30008] By: rgs                                   on 2007/01/26  13:56:29
972         Log: Upgrade to File::Fetch 0.10, by Jos Boumans
973      Branch: perl
974            - lib/File/Fetch/Item.pm
975            ! MANIFEST lib/File/Fetch.pm lib/File/Fetch/t/01_File-Fetch.t
976 ____________________________________________________________________________
977 [ 30002] By: rgs                                   on 2007/01/26  11:21:17
978         Log: Let File::Path report the extended system error message
979              when available (Ilya Zakharevich)
980      Branch: perl
981            ! lib/File/Path.pm
982 ____________________________________________________________________________
983 [ 30000] By: nicholas                              on 2007/01/26  11:18:02
984         Log: As we're not passing over (or copying in) a NUL, don't need that extra
985              byte for it, so correct the < to <= so that we use the smallbuf
986              whenever possible.
987      Branch: perl
988            ! gv.c toke.c
989 ____________________________________________________________________________
990 [ 29998] By: rgs                                   on 2007/01/26  10:55:50
991         Log: Mention //w in perltodo.
992      Branch: perl
993            ! pod/perltodo.pod
994 ____________________________________________________________________________
995 [ 29994] By: rgs                                   on 2007/01/26  09:17:56
996         Log: Upgrade to Time::Local 1.17
997      Branch: perl
998            ! lib/Time/Local.pm lib/Time/Local.t
999 ____________________________________________________________________________
1000 [ 29992] By: rgs                                   on 2007/01/26  09:03:27
1001         Log: Subject: [PATCH] utf8.pm doc patch
1002              From: Audrey Tang <audreyt@audreyt.org>
1003              Date: Fri, 26 Jan 2007 05:38:39 +0800
1004              Message-Id: <5BDAD0DE-3434-4A29-82C6-35AE3EFD27CC@audreyt.org>
1005      Branch: perl
1006            ! lib/utf8.pm
1007 ____________________________________________________________________________
1008 [ 29991] By: rgs                                   on 2007/01/26  09:01:01
1009         Log: Some variables are used only with DEBUGGING
1010      Branch: perl
1011            ! regcomp.c
1012 ____________________________________________________________________________
1013 [ 29990] By: rgs                                   on 2007/01/26  08:39:07
1014         Log: Subject: [PATCH] further Symbian/S90 fixes from alexander smishlajev
1015              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
1016              Date: Fri, 26 Jan 2007 05:51:50 +0200 (EET)
1017              Message-Id: <20070126035150.41A4143A67@anubis.hut.fi>
1018      Branch: perl
1019            ! README.symbian ext/Data/Dumper/Dumper.xs symbian/PerlBase.cpp
1020            ! symbian/config.sh symbian/symbianish.h symbian/xsbuild.pl
1021 ____________________________________________________________________________
1022 [ 29989] By: rgs                                   on 2007/01/26  08:27:23
1023         Log: Upgrade to Module::Load::Conditional 0.16, by Jos Boumans
1024      Branch: perl
1025            + lib/Module/Load/Conditional/t/02_Parse_Version.t
1026            ! MANIFEST lib/Module/Load/Conditional.pm
1027            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
1028 ____________________________________________________________________________
1029 [ 29987] By: nicholas                              on 2007/01/25  23:18:25
1030         Log: Convert the last remaining 256 byte "small"bufs to 128 bytes.
1031              (The actual size doesn't matter, as the buffers are only there to
1032              save a malloc() for the common, short, case. Coverage reports suggest
1033              that we aren't actually testing the long case. Yet - will fix this)
1034      Branch: perl
1035            ! gv.c toke.c
1036 ____________________________________________________________________________
1037 [ 29983] By: nicholas                              on 2007/01/25  22:39:08
1038         Log: Neither gv_fetchpvn_flags() nor hv_fetch() need a NUL terminated
1039              string, so don't bother allocating buffer space or adding a NUL.
1040      Branch: perl
1041            ! gv.c toke.c
1042 ____________________________________________________________________________
1043 [ 29977] By: nicholas                              on 2007/01/25  20:57:56
1044         Log: The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask
1045              of flags, not a boolean, so correct the documenation and callers.
1046      Branch: perl
1047            ! embed.fnc ext/B/B.xs ext/IPC/SysV/SysV.xs
1048            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs gv.c op.c
1049            ! perlio.c pod/perlapi.pod pod/perlguts.pod pp.c pp_hot.c
1050            ! pp_sys.c proto.h sv.c toke.c universal.c utf8.c
1051 ____________________________________________________________________________
1052 [ 29975] By: rgs                                   on 2007/01/25  17:22:40
1053         Log: Subject: split by " \0" (const string staring with a SPACE followed by NULL)
1054              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1055              Date: Fri, 19 Jan 2007 22:21:48 +0900
1056              Message-Id: <20070119221905.D162.BQW10602@nifty.com>
1057      Branch: perl
1058            ! op.c t/op/split.t
1059 ____________________________________________________________________________
1060 [ 29973] By: rgs                                   on 2007/01/25  14:48:49
1061         Log: Upgrade to threads 1.58:
1062              * Ignore thread return value(s) in void context
1063              * Check for missing args for 'use threads' options
1064              * Check that stack size argument is numeric
1065      Branch: perl
1066            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
1067            ! ext/threads/t/thread.t ext/threads/threads.pm
1068            ! ext/threads/threads.xs
1069 ____________________________________________________________________________
1070 [ 29972] By: rgs                                   on 2007/01/25  12:23:45
1071         Log: Subject: Re: [perl #41283] B::walkoptree_slow fails for 'our @foo = split( m/ /, "hello" )'
1072              From: "Joshua ben Jore" <twists@gmail.com>
1073              Date: Wed, 17 Jan 2007 17:49:22 -0800
1074              Message-ID: <dc5c751d0701171749x3f2dfd00tc523d33bc234c530@mail.gmail.com>
1075      Branch: perl
1076            ! ext/B/B.pm
1077 ____________________________________________________________________________
1078 [ 29970] By: nicholas                              on 2007/01/25  11:41:13
1079         Log: Change 28058 hadn't been tested with -DPERL_CREATE_GVSV
1080      Branch: perl
1081            ! gv.c
1082 ____________________________________________________________________________
1083 [ 29960] By: nicholas                              on 2007/01/24  21:42:53
1084         Log: Display the process id as part of the trace output if running with -Dv
1085              (Might be nice to display the thread ID too under ithreads, but I can't
1086              see a clean way to get that)
1087      Branch: perl
1088            ! deb.c
1089 ____________________________________________________________________________
1090 [ 29956] By: nicholas                              on 2007/01/24  19:07:49
1091         Log: Fix typo in the description of change 27911
1092      Branch: perl
1093            ! Changes
1094 ____________________________________________________________________________
1095 [ 29954] By: nicholas                              on 2007/01/24  18:44:51
1096         Log: Wrap the macro arguments for ck_proto in ().
1097      Branch: perl
1098            ! op.h
1099 ____________________________________________________________________________
1100 [ 29942] By: rgs                                   on 2007/01/24  11:32:24
1101         Log: Subject: [PATCH] fix a few references in perlfunc.html
1102              From: Jan Dubois <jand@ActiveState.com>
1103              Date: Tue, 23 Jan 2007 18:25:02 -0800
1104              Message-ID: <oggdr2pfqj8bb2o47ikmmq9gmjebhr8ht6@4ax.com>
1105      Branch: perl
1106            ! pod/perlfunc.pod
1107 ____________________________________________________________________________
1108 [ 29941] By: rgs                                   on 2007/01/24  11:22:17
1109         Log: Subject: [PATCH] Improve documentation PERLIO default value in perlrun.pod
1110              From: Jan Dubois <jand@ActiveState.com>
1111              Date: Tue, 23 Jan 2007 18:43:55 -0800
1112              Message-ID: <jhhdr21vmlo5ccbfd8la2di4bq8crv3s8t@4ax.com>
1113      Branch: perl
1114            ! pod/perlrun.pod
1115 ____________________________________________________________________________
1116 [ 29940] By: rgs                                   on 2007/01/24  11:02:24
1117         Log: Upgrade to Time::Local 1.16
1118      Branch: perl
1119            ! lib/Time/Local.pm lib/Time/Local.t
1120 ____________________________________________________________________________
1121 [ 29938] By: nicholas                              on 2007/01/23  22:54:00
1122         Log: Add lib to @INC so that ./perl t/op/local.t works.
1123      Branch: perl
1124            ! t/op/local.t
1125 ____________________________________________________________________________
1126 [ 29937] By: nicholas                              on 2007/01/23  21:07:06
1127         Log: Change 29936 missed a ;
1128      Branch: perl
1129            ! lib/Time/Local.pm
1130 ____________________________________________________________________________
1131 [ 29936] By: stevep                                on 2007/01/23  18:43:50
1132         Log: Fix to Time::Local to fix problems with leap year calculation.
1133      Branch: perl
1134            ! lib/Time/Local.pm
1135 ____________________________________________________________________________
1136 [ 29935] By: stevep                                on 2007/01/23  15:02:56
1137         Log: Upgrade to File-Temp-0.18.
1138      Branch: perl
1139            + lib/File/Temp/t/cmp.t
1140            ! MANIFEST lib/File/Temp.pm
1141 ____________________________________________________________________________
1142 [ 29934] By: stevep                                on 2007/01/23  14:29:55
1143         Log: Upgrade to AutoLoader-5.63
1144      Branch: perl
1145            ! lib/AutoLoader.pm
1146 ____________________________________________________________________________
1147 [ 29933] By: stevep                                on 2007/01/23  02:20:31
1148         Log: Upgrade to Test-Simple-0.67
1149      Branch: perl
1150            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
1151            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
1152 ____________________________________________________________________________
1153 [ 29932] By: stevep                                on 2007/01/23  02:14:57
1154         Log: Upgrade to Math-Complex-1.37.
1155      Branch: perl
1156            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Math/Trig.t
1157 ____________________________________________________________________________
1158 [ 29931] By: stevep                                on 2007/01/23  01:55:48
1159         Log: Subject: [PATCH] Time::Local patch take 2
1160              From: Dave Rolsky <autarch@urth.org>
1161              Date: Mon, 22 Jan 2007 09:46:08 -0600 (CST)
1162              Message-ID: <Pine.LNX.4.64.0701220945040.28849@urth.org>
1163      Branch: perl
1164            ! lib/Time/Local.pm lib/Time/Local.t
1165 ____________________________________________________________________________
1166 [ 29930] By: stevep                                on 2007/01/23  01:52:16
1167         Log: Subject: [perl #41318] Patch: win32.c typo in #define MULTIPLICITY
1168              From: "Devin Heitmueller" (via RT) <perlbug-followup@perl.org>
1169              Date: Mon, 22 Jan 2007 14:46:15 -0800
1170              Message-ID: <rt-3.6.HEAD-1834-1169505975-229.41318-75-0@perl.org>
1171      Branch: perl
1172            ! win32/win32.c
1173 ____________________________________________________________________________
1174 [ 29923] By: nicholas                              on 2007/01/22  19:39:28
1175         Log: Subject: [PATCH] Disable positive lookaround optimisations
1176              From: demerphq <demerphq@gmail.com>
1177              Message-ID: <9b18b3110701210953l4df6198re36a9342e6049583@mail.gmail.com>
1178              Date: Sun, 21 Jan 2007 18:53:38 +0100
1179      Branch: perl
1180            ! regcomp.h t/op/re_tests
1181 ____________________________________________________________________________
1182 [ 29922] By: nicholas                              on 2007/01/22  19:38:12
1183         Log: Fix a typo and some doubled spaces in comments.
1184      Branch: perl
1185            ! cop.h pod/perlapi.pod sv.h
1186 ____________________________________________________________________________
1187 [ 29921] By: nicholas                              on 2007/01/22  19:21:21
1188         Log: Remove duplicate assignment to PL_eval_root in Perl_create_eval_scope
1189      Branch: perl
1190            ! pp_ctl.c
1191 ____________________________________________________________________________
1192 [ 29917] By: nicholas                              on 2007/01/22  17:03:48
1193         Log: Fix my typo, as spotted by Steve Peters
1194      Branch: perl
1195            ! Changes
1196 ____________________________________________________________________________
1197 [ 29911] By: nicholas                              on 2007/01/21  23:18:20
1198         Log: Assignments to function pointers can't be NULL, as that's a pointer to
1199              data, and assigning pointers to data to pointers to functions is not
1200              ANSI-conformant.
1201      Branch: perl
1202            ! perl.h
1203 ____________________________________________________________________________
1204 [ 29910] By: nicholas                              on 2007/01/21  23:11:30
1205         Log: Restore the const to vtbl in Perl_mg_localize() removed in change
1206              26924.
1207      Branch: perl
1208            ! mg.c
1209 ____________________________________________________________________________
1210 [ 29907] By: nicholas                              on 2007/01/21  20:06:45
1211         Log: Remove register keyword from dSP; (at least for now)
1212      Branch: perl
1213            ! pp.h
1214 ____________________________________________________________________________
1215 [ 29905] By: nicholas                              on 2007/01/21  11:44:16
1216         Log: Refactor the common soft-reference code from pp_rv2sv and pp_rv2av
1217              into a single routine Perl_softref2xv(). As soft references are
1218              rarely used compared with true references, move this code from pp_hot.c
1219      Branch: perl
1220            ! embed.fnc embed.h pp.c pp_hot.c proto.h
1221 ____________________________________________________________________________
1222 [ 29900] By: nicholas                              on 2007/01/20  23:40:23
1223         Log: defined @$foo and defined %$bar should be subject to strict 'refs';
1224      Branch: perl
1225            ! lib/DBM_Filter.pm pp_hot.c t/lib/strict/refs
1226 ____________________________________________________________________________
1227 [ 29895] By: stevep                                on 2007/01/20  03:51:26
1228         Log: Upgrade to version-0.69
1229      Branch: perl
1230            ! lib/version.pm
1231 ____________________________________________________________________________
1232 [ 29894] By: stevep                                on 2007/01/20  03:40:23
1233         Log: Subject: [PATCH] Re: Race condition in IPC::Open3 / Mac OS?
1234              From: Bo Lindbergh <blgl@hagernas.com>
1235              Date: Sat, 20 Jan 2007 02:39:57 +0100
1236              Message-Id: <D256CF03-D814-4973-9DF6-60EA4F26FE10@hagernas.com>
1237      Branch: perl
1238            ! perlio.c
1239 ____________________________________________________________________________
1240 [ 29893] By: stevep                                on 2007/01/20  03:28:48
1241         Log: Add PAUSE2007.pub key
1242      Branch: perl
1243            + lib/CPAN/PAUSE2007.pub
1244            ! MANIFEST
1245 ____________________________________________________________________________
1246 [ 29892] By: stevep                                on 2007/01/20  03:20:11
1247         Log: Upgrade to CPAN-1.88_69.
1248      Branch: perl
1249            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
1250 ____________________________________________________________________________
1251 [ 29887] By: nicholas                              on 2007/01/19  21:11:40
1252         Log: Subject: Re: [PATCH] fix unicode split /\s+/
1253              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1254              Message-Id: <20070120005232.D9CC.BQW10602@nifty.com>
1255              Date: Sat, 20 Jan 2007 00:52:42 +0900
1256      Branch: perl
1257            ! pp.c t/op/split.t
1258 ____________________________________________________________________________
1259 [ 29885] By: nicholas                              on 2007/01/19  20:13:46
1260         Log: Yves spotted that I'd not regenerated perlapi.pod when I added
1261              get_cvn_flags().
1262      Branch: perl
1263            ! pod/perlapi.pod
1264 ____________________________________________________________________________
1265 [ 29884] By: nicholas                              on 2007/01/19  19:27:59
1266         Log: Marcus Holland-Moritz notes that the first argument to
1267              refcounted_he_fetch() can be NULL.
1268      Branch: perl
1269            ! embed.fnc proto.h
1270 ____________________________________________________________________________
1271 [ 29883] By: nicholas                              on 2007/01/19  18:07:23
1272         Log: Fix breakage for -DDEBUGGING accidentally introduced with change 29882.
1273      Branch: perl
1274            ! sv.c
1275 ____________________________________________________________________________
1276 [ 29882] By: nicholas                              on 2007/01/19  17:36:10
1277         Log: Add a parameter to Perl_get_arena() to pass in the SV type, and record
1278              this in the arena description. Change all sizes to unsigned values.
1279              Make Perl_sv_free_arenas() loop downwards to free memory, simplifying
1280              the logic. Remove my erroneous comment added in change 29881.
1281      Branch: perl
1282            ! embed.fnc hv.c proto.h sv.c
1283 ____________________________________________________________________________
1284 [ 29881] By: nicholas                              on 2007/01/19  11:45:24
1285         Log: I think that it's clearer if aroot is only struct arena_set *
1286              (rather than ** and constantly dereferneced). Move the declaration
1287              of new_root into the block it is used in. Add a comment describing
1288              where the arenas for arena_sets themselves aren't rooted anywhere.
1289      Branch: perl
1290            ! sv.c
1291 ____________________________________________________________________________
1292 [ 29880] By: rgs                                   on 2007/01/19  09:33:00
1293         Log: Subject: [PATCH] fix unicode split /\s+/
1294              From: demerphq <demerphq@gmail.com>
1295              Date: Fri, 19 Jan 2007 02:14:06 +0100
1296              Message-ID: <9b18b3110701181714r4f3bc9ebq9ba462eba8338734@mail.gmail.com>
1297      Branch: perl
1298            ! pp.c t/op/split.t
1299 ____________________________________________________________________________
1300 [ 29879] By: nicholas                              on 2007/01/19  00:13:02
1301         Log: As Perl_get_arena() is dealing with sizes, use size_t rather than int,
1302              as it's both unsigned and semantically the correct width for a size.
1303              As all arenas get cleared later on, can use Newx() rather than Newxz().
1304      Branch: perl
1305            ! embed.fnc proto.h sv.c
1306 ____________________________________________________________________________
1307 [ 29878] By: nicholas                              on 2007/01/18  23:52:11
1308         Log: Move C<static bool done_sanity_check;> inside the only function that
1309              uses it.
1310      Branch: perl
1311            ! sv.c
1312 ____________________________________________________________________________
1313 [ 29877] By: nicholas                              on 2007/01/18  23:51:45
1314         Log: Add in missing dVAR that prevents compilation with
1315              -DPERL_GLOBAL_STRUCT_PRIVATE
1316      Branch: perl
1317            ! perl.c
1318 ____________________________________________________________________________
1319 [ 29876] By: nicholas                              on 2007/01/18  23:36:57
1320         Log: Move the flag checking for isGV_with_GP() into the call to visit()
1321      Branch: perl
1322            ! sv.c
1323 ____________________________________________________________________________
1324 [ 29875] By: mhx                                   on 2007/01/18  16:52:37
1325         Log: Add missing SVfARG()s in require_tie_mod().
1326      Branch: perl
1327            ! gv.c
1328 ____________________________________________________________________________
1329 [ 29872] By: nicholas                              on 2007/01/18  15:48:13
1330         Log: Given that we now do the tests in S_visit() to avoid calling the
1331              helper function when skippable, no need to retain those tests
1332              inside the helper functions do_clean_objs() and do_clean_named_objs().
1333      Branch: perl
1334            ! sv.c
1335 ____________________________________________________________________________
1336 [ 29871] By: merijn                                on 2007/01/18  14:03:21
1337         Log: perl rebuilds because of gcc's -g flag
1338              Subject: [PATCH] Re: [perl #41058] make rebuilds perl everytime
1339              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
1340              Date: Thu, 18 Jan 2007 14:27:55 +0100
1341              Message-ID: <20070118142755.28e7f724@r2d2>
1342      Branch: perl
1343            ! makedepend.SH
1344 ____________________________________________________________________________
1345 [ 29868] By: steveh                                on 2007/01/18  11:36:05
1346         Log: Subject: Re: [PATCH] win32_async_check() can still loop indefinitely
1347              From: Jan Dubois <jand@ActiveState.com>
1348              Date: Mon, 15 Jan 2007 19:25:11 -0800
1349              Message-ID: <rigoq25vda3sg4i7ppdb5o2jhvuiq15kqj@4ax.com>
1350      Branch: perl
1351            ! win32/win32.c
1352 ____________________________________________________________________________
1353 [ 29867] By: nicholas                              on 2007/01/18  11:16:09
1354         Log: As PVLVs can hold globs in some cases, I think that we should be
1355              treating them as a strict subclass of PVGV. Hence drop through into
1356              the PVGV handling code.
1357      Branch: perl
1358            ! sv.c
1359 ____________________________________________________________________________
1360 [ 29866] By: davem                                 on 2007/01/18  02:14:48
1361         Log: disable parser stack cleanup on reduce croak (too fragile)
1362      Branch: perl
1363            ! perly.c
1364 ____________________________________________________________________________
1365 [ 29857] By: mhx                                   on 2007/01/17  21:06:11
1366         Log: Fix a typo in Dynaloader_pm.PL.
1367      Branch: perl
1368            ! ext/DynaLoader/DynaLoader_pm.PL
1369 ____________________________________________________________________________
1370 [ 29855] By: nicholas                              on 2007/01/17  19:22:47
1371         Log: Replace SvRELEASE_IVX(dstr) with SvOOK_off(dstr) in sv_setsv_flags(),
1372              because it's not possible for dstr to be COW at this point, due to an
1373              earlier force_normal.
1374      Branch: perl
1375            ! sv.c
1376 ____________________________________________________________________________
1377 [ 29853] By: nicholas                              on 2007/01/17  18:24:50
1378         Log: Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_release_IVX().
1379              (Currently it fails ext/Compress/Raw/Zlib/t/07bufsize.t)
1380      Branch: perl
1381            ! embed.fnc embed.h global.sym makedef.pl proto.h sv.c sv.h
1382 ____________________________________________________________________________
1383 [ 29852] By: nicholas                              on 2007/01/17  15:42:54
1384         Log: If we use SvUPGRADE() rather than sv_upgrade() then it can make the
1385              decision on not "up"grading PVLV to PVGV for us. However, it appears
1386              that the other actions conducted for "not-yet-a-glob" are useful here.
1387      Branch: perl
1388            ! sv.c
1389 ____________________________________________________________________________
1390 [ 29848] By: merijn                                on 2007/01/17  13:38:05
1391         Log: Subject: Re: [PATCH] symbian/xsbuild.pl patching continues
1392              From: Jarkko Hietaniemi <jhi@iki.fi>
1393              Date: Wed, 17 Jan 2007 08:27:03 -0500
1394              Message-ID: <45AE2427.7080907@iki.fi>
1395      Branch: perl
1396            ! symbian/xsbuild.pl
1397 ____________________________________________________________________________
1398 [ 29845] By: stevep                                on 2007/01/16  22:15:05
1399         Log: Reentrant functions appear to still be broken in NetBSD 3.1.
1400      Branch: perl
1401            ! hints/netbsd.sh
1402 ____________________________________________________________________________
1403 [ 29844] By: merijn                                on 2007/01/16  16:17:03
1404         Log: Subject: [PATCH] Re: Dual-lived AutoLoader
1405              From: Steffen Mueller <o6hhmk002@sneakemail.com>
1406              Date: Tue, 16 Jan 2007 15:29:44 +0100
1407              Message-ID: <45ACE158.4080102@sneakemail.com>
1408      Branch: perl
1409            ! Porting/Maintainers.pl
1410 ____________________________________________________________________________
1411 [ 29843] By: rgs                                   on 2007/01/16  15:32:30
1412         Log: Subject: Re: [PATCH] Change implementation of %+ to use a proper tied hash interface and add support for %-
1413              From: demerphq <demerphq@gmail.com>
1414              Date: Mon, 15 Jan 2007 23:06:44 +0100
1415              Message-ID: <9b18b3110701151406p7168b20byf873ee2e58091ca3@mail.gmail.com>
1416      Branch: perl
1417            ! regcomp.h
1418 ____________________________________________________________________________
1419 [ 29842] By: rgs                                   on 2007/01/16  10:56:46
1420         Log: Subject: [PATCH] Make offsets support conditional
1421              From: demerphq <demerphq@gmail.com>
1422              Date: Sun, 14 Jan 2007 15:24:25 +0100
1423              Message-ID: <9b18b3110701140624v452f7684x5e9d2890805489fd@mail.gmail.com>
1424      Branch: perl
1425            ! ext/re/t/regop.t regcomp.c regcomp.h
1426 ____________________________________________________________________________
1427 [ 29841] By: rgs                                   on 2007/01/16  10:17:43
1428         Log: Typo fix, by Robin Barker
1429      Branch: perl
1430            ! Porting/Maintainers.pl
1431 ____________________________________________________________________________
1432 [ 29839] By: davem                                 on 2007/01/15  18:33:02
1433         Log: make Dump display the SVf_BREAK flag
1434      Branch: perl
1435            ! dump.c
1436 ____________________________________________________________________________
1437 [ 29838] By: rgs                                   on 2007/01/15  18:25:45
1438         Log: Enable the ~~ operator by default.
1439              Remove the ~~ feature.
1440      Branch: perl
1441            - t/lib/feature/smartmatch
1442            ! MANIFEST lib/feature.pm t/op/smartmatch.t toke.c
1443 ____________________________________________________________________________
1444 [ 29837] By: davem                                 on 2007/01/15  18:19:20
1445         Log: when cloning  PL_regex_pad, copy SVf_BREAK flag too
1446      Branch: perl
1447            ! sv.c
1448 ____________________________________________________________________________
1449 [ 29836] By: nicholas                              on 2007/01/15  18:15:54
1450         Log: pp_rv2av and pp_rv2hv have a lot of common code, so it's certainly a
1451              space saving to merge them. Hopefully this will reduce L2 cache misses.
1452      Branch: perl
1453            ! mathoms.c opcode.h opcode.pl pp.h pp_hot.c
1454 ____________________________________________________________________________
1455 [ 29835] By: nicholas                              on 2007/01/15  17:18:03
1456         Log: Make changes analagous to pp_rv2hv's 21394 and 24489 in pp_rv2av.
1457      Branch: perl
1458            ! pp_hot.c
1459 ____________________________________________________________________________
1460 [ 29834] By: rgs                                   on 2007/01/15  16:37:21
1461         Log: Subject: Re: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, ${^POSTMATCH}
1462              From: demerphq <demerphq@gmail.com>
1463              Date: Sat, 13 Jan 2007 17:18:01 +0100
1464              Message-ID: <9b18b3110701130818h6badbd3o1b38f2660d258173@mail.gmail.com>
1465              
1466              macroize regexp modifiers
1467      Branch: perl
1468            ! perl.h regcomp.c regexp.h toke.c
1469 ____________________________________________________________________________
1470 [ 29831] By: rgs                                   on 2007/01/15  16:26:17
1471         Log: Subject: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, ${^POSTMATCH}
1472              From: demerphq <demerphq@gmail.com>
1473              Date: Fri, 12 Jan 2007 02:31:12 +0100
1474              Message-ID: <9b18b3110701111731x29b1c63i57b1698f769b3bbc@mail.gmail.com>
1475              (with tweaks)
1476      Branch: perl
1477            + t/op/regexp_kmod.t
1478            ! MANIFEST ext/B/t/concise-xs.t gv.c mg.c op.h pod/perlop.pod
1479            ! pod/perlre.pod pod/perlvar.pod pp_hot.c regcomp.c regcomp.h
1480            ! regexp.h t/op/regexp.t toke.c
1481 ____________________________________________________________________________
1482 [ 29830] By: nicholas                              on 2007/01/15  14:38:58
1483         Log: Add get_cvn_flags(), which is like get_cv() but takes a length. This
1484              allows symbolic code references with embeded NULs to work.
1485      Branch: perl
1486            ! embed.fnc embed.h global.sym gv.c gv.h op.c perl.c perlio.c
1487            ! pp_ctl.c pp_hot.c proto.h t/op/ref.t toke.c
1488 ____________________________________________________________________________
1489 [ 29829] By: rgs                                   on 2007/01/15  14:32:26
1490         Log: Subject: [PATCH] symbian/xsbuild.pl
1491              From: Jarkko Hietaniemi <jhi@iki.fi>
1492              Date: Mon, 15 Jan 2007 08:49:56 -0500
1493              Message-ID: <45AB8684.70906@iki.fi>
1494      Branch: perl
1495            ! symbian/xsbuild.pl
1496 ____________________________________________________________________________
1497 [ 29827] By: davem                                 on 2007/01/15  14:16:53
1498         Log: extend threads 'veto cleanup' to perl_free and system stuff
1499      Branch: perl
1500            ! embedvar.h perl.c perlapi.h perlvars.h unixish.h
1501 ____________________________________________________________________________
1502 [ 29826] By: rgs                                   on 2007/01/15  14:15:35
1503         Log: Proper symbian fix (replacing change #29813) by Jarkko
1504      Branch: perl
1505            ! perl.h
1506 ____________________________________________________________________________
1507 [ 29825] By: rgs                                   on 2007/01/15  13:45:40
1508         Log: Use the $Is_MacOS variable
1509      Branch: perl
1510            ! t/lib/common.pl
1511 ____________________________________________________________________________
1512 [ 29824] By: rgs                                   on 2007/01/15  13:44:39
1513         Log: Simplify the ok/not ok logic
1514              (another refactorisation by Schwern)
1515      Branch: perl
1516            ! t/lib/common.pl
1517 ____________________________________________________________________________
1518 [ 29823] By: rgs                                   on 2007/01/15  13:40:18
1519         Log: Various cleanup and factorization by Schwern
1520              for tests for warnings and features
1521      Branch: perl
1522            ! t/lib/common.pl
1523 ____________________________________________________________________________
1524 [ 29822] By: rgs                                   on 2007/01/15  13:30:51
1525         Log: Introduce the :5.10.0 feature bundle, and make :5.10 an
1526              alias to it (aimed at be an alias to the latest :5.10.X)
1527      Branch: perl
1528            ! lib/feature.pm
1529 ____________________________________________________________________________
1530 [ 29821] By: rgs                                   on 2007/01/15  12:44:45
1531         Log: Fix link to perlsyn (thanks to Michael G Schwern)
1532      Branch: perl
1533            ! lib/feature.pm
1534 ____________________________________________________________________________
1535 [ 29820] By: rgs                                   on 2007/01/15  12:42:36
1536         Log: Remove the "dor" feature alias.
1537      Branch: perl
1538            ! lib/feature.pm
1539 ____________________________________________________________________________
1540 [ 29819] By: rgs                                   on 2007/01/15  12:41:28
1541         Log: Document "no feature" (Michael G Schwern)
1542      Branch: perl
1543            ! lib/feature.pm
1544 ____________________________________________________________________________
1545 [ 29818] By: rgs                                   on 2007/01/15  12:37:27
1546         Log: Move the documentation of the lexical effect of feature.pm to its own
1547              section thus removing a lot of redundant redundant documentation about
1548              it cluttering up the feature documentation. (by Michael G Schwern)
1549      Branch: perl
1550            ! lib/feature.pm
1551 ____________________________________________________________________________
1552 [ 29817] By: rgs                                   on 2007/01/15  12:34:00
1553         Log: Remove obsolete notes and TODOs from feature.pm
1554      Branch: perl
1555            ! lib/feature.pm
1556 ____________________________________________________________________________
1557 [ 29816] By: rgs                                   on 2007/01/15  12:30:56
1558         Log: Add a reference to the docs for state() variables in feature.pm
1559              (suggested by Michael G Schwern)
1560      Branch: perl
1561            ! lib/feature.pm
1562 ____________________________________________________________________________
1563 [ 29815] By: rgs                                   on 2007/01/15  12:29:14
1564         Log: Factorise croak() calls and error messages in feature.pm
1565              (suggested by Michael G Schwern)
1566      Branch: perl
1567            ! lib/feature.pm
1568 ____________________________________________________________________________
1569 [ 29814] By: nicholas                              on 2007/01/15  12:13:24
1570         Log: Test that names with embedded NULs work for symbolic array, hash and
1571              typeglob references.
1572      Branch: perl
1573            ! t/op/ref.t
1574 ____________________________________________________________________________
1575 [ 29813] By: rgs                                   on 2007/01/15  08:22:08
1576         Log: Revert perl.h part of change 29811, which breaks compilation with gcc
1577      Branch: perl
1578            ! perl.h
1579 ____________________________________________________________________________
1580 [ 29812] By: merijn                                on 2007/01/15  07:45:28
1581         Log: Subject: [PATCH] g++ fixes
1582              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
1583              Date: Mon, 15 Jan 2007 06:09:30 +0200 (EET)
1584              Message-Id: <20070115040930.8685843A67@anubis.hut.fi>
1585      Branch: perl
1586            ! op.c toke.c
1587 ____________________________________________________________________________
1588 [ 29811] By: merijn                                on 2007/01/15  07:42:37
1589         Log: Subject: [PATCH] Symbian/S90 further fixes
1590              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
1591              Date: Mon, 15 Jan 2007 06:11:52 +0200 (EET)
1592              Message-Id: <20070115041152.374AB43A67@anubis.hut.fi>
1593      Branch: perl
1594            ! perl.h symbian/PerlBase.cpp symbian/config.sh
1595 ____________________________________________________________________________
1596 [ 29810] By: davem                                 on 2007/01/14  23:58:49
1597         Log: make S_ithread_run() call S_ithread_free() in main context
1598              
1599              Fixes a race condition between detach clearing a thread's
1600              interpreter, and S_ithread_run() freeing itself while
1601              assuming that it's own interpreter still exists.
1602      Branch: perl
1603            ! ext/threads/threads.xs
1604 ____________________________________________________________________________
1605 [ 29805] By: davem                                 on 2007/01/14  12:43:39
1606         Log: further refinement to #29796 (cleanup veto)
1607      Branch: perl
1608            ! ext/threads/threads.xs
1609 ____________________________________________________________________________
1610 [ 29803] By: rgs                                   on 2007/01/14  10:12:08
1611         Log: Subject: Re: Memory...growing, and growing
1612              From: Marvin Humphrey <marvin@rectangular.com>
1613              Date: Sat, 13 Jan 2007 12:05:30 -0800
1614              Message-Id: <3CCCF699-345E-4C65-BCCB-1549EB99547A@rectangular.com>
1615              
1616              Document -DDL_UNLOAD_ALL_AT_EXIT
1617      Branch: perl
1618            ! pod/perlhack.pod
1619 ____________________________________________________________________________
1620 [ 29796] By: davem                                 on 2007/01/13  22:57:26
1621         Log: unfreed threads should trigger cleanup veto
1622              
1623              The thread pool struct is allocated in the main interpreter, so
1624              don't clean that up if any threads remain, regardless of what
1625              state they are in
1626      Branch: perl
1627            ! ext/threads/threads.xs
1628 ____________________________________________________________________________
1629 [ 29790] By: nicholas                              on 2007/01/13  18:21:19
1630         Log: In S_hfreeentries, orig_array can be const.
1631      Branch: perl
1632            ! hv.c
1633 ____________________________________________________________________________
1634 [ 29786] By: rgs                                   on 2007/01/13  17:17:40
1635         Log: TODO: yada yada yada
1636      Branch: perl
1637            ! pod/perltodo.pod
1638 ____________________________________________________________________________
1639 [ 29784] By: rgs                                   on 2007/01/13  16:56:02
1640         Log: Subject:  Re: AW: umask handling in File::Temp
1641              From:  Gisle Aas <gisle@activestate.com>
1642              Date:  12 Jan 2007 16:10:16 +0100
1643              Message-ID:  <877ivs1dt3.fsf@ask.g.aas.no>
1644      Branch: perl
1645            ! pp_sys.c
1646 ____________________________________________________________________________
1647 [ 29781] By: rgs                                   on 2007/01/13  11:06:06
1648         Log: Subject: [PATCH] perlthrtut.pod (based on perl-current@29766)
1649              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
1650              Date: Fri, 12 Jan 2007 17:37:58 +0100
1651              Message-ID: <45A7B966.1040307@thalesgroup.com>
1652      Branch: perl
1653            ! pod/perlthrtut.pod
1654 ____________________________________________________________________________
1655 [ 29780] By: davem                                 on 2007/01/12  21:49:13
1656         Log: fix PL_parser_dup symbol (again)
1657      Branch: perl
1658            ! embed.fnc embed.h global.sym
1659 ____________________________________________________________________________
1660 [ 29779] By: davem                                 on 2007/01/12  19:56:40
1661         Log: Rationalise refcounting of thread structures
1662              Formerly there could be races with multiple destroys of a thread
1663              structure.
1664      Branch: perl
1665            ! ext/threads/threads.xs
1666 ____________________________________________________________________________
1667 [ 29778] By: merijn                                on 2007/01/12  16:06:23
1668         Log: Superdome now also in Itanium series (sx1000 & sx2000),
1669              cx2600 is Madison 6
1670      Branch: perl
1671            ! README.hpux
1672 ____________________________________________________________________________
1673 [ 29777] By: merijn                                on 2007/01/12  15:15:13
1674         Log: gcc -dumpversion is at least supported back to 2.7.x and
1675              thus seems to be much more defensive against upcoming version
1676              reporting format changes.
1677      Branch: perl
1678            ! hints/aix.sh hints/aix_3.sh hints/aix_4.sh hints/dec_osf.sh
1679            ! hints/hpux.sh hints/svr5.sh hints/vos.sh
1680 ____________________________________________________________________________
1681 [ 29774] By: rgs                                   on 2007/01/12  13:57:45
1682         Log: makedef.pl should be able to load "strict"
1683      Branch: perl
1684            ! makedef.pl
1685 ____________________________________________________________________________
1686 [ 29768] By: rgs                                   on 2007/01/12  11:44:04
1687         Log: Upgrade to ExtUtils::Manifest 1.51
1688      Branch: perl
1689            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
1690 ____________________________________________________________________________
1691 [ 29767] By: davem                                 on 2007/01/12  11:26:14
1692         Log: fix typo in hv.c
1693      Branch: perl
1694            ! hv.c
1695 ____________________________________________________________________________
1696 [ 29766] By: davem                                 on 2007/01/12  11:13:49
1697         Log: fix PL_parser_dup symbol
1698      Branch: perl
1699            ! embed.fnc embed.h makedef.pl
1700 ____________________________________________________________________________
1701 [ 29765] By: davem                                 on 2007/01/12  10:42:05
1702         Log: make tr/// threadsafe by moving swash into pad
1703      Branch: perl
1704            ! doop.c op.c
1705 ____________________________________________________________________________
1706 [ 29764] By: rgs                                   on 2007/01/12  10:24:55
1707         Log: Subject: [PATCH] trivia in perlthrtut.pod
1708              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
1709              Date: Thu, 11 Jan 2007 16:57:29 +0100
1710              Message-ID: <45A65E69.8010400@thalesgroup.com>
1711      Branch: perl
1712            ! pod/perlthrtut.pod
1713 ____________________________________________________________________________
1714 [ 29762] By: steveh                                on 2007/01/11  17:27:02
1715         Log: Update copyright year in "perl -v" output
1716      Branch: perl
1717            ! perl.c
1718 ____________________________________________________________________________
1719 [ 29761] By: rgs                                   on 2007/01/11  17:12:08
1720         Log: Fix bug [perl #41234] : the tokenizer understands "=cute"
1721              or other words that begin with "cut" as synonyms for "=cut"
1722      Branch: perl
1723            ! toke.c
1724 ____________________________________________________________________________
1725 [ 29758] By: nicholas                              on 2007/01/11  15:37:12
1726         Log: Change 29753 messed up do_hv_dump() [my fault]
1727      Branch: perl
1728            ! embed.fnc proto.h
1729 ____________________________________________________________________________
1730 [ 29757] By: rgs                                   on 2007/01/11  15:07:28
1731         Log: Silence an "unused parameter" warning in Perl_reg_numbered_buff_get().
1732              This parameter might become handy in the future, so keep it.
1733      Branch: perl
1734            ! regcomp.c
1735 ____________________________________________________________________________
1736 [ 29756] By: rgs                                   on 2007/01/11  14:47:01
1737         Log: Subject: [PATCH] Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, cleanup and more docs for regatom()
1738              From: demerphq <demerphq@gmail.com>
1739              Date: Wed, 10 Jan 2007 20:33:39 +0100
1740              Message-ID: <9b18b3110701101133i46dc5fd0p1476a0f1dd1e9c5a@mail.gmail.com>
1741              
1742              (plus POD nits by Merijn and myself)
1743      Branch: perl
1744            ! pod/perl595delta.pod pod/perlre.pod regcomp.c regcomp.sym
1745            ! regexec.c regexp.h regnodes.h t/op/pat.t
1746 ____________________________________________________________________________
1747 [ 29753] By: nicholas                              on 2007/01/11  13:23:40
1748         Log: do_gv_dump, do_gvgv_dump and do_hv_dump call all actually take a NULL
1749              parameter. Patch for do_hv_dump supplied by Brandon L Black, other
1750              two added after code inspection.
1751      Branch: perl
1752            ! embed.fnc proto.h
1753 ____________________________________________________________________________
1754 [ 29751] By: rgs                                   on 2007/01/11  10:34:02
1755         Log: Fix bug #40407: after a seek on a PerlIO::scalar filehandle,
1756              ensure there's a string buffer in the scalar
1757      Branch: perl
1758            ! ext/PerlIO/scalar/scalar.xs
1759 ____________________________________________________________________________
1760 [ 29750] By: rgs                                   on 2007/01/11  09:51:56
1761         Log: Subject: [PATCH] AutoLoader fix, part 2
1762              From: Steffen Mueller <rt8363b02@sneakemail.com>
1763              Date: Wed, 10 Jan 2007 18:52:23 +0100
1764              Message-ID: <20070110175148.26694.qmail@lists.develooper.com>
1765      Branch: perl
1766            ! lib/AutoLoader.pm lib/AutoLoader.t
1767 ____________________________________________________________________________
1768 [ 29749] By: nicholas                              on 2007/01/11  00:24:48
1769         Log: In toke.c, merge S_update_debugger_info_pv() and
1770              S_update_debugger_info_sv() into S_update_debugger_info().
1771      Branch: perl
1772            ! embed.fnc embed.h proto.h toke.c
1773 ____________________________________________________________________________
1774 [ 29748] By: nicholas                              on 2007/01/10  16:24:27
1775         Log: An implementation of change 29735 for blead (PL_curcop could be NULL)
1776              given that blead's refactoring is not yet in maint.
1777      Branch: perl
1778            ! gv.c
1779 ____________________________________________________________________________
1780 [ 29747] By: rgs                                   on 2007/01/10  16:00:17
1781         Log: Regenerate all files
1782      Branch: perl
1783            ! embed.h keywords.h reentr.c reentr.h
1784 ____________________________________________________________________________
1785 [ 29745] By: rgs                                   on 2007/01/10  13:21:03
1786         Log: Subject: PATCH: perlfunc.pod / warn
1787              From: Peter Scott <Peter@PSDT.com>
1788              Date: Wed, 10 Jan 2007 05:18:52 -0800
1789              Message-Id: <pan.2007.01.10.13.18.52.834683@PSDT.com>
1790      Branch: perl
1791            ! pod/perlfunc.pod
1792 ____________________________________________________________________________
1793 [ 29744] By: rgs                                   on 2007/01/10  13:17:37
1794         Log: Subject: Re: [perl #41215] % on scalars sometimes throws away fractions 
1795              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1796              Date: Tue, 09 Jan 2007 23:39:42 +0900
1797              Message-Id: <20070109233928.07AF.BQW10602@nifty.com>
1798              
1799              plus nits by Dominic Dunlop
1800      Branch: perl
1801            ! pod/perlop.pod
1802 ____________________________________________________________________________
1803 [ 29743] By: rgs                                   on 2007/01/10  10:54:27
1804         Log: Subject: Bug in AutoLoader.pm causing endless loop
1805              From: Steffen Mueller <rt8363b02@sneakemail.com>
1806              Date: Tue, 09 Jan 2007 19:15:36 +0100
1807              Message-ID: <45A3DBC8.4010203@sneakemail.com>
1808      Branch: perl
1809            ! lib/AutoLoader.pm
1810 ____________________________________________________________________________
1811 [ 29742] By: rgs                                   on 2007/01/10  10:25:02
1812         Log: Subject: ./miniperl minimod.pl ... Can't locate strict.pm
1813              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
1814              Date: Wed, 10 Jan 2007 04:55:55 +0100
1815              Message-ID: <87lkkbk01g.fsf@k75.linux.bogus>
1816      Branch: perl
1817            ! minimod.pl
1818 ____________________________________________________________________________
1819 [ 29741] By: nicholas                              on 2007/01/09  21:46:28
1820         Log: Make minimod.pl warnings and strict clean.
1821      Branch: perl
1822            ! minimod.pl
1823 ____________________________________________________________________________
1824 [ 29740] By: nicholas                              on 2007/01/09  21:44:05
1825         Log: Make makedef.pl warnings and strict clean.
1826      Branch: perl
1827            ! makedef.pl
1828 ____________________________________________________________________________
1829 [ 29739] By: nicholas                              on 2007/01/09  21:37:31
1830         Log: Make keywords.pl strict and warnings clean.
1831      Branch: perl
1832            ! keywords.pl
1833 ____________________________________________________________________________
1834 [ 29738] By: nicholas                              on 2007/01/09  21:34:50
1835         Log: Make autodoc.pl strict clean.
1836      Branch: perl
1837            ! autodoc.pl
1838 ____________________________________________________________________________
1839 [ 29736] By: nicholas                              on 2007/01/09  21:21:56
1840         Log: Make opcode.pl strict and warnings clean.
1841      Branch: perl
1842            ! opcode.pl
1843 ____________________________________________________________________________
1844 [ 29734] By: steveh                                on 2007/01/09  12:44:15
1845         Log: Subject: Re: Change 29723 breaks t/op/inccode-tie.t on Win32
1846              From: Nicholas Clark <nick@ccl4.org>
1847              Date: Tue, 9 Jan 2007 12:31:17 +0000
1848              Message-ID: <20070109123116.GC30742@plum.flirble.org>
1849      Branch: perl
1850            ! t/op/inccode-tie.t
1851 ____________________________________________________________________________
1852 [ 29732] By: steveh                                on 2007/01/09  10:40:23
1853         Log: Subject: Re: [PATCH] ANSIfy the PATH environment variable on Windows
1854              From: Jan Dubois <jand@ActiveState.com>
1855              Date: Mon, 08 Jan 2007 14:58:12 -0800
1856              Message-ID: <eei5q29hrchpam2i5g0000mbvu0b1hrm83@4ax.com>
1857              
1858              Fixes the Borland build, in which the PATH was getting corrupted
1859              when the variable that was just putenv()'d got free()'d
1860      Branch: perl
1861            ! win32/win32.c
1862 ____________________________________________________________________________
1863 [ 29731] By: rgs                                   on 2007/01/09  10:33:56
1864         Log: Subject: [PATCH] Change #29711 broke tr//c on Win32.
1865              From: demerphq <demerphq@gmail.com>
1866              Date: Mon, 8 Jan 2007 20:31:26 +0100
1867              Message-ID: <9b18b3110701081131v392597c6veed493407c1eede7@mail.gmail.com>
1868      Branch: perl
1869            ! op.c
1870 ____________________________________________________________________________
1871 [ 29730] By: rgs                                   on 2007/01/09  10:04:37
1872         Log: Subject: [PATCH] Let the regex parser decide if we have a special pattern or not.
1873              From: demerphq <demerphq@gmail.com>
1874              Date: Tue, 9 Jan 2007 00:46:31 +0100
1875              Message-ID: <9b18b3110701081546n2c3f19acy29adc0d233bb848c@mail.gmail.com>
1876      Branch: perl
1877            ! op.c op.h pp.c pp_ctl.c regcomp.c regexp.h
1878 ____________________________________________________________________________
1879 [ 29729] By: nicholas                              on 2007/01/09  09:58:17
1880         Log: socketpair.t was written in 2001. At that time, Test::More got confused
1881              if you forked under it. Test::More 0.47 added support to detect forking
1882              which resolves this. Hence there is now no need to fork() in a BEGIN
1883              block, which causes issues on Win32 due to how pseudofork works.
1884      Branch: perl
1885            ! ext/Socket/t/socketpair.t
1886 ____________________________________________________________________________
1887 [ 29728] By: rgs                                   on 2007/01/09  09:28:52
1888         Log: Revert change #29708 (useless)
1889      Branch: perl
1890            ! win32/win32.c
1891 ____________________________________________________________________________
1892 [ 29727] By: nicholas                              on 2007/01/08  23:27:26
1893         Log: Eliminate pp_threadsv, as it was only ever used by 5005 threads.
1894      Branch: perl
1895            ! dump.c ext/Opcode/Opcode.pm op.c opcode.h opcode.pl opnames.h
1896            ! pp.sym pp_proto.h
1897 ____________________________________________________________________________
1898 [ 29724] By: nicholas                              on 2007/01/08  21:52:32
1899         Log: do or die; for all the List::Util pure perl tests.
1900      Branch: perl
1901            ! ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
1902            ! ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
1903            ! ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
1904            ! ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
1905            ! ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
1906            ! ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
1907            ! ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
1908            ! ext/List/Util/t/p_tainted.t
1909 ____________________________________________________________________________
1910 [ 29723] By: nicholas                              on 2007/01/08  21:20:26
1911         Log: do $file; won't propagate errors from die, as do is an implicit eval.
1912              So need to propagate errors with $@.
1913      Branch: perl
1914            ! ext/DynaLoader/hints/gnukfreebsd.pl
1915            ! ext/DynaLoader/hints/gnuknetbsd.pl
1916            ! ext/NDBM_File/hints/gnukfreebsd.pl
1917            ! ext/NDBM_File/hints/gnuknetbsd.pl
1918            ! ext/ODBM_File/hints/gnukfreebsd.pl
1919            ! ext/ODBM_File/hints/gnuknetbsd.pl
1920            ! ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
1921            ! ext/Storable/hints/gnukfreebsd.pl
1922            ! ext/Storable/hints/gnuknetbsd.pl lib/perl5db.pl
1923            ! lib/utf8_heavy.pl symbian/config.pl symbian/makesis.pl
1924            ! symbian/xsbuild.pl t/comp/require.t t/op/caller.t t/op/do.t
1925            ! t/op/inccode-tie.t t/op/regexp_noamp.t t/op/regexp_notrie.t
1926            ! t/op/regexp_qr.t t/op/regexp_qr_embed.t t/op/regexp_trielist.t
1927            ! t/op/threads.t t/uni/case.pl win32/ce-helpers/makedist.pl
1928 ____________________________________________________________________________
1929 [ 29719] By: nicholas                              on 2007/01/08  14:28:17
1930         Log: Mention -C on #! line in perltodo. Remove some trailing whitespace that
1931              podchecker warned over.
1932      Branch: perl
1933            ! pod/perltodo.pod
1934 ____________________________________________________________________________
1935 [ 29718] By: rgs                                   on 2007/01/08  11:09:10
1936         Log: Change the API doc for some of the SvXXX testing macros.
1937              Often, those macros simply test a bit in sv_flags, so
1938              the return value should be assigned to a U32 instead of
1939              a bool to avoid truncation. (bug perl #32884)
1940      Branch: perl
1941            ! pod/perlapi.pod sv.h
1942 ____________________________________________________________________________
1943 [ 29717] By: rgs                                   on 2007/01/08  10:35:04
1944         Log: Turn taint warnings (-t) into severe warnings, so they're
1945              on by default, without having to play games with the
1946              warning bits. Add a test for -t.
1947      Branch: perl
1948            ! perl.c pp_ctl.c t/lib/warnings/taint taint.c warnings.h
1949            ! warnings.pl
1950 ____________________________________________________________________________
1951 [ 29716] By: rgs                                   on 2007/01/08  09:26:01
1952         Log: Silence casting warnings
1953      Branch: perl
1954            ! regcomp.c
1955 ____________________________________________________________________________
1956 [ 29715] By: merijn                                on 2007/01/08  07:34:29
1957         Log: Default "$undef" for NV_PRESERVES_UV_BITS causes compilation
1958              failure of sv.c when triggered
1959              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
1960              Date: Mon, 8 Jan 2007 00:49:11 +0100
1961              Message-ID: <20070108004911.7022445c@r2d2>
1962      Branch: perl
1963            ! Configure
1964 ____________________________________________________________________________
1965 [ 29713] By: merijn                                on 2007/01/08  07:19:02
1966         Log: Subject: help cygwin find its dlls even on taint tests with no path
1967              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
1968              Date: Sun, 7 Jan 2007 16:56:28 -0800 (PST)
1969              Message-ID: <2437.63.226.247.31.1168217788.squirrel@63.226.247.31>
1970      Branch: perl
1971            ! cygwin/Makefile.SHs t/op/taint.t
1972 ____________________________________________________________________________
1973 [ 29712] By: davem                                 on 2007/01/08  00:14:22
1974         Log: fix occasional op/time.t failure
1975              test 2 uses far more sys than user time, so it's possible to burn
1976              20 secs of wall time without an apparent increase in user time
1977      Branch: perl
1978            ! t/op/time.t
1979 ____________________________________________________________________________
1980 [ 29711] By: davem                                 on 2007/01/08  00:06:44
1981         Log: allocate op_pv strings from shared mem pool
1982      Branch: perl
1983            ! op.c toke.c
1984 ____________________________________________________________________________
1985 [ 29710] By: rgs                                   on 2007/01/07  23:27:03
1986         Log: In the new test for less.pm, call use_ok at compile-time
1987              and add -w.
1988      Branch: perl
1989            ! lib/less.t
1990 ____________________________________________________________________________
1991 [ 29709] By: rgs                                   on 2007/01/07  23:24:31
1992         Log: Subject: [PATCH] less useful
1993              From: "Joshua ben Jore" <twists@gmail.com>
1994              Date: Sat, 6 Jan 2007 13:33:15 -0800
1995              Message-ID: <dc5c751d0701061333w7b89ea48kf5c8993e3de19b44@mail.gmail.com>
1996      Branch: perl
1997            ! lib/less.pm lib/less.t
1998 ____________________________________________________________________________
1999 [ 29708] By: rgs                                   on 2007/01/07  23:12:26
2000         Log: Subject: Re: [PATCH] ANSIfy the PATH environment variable on Windows
2001              From: demerphq <demerphq@gmail.com>
2002              Date: Sun, 7 Jan 2007 20:51:43 +0100
2003              Message-ID: <9b18b3110701071151y13eaa554w257d2d5016ee0983@mail.gmail.com>
2004      Branch: perl
2005            ! win32/win32.c
2006 ____________________________________________________________________________
2007 [ 29707] By: rgs                                   on 2007/01/07  23:08:04
2008         Log: Subject: DynaLoader test failure on cygwin
2009              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
2010              Date: Sun, 7 Jan 2007 11:56:21 -0800 (PST)
2011              Message-ID: <1675.63.226.247.31.1168199781.squirrel@63.226.247.31>
2012      Branch: perl
2013            ! ext/DynaLoader/t/DynaLoader.t
2014 ____________________________________________________________________________
2015 [ 29706] By: davem                                 on 2007/01/07  14:55:27
2016         Log: silence a warning in perly.c
2017      Branch: perl
2018            ! perly.c
2019 ____________________________________________________________________________
2020 [ 29705] By: rgs                                   on 2007/01/06  07:19:09
2021         Log: Subject: patch: shorten perl.h by six lines
2022              From: "David Nicol" <davidnicol@gmail.com>
2023              Date: Sat, 6 Jan 2007 00:02:24 -0600
2024              Message-ID: <934f64a20701052202p1c77a226w32634a1c69f584c7@mail.gmail.com>
2025      Branch: perl
2026            ! perl.h
2027 ____________________________________________________________________________
2028 [ 29704] By: rgs                                   on 2007/01/06  06:58:41
2029         Log: Add 2007 copyrights in a few more .pl files that
2030              generate code (thanks to Jarkko)
2031      Branch: perl
2032            ! overload.pl reentr.pl
2033 ____________________________________________________________________________
2034 [ 29703] By: rgs                                   on 2007/01/05  23:15:38
2035         Log: Silence a gcc warning, spotted by Tels
2036      Branch: perl
2037            ! regcomp.c
2038 ____________________________________________________________________________
2039 [ 29702] By: rgs                                   on 2007/01/05  18:30:52
2040         Log: Bump version of PerlIO::via after last change
2041      Branch: perl
2042            ! ext/PerlIO/via/via.pm
2043 ____________________________________________________________________________
2044 [ 29701] By: rgs                                   on 2007/01/05  18:26:43
2045         Log: Subject: [PATCH] ext/PerlIO/via/via.xs freeing the wrong thing
2046              From: Bo Lindbergh <blgl@hagernas.com>
2047              Date: Fri, 5 Jan 2007 19:19:53 +0100
2048              Message-Id: <C7070BEE-BFB6-4FA2-A50B-BF20CDB3B61F@hagernas.com>
2049      Branch: perl
2050            ! ext/PerlIO/via/via.xs
2051 ____________________________________________________________________________
2052 [ 29700] By: rgs                                   on 2007/01/05  15:37:54
2053         Log: Normalize copyright of perlio.c for years >= 2006
2054      Branch: perl
2055            ! perlio.c
2056 ____________________________________________________________________________
2057 [ 29699] By: steveh                                on 2007/01/05  15:04:59
2058         Log: Do the same as #29697 for Win32
2059      Branch: perl
2060            ! win32/Makefile win32/makefile.mk
2061 ____________________________________________________________________________
2062 [ 29698] By: rgs                                   on 2007/01/05  14:37:31
2063         Log: Fix the interaction of -w and -t when provided on the command-line
2064              and/or on the shebang line : do not reset the warning bits to
2065              'only taint'.
2066      Branch: perl
2067            ! perl.c pp_ctl.c
2068 ____________________________________________________________________________
2069 [ 29697] By: rgs                                   on 2007/01/05  12:27:22
2070         Log: Fix distclean now that we have re::Tie::Hash::NamedCapture
2071      Branch: perl
2072            ! Makefile.SH
2073 ____________________________________________________________________________
2074 [ 29696] By: rgs                                   on 2007/01/05  10:47:58
2075         Log: Update copyright years in .c files
2076      Branch: perl
2077            ! doio.c doop.c gv.c miniperlmain.c pad.c perl.c pp.c pp_ctl.c
2078            ! pp_hot.c pp_sort.c pp_sys.c regcomp.c regexec.c scope.c
2079            ! universal.c utf8.c
2080 ____________________________________________________________________________
2081 [ 29695] By: rgs                                   on 2007/01/05  10:34:36
2082         Log: Update copyright years in .h files. Also, in .pl
2083              files that generate .h files, so they'll be ready
2084              next time.
2085      Branch: perl
2086            ! XSUB.h keywords.pl op.h opcode.pl pad.h perlio.h perlsdio.h
2087            ! perlsfio.h pp.h regcomp.h regexp.h scope.h thrdvar.h unixish.h
2088            ! utf8.h utfebcdic.h util.h
2089 ____________________________________________________________________________
2090 [ 29694] By: rgs                                   on 2007/01/05  10:21:58
2091         Log: Update copyright for perlio.c
2092      Branch: perl
2093            ! perlio.c
2094 ____________________________________________________________________________
2095 [ 29693] By: rgs                                   on 2007/01/05  09:55:22
2096         Log: Subject: Re: What if NV_PRESERVES_UV_BITS is undef? (was: Re: [PATCH] Configure test code fails to compile if SIGFPE is undefined)
2097              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2098              Date: Thu, 04 Jan 2007 00:21:02 +0900
2099              Message-Id: <20070104001943.6BC2.BQW10602@nifty.com>
2100      Branch: perl
2101            ! ext/Data/Dumper/t/dumper.t ext/Devel/Peek/t/Peek.t
2102 ____________________________________________________________________________
2103 [ 29692] By: steveh                                on 2007/01/05  09:45:08
2104         Log: Silence various VC6 warnings
2105      Branch: perl
2106            ! ext/B/B.xs perly.c regexec.c util.c win32/win32.c
2107 ____________________________________________________________________________
2108 [ 29691] By: rgs                                   on 2007/01/05  09:11:30
2109         Log: Subject: Re: [PATCH] perlio.c repair
2110              From: Bo Lindbergh <blgl@hagernas.com>
2111              Date: Thu, 4 Jan 2007 18:22:09 +0100
2112              Message-Id: <E22DC961-6821-4AC2-BA2F-9B5B06927758@hagernas.com>
2113      Branch: perl
2114            ! perlio.c
2115 ____________________________________________________________________________
2116 [ 29690] By: rgs                                   on 2007/01/05  07:49:03
2117         Log: Subject: [PATCH] ANSIfy the PATH environment variable on Windows
2118              From: Jan Dubois <jand@ActiveState.com>
2119              Date: Thu, 04 Jan 2007 12:37:48 -0800
2120              Message-ID: <7coqp2pme3r30qaonticuv6c6licieg4cg@4ax.com>
2121      Branch: perl
2122            ! win32/perllib.c win32/win32.c
2123 ____________________________________________________________________________
2124 [ 29689] By: rgs                                   on 2007/01/05  07:47:08
2125         Log: Subject: [PATCH] Add error handling to win32_ansipath
2126              From: Jan Dubois <jand@ActiveState.com>
2127              Date: Thu, 04 Jan 2007 12:20:21 -0800
2128              Message-ID: <f2oqp2dbdglim8bda4q1kajt9k3cvpqqga@4ax.com>
2129      Branch: perl
2130            ! win32/win32.c
2131 ____________________________________________________________________________
2132 [ 29688] By: rgs                                   on 2007/01/04  17:04:11
2133         Log: Upgrade Module::Load::Conditional to 0.14
2134      Branch: perl
2135            + lib/Module/Load/Conditional/t/to_load/InPod.pm
2136            ! MANIFEST lib/Module/Load/Conditional.pm
2137            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
2138            ! lib/Module/Load/Conditional/t/to_load/Commented.pm
2139            ! lib/Module/Load/Conditional/t/to_load/LoadIt.pm
2140            ! lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
2141 ____________________________________________________________________________
2142 [ 29687] By: rgs                                   on 2007/01/04  15:33:16
2143         Log: 4th patch from: 
2144              
2145              Subject: [PATCH] Cleanup SVf arguments (2nd try)
2146              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
2147              Date: Mon, 1 Jan 2007 20:16:13 +0100
2148              Message-ID: <20070101201613.4120d9ef@r2d2>
2149              
2150              Introduce an SVfARG() macro for %SVf (%-p here) arguments to
2151              perl's printf
2152      Branch: perl
2153            ! XSUB.h doio.c gv.c hv.c mg.c op.c pad.c perl.c perl.h perlio.c
2154            ! pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c regexec.c
2155            ! sv.c toke.c universal.c utf8.c
2156 ____________________________________________________________________________
2157 [ 29686] By: rgs                                   on 2007/01/04  15:29:02
2158         Log: The first three patches from:
2159              
2160              Subject: [PATCH] Cleanup SVf arguments (2nd try)
2161              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
2162              Date: Mon, 1 Jan 2007 20:16:13 +0100
2163              Message-ID: <20070101201613.4120d9ef@r2d2>
2164              
2165              Adds (void*) casts to %-p and %p printf arguments
2166      Branch: perl
2167            ! XSUB.h doio.c hv.c mg.c perl.c perlio.c pp.c pp_hot.c
2168            ! regcomp.c regexec.c scope.c sv.c util.c
2169 ____________________________________________________________________________
2170 [ 29685] By: steveh                                on 2007/01/04  15:21:50
2171         Log: Subject: Re: [PATCH] Symbian port: add Series 90 support
2172              From: Jarkko Hietaniemi <jhi@iki.fi>
2173              Date: Thu, 04 Jan 2007 03:35:54 -0500
2174              Message-ID: <459CBC6A.4060806@iki.fi>
2175              
2176              Fixes a VC7/VC7.1 linker error following #29650/#29651
2177      Branch: perl
2178            ! perl.h util.c
2179 ____________________________________________________________________________
2180 [ 29684] By: rgs                                   on 2007/01/04  14:40:18
2181         Log: Remove no longer used magic vtable
2182      Branch: perl
2183            ! XSUB.h perl.h
2184 ____________________________________________________________________________
2185 [ 29683] By: rgs                                   on 2007/01/04  14:39:08
2186         Log: Silence a 'null argument' warning
2187      Branch: perl
2188            ! dump.c
2189 ____________________________________________________________________________
2190 [ 29682] By: rgs                                   on 2007/01/04  14:30:02
2191         Log: Subject: Re: [PATCH] Change implementation of %+ to use a proper tied hash interface and add support for %-
2192              From: demerphq <demerphq@gmail.com>
2193              Date: Fri, 29 Dec 2006 21:45:51 +0100
2194              Message-ID: <9b18b3110612291245q792fe91cu69422d2b81bb4f0b@mail.gmail.com>
2195      Branch: perl
2196            + ext/re/lib/re/Tie/Hash/NamedCapture.pm
2197            ! MANIFEST doop.c dump.c embed.fnc embed.h ext/re/re.pm
2198            ! ext/re/re.xs ext/re/t/re_funcs.t global.sym gv.c hv.c mg.c
2199            ! perl.h pod/perlapi.pod pod/perlintern.pod pod/perlvar.pod
2200            ! proto.h regcomp.c sv.c t/op/pat.t
2201 ____________________________________________________________________________
2202 [ 29681] By: rgs                                   on 2007/01/04  10:32:13
2203         Log: Subject: [PATCH] Add note to perltodo.pod about Unicode and file globbing
2204              From: Jan Dubois <jand@ActiveState.com>
2205              Date: Thu, 28 Dec 2006 19:06:00 -0800
2206              Message-ID: <4e19p2lgme9qbqjkv78q7154vg6hlaar19@4ax.com>
2207      Branch: perl
2208            ! pod/perltodo.pod
2209 ____________________________________________________________________________
2210 [ 29680] By: davem                                 on 2007/01/04  01:03:22
2211         Log: make parser_free actually free the parser!
2212              also remove two SAVEs left over from #29655
2213      Branch: perl
2214            ! perly.c toke.c
2215 ____________________________________________________________________________
2216 [ 29679] By: nicholas                              on 2007/01/03  23:13:43
2217         Log: Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOURSTASH_set.
2218      Branch: perl
2219            ! dump.c pad.c pad.h sv.c sv.h
2220 ____________________________________________________________________________
2221 [ 29678] By: davem                                 on 2007/01/03  22:17:48
2222         Log: handle cloning of parsers on the save stack
2223      Branch: perl
2224            ! perly.c scope.c scope.h sv.c
2225 ____________________________________________________________________________
2226 [ 29677] By: nicholas                              on 2007/01/03  22:02:49
2227         Log: Teach dump about OURSTASH and COP ranges stored in the NV union.
2228      Branch: perl
2229            ! dump.c
2230 ____________________________________________________________________________
2231 [ 29676] By: stevep                                on 2007/01/03  18:23:32
2232         Log: Subject: [PATCH] Update change 29607 to affect only Win32
2233              From: Jan Dubois <jand@ActiveState.com>
2234              Date: Wed, 03 Jan 2007 08:48:22 -0800
2235              Message-ID: <f9nnp2lf4hsb74jf9unlsj59ahsf4f1o1v@4ax.com>
2236      Branch: perl
2237            ! lib/blib.pm
2238 ____________________________________________________________________________
2239 [ 29675] By: steveh                                on 2007/01/03  17:56:16
2240         Log: Subject: [PATCH] Use short pathnames in $^X and @INC if the long form cannot be represented in the current codepage
2241              From: Jan Dubois <jand@ActiveState.com>
2242              Date: Thu, 28 Dec 2006 18:59:40 -0800
2243              Message-ID: <vq09p2p09k6rcu6c9t0mab3vnc335ghg9m@4ax.com>
2244              
2245              Subject: Re: [PATCH] Use short pathnames in $^X and @INC if the long form cannot be represented in the current codepage
2246              From: Jan Dubois <jand@ActiveState.com>
2247              Date: Wed, 03 Jan 2007 08:12:35 -0800
2248              Message-ID: <orknp2pj17265modfosjkp2qtt4bdgtgjp@4ax.com>
2249      Branch: perl
2250            ! makedef.pl win32/perlhost.h win32/perllib.c win32/vdir.h
2251            ! win32/win32.c win32/win32iop.h
2252 ____________________________________________________________________________
2253 [ 29674] By: stevep                                on 2007/01/03  17:02:53
2254         Log: Subject: [PATCH] Re: g++ unhappy
2255              From: Jarkko Hietaniemi <jhi@iki.fi>
2256              Date: Mon, 01 Jan 2007 14:35:46 -0500
2257              Message-ID: <45996292.5090000@iki.fi>
2258      Branch: perl
2259            ! regcomp.c
2260 ____________________________________________________________________________
2261 [ 29673] By: nicholas                              on 2007/01/03  15:17:29
2262         Log: Make the ptr_table functions available in an unthreaded perl, as other
2263              code (such as Storable) can take advantage of them.
2264      Branch: perl
2265            ! embed.fnc embed.h intrpvar.h makedef.pl proto.h sv.c
2266 ____________________________________________________________________________
2267 [ 29672] By: stevep                                on 2007/01/03  13:56:57
2268         Log: Subject: [PATCH] IO::Compress::* 2.003
2269              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
2270              Date: Tue, 2 Jan 2007 13:14:26 -0000
2271              Message-ID: <02ca01c72e6f$eef88360$6401a8c0@myopwv.com>
2272      Branch: perl
2273            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
2274            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
2275            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
2276            ! ext/Compress/Zlib/README
2277            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
2278            ! ext/IO/Compress/Base/Changes ext/IO/Compress/Base/README
2279            ! ext/IO/Compress/Base/lib/IO/Compress/Base.pm
2280            ! ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
2281            ! ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
2282            ! ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
2283            ! ext/IO/Compress/Zlib/Changes ext/IO/Compress/Zlib/Makefile.PL
2284            ! ext/IO/Compress/Zlib/README
2285            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
2286            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
2287            ! ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
2288            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
2289            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
2290            ! ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
2291            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
2292            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
2293            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
2294            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
2295            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
2296            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
2297            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
2298            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
2299            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
2300            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
2301            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
2302 ____________________________________________________________________________
2303 [ 29671] By: stevep                                on 2007/01/03  01:46:41
2304         Log: Upgrade to Time-HiRes-1.9704
2305      Branch: perl
2306            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
2307            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
2308 ____________________________________________________________________________
2309 [ 29670] By: nicholas                              on 2007/01/02  21:45:08
2310         Log: Update copyright years to include 2007. (Plus a couple of 2006s and
2311              earlier we missed in av.h and hv.h)
2312      Branch: perl
2313            ! av.h cv.h dump.c hv.h op.c parser.h perly.c sv.h
2314 ____________________________________________________________________________
2315 [ 29669] By: nicholas                              on 2007/01/02  21:10:13
2316         Log: Assignment to a tainted variable was causing confusion if the source
2317              value was an NV too large for an IV (bug #40708). Fix the confusion
2318              by not promoting private flags to public flags in S_save_magic if
2319              there are already public flags.
2320      Branch: perl
2321            ! mg.c t/op/taint.t
2322 ____________________________________________________________________________
2323 [ 29668] By: nicholas                              on 2007/01/02  20:47:31
2324         Log: PVMG can be isUV too.
2325      Branch: perl
2326            ! dump.c ext/Devel/Peek/t/Peek.t
2327 ____________________________________________________________________________
2328 [ 29667] By: davem                                 on 2007/01/02  19:44:23
2329         Log: fix -Mad build breakage
2330      Branch: perl
2331            ! perly.c
2332 ____________________________________________________________________________
2333 [ 29666] By: nicholas                              on 2007/01/02  18:14:26
2334         Log: Copying to FORMATs should work (and not fail assertions if the value
2335              is floating point). Copying to ARRAYs and HASHes can't work and should
2336              croak.
2337      Branch: perl
2338            ! pod/perldiag.pod sv.c
2339 ____________________________________________________________________________
2340 [ 29665] By: nicholas                              on 2007/01/02  17:41:06
2341         Log: It's good to be able to dump FORMATs too :-)
2342      Branch: perl
2343            ! cv.h
2344 ____________________________________________________________________________
2345 [ 29664] By: nicholas                              on 2007/01/02  16:28:48
2346         Log: Remove the vestigal "#if 0"s from header files that defined same-sized
2347              *allocated structs, as these are not going to be needed again.
2348      Branch: perl
2349            ! av.h hv.h sv.h
2350 ____________________________________________________________________________
2351 [ 29663] By: nicholas                              on 2007/01/02  16:05:02
2352         Log: Probably better to make PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI special
2353              cases, instead of scanning pad.h to find them, and picking up 3 other
2354              superfluous definitions as a side effect.
2355      Branch: perl
2356            ! ext/B/defsubs_h.PL ext/B/t/concise-xs.t
2357 ____________________________________________________________________________
2358 [ 29662] By: nicholas                              on 2007/01/02  14:55:29
2359         Log: Note that the examples for the structure copying bug example are no
2360              longer relevant because of the XPVGV re-ordering.
2361      Branch: perl
2362            ! sv.c
2363 ____________________________________________________________________________
2364 [ 29661] By: steveh                                on 2007/01/02  14:50:56
2365         Log: Fix a couple of linker errors on Win32
2366      Branch: perl
2367            ! makedef.pl
2368 ____________________________________________________________________________
2369 [ 29660] By: davem                                 on 2007/01/02  14:02:40
2370         Log: remove conflict in pending_ident function and field name
2371      Branch: perl
2372            ! embed.fnc embed.h proto.h toke.c
2373 ____________________________________________________________________________
2374 [ 29659] By: steveh                                on 2007/01/02  11:18:26
2375         Log: Check miniperl exists before using it to run uupacktool.pl
2376              during distclean
2377      Branch: perl
2378            ! win32/Makefile win32/makefile.mk
2379 ____________________________________________________________________________
2380 [ 29658] By: merijn                                on 2007/01/02  07:15:38
2381         Log: Subject: [PATCH] Configure test code fails to compile if SIGFPE is undefined
2382              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
2383              Date: Tue, 2 Jan 2007 00:08:27 +0100
2384              Message-ID: <20070102000827.7acf11c8@r2d2>
2385      Branch: perl
2386            ! Configure
2387 ____________________________________________________________________________
2388 [ 29656] By: davem                                 on 2007/01/02  02:19:20
2389         Log: Subject:  [PATCH] really should test compile in AIX or something (fixup after the Series 90 patch)
2390              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
2391              Date:  Tue, 2 Jan 2007 03:15:42 +0200 (EET)
2392              Message-Id:  <200701020115.l021FgtC495074@kosh.hut.fi>
2393      Branch: perl
2394            ! makedef.pl
2395 ____________________________________________________________________________
2396 [ 29655] By: davem                                 on 2007/01/02  01:51:05
2397         Log: move easy lexer state variables into PL_parser
2398              (where "easy" == "only appear in toke.c")
2399      Branch: perl
2400            ! embed.fnc embed.h embedvar.h intrpvar.h parser.h perl.h
2401            ! perlapi.h perly.c proto.h sv.c toke.c
2402 ____________________________________________________________________________
2403 [ 29654] By: stevep                                on 2007/01/02  00:07:52
2404         Log: Quiet a smoke warning in toke.c and bump the copyright year.
2405      Branch: perl
2406            ! toke.c
2407 ____________________________________________________________________________
2408 [ 29653] By: stevep                                on 2007/01/01  22:48:33
2409         Log: Welcome to 2007!  Time to update copyrights from changes earlier
2410              today.
2411      Branch: perl
2412            ! embed.h embed.pl embedvar.h global.sym hv.c mg.c perl.h
2413            ! perlapi.c perlapi.h proto.h sv.c util.c
2414 ____________________________________________________________________________
2415 [ 29652] By: davem                                 on 2007/01/01  22:37:40
2416         Log: split parser initialisation from parser execution
2417      Branch: perl
2418            ! embed.fnc embed.h parser.h perly.c proto.h toke.c
2419 ____________________________________________________________________________
2420 [ 29651] By: stevep                                on 2007/01/01  19:30:05
2421         Log: Add file missed in change #29650.
2422      Branch: perl
2423            + symbian/PerlUiS90.rss
2424 ____________________________________________________________________________
2425 [ 29650] By: stevep                                on 2007/01/01  15:41:48
2426         Log: Subject: [PATCH] Symbian port: add Series 90 support
2427              From: Jarkko Hietaniemi <jhi@iki.fi>
2428              Date: Mon, 01 Jan 2007 08:49:03 -0500
2429              Message-ID: <4599114F.8020307@iki.fi>
2430      Branch: perl
2431            ! MANIFEST README.symbian embed.fnc embed.h embedvar.h
2432            ! global.sym hv.c intrpvar.h lib/ExtUtils/Constant/ProxySubs.pm
2433            ! mg.c perl.h perlapi.h perlio.c pod/perlapi.pod proto.h sv.c
2434            ! symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlUi.cpp
2435            ! symbian/PerlUi.h symbian/config.pl symbian/config.sh
2436            ! symbian/cwd.pl symbian/install.cfg symbian/makesis.pl
2437            ! symbian/sdk.pl symbian/xsbuild.pl util.c
2438 ____________________________________________________________________________
2439 [ 29649] By: davem                                 on 2007/01/01  11:24:07
2440         Log: split parser stack from parser object
2441      Branch: perl
2442            ! parser.h perly.c
2443 ____________________________________________________________________________
2444 [ 29648] By: davem                                 on 2006/12/31  18:56:37
2445         Log: in lex_start(), ensure that all lexer state vars are saved
2446              and re-initialised. This is mostly overkill, but mimicks the
2447              effect of having all the vars in a single parser object.
2448      Branch: perl
2449            ! toke.c
2450 ____________________________________________________________________________
2451 [ 29647] By: nicholas                              on 2006/12/31  16:58:18
2452         Log: Rationalise the logic in lex_start for creating a new temporary if the
2453              passed in SV is read only or doesn't end in ';'. Also, allow a NULL
2454              pointer to imply a zero length string, which saves creating a mortal
2455              in pp_require, only for it to be ignored in favour of a new SV.
2456      Branch: perl
2457            ! embed.fnc pp_ctl.c proto.h toke.c
2458 ____________________________________________________________________________
2459 [ 29646] By: stevep                                on 2006/12/31  16:37:54
2460         Log: Fix to test failures caused by change #29606 when PERLIO=stdio.
2461              Based on suggestions from Ilya Zakharevich in 
2462              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-12/msg00646.html
2463      Branch: perl
2464            ! lib/SelfLoader.pm
2465 ____________________________________________________________________________
2466 [ 29645] By: merijn                                on 2006/12/31  13:58:57
2467         Log: Subject: [PATCH] smoke signs suppression
2468              From: Jarkko Hietaniemi <jhi@iki.fi>
2469              Date: Sun, 31 Dec 2006 08:51:52 -0500
2470              Message-ID: <4597C078.4000503@iki.fi>
2471      Branch: perl
2472            ! iperlsys.h perly.c regcomp.c
2473 ____________________________________________________________________________
2474 [ 29644] By: nicholas                              on 2006/12/31  12:31:09
2475         Log: As freeing up PL_linestr is now done via the scope stack, there's no
2476              need to make any temporary varariable a mortal, and waste effort on
2477              the temp stack (not) clearing it up.
2478      Branch: perl
2479            ! toke.c
2480 ____________________________________________________________________________
2481 [ 29643] By: nicholas                              on 2006/12/31  12:07:37
2482         Log: PL_linestr needs to survive until the end of scope, not just the next
2483              FREETMPS. Fixes the underlying cause of the thread cloning SEGV
2484              reported in http://www.nntp.perl.org/group/perl.perl5.porters/63123
2485      Branch: perl
2486            + t/op/threads_create.pl
2487            ! MANIFEST sv.c t/op/threads.t toke.c
2488 ____________________________________________________________________________
2489 [ 29642] By: nicholas                              on 2006/12/31  00:08:00
2490         Log: Move SVt_BIND to be the lowest type after SVt_NULL. This will force all
2491              code attempting to upgrade a BIND to anything into sv_upgrade(), which
2492              for now will croak, but in future can DTRT, for whatever TRT is decided
2493              to be. Make SvOK() check the flags of the referenant for a BIND, as I
2494              envisage that the only flag bit that will get set on a BIND is SVf_UTF8
2495              even if the referant has a defined value.
2496      Branch: perl
2497            ! dump.c ext/B/B.xs sv.c sv.h
2498 ____________________________________________________________________________
2499 [ 29641] By: stevep                                on 2006/12/30  05:55:53
2500         Log: Subject: [PATCH] Update Compress Modules to version 2.002
2501              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
2502              Date: Fri, 29 Dec 2006 20:50:26 -0000
2503              Message-ID: <000501c72b8a$f96b2ba0$6401a8c0@myopwv.com>
2504      Branch: perl
2505            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
2506            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
2507            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
2508            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
2509            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/14gzopen.t
2510            ! ext/IO/Compress/Base/Changes ext/IO/Compress/Base/README
2511            ! ext/IO/Compress/Base/lib/IO/Compress/Base.pm
2512            ! ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
2513            ! ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
2514            ! ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
2515            ! ext/IO/Compress/Base/t/01misc.t ext/IO/Compress/Zlib/Changes
2516            ! ext/IO/Compress/Zlib/README
2517            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
2518            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
2519            ! ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
2520            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
2521            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
2522            ! ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
2523            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
2524            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
2525            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
2526            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
2527            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
2528            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
2529            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
2530            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
2531            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
2532            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
2533            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
2534            ! t/lib/compress/CompTestUtils.pm t/lib/compress/multi.pl
2535            ! t/lib/compress/oneshot.pl
2536 ____________________________________________________________________________
2537 [ 29640] By: davem                                 on 2006/12/30  01:18:18
2538         Log: fix a test failing under -Dmad
2539      Branch: perl
2540            ! ext/List/Util/t/weak.t
2541 ____________________________________________________________________________
2542 [ 29639] By: nicholas                              on 2006/12/29  16:20:39
2543         Log: With xlow and xhigh as U32, PAD_MAX shouldn't be IV_MAX, as on a 64 bit
2544              system this can't be stored.
2545      Branch: perl
2546            ! pad.c
2547 ____________________________________________________________________________
2548 [ 29638] By: nicholas                              on 2006/12/29  14:42:03
2549         Log: I failed to run regen.pl to propagate my pad.c changes to perlintern.pod
2550      Branch: perl
2551            ! pod/perlintern.pod
2552 ____________________________________________________________________________
2553 [ 29637] By: nicholas                              on 2006/12/29  00:17:18
2554         Log: In Perl_fbm_compile, really rarest should be U32 not I32, as it is
2555              set from a U32, and used as an array index.
2556      Branch: perl
2557            ! util.c
2558 ____________________________________________________________________________
2559 [ 29636] By: davem                                 on 2006/12/29  00:08:35
2560         Log: further fix for #29543: fix parser leaks caused by croaking
2561      Branch: perl
2562            ! dump.c op.c op.h perly.c t/comp/parser.t
2563 ____________________________________________________________________________
2564 [ 29635] By: nicholas                              on 2006/12/28  23:57:16
2565         Log: Eliminate BmPREVIOUS_set - with the complexity gone from how the datum
2566              is stored, there's no need for it.
2567      Branch: perl
2568            ! sv.h util.c
2569 ____________________________________________________________________________
2570 [ 29634] By: nicholas                              on 2006/12/28  23:35:54
2571         Log: Move all the FBM data fields from the table into a struct xbm_s which
2572              is part of the xnv union.
2573      Branch: perl
2574            ! av.h cv.h hv.h sv.h util.c
2575 ____________________________________________________________________________
2576 [ 29633] By: nicholas                              on 2006/12/28  22:40:37
2577         Log: With PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy once more.
2578      Branch: perl
2579            ! op.c pad.h sv.c
2580 ____________________________________________________________________________
2581 [ 29632] By: nicholas                              on 2006/12/28  22:03:56
2582         Log: Move PAD_COMPNAME_GEN from SvCUR to SvUVX.
2583      Branch: perl
2584            ! op.c pad.c pad.h
2585 ____________________________________________________________________________
2586 [ 29631] By: nicholas                              on 2006/12/28  21:41:52
2587         Log: Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad.h, export them via
2588              B.pm, so that B::Concise doesn't need to hard code magic numbers.
2589      Branch: perl
2590            ! ext/B/B/Concise.pm ext/B/defsubs_h.PL ext/B/t/concise-xs.t
2591            ! pad.c pad.h
2592 ____________________________________________________________________________
2593 [ 29630] By: nicholas                              on 2006/12/28  21:21:22
2594         Log: Move the low/high cop sequences from NVX/IVX to a two U32 structure
2595              in the xnv union. This frees up IVX for the PL_generation code, which
2596              in turn will allow SvCUR to return to its real purpose.
2597      Branch: perl
2598            ! av.h cv.h hv.h pad.c pad.h sv.h
2599 ____________________________________________________________________________
2600 [ 29629] By: nicholas                              on 2006/12/28  20:02:03
2601         Log: Abstract the pad code's overloaded use of SvNVX and SvIVX into
2602              4 macros COP_SEQ_RANGE_LOW, COP_SEQ_RANGE_HIGH, PARENT_PAD_INDEX
2603              and PARENT_FAKELEX_FLAGS
2604      Branch: perl
2605            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Deparse.pm
2606            ! pad.c pad.h
2607 ____________________________________________________________________________
2608 [ 29628] By: nicholas                              on 2006/12/28  17:55:06
2609         Log: Change PAD_MAX to something a bit less FORTRAN-ish than 999999999.
2610      Branch: perl
2611            ! pad.c
2612 ____________________________________________________________________________
2613 [ 29627] By: stevep                                on 2006/12/27  19:36:13
2614         Log: Upgrade to Errno-1.10 (!).  I have left the core tests as is for
2615              now as well as for Makefile.PL, which need some looking into.
2616      Branch: perl
2617            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
2618 ____________________________________________________________________________
2619 [ 29626] By: nicholas                              on 2006/12/27  15:27:58
2620         Log: Subject: [PATCH] Macroize char class tests in case to remove duplicated code.
2621              From: demerphq <demerphq@gmail.com>
2622              Message-ID: <9b18b3110612270237i40e5ef34ud80898459ee338eb@mail.gmail.com>
2623              Date: Wed, 27 Dec 2006 11:37:36 +0100
2624      Branch: perl
2625            ! regcomp.c
2626 ____________________________________________________________________________
2627 [ 29625] By: stevep                                on 2006/12/27  14:13:27
2628         Log: Upgrade to CPAN-1.83_66.
2629      Branch: perl
2630            + lib/CPAN/Kwalify.pm lib/CPAN/Kwalify/distroprefs.dd
2631            + lib/CPAN/Kwalify/distroprefs.yml
2632            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm
2633            ! lib/CPAN/HandleConfig.pm lib/CPAN/Version.pm
2634            ! lib/CPAN/t/10version.t
2635 ____________________________________________________________________________
2636 [ 29624] By: stevep                                on 2006/12/26  15:53:57
2637         Log: Cannot use a L<> within a preformatted section of a Pod document.
2638      Branch: perl
2639            ! pod/perlreref.pod
2640 ____________________________________________________________________________
2641 [ 29623] By: rgs                                   on 2006/12/26  14:22:15
2642         Log: Subject: Re: Named-capture regex syntax
2643              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2644              Date: Tue, 26 Dec 2006 23:11:38 +0900
2645              Message-Id: <20061226231027.8320.BQW10602@nifty.com>
2646      Branch: perl
2647            ! t/op/pat.t
2648 ____________________________________________________________________________
2649 [ 29622] By: rgs                                   on 2006/12/25  17:09:07
2650         Log: Fix a couple of warnings
2651      Branch: perl
2652            ! regcomp.c
2653 ____________________________________________________________________________
2654 [ 29621] By: rgs                                   on 2006/12/25  17:03:14
2655         Log: Subject: Re: Named-capture regex syntax
2656              From: demerphq <demerphq@gmail.com>
2657              Date: Sun, 24 Dec 2006 14:38:15 +0100
2658              Message-ID: <9b18b3110612240538m5c45654br7d27171835f6664@mail.gmail.com>
2659      Branch: perl
2660            ! pod/perldiag.pod pod/perlre.pod regcomp.c regcomp.h t/op/pat.t
2661            ! t/op/re_tests
2662 ____________________________________________________________________________
2663 [ 29620] By: rgs                                   on 2006/12/24  09:28:22
2664         Log: The PERLIO environment variable, when unset, doesn't default to :stdio.
2665      Branch: perl
2666            ! pod/perlrun.pod
2667 ____________________________________________________________________________
2668 [ 29619] By: rgs                                   on 2006/12/23  16:15:50
2669         Log: Fix #6006 for taint mode too.
2670      Branch: perl
2671            ! op.c t/op/subst.t
2672 ____________________________________________________________________________
2673 [ 29618] By: rgs                                   on 2006/12/23  15:52:27
2674         Log: Remove -T from op/subst.t, and add a new test file, substT.t,
2675              to run the s/// tests under taint mode; mark the test for
2676              RT #6006 as TODO, but only with -T.
2677      Branch: perl
2678            + t/op/substT.t
2679            ! MANIFEST t/op/subst.t
2680 ____________________________________________________________________________
2681 [ 29617] By: rgs                                   on 2006/12/23  15:38:50
2682         Log: A better fix for RT #6006: revert change 29616, which was bogus,
2683              and add OP_SCOPE to the list of "dangerous" ops that might appear
2684              on the right side of s///.
2685              However, this fix does not work under taint mode, and op/subst.t
2686              has -T.
2687      Branch: perl
2688            ! op.c
2689 ____________________________________________________________________________
2690 [ 29616] By: rgs                                   on 2006/12/23  13:52:02
2691         Log: Fix RT #6006: Regexp replaces using large replacement variables fail
2692              some of the time (i.e. when the substitution contains something
2693              like ${10}). Patch derived from a patch by Hugo van der Sanden;
2694              added also a second test (Yves Orton already added a TODO test
2695              for this.)
2696      Branch: perl
2697            ! op.c t/op/subst.t
2698 ____________________________________________________________________________
2699 [ 29615] By: rgs                                   on 2006/12/23  12:31:26
2700         Log: Upgrade to Module::Build 0.2806
2701      Branch: perl
2702            + lib/Module/Build/Config.pm
2703            ! MANIFEST lib/Module/Build.pm lib/Module/Build/API.pod
2704            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
2705            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
2706            ! lib/Module/Build/Cookbook.pm lib/Module/Build/ModuleInfo.pm
2707            ! lib/Module/Build/PPMMaker.pm
2708            ! lib/Module/Build/Platform/Amiga.pm
2709            ! lib/Module/Build/Platform/Default.pm
2710            ! lib/Module/Build/Platform/EBCDIC.pm
2711            ! lib/Module/Build/Platform/MPEiX.pm
2712            ! lib/Module/Build/Platform/MacOS.pm
2713            ! lib/Module/Build/Platform/RiscOS.pm
2714            ! lib/Module/Build/Platform/Unix.pm
2715            ! lib/Module/Build/Platform/VMS.pm
2716            ! lib/Module/Build/Platform/VOS.pm
2717            ! lib/Module/Build/Platform/Windows.pm
2718            ! lib/Module/Build/Platform/aix.pm
2719            ! lib/Module/Build/Platform/darwin.pm
2720            ! lib/Module/Build/Platform/os2.pm lib/Module/Build/Version.pm
2721            ! lib/Module/Build/t/basic.t lib/Module/Build/t/ext.t
2722            ! lib/Module/Build/t/extend.t lib/Module/Build/t/metadata.t
2723            ! lib/Module/Build/t/moduleinfo.t lib/Module/Build/t/xs.t
2724 ____________________________________________________________________________
2725 [ 29614] By: rgs                                   on 2006/12/23  11:45:28
2726         Log: syswrite() wasn't reporting a warning when writing to a filehandle
2727              opened only for input.
2728      Branch: perl
2729            ! pp_sys.c t/lib/warnings/pp_sys
2730 ____________________________________________________________________________
2731 [ 29613] By: rgs                                   on 2006/12/22  15:44:51
2732         Log: The Perl 6 specification is still evolving, so don't refer to it.
2733      Branch: perl
2734            ! pod/perlsyn.pod
2735 ____________________________________________________________________________
2736 [ 29612] By: stevep                                on 2006/12/22  15:18:02
2737         Log: miniperl may not have been successfully built before running a
2738              "make distclean".
2739      Branch: perl
2740            ! Makefile.SH
2741 ____________________________________________________________________________
2742 [ 29611] By: stevep                                on 2006/12/22  14:53:17
2743         Log: Silence an unused variable warning in sv.c.
2744      Branch: perl
2745            ! sv.h
2746 ____________________________________________________________________________
2747 [ 29610] By: rgs                                   on 2006/12/22  11:30:47
2748         Log: Unshare the shared string gp_file_hek only if it exists in a GP.
2749              Not doing this will produce invalid frees in the global destruction
2750              process, probably because the empty string will get freed several
2751              times. This should be safe since gp_file_hek is only assigned a
2752              new value with share_hek().
2753      Branch: perl
2754            ! gv.c
2755 ____________________________________________________________________________
2756 [ 29609] By: rgs                                   on 2006/12/21  10:24:05
2757         Log: Upgrade to Text::Balanced 2.0.0
2758      Branch: perl
2759            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
2760            ! lib/Text/Balanced/README lib/Text/Balanced/t/extqlk.t
2761 ____________________________________________________________________________
2762 [ 29608] By: rgs                                   on 2006/12/21  10:12:14
2763         Log: Subject: [PATCH] threads 1.57
2764              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
2765              Date: Wed, 20 Dec 2006 10:30:21 -0800 (PST)
2766              Message-ID: <20061220183021.79793.qmail@web30205.mail.mud.yahoo.com>
2767      Branch: perl
2768            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
2769            ! ext/threads/t/join.t ext/threads/t/state.t
2770            ! ext/threads/t/thread.t ext/threads/threads.pm
2771            ! ext/threads/threads.xs
2772 ____________________________________________________________________________
2773 [ 29607] By: rgs                                   on 2006/12/21  09:47:34
2774         Log: Subject: [PATCH] allow blib.pm to be used for testing Win32 module (again)
2775              From: Jan Dubois <jand@ActiveState.com>
2776              Date: Wed, 20 Dec 2006 18:53:51 -0800
2777              Message-ID: <vjtjo21l5ksgeab6k9l46d9pvlg5vf86rt@4ax.com>
2778      Branch: perl
2779            ! lib/blib.pm
2780 ____________________________________________________________________________
2781 [ 29606] By: stevep                                on 2006/12/21  05:47:31
2782         Log: Subject: [PATCH 5.8.8] SelfLoader after fork()
2783              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
2784              Date: Mon, 18 Dec 2006 01:13:59 -0800
2785              Message-ID: <20061218091359.GA14985@powdermilk.math.berkeley.edu>
2786      Branch: perl
2787            ! lib/SelfLoader.pm
2788 ____________________________________________________________________________
2789 [ 29605] By: stevep                                on 2006/12/21  05:12:28
2790         Log: Subject: [PATCH] Implement killpg() for MSWin32
2791              From: Jan Dubois <jand@ActiveState.com>
2792              Date: Wed, 20 Dec 2006 15:41:00 -0800
2793              Message-ID: <m8hjo2pasv3hdbhd1sj9sasen7tm38hrhp@4ax.com>
2794      Branch: perl
2795            ! win32/config.bc win32/config.gc win32/config.vc
2796            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
2797            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
2798            ! win32/win32.c win32/win32.h
2799 ____________________________________________________________________________
2800 [ 29604] By: rgs                                   on 2006/12/20  16:13:32
2801         Log: Subject: Re: [PATCH] Making adding binary files possible
2802              From: demerphq <demerphq@gmail.com>
2803              Date: Wed, 20 Dec 2006 16:00:33 +0100
2804              Message-ID: <9b18b3110612200700k48157cd1n1f2305f306b7de32@mail.gmail.com>
2805              
2806              plus matching updates to Makefile.SH and patching.pod
2807      Branch: perl
2808            + uupacktool.pl win32/perlexe.ico.packd
2809            - pack.pl packed_files.pl win32/makeico.pl
2810            ! MANIFEST Makefile.SH Porting/patching.pod win32/Makefile
2811            ! win32/Makefile.ce win32/makefile.mk
2812 ____________________________________________________________________________
2813 [ 29603] By: merijn                                on 2006/12/20  12:58:41
2814         Log: Open Configure to the world of 64bitonly environments
2815      Branch: perl
2816            ! Configure
2817 ____________________________________________________________________________
2818 [ 29601] By: rgs                                   on 2006/12/20  11:15:29
2819         Log: Fix leaks in label strings allocation in COPs
2820      Branch: perl
2821            ! cop.h perly.act perly.h perly.tab perly.y toke.c
2822 ____________________________________________________________________________
2823 [ 29600] By: rgs                                   on 2006/12/20  09:30:06
2824         Log: Don't free the original label string when assigning it to cop_label,
2825              since it comes directly from the parser. (That was making op/goto.t
2826              fail under threads and without debugging on some platforms.)
2827      Branch: perl
2828            ! cop.h
2829 ____________________________________________________________________________
2830 [ 29599] By: stevep                                on 2006/12/20  04:20:14
2831         Log: Subject: [PATCH] threads::shared 1.06
2832              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
2833              Date: Tue, 19 Dec 2006 10:30:47 -0800 (PST)
2834              Message-ID: <525867.40748.qm@web30207.mail.mud.yahoo.com>
2835      Branch: perl
2836            ! ext/threads/shared/Changes ext/threads/shared/README
2837            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
2838            ! ext/threads/shared/t/cond.t
2839 ____________________________________________________________________________
2840 [ 29598] By: stevep                                on 2006/12/20  04:14:06
2841         Log: Subject: [PATCH] Update cwd() to return the "short" pathname if the long one doesn't fit the codepage
2842              From: Jan Dubois <jand@ActiveState.com>
2843              Date: Mon, 18 Dec 2006 21:37:25 -0800
2844              Message-ID: <3rteo219or8hqr511e4vg1fnsgvgemb4sh@4ax.com>
2845      Branch: perl
2846            ! win32/perlhost.h win32/vdir.h
2847 ____________________________________________________________________________
2848 [ 29597] By: stevep                                on 2006/12/20  04:07:11
2849         Log: Subject: [PATCH] let readdir() return the alternate (short) filename if the long name is outside the current codepage
2850              From: Jan Dubois <jand@ActiveState.com>
2851              Date: Tue, 19 Dec 2006 13:49:40 -0800
2852              Message-ID: <8nmgo2dr5gtmv00gtfu07g7rdgitr859jk@4ax.com>
2853      Branch: perl
2854            ! win32/win32.c
2855 ____________________________________________________________________________
2856 [ 29596] By: merijn                                on 2006/12/19  19:48:51
2857         Log: Subject: [PATCH] Re: 'localtime' not thread-safe under HP-UX B.11.11/64
2858              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
2859              Date: Mon, 18 Dec 2006 10:18:28 -0800 (PST)
2860              Message-ID: <31291.28361.qm@web30205.mail.mud.yahoo.com>
2861      Branch: perl
2862            ! hints/hpux.sh
2863 ____________________________________________________________________________
2864 [ 29595] By: rgs                                   on 2006/12/19  15:22:24
2865         Log: Proper cleanup for Errno.pm
2866      Branch: perl
2867            ! ext/Errno/Makefile.PL
2868 ____________________________________________________________________________
2869 [ 29594] By: rgs                                   on 2006/12/19  15:14:47
2870         Log: Fix paths of pack.pl in patching.pod
2871      Branch: perl
2872            ! Porting/patching.pod
2873 ____________________________________________________________________________
2874 [ 29593] By: rgs                                   on 2006/12/19  15:07:45
2875         Log: Subject: [PATCH] Making adding binary files possible
2876              From: "Jos Boumans" <kane@dwim.org>
2877              Date: Fri, 15 Dec 2006 20:51:45 +0100 (CET)
2878              Message-ID: <19978.80.127.35.68.1166212305.squirrel@webmail.xs4all.nl>
2879              
2880              with a few tweaks
2881      Branch: perl
2882            + pack.pl packed_files.pl
2883            ! MANIFEST Makefile.SH Porting/patching.pod
2884 ____________________________________________________________________________
2885 [ 29592] By: rgs                                   on 2006/12/19  10:50:13
2886         Log: Add a regression test to verify that POSIX::AUTOLOAD works,
2887              and silence a potential warning from it.
2888      Branch: perl
2889            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
2890 ____________________________________________________________________________
2891 [ 29591] By: rgs                                   on 2006/12/19  10:23:29
2892         Log: Disable strictures in POSIX AUTOLOAD
2893      Branch: perl
2894            ! ext/POSIX/POSIX.pm
2895 ____________________________________________________________________________
2896 [ 29590] By: rgs                                   on 2006/12/19  09:49:30
2897         Log: Subject: [PATCH] Don't destroy the Unicode system environment on Perl startup
2898              From: Jan Dubois <jand@ActiveState.com>
2899              Date: Mon, 18 Dec 2006 16:34:33 -0800
2900              Message-ID: <bsbeo2hama2sdo3kqdbrdhp505caeft6h9@4ax.com>
2901      Branch: perl
2902            ! perl.c
2903 ____________________________________________________________________________
2904 [ 29589] By: davem                                 on 2006/12/19  02:25:19
2905         Log: make -Dpv print 8 parser stack items, not 9
2906      Branch: perl
2907            ! perly.c
2908 ____________________________________________________________________________
2909 [ 29588] By: nicholas                              on 2006/12/18  22:12:36
2910         Log: Making strict et al propagate into autoloaded subroutines seems a
2911              worthy todo.
2912      Branch: perl
2913            ! pod/perltodo.pod
2914 ____________________________________________________________________________
2915 [ 29587] By: nicholas                              on 2006/12/18  22:04:19
2916         Log: Ensure that POSIX.pm is strict and warnings compliant throughout if
2917              the __END__ is temporarily removed.
2918      Branch: perl
2919            ! ext/POSIX/POSIX.pm
2920 ____________________________________________________________________________
2921 [ 29586] By: nicholas                              on 2006/12/18  21:23:43
2922         Log: Given that POSIX already has AutoLoader loaded, move as much as
2923              possible of POSIX::SigRt out to AutoLoadLand, so that it won't be
2924              loaded unless someone starts using the realtime signals interface.
2925      Branch: perl
2926            ! ext/POSIX/POSIX.pm
2927 ____________________________________________________________________________
2928 [ 29585] By: rgs                                   on 2006/12/18  16:06:38
2929         Log: Subject: Re: [PATCH] do not meddle in the affairs of PERL_TRACK_MEMPOOL
2930              From: Jarkko Hietaniemi <jhi@iki.fi>
2931              Date: Sun, 17 Dec 2006 22:17:34 -0500
2932              Message-ID: <4586084E.8040706@iki.fi>
2933              
2934              Introduce CopLABEL() macro to deal with labels attached to COPs.
2935      Branch: perl
2936            ! cop.h op.c scope.h
2937 ____________________________________________________________________________
2938 [ 29584] By: stevep                                on 2006/12/18  15:36:11
2939         Log: Subject: [PATCH blead] Re: [perl #41071] require stringifies code references in tied @INC
2940              From: Rick Delaney <rick@bort.ca>
2941              Date: Fri, 15 Dec 2006 23:28:25 -0500
2942              Message-ID: <20061216042825.GB23501@localhost.localdomain>
2943      Branch: perl
2944            + t/op/inccode-tie.t
2945            ! MANIFEST pp_ctl.c t/op/inccode.t
2946 ____________________________________________________________________________
2947 [ 29583] By: rgs                                   on 2006/12/18  14:43:58
2948         Log: ExtUtils/MakeMaker.pm: WriteEmptyMakefile() was ignoring FIRST_MAKEFILE
2949              
2950              Subject: [PATCH 5.8.8] OS/2 build, small change
2951              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
2952              Date: Mon, 18 Dec 2006 01:20:12 -0800
2953              Message-ID: <20061218092012.GA15022@powdermilk.math.berkeley.edu>
2954      Branch: perl
2955            ! lib/ExtUtils/MakeMaker.pm
2956 ____________________________________________________________________________
2957 [ 29582] By: rgs                                   on 2006/12/18  14:43:05
2958         Log: lib/perl5db.pl: Remove code now moved to OS2::Process
2959              
2960              Subject: [PATCH 5.8.8] OS/2 build, small change
2961              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
2962              Date: Mon, 18 Dec 2006 01:20:12 -0800
2963              Message-ID: <20061218092012.GA15022@powdermilk.math.berkeley.edu>
2964      Branch: perl
2965            ! lib/perl5db.pl
2966 ____________________________________________________________________________
2967 [ 29581] By: rgs                                   on 2006/12/18  13:35:18
2968         Log: Bump version number of ExtUtils::MM_Unix after last change
2969      Branch: perl
2970            ! lib/ExtUtils/MM_Unix.pm
2971 ____________________________________________________________________________
2972 [ 29580] By: rgs                                   on 2006/12/18  13:34:00
2973         Log: Subject: [PATCH 5.8.8] OS/2-specific fixes, round II
2974              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
2975              Date: Mon, 18 Dec 2006 00:45:24 -0800
2976              Message-ID: <20061218084524.GA14866@powdermilk.math.berkeley.edu>
2977      Branch: perl
2978            + os2/OS2/Process/t/os2_atoms.t
2979            + os2/OS2/Process/t/os2_clipboard.t os2/os2_pipe.t
2980            ! MANIFEST emacs/ptags ext/DynaLoader/XSLoader_pm.PL
2981            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
2982            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
2983            ! os2/OS2/Process/t/os2_process.t os2/OS2/REXX/DLL/Changes
2984            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h perl.c util.c
2985 ____________________________________________________________________________
2986 [ 29579] By: rgs                                   on 2006/12/18  11:53:54
2987         Log: ExtUtils::Command is now maintained separately from MakeMaker
2988      Branch: perl
2989            ! Porting/Maintainers.pl
2990 ____________________________________________________________________________
2991 [ 29578] By: rgs                                   on 2006/12/18  11:47:56
2992         Log: Subject: [PATCH 5.8.8] Fixes for the test suite on OS/2
2993              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
2994              Date: Wed, 13 Dec 2006 18:32:22 -0800
2995              Message-ID: <20061214023222.GA29084@powdermilk.math.berkeley.edu>
2996      Branch: perl
2997            ! ext/IO/t/io_unix.t lib/ExtUtils/t/eu_command.t
2998            ! lib/Time/Local.t os2/OS2/ExtAttr/t/os2_ea.t t/io/fs.t
2999            ! t/op/stat.t
3000 ____________________________________________________________________________
3001 [ 29577] By: rgs                                   on 2006/12/18  10:49:15
3002         Log: Subject: [PATCH 5.8.8] OS/2: survive SIGCHLD
3003              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3004              Date: Mon, 18 Dec 2006 00:55:19 -0800
3005              Message-ID: <20061218085519.GA14893@powdermilk.math.berkeley.edu>
3006              
3007              plus a perldiag entry for the new error,
3008              "Maximal count of pending signals (%s) exceeded"
3009      Branch: perl
3010            ! mg.c pod/perldiag.pod
3011 ____________________________________________________________________________
3012 [ 29576] By: rgs                                   on 2006/12/18  10:07:10
3013         Log: Subject: [PATCH] C++: regcomp.c and ext/Time/Piece/Piece.xs
3014              From: Jarkko Hietaniemi <jhi@iki.fi>
3015              Date: Sun, 17 Dec 2006 22:45:29 -0500
3016              Message-ID: <45860ED9.9090808@iki.fi>
3017      Branch: perl
3018            ! ext/Time/Piece/Piece.xs regcomp.c
3019 ____________________________________________________________________________
3020 [ 29575] By: rgs                                   on 2006/12/18  09:58:48
3021         Log: Subject: PATCH: Add =encoding directive to non-latin READMEs
3022              From: Slaven Rezic <slaven@rezic.de>
3023              Date: 16 Dec 2006 11:20:36 +0100
3024              Message-ID: <87wt4sdtvv.fsf@biokovo.herceg.de>
3025      Branch: perl
3026            ! README.cn README.jp README.ko README.tw
3027 ____________________________________________________________________________
3028 [ 29574] By: rgs                                   on 2006/12/18  09:51:09
3029         Log: Subject: [PATCH] perl.c: leak avoidance
3030              From: Jarkko Hietaniemi <jhi@iki.fi>
3031              Date: Sat, 16 Dec 2006 11:48:13 -0500
3032              Message-ID: <4584234D.7070209@iki.fi>
3033      Branch: perl
3034            ! perl.c
3035 ____________________________________________________________________________
3036 [ 29573] By: craigb                                on 2006/12/18  01:15:43
3037         Log: In vms/vms.c, don't prototype decw$term_port until after 
3038              config.h (via perl.h) is included.  That's where USE_VMS_DECTERM
3039              is defined.
3040      Branch: perl
3041            ! vms/vms.c
3042 ____________________________________________________________________________
3043 [ 29572] By: craigb                                on 2006/12/18  01:11:41
3044         Log: Don't try to build Win32 on VMS
3045      Branch: perl
3046            ! configure.com
3047 ____________________________________________________________________________
3048 [ 29571] By: nicholas                              on 2006/12/18  00:27:43
3049         Log: POSIX::SigAction::new can be moved into the AUTOLOAD section.
3050      Branch: perl
3051            ! ext/POSIX/POSIX.pm
3052 ____________________________________________________________________________
3053 [ 29570] By: davem                                 on 2006/12/18  00:24:01
3054         Log: move parser state into new parser object, PL_parser
3055      Branch: perl
3056            + parser.h
3057            ! MANIFEST embedvar.h intrpvar.h perl.h perlapi.h perly.c
3058            ! pod/perlapi.pod pod/perlintern.pod toke.c
3059 ____________________________________________________________________________
3060 [ 29569] By: davem                                 on 2006/12/17  22:21:40
3061         Log: merge the four parser stacks into one
3062      Branch: perl
3063            ! perly.act perly.c regen_perly.pl
3064 ____________________________________________________________________________
3065 [ 29568] By: davem                                 on 2006/12/17  20:00:19
3066         Log: delete dead code and macros from perly.c
3067      Branch: perl
3068            ! perly.c
3069 ____________________________________________________________________________
3070 [ 29567] By: davem                                 on 2006/12/17  19:42:35
3071         Log: unify stacks arithmetic in parser
3072      Branch: perl
3073            ! perly.c
3074 ____________________________________________________________________________
3075 [ 29566] By: nicholas                              on 2006/12/16  23:03:42
3076         Log: Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym for SVf_SCREAM)
3077              to note when a proxy constant subroutine is copied. This allows us to
3078              correctly set GvIMPORTED_CV_on() if the symbol is ever turned into a
3079              real GV.
3080      Branch: perl
3081            + t/lib/proxy_constant_subs.t
3082            ! MANIFEST dump.c gv.c pp_hot.c sv.h
3083 ____________________________________________________________________________
3084 [ 29565] By: nicholas                              on 2006/12/16  16:54:06
3085         Log: Split out the use of SVp_SCREAM for GVs with GPs into a new symbolic
3086              flag SVpgv_GP, and use this in isGV_with_GP_on/off.
3087      Branch: perl
3088            ! dump.c ext/Devel/Peek/t/Peek.t gv.c mg.c sv.c sv.h
3089 ____________________________________________________________________________
3090 [ 29564] By: davem                                 on 2006/12/16  15:37:32
3091         Log: remove extraneous declaration prom perly.tab
3092      Branch: perl
3093            ! perly.tab regen_perly.pl
3094 ____________________________________________________________________________
3095 [ 29563] By: rgs                                   on 2006/12/16  10:03:23
3096         Log: Subject: [PATCH] threads 1.56
3097              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
3098              Date: Fri, 15 Dec 2006 09:22:17 -0800 (PST)
3099              Message-ID: <20061215172217.10959.qmail@web30211.mail.mud.yahoo.com>
3100      Branch: perl
3101            ! ext/threads/Changes ext/threads/README ext/threads/t/err.t
3102            ! ext/threads/t/exit.t ext/threads/t/thread.t
3103            ! ext/threads/threads.pm
3104 ____________________________________________________________________________
3105 [ 29562] By: rgs                                   on 2006/12/16  09:54:47
3106         Log: TODO addition by Jerry D. Hedden.
3107      Branch: perl
3108            ! pod/perltodo.pod
3109 ____________________________________________________________________________
3110 [ 29561] By: davem                                 on 2006/12/16  02:53:59
3111         Log: don't include MAD code when its not needed
3112      Branch: perl
3113            ! op.c
3114 ____________________________________________________________________________
3115 [ 29560] By: davem                                 on 2006/12/16  01:36:28
3116         Log: fix a cast warning in perly.c
3117      Branch: perl
3118            ! perly.c
3119 ____________________________________________________________________________
3120 [ 29559] By: nicholas                              on 2006/12/15  20:14:07
3121         Log: Better documentation for SVf_UTF8. Including SvPV() 1st, SvUTF() 2nd.
3122      Branch: perl
3123            ! sv.h
3124 ____________________________________________________________________________
3125 [ 29558] By: rgs                                   on 2006/12/15  13:51:44
3126         Log: Subject: Re: [PATCH] Errno doesnt rebuild when things it depends on in Config.pm change
3127              From: demerphq <demerphq@gmail.com>
3128              Date: Fri, 15 Dec 2006 12:52:45 +0100
3129              Message-ID: <9b18b3110612150352y2394954bg5acd5ec5fd320d33@mail.gmail.com>
3130      Branch: perl
3131            ! ext/Errno/Makefile.PL
3132 ____________________________________________________________________________
3133 [ 29557] By: rgs                                   on 2006/12/15  10:14:16
3134         Log: Subject: [PATCH] threads 1.54 - Adds ->error() method
3135              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
3136              Date: Thu, 14 Dec 2006 11:17:47 -0800 (PST)
3137              Message-ID: <20061214191748.98286.qmail@web30209.mail.mud.yahoo.com>
3138      Branch: perl
3139            + ext/threads/t/err.t
3140            ! MANIFEST ext/threads/Changes ext/threads/README
3141            ! ext/threads/t/exit.t ext/threads/t/libc.t
3142            ! ext/threads/t/thread.t ext/threads/threads.pm
3143            ! ext/threads/threads.xs
3144 ____________________________________________________________________________
3145 [ 29556] By: steveh                                on 2006/12/14  16:24:29
3146         Log: Silence a warning from (MinGW's) gcc
3147      Branch: perl
3148            ! ext/Time/Piece/Piece.xs
3149 ____________________________________________________________________________
3150 [ 29555] By: rgs                                   on 2006/12/14  12:43:20
3151         Log: Subject: [PATCH] perl5db.pl Mac OS X fix
3152              From: Bo Lindbergh <blgl@hagernas.com>
3153              Date: Thu, 14 Dec 2006 13:34:06 +0100
3154              Message-Id: <658AFA03-517E-4068-93CA-06D4A93B5CA5@hagernas.com>
3155      Branch: perl
3156            ! lib/perl5db.pl
3157 ____________________________________________________________________________
3158 [ 29554] By: nicholas                              on 2006/12/14  11:23:16
3159         Log: Turn a tab into 2 spaces to make more room for comments about SV flags.
3160              Sorry about damaging the change history - dig through this change with
3161              http://public.activestate.com/cgi-bin/perlbrowse?show_blame=Show+Annotated+File&filename=sv.h&rev=&change=29552
3162      Branch: perl
3163            ! sv.h
3164 ____________________________________________________________________________
3165 [ 29553] By: steveh                                on 2006/12/14  09:37:45
3166         Log: Silence a VC compiler warning
3167      Branch: perl
3168            ! op.c
3169 ____________________________________________________________________________
3170 [ 29552] By: nicholas                              on 2006/12/13  20:56:24
3171         Log: Swap the order of PERL_FBM_PREVIOUS_{L,H}_OFFSET_FROM_TABLE on little
3172              endian machines to hint to the compiler that a 16 bit read could work.
3173      Branch: perl
3174            ! sv.h
3175 ____________________________________________________________________________
3176 [ 29551] By: nicholas                              on 2006/12/13  19:55:08
3177         Log: Restore the two comments describing BmRARE and BmPREVIOUS that I'd
3178              inadvertently deleted. Explain the setting and testing of
3179              SVpbm_VALID.
3180      Branch: perl
3181            ! sv.h
3182 ____________________________________________________________________________
3183 [ 29550] By: stevep                                on 2006/12/13  19:53:02
3184         Log: Subject: [PATCH 5.8.8] Text mode wrongly set on pipe file descriptors
3185              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3186              Date: Tue, 12 Dec 2006 23:28:25 -0800
3187              Message-ID: <20061213072825.GA26300@powdermilk.math.berkeley.edu>
3188      Branch: perl
3189            ! t/io/pipe.t util.c
3190 ____________________________________________________________________________
3191 [ 29549] By: davem                                 on 2006/12/13  17:24:49
3192         Log: make -Dpv display the parser stack before reduction
3193              (rather than afterwards)
3194      Branch: perl
3195            ! perly.c
3196 ____________________________________________________________________________
3197 [ 29548] By: davem                                 on 2006/12/13  17:16:22
3198         Log: misc MAD coredump fixes and parser leak fixes
3199              
3200              - fix MAD coredump in tr///
3201              - fix mad coredump in multi-line string literals
3202              - kill some MAD uninit value warnings
3203              - don't allow assignment to $n in perly.y
3204              - make op_dump handle op_latefree flags
3205      Branch: perl
3206            ! dump.c op.c perly.act perly.h perly.tab perly.y regen_perly.pl
3207            ! toke.c
3208 ____________________________________________________________________________
3209 [ 29547] By: davem                                 on 2006/12/13  12:47:35
3210         Log: fix double free introduced by #29543 (spotted by Nicholas)
3211      Branch: perl
3212            ! op.c
3213 ____________________________________________________________________________
3214 [ 29546] By: rgs                                   on 2006/12/13  10:40:36
3215         Log: Subject: [PATCH] t/op/groups.t: prevent failure on modern FreeBSDs
3216              From: Anton Berezin <tobez@tobez.org>
3217              Date: Tue, 12 Dec 2006 19:59:38 +0100
3218              Message-ID: <20061212185938.GB49084@heechee.tobez.org>
3219      Branch: perl
3220            ! t/op/groups.t
3221 ____________________________________________________________________________
3222 [ 29545] By: steveh                                on 2006/12/13  10:37:11
3223         Log: Do the same as #29514 for Win32
3224      Branch: perl
3225            ! win32/FindExt.pm
3226 ____________________________________________________________________________
3227 [ 29544] By: nicholas                              on 2006/12/13  08:35:43
3228         Log: Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.
3229              Add the placeholder for new type, temporarily named BIND, for binding
3230              and aliasing in 6 on 5.
3231      Branch: perl
3232            ! dump.c ext/B/B.xs ext/Storable/Storable.xs op.h
3233            ! pod/perltodo.pod pp_hot.c sv.c sv.h util.c
3234 ____________________________________________________________________________
3235 [ 29543] By: davem                                 on 2006/12/13  01:47:34
3236         Log: fix parser leaks caused by croaking while shifting or reducing
3237              e.g. these no longer leak:
3238              eval q[my $x; local $x] while 1;
3239              eval q[$s = sub <> {}]  while 1;
3240      Branch: perl
3241            ! op.c op.h perly.c
3242 ____________________________________________________________________________
3243 [ 29542] By: davem                                 on 2006/12/13  00:16:18
3244         Log: fixup some ival/opval type changes from perly.y/madly.y merger
3245      Branch: perl
3246            ! perly.act perly.h perly.tab perly.y
3247 ____________________________________________________________________________
3248 [ 29541] By: nicholas                              on 2006/12/12  23:02:56
3249         Log: In theory Perl_magic_setbm() should clear SvTAIL() too. In practice,
3250              I don't think that it matters as this routine is never actualy called
3251              because nothing exposes PVBMs to the world so that the world can assign
3252              to them.
3253      Branch: perl
3254            ! mg.c
3255 ____________________________________________________________________________
3256 [ 29540] By: nicholas                              on 2006/12/12  22:30:29
3257         Log: Correct the dumping logic for the various bits of flag bending
3258              associated with change 27313 or therabouts.
3259      Branch: perl
3260            ! dump.c
3261 ____________________________________________________________________________
3262 [ 29539] By: nicholas                              on 2006/12/12  22:03:21
3263         Log: Oops. As of some point one stopped being able to assign integers and
3264              floating point values to typeglobs.
3265      Branch: perl
3266            ! sv.c t/op/glob.t
3267 ____________________________________________________________________________
3268 [ 29538] By: nicholas                              on 2006/12/12  21:54:22
3269         Log: Correct some assumptions about PVBM table offset in B.xs
3270      Branch: perl
3271            ! ext/B/B.xs
3272 ____________________________________________________________________________
3273 [ 29537] By: nicholas                              on 2006/12/12  21:31:10
3274         Log: Assert that SvPAD_TYPED_on(), SvPAD_OUR_on() and SvPAD_STATE_on()
3275              are never called on PVGVs.
3276      Branch: perl
3277            ! sv.h
3278 ____________________________________________________________________________
3279 [ 29536] By: nicholas                              on 2006/12/12  21:00:37
3280         Log: Assert that PVGVs are never SvVALID() in the PVBM sense.
3281      Branch: perl
3282            ! gv.h sv.h
3283 ____________________________________________________________________________
3284 [ 29535] By: nicholas                              on 2006/12/12  19:54:05
3285         Log: pads haven't actually contained any PVGVs since change 27313.
3286              So correct the docs and assert this in the code.
3287      Branch: perl
3288            ! pad.c sv.c
3289 ____________________________________________________________________________
3290 [ 29534] By: nicholas                              on 2006/12/12  18:52:55
3291         Log: Shrink Perl_sv_peek() and Perl_do_sv_dump() by using type to name
3292              lookup tables.
3293      Branch: perl
3294            ! dump.c
3295 ____________________________________________________________________________
3296 [ 29533] By: steveh                                on 2006/12/12  18:02:19
3297         Log: Restore (differently) the setting of $Config{osvers} on Win32
3298              that was removed by #29509
3299      Branch: perl
3300            ! win32/config_sh.PL
3301 ____________________________________________________________________________
3302 [ 29532] By: steveh                                on 2006/12/12  17:49:51
3303         Log: Silence VC warnings about possible operator precedence problems
3304              and signed/unsigned mismatches
3305      Branch: perl
3306            ! regexec.c sv.h util.c
3307 ____________________________________________________________________________
3308 [ 29531] By: rgs                                   on 2006/12/12  13:32:01
3309         Log: Subject: [PATCH] mg.c: #ifdef only the different bits
3310              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
3311              Date: Tue, 12 Dec 2006 15:18:53 +0200 (EET)
3312              Message-Id: <20061212131853.C2CBA43A67@anubis.hut.fi>
3313      Branch: perl
3314            ! mg.c
3315 ____________________________________________________________________________
3316 [ 29530] By: merijn                                on 2006/12/12  11:36:41
3317         Log: The overly-picky AIX xlc compiler doesn't like the style
3318              from patch #29446
3319      Branch: perl
3320            ! mg.c
3321 ____________________________________________________________________________
3322 [ 29529] By: rgs                                   on 2006/12/12  11:07:27
3323         Log: Skip IO::Compress::Zlib in perlivp, since that's a distribution name,
3324              not a proper module name.
3325      Branch: perl
3326            ! utils/perlivp.PL
3327 ____________________________________________________________________________
3328 [ 29528] By: rgs                                   on 2006/12/12  10:20:04
3329         Log: Subject: [PATCH] get ext/Win32/Win32.xs to compile on cygwin
3330              From: Jan Dubois <jand@ActiveState.com>
3331              Date: Mon, 11 Dec 2006 13:09:09 -0800
3332              Message-ID: <isfrn2tbfleo1svmmi5kh673f4uh69am11@4ax.com>
3333              
3334              and:
3335              Date: Mon, 11 Dec 2006 15:08:53 -0800
3336              Message-ID: <kvorn2h0d14jo3khmmj2a9svsp2mplrodv@4ax.com>
3337      Branch: perl
3338            ! ext/Win32/Win32.xs win32/win32.c
3339 ____________________________________________________________________________
3340 [ 29527] By: nicholas                              on 2006/12/12  00:07:48
3341         Log: By moving xbm_previous into the SvPVX, we save a U16 from struct xpvbm,
3342              which will likely equate to 4 bytes with padding. (But we add 2 bytes
3343              to the SvPVX buffer...). However, the real win is that xpvbm is now
3344              identical to xpvmg, and all active FBM compiled strings are SvVALID()
3345              true, so now we can eliminate xpvbm, freeing a type for 6 on 5 proxies.
3346      Branch: perl
3347            ! sv.h
3348 ____________________________________________________________________________
3349 [ 29526] By: nicholas                              on 2006/12/11  23:44:30
3350         Log: Fix allocation bug in change 29524.
3351      Branch: perl
3352            ! util.c
3353 ____________________________________________________________________________
3354 [ 29525] By: nicholas                              on 2006/12/11  22:52:46
3355         Log: Add BmPREVIOUS_set(), and use it in the one place that BmPREVIOUS is
3356              modified.
3357      Branch: perl
3358            ! sv.h util.c
3359 ____________________________________________________________________________
3360 [ 29524] By: nicholas                              on 2006/12/11  22:18:53
3361         Log: Move PERL_FBM_TABLE_OFFSET and PERL_FBM_FLAGS_OFFSET_FROM_TABLE to sv.h
3362              Stow BmRARE in the SvPVX, and so delete xbm_rare.
3363              Can you see what it is yet?
3364      Branch: perl
3365            ! sv.h util.c
3366 ____________________________________________________________________________
3367 [ 29523] By: nicholas                              on 2006/12/11  21:52:12
3368         Log: Fix typo in change 29518 which broke non-debugging builds.
3369              (Here Mark, you can have the spare ; back again)
3370      Branch: perl
3371            ! sv.h
3372 ____________________________________________________________________________
3373 [ 29522] By: nicholas                              on 2006/12/11  21:21:09
3374         Log: Convert the -1 to a more explicit PERL_FBM_FLAGS_OFFSET_FROM_TABLE.
3375      Branch: perl
3376            ! util.c
3377 ____________________________________________________________________________
3378 [ 29521] By: nicholas                              on 2006/12/11  21:15:06
3379         Log: Assert that BmRARE() BmPREVIOUS() and BmUSEFUL() are only called on
3380              valid PVBMs.
3381      Branch: perl
3382            ! sv.h
3383 ____________________________________________________________________________
3384 [ 29520] By: nicholas                              on 2006/12/11  20:55:20
3385         Log: Rename FBM_TABLE_OFFSET to PERL_FBM_TABLE_OFFSET prior to moving it
3386              to a header.
3387      Branch: perl
3388            ! util.c
3389 ____________________________________________________________________________
3390 [ 29519] By: rgs                                   on 2006/12/11  18:33:21
3391         Log: Don't load the Win32 module on non-win32 platforms
3392      Branch: perl
3393            ! lib/File/CheckTree.t
3394 ____________________________________________________________________________
3395 [ 29518] By: nicholas                              on 2006/12/11  18:26:31
3396         Log: Change SvTAIL() to check that both SVpbm_TAIL|SVpbm_VALID are true.
3397              SVpbm_VALID is the same bit value is SVf_IVisUV, which means that
3398              PVBMs can't actually ever be IOK. Therefore move BmUSEFUL() into the
3399              IV union, and save one I32 per PVBM.
3400      Branch: perl
3401            ! sv.h util.c
3402 ____________________________________________________________________________
3403 [ 29516] By: rgs                                   on 2006/12/11  17:09:17
3404         Log: Changes and README are not needed for Switch.pm
3405      Branch: perl
3406            - lib/Switch/Changes lib/Switch/README
3407            ! MANIFEST
3408 ____________________________________________________________________________
3409 [ 29515] By: rgs                                   on 2006/12/11  16:53:58
3410         Log: As pointed out by Valentin Guignon, there is most
3411              probably one \n too many in the end-of-pod marker.
3412      Branch: perl
3413            ! lib/Switch.pm
3414 ____________________________________________________________________________
3415 [ 29514] By: rgs                                   on 2006/12/11  16:49:06
3416         Log: Configure needs to know about the extensions IO/Compress/Base
3417              and IO/Compress/Zlib, so they get built.
3418      Branch: perl
3419            ! Configure
3420 ____________________________________________________________________________
3421 [ 29513] By: rgs                                   on 2006/12/11  16:16:46
3422         Log: Move files from ext/Compress/IO to ext/IO/Compress
3423      Branch: perl
3424           +> (branch 94 files)
3425            - ext/Compress/IO/Base/Changes ext/Compress/IO/Base/Makefile.PL
3426            - ext/Compress/IO/Base/README
3427            - ext/Compress/IO/Base/lib/File/GlobMapper.pm
3428            - ext/Compress/IO/Base/lib/IO/Compress/Base.pm
3429            - ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
3430            - ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
3431            - ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
3432            - ext/Compress/IO/Base/private/MakeUtil.pm
3433            - ext/Compress/IO/Base/t/01misc.t
3434            - ext/Compress/IO/Base/t/globmapper.t
3435            - ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/Makefile.PL
3436            - ext/Compress/IO/Zlib/README
3437            - ext/Compress/IO/Zlib/examples/gzappend
3438            - ext/Compress/IO/Zlib/examples/gzcat
3439            - ext/Compress/IO/Zlib/examples/gzgrep
3440            - ext/Compress/IO/Zlib/examples/gzstream
3441            - ext/Compress/IO/Zlib/examples/unzip
3442            - ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
3443            - ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
3444            - ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
3445            - ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
3446            - ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
3447            - ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
3448            - ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
3449            - ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
3450            - ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
3451            - ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
3452            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
3453            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
3454            - ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
3455            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
3456            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
3457            - ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
3458            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
3459            - ext/Compress/IO/Zlib/private/MakeUtil.pm
3460            - ext/Compress/IO/Zlib/t/001zlib-generic-deflate.t
3461            - ext/Compress/IO/Zlib/t/001zlib-generic-gzip.t
3462            - ext/Compress/IO/Zlib/t/001zlib-generic-rawdeflate.t
3463            - ext/Compress/IO/Zlib/t/001zlib-generic-zip.t
3464            - ext/Compress/IO/Zlib/t/002any-deflate.t
3465            - ext/Compress/IO/Zlib/t/002any-gzip.t
3466            - ext/Compress/IO/Zlib/t/002any-rawdeflate.t
3467            - ext/Compress/IO/Zlib/t/002any-transparent.t
3468            - ext/Compress/IO/Zlib/t/002any-zip.t
3469            - ext/Compress/IO/Zlib/t/004gziphdr.t
3470            - ext/Compress/IO/Zlib/t/005defhdr.t
3471            - ext/Compress/IO/Zlib/t/010examples.t
3472            - ext/Compress/IO/Zlib/t/020isize.t
3473            - ext/Compress/IO/Zlib/t/050interop-gzip.t
3474            - ext/Compress/IO/Zlib/t/100generic-deflate.t
3475            - ext/Compress/IO/Zlib/t/100generic-gzip.t
3476            - ext/Compress/IO/Zlib/t/100generic-rawdeflate.t
3477            - ext/Compress/IO/Zlib/t/100generic-zip.t
3478            - ext/Compress/IO/Zlib/t/101truncate-deflate.t
3479            - ext/Compress/IO/Zlib/t/101truncate-gzip.t
3480            - ext/Compress/IO/Zlib/t/101truncate-rawdeflate.t
3481            - ext/Compress/IO/Zlib/t/101truncate-zip.t
3482            - ext/Compress/IO/Zlib/t/102tied-deflate.t
3483            - ext/Compress/IO/Zlib/t/102tied-gzip.t
3484            - ext/Compress/IO/Zlib/t/102tied-rawdeflate.t
3485            - ext/Compress/IO/Zlib/t/102tied-zip.t
3486            - ext/Compress/IO/Zlib/t/103newtied-deflate.t
3487            - ext/Compress/IO/Zlib/t/103newtied-gzip.t
3488            - ext/Compress/IO/Zlib/t/103newtied-rawdeflate.t
3489            - ext/Compress/IO/Zlib/t/103newtied-zip.t
3490            - ext/Compress/IO/Zlib/t/104destroy-deflate.t
3491            - ext/Compress/IO/Zlib/t/104destroy-gzip.t
3492            - ext/Compress/IO/Zlib/t/104destroy-rawdeflate.t
3493            - ext/Compress/IO/Zlib/t/104destroy-zip.t
3494            - ext/Compress/IO/Zlib/t/105oneshot-deflate.t
3495            - ext/Compress/IO/Zlib/t/105oneshot-gzip-only.t
3496            - ext/Compress/IO/Zlib/t/105oneshot-gzip.t
3497            - ext/Compress/IO/Zlib/t/105oneshot-rawdeflate.t
3498            - ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
3499            - ext/Compress/IO/Zlib/t/105oneshot-zip.t
3500            - ext/Compress/IO/Zlib/t/106prime-deflate.t
3501            - ext/Compress/IO/Zlib/t/106prime-gzip.t
3502            - ext/Compress/IO/Zlib/t/106prime-rawdeflate.t
3503            - ext/Compress/IO/Zlib/t/106prime-zip.t
3504            - ext/Compress/IO/Zlib/t/107multi-deflate.t
3505            - ext/Compress/IO/Zlib/t/107multi-gzip.t
3506            - ext/Compress/IO/Zlib/t/107multi-rawdeflate.t
3507            - ext/Compress/IO/Zlib/t/107multi-zip.t
3508            - ext/Compress/IO/Zlib/t/108anyunc-deflate.t
3509            - ext/Compress/IO/Zlib/t/108anyunc-gzip.t
3510            - ext/Compress/IO/Zlib/t/108anyunc-rawdeflate.t
3511            - ext/Compress/IO/Zlib/t/108anyunc-transparent.t
3512            - ext/Compress/IO/Zlib/t/108anyunc-zip.t
3513            - ext/Compress/IO/Zlib/t/109merge-deflate.t
3514            - ext/Compress/IO/Zlib/t/109merge-gzip.t
3515            - ext/Compress/IO/Zlib/t/109merge-rawdeflate.t
3516            - ext/Compress/IO/Zlib/t/109merge-zip.t
3517            ! MANIFEST
3518 ____________________________________________________________________________
3519 [ 29512] By: rgs                                   on 2006/12/11  14:58:43
3520         Log: Subject: Re: [PATCH] Deparse.pm bugfix
3521              From: Bo Lindbergh <blgl@hagernas.com>
3522              Date: Sat, 9 Dec 2006 12:17:53 +0100
3523              Message-Id: <A4BDE74B-DB3A-41C0-B2BE-FCEE0E15AB54@hagernas.com>
3524      Branch: perl
3525            ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t
3526 ____________________________________________________________________________
3527 [ 29511] By: rgs                                   on 2006/12/11  13:23:55
3528         Log: Subject: re: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
3529              From: Jan Dubois <jand@ActiveState.com>
3530              Date: Sun, 10 Dec 2006 11:47:58 -0800
3531              Message-ID: <9moon29qtn5c23t9fer229ealsu06bkf11@4ax.com>
3532      Branch: perl
3533            ! ext/Storable/Storable.xs ext/Win32/Win32.pm win32/win32.c
3534 ____________________________________________________________________________
3535 [ 29510] By: rgs                                   on 2006/12/11  13:22:11
3536         Log: Second patch from:
3537              Subject: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
3538              From: Jan Dubois <jand@ActiveState.com>
3539              Date: Fri, 08 Dec 2006 19:07:06 -0800
3540              Message-ID: <lc9kn2tb0p5sdd4q69rbc7067r4imar59r@4ax.com>
3541      Branch: perl
3542            ! ext/Win32/Win32.xs win32/win32.c
3543 ____________________________________________________________________________
3544 [ 29509] By: rgs                                   on 2006/12/11  13:21:28
3545         Log: First patch from:
3546              Subject: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
3547              From: Jan Dubois <jand@ActiveState.com>
3548              Date: Fri, 08 Dec 2006 19:07:06 -0800
3549              Message-ID: <lc9kn2tb0p5sdd4q69rbc7067r4imar59r@4ax.com>
3550      Branch: perl
3551            ! ext/SDBM_File/Makefile.PL lib/Cwd.pm lib/ExtUtils/MM.pm
3552            ! lib/File/CheckTree.t lib/File/Copy.pm t/op/fork.t
3553            ! win32/FindExt.pm win32/config_sh.PL
3554            ! win32/ext/Win32API/File/t/file.t
3555 ____________________________________________________________________________
3556 [ 29508] By: davem                                 on 2006/12/11  11:41:10
3557         Log: remove extraneous debugging code introduced by #29504
3558      Branch: perl
3559            ! perly.c
3560 ____________________________________________________________________________
3561 [ 29507] By: rgs                                   on 2006/12/11  10:32:47
3562         Log: Subject: [PATCH] Fatal v1.03
3563              From: Jerrad Pierce <belg4mit@MIT.EDU>
3564              Date: Sun, 10 Dec 2006 14:38:18 -0500
3565              Message-Id: <200612101938.kBAJcI9D008026@all-night-tool.mit.edu>
3566              
3567              Allow to make fatal built-ins in CORE::GLOBAL
3568      Branch: perl
3569            ! lib/Fatal.pm
3570 ____________________________________________________________________________
3571 [ 29506] By: rgs                                   on 2006/12/11  10:28:13
3572         Log: Subject: [PATCH] Re: [perl #41065] Out of memory!, while extending scalar
3573              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
3574              Date: Sun, 10 Dec 2006 22:32:32 +0100
3575              Message-ID: <20061210223232.0f3a5318@r2d2>
3576      Branch: perl
3577            ! doop.c
3578 ____________________________________________________________________________
3579 [ 29505] By: rgs                                   on 2006/12/11  09:41:45
3580         Log: perlhack.pod nit by Jarkko
3581      Branch: perl
3582            ! pod/perlhack.pod
3583 ____________________________________________________________________________
3584 [ 29504] By: davem                                 on 2006/12/11  00:48:06
3585         Log: fix eval qw(BEGIN{die}) style leaks (second attempt).
3586              
3587              Repeat of change #28319 (backed out by change #28720), this time
3588              freeing ops using the right pad. Also backs out the remempad
3589              parser addition from change #29501; instead a new auxiliary
3590              paser stack is added, which records the current value of
3591              PL_comppad for every state.
3592      Branch: perl
3593            ! perly.act perly.c perly.h perly.tab perly.y t/comp/parser.t
3594 ____________________________________________________________________________
3595 [ 29503] By: nicholas                              on 2006/12/10  23:05:25
3596         Log: Remove code duplication in S_to_utf8_substr() and S_to_byte_substr()
3597              by taking advantage of how anchored_* and float_* are stored in arrays
3598              to use a loop.
3599      Branch: perl
3600            ! regcomp.h regexec.c
3601 ____________________________________________________________________________
3602 [ 29502] By: nicholas                              on 2006/12/10  22:31:56
3603         Log: Downgrading a fixed or floating substring of a pattern whilst matching
3604              a studied string seems to get to a "should not happen" [bug #41067]
3605              It seems that Perl_regexec_flags() assumes that if the pre-downgraded
3606              substring is FBM compiled, then the downgraded version will be too,
3607              hence changing the downgrade and upgrade routines to FBM compile seems
3608              to be a correct fix.
3609      Branch: perl
3610            ! regexec.c t/op/re_tests
3611 ____________________________________________________________________________
3612 [ 29501] By: davem                                 on 2006/12/10  18:50:05
3613         Log: #28315 could crash when freeing ops with different pads
3614              Add hook to parser to record current PL_comppad, then use this
3615              when popping ops off the parser stack after parser error
3616      Branch: perl
3617            ! perly.act perly.c perly.h perly.tab perly.y t/comp/parser.t
3618 ____________________________________________________________________________
3619 [ 29500] By: davem                                 on 2006/12/10  17:18:00
3620         Log: parser: expand yy_is_opval[] to include all value types
3621              and rename to yy_type_tab[]. Then use this table to improve stack
3622              dumping with -Dpv
3623      Branch: perl
3624            ! perly.act perly.c perly.h perly.tab perly.y regen_perly.pl
3625 ____________________________________________________________________________
3626 [ 29499] By: gbarr                                 on 2006/12/10  16:28:34
3627         Log: Restore change 27486 accidently removed (also added to 1.19 before release)
3628      Branch: perl
3629            ! ext/List/Util/multicall.h
3630 ____________________________________________________________________________
3631 [ 29498] By: gbarr                                 on 2006/12/10  16:17:14
3632         Log: Upgrade to Scalar-List-Utils-1.19
3633      Branch: perl
3634            ! ext/List/Util/Changes ext/List/Util/README
3635            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
3636            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/multicall.h
3637 ____________________________________________________________________________
3638 [ 29497] By: stevep                                on 2006/12/10  02:23:10
3639         Log: Subject: Re: [PATCH 5.8.8] Build on OS/2 - missing part
3640              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3641              Date: Sat, 9 Dec 2006 16:33:41 -0800
3642              Message-ID: <20061210003341.GA14200@powdermilk.math.berkeley.edu>
3643      Branch: perl
3644            ! Makefile.SH os2/Makefile.SHs
3645 ____________________________________________________________________________
3646 [ 29496] By: nicholas                              on 2006/12/10  01:13:09
3647         Log: Swap SVpbm_TAIL and SVpbm_VALID.
3648      Branch: perl
3649            ! sv.h
3650 ____________________________________________________________________________
3651 [ 29495] By: stevep                                on 2006/12/09  22:44:27
3652         Log: Upgrade to Time-HiRes-1.9703
3653      Branch: perl
3654            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3655            ! ext/Time/HiRes/Makefile.PL
3656 ____________________________________________________________________________
3657 [ 29494] By: nicholas                              on 2006/12/09  21:19:45
3658         Log: PVBMs mustn't enter anything that turns SVIVisUV_on().
3659      Branch: perl
3660            ! sv.c
3661 ____________________________________________________________________________
3662 [ 29493] By: nicholas                              on 2006/12/09  21:17:37
3663         Log: Exterminate! 2 pieces of superfluous code related to UV setting.
3664      Branch: perl
3665            ! sv.c
3666 ____________________________________________________________________________
3667 [ 29492] By: nicholas                              on 2006/12/08  23:49:51
3668         Log: In Perl_fbm_instr(), no need to calculate the address of the table if
3669              we're going to return anyway.
3670      Branch: perl
3671            ! util.c
3672 ____________________________________________________________________________
3673 [ 29491] By: nicholas                              on 2006/12/08  23:22:31
3674         Log: assert that SvTAIL() isn't being called on PVAVs or PVHVs
3675      Branch: perl
3676            ! sv.h
3677 ____________________________________________________________________________
3678 [ 29490] By: nicholas                              on 2006/12/08  22:56:54
3679         Log: Wrap some macro arguments in () to avoid precedence problems.
3680      Branch: perl
3681            ! sv.h
3682 ____________________________________________________________________________
3683 [ 29489] By: nicholas                              on 2006/12/08  22:56:08
3684         Log: Perl_screaminstr() must be called with littlestr as a PVBM.
3685      Branch: perl
3686            ! util.c
3687 ____________________________________________________________________________
3688 [ 29488] By: davem                                 on 2006/12/08  22:20:41
3689         Log: add missing OP_REFCNT_LOCK/UNLOCKs and document it
3690      Branch: perl
3691            ! op.h sv.c
3692 ____________________________________________________________________________
3693 [ 29487] By: nicholas                              on 2006/12/08  22:11:56
3694         Log: Assert that BmRARE, BmUSEFUL and BmPREVIOUS are only called on SVtPVBM
3695      Branch: perl
3696            ! sv.h
3697 ____________________________________________________________________________
3698 [ 29486] By: nicholas                              on 2006/12/08  21:09:57
3699         Log: No need to upgrade if all we're going to do is return.
3700      Branch: perl
3701            ! util.c
3702 ____________________________________________________________________________
3703 [ 29485] By: steveh                                on 2006/12/07  12:34:10
3704         Log: Make use of $Config{d_pseudofork} in a couple of core tests
3705              
3706              Can't really use it in ext/IO/t/*.t and lib/Test/Simple/t/fork.t
3707              because they are dual-lived modules and must work with older perls
3708              that don't have d_pseudofork
3709      Branch: perl
3710            ! ext/Socket/t/socketpair.t t/op/fork.t
3711 ____________________________________________________________________________
3712 [ 29483] By: steveh                                on 2006/12/07  09:12:45
3713         Log: Subject: [PATCH] Move Win32 from win32/ext/Win32 to ext/Win32
3714              From: Jan Dubois <jand@ActiveState.com>
3715              Date: Wed, 06 Dec 2006 16:31:42 -0800
3716              Message-ID: <1unen2lsrq4pnnt06933h96pqj1d8luh3b@4ax.com>
3717      Branch: perl
3718           +> ext/Win32/Makefile.PL ext/Win32/Win32.pm ext/Win32/Win32.xs
3719            - win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
3720            - win32/ext/Win32/Win32.xs
3721            ! Configure MANIFEST
3722 ____________________________________________________________________________
3723 [ 29482] By: rgs                                   on 2006/12/07  09:07:25
3724         Log: Subject: [PATCH] Perl_save_destructor is not a mathom
3725              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
3726              Date: Wed, 6 Dec 2006 11:12:13 -0800 (PST)
3727              Message-ID: <20061206191213.35036.qmail@web30206.mail.mud.yahoo.com>
3728      Branch: perl
3729            ! mathoms.c scope.c
3730 ____________________________________________________________________________
3731 [ 29481] By: steveh                                on 2006/12/07  08:53:15
3732         Log: Subject: [PATCH] Makefile.PL changes to compiler Win32.xs using cygwin
3733              From: Jan Dubois <jand@ActiveState.com>
3734              Date: Wed, 06 Dec 2006 16:26:38 -0800
3735              Message-ID: <5nnen2p2h4lhremj0qf1tmpkl0asvk87hr@4ax.com>
3736      Branch: perl
3737            ! win32/ext/Win32/Makefile.PL
3738 ____________________________________________________________________________
3739 [ 29480] By: steveh                                on 2006/12/06  17:28:03
3740         Log: Better fix than #29479 for exporting refcounted_he_chain_2hv
3741      Branch: perl
3742            ! embed.fnc pod/perlapi.pod pod/perlintern.pod
3743 ____________________________________________________________________________
3744 [ 29479] By: rgs                                   on 2006/12/06  17:05:18
3745         Log: Subject: Re: [PATCH] User pragmas now accessible from B
3746              From: demerphq <demerphq@gmail.com>
3747              Date: Wed, 6 Dec 2006 17:52:08 +0100
3748              Message-ID: <9b18b3110612060852s7cfbba66id5aae25e5bb20ae0@mail.gmail.com>
3749      Branch: perl
3750            ! embed.fnc embed.h ext/B/B.xs global.sym pod/perlapi.pod
3751            ! pod/perlintern.pod
3752 ____________________________________________________________________________
3753 [ 29478] By: steveh                                on 2006/12/06  14:19:55
3754         Log: Upgrade to Time-HiRes 1.9702
3755      Branch: perl
3756            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3757            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
3758            ! ext/Time/HiRes/t/HiRes.t
3759 ____________________________________________________________________________
3760 [ 29477] By: steveh                                on 2006/12/06  14:08:49
3761         Log: Subject: [PATCH] Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing]
3762              From: Jarkko Hietaniemi <jhi@iki.fi>
3763              Date: Tue, 05 Dec 2006 16:08:33 -0500
3764              Message-ID: <4575DFD1.1060108@iki.fi>
3765              
3766              Fixes a problem spotted by Jan Dubois:
3767              
3768              The PerlMemShared pool is only shared between the interpreters that
3769              can share data structures (interpreters created by perl_clone(), which
3770              mean pseudo-fork, and threads.xs).  The pool is not shared between
3771              interpreters that are created separately by perl_alloc().
3772              [...]
3773              I guess this means PL_perlio_fd_refcnt needs to be allocated and
3774              freed by standard malloc() and not go through any abstraction.
3775      Branch: perl
3776            ! perlio.c
3777 ____________________________________________________________________________
3778 [ 29476] By: rgs                                   on 2006/12/06  13:26:18
3779         Log: save_I8 is not a mathom.
3780      Branch: perl
3781            ! mathoms.c scope.c
3782 ____________________________________________________________________________
3783 [ 29475] By: rgs                                   on 2006/12/06  12:51:34
3784         Log: Subject: [PATCH] User pragmas now accessible from B
3785              From: "Joshua ben Jore" <twists@gmail.com>
3786              Date: Tue, 5 Dec 2006 13:18:21 -0800
3787              Message-ID: <dc5c751d0612051318n2e2f08bfh185fab6323a980b@mail.gmail.com>
3788      Branch: perl
3789            + ext/B/t/pragma.t
3790            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/typemap t/lib/mypragma.pm
3791            ! t/lib/mypragma.t
3792 ____________________________________________________________________________
3793 [ 29474] By: craigb                                on 2006/12/06  05:29:50
3794         Log: Avoid my_regdupe type mismatch warning after #29430
3795      Branch: perl
3796            ! ext/re/re.xs
3797 ____________________________________________________________________________
3798 [ 29473] By: craigb                                on 2006/12/06  04:48:35
3799         Log: d_pseudofork for configure.com
3800      Branch: perl
3801            ! configure.com
3802 ____________________________________________________________________________
3803 [ 29472] By: nicholas                              on 2006/12/05  22:40:56
3804         Log: Subject: Re: [PATCH] Further tweaks to make it easier to create regexp engine plug ins.
3805              From: demerphq <demerphq@gmail.com>
3806              Message-ID: <9b18b3110612051353k7745792byabfdf98e18eb48c9@mail.gmail.com>
3807              Date: Tue, 5 Dec 2006 22:53:48 +0100
3808              
3809              Fixes a minor bug in change 29468.
3810      Branch: perl
3811            ! regcomp.c
3812 ____________________________________________________________________________
3813 [ 29471] By: stevep                                on 2006/12/05  21:00:38
3814         Log: Silence a warning from Module::CoreList that occurs when the module version is
3815              something like X.XX_XX.
3816      Branch: perl
3817            ! lib/Module/CoreList.pm
3818 ____________________________________________________________________________
3819 [ 29470] By: steveh                                on 2006/12/05  16:41:55
3820         Log: Make the check for PERL_IMPLICIT_SYS better
3821      Branch: perl
3822            ! win32/config_sh.PL
3823 ____________________________________________________________________________
3824 [ 29469] By: steveh                                on 2006/12/05  16:06:31
3825         Log: Extend d_pseudofork to Win32-land and set it when appropriate
3826              (namely, when we have USE_ITHREADS and PERL_IMPLICIT_SYSTEM)
3827      Branch: perl
3828            ! win32/config.bc win32/config.gc win32/config.vc
3829            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
3830            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
3831 ____________________________________________________________________________
3832 [ 29468] By: rgs                                   on 2006/12/05  15:39:39
3833         Log: Subject: [PATCH] Further tweaks to make it easier to create regexp engine plug ins.
3834              From: demerphq <demerphq@gmail.com>
3835              Date: Tue, 5 Dec 2006 16:13:36 +0100
3836              Message-ID: <9b18b3110612050713g77cac516x46fb5baac99b47c9@mail.gmail.com>
3837              
3838              (with tweaks)
3839      Branch: perl
3840            ! regcomp.c regcomp.h regexp.h
3841 ____________________________________________________________________________
3842 [ 29467] By: merijn                                on 2006/12/05  14:55:14
3843         Log: Introduction of d_pseudofork
3844      Branch: perl
3845            ! Configure Porting/Glossary Porting/config.sh config_h.SH
3846            ! handy.h uconfig.sh
3847 ____________________________________________________________________________
3848 [ 29465] By: steveh                                on 2006/12/05  09:41:44
3849         Log: Subject: [PATCH] Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing]
3850              From: Jarkko Hietaniemi <jhi@iki.fi>
3851              Date: Mon, 04 Dec 2006 22:53:03 -0500
3852              Message-ID: <4574ED1F.40508@iki.fi>
3853              
3854              Re-instates #29424 (previously reverted by #29451), now fixed to work
3855              with PERL_IMPLICIT_SYS, thanks to Jan Dubois. Also adds PERLIO_TERM to
3856              the Symbian port.
3857      Branch: perl
3858            ! perlio.c symbian/symbianish.h win32/win32.c win32/wince.c
3859 ____________________________________________________________________________
3860 [ 29464] By: steveh                                on 2006/12/05  09:38:14
3861         Log: Skip Perl_regdupe_internal rather than Perl_regdupe
3862              when building on Win32 without ithreads (see #29430)
3863      Branch: perl
3864            ! makedef.pl
3865 ____________________________________________________________________________
3866 [ 29463] By: nicholas                              on 2006/12/04  22:50:09
3867         Log: Move Perl_get_db_sub() from pp_hot.c to util.c
3868      Branch: perl
3869            ! pp_hot.c util.c
3870 ____________________________________________________________________________
3871 [ 29462] By: merijn                                on 2006/12/04  18:09:20
3872         Log: Revert #29454
3873      Branch: perl
3874            ! Configure
3875 ____________________________________________________________________________
3876 [ 29461] By: davem                                 on 2006/12/04  18:08:31
3877         Log: fix some casting issues with perly.y / madly.y merger
3878      Branch: perl
3879            ! perly.act perly.h perly.tab perly.y
3880 ____________________________________________________________________________
3881 [ 29459] By: rgs                                   on 2006/12/04  17:50:51
3882         Log: Better version of last patch, by Yves Orton.
3883              Actually the regexp engine structure only needs
3884              one compilation function hook.
3885      Branch: perl
3886            ! ext/re/re.xs ext/re/re_top.h regcomp.c regcomp.h regexp.h
3887 ____________________________________________________________________________
3888 [ 29458] By: rgs                                   on 2006/12/04  17:22:02
3889         Log: The new regexp compilation function must be added to the engine structure.
3890      Branch: perl
3891            ! ext/re/re.xs ext/re/re_top.h regcomp.h regexp.h
3892 ____________________________________________________________________________
3893 [ 29457] By: rgs                                   on 2006/12/04  16:24:09
3894         Log: Actually submit previous change.
3895      Branch: perl
3896            ! embed.fnc embed.h global.sym proto.h regcomp.c
3897 ____________________________________________________________________________
3898 [ 29456] By: rgs                                   on 2006/12/04  16:15:54
3899         Log: Split Perl_pregcomp in two functions. Patch by Audrey Tang,
3900              to facilitate pluging in other regexp engines.
3901      Branch: perl
3902            ! embed.fnc embed.h global.sym proto.h regcomp.c
3903 ____________________________________________________________________________
3904 [ 29455] By: davem                                 on 2006/12/04  15:38:05
3905         Log: merge perly.y and madlu.y
3906      Branch: perl
3907            - madly.act madly.h madly.tab madly.y
3908            ! MANIFEST Makefile.SH madly.c perly.act perly.c perly.h
3909            ! perly.tab perly.y
3910 ____________________________________________________________________________
3911 [ 29454] By: merijn                                on 2006/12/04  15:20:53
3912         Log: Subject: Re: install misses Compress/IO/{Base,Zlib}
3913              From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
3914              Date: Mon, 4 Dec 2006 15:48:12 +0100
3915              Message-ID: <b77c1dce0612040648j411247c5i27a305c86cbac401@mail.gmail.com>
3916      Branch: perl
3917            ! Configure
3918 ____________________________________________________________________________
3919 [ 29452] By: rgs                                   on 2006/12/04  15:06:34
3920         Log: Subject: [PATCH] Add File::Fetch to the core
3921              From: "Jos Boumans" <kane@dwim.org>
3922              Date: Fri, 1 Dec 2006 12:24:08 +0100 (CET)
3923              Message-ID: <22195.80.127.35.68.1164972248.squirrel@webmail.xs4all.nl>
3924      Branch: perl
3925            + lib/File/Fetch.pm lib/File/Fetch/Item.pm
3926            + lib/File/Fetch/t/01_File-Fetch.t
3927            ! MANIFEST
3928 ____________________________________________________________________________
3929 [ 29451] By: steveh                                on 2006/12/04  14:31:08
3930         Log: Change #29424 may well be correct in itself, but currently doesn't
3931              work when perl is built with PERL_IMPLICIT_SYS because PERLIO_TERM
3932              uses PerlMemShared_free() which, in that case, involves the perlhost
3933              that has already been freed itself by perl_free(), which is called
3934              before PERL_SYS_TERM().
3935              
3936              The order of perl_destruct(), perl_free(), PERL_SYS_TERM() cannot
3937              be changed (it is advertised in perlembed for a start), so just
3938              revert #29424 and the appropriate parts of #29442 for now.
3939              
3940              Perhaps PL_perlio_fd_refcnt needs allocating differently, or else
3941              the perlhost needs freeing later (after PerlIO)?
3942      Branch: perl
3943            ! win32/perllib.c win32/win32.c win32/wince.c
3944 ____________________________________________________________________________
3945 [ 29450] By: rgs                                   on 2006/12/04  13:49:20
3946         Log: Subject: [PATCH] Minor pod nit in perlre.
3947              From: demerphq <demerphq@gmail.com>
3948              Date: Mon, 4 Dec 2006 14:47:07 +0100
3949              Message-ID: <9b18b3110612040547k1bcff290qb8c9b0d7c9ed9640@mail.gmail.com>
3950      Branch: perl
3951            ! pod/perlre.pod
3952 ____________________________________________________________________________
3953 [ 29449] By: davem                                 on 2006/12/04  12:08:56
3954         Log: another fix for bison 2.3
3955      Branch: perl
3956            ! regen_perly.pl
3957 ____________________________________________________________________________
3958 [ 29448] By: merijn                                on 2006/12/04  11:24:57
3959         Log: Subject: -DDEBUGGING=both doesn't set -g
3960              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
3961              Date: Mon, 4 Dec 2006 03:10:31 -0800 (PST)
3962              Message-ID: <1176.63.226.246.123.1165230631.squirrel@63.226.246.123>
3963      Branch: perl
3964            ! Configure
3965 ____________________________________________________________________________
3966 [ 29446] By: rgs                                   on 2006/12/04  09:36:15
3967         Log: Subject: Re: [perl #38868] Changing $0 on darwin leads to excessive padding in 'ps'
3968              From: Chris Dolan <chris@chrisdolan.net>
3969              Date: Sat, 2 Dec 2006 09:37:08 -0600
3970              Message-Id: <005671A0-5C2B-464C-85B9-A91E52278194@chrisdolan.net>
3971      Branch: perl
3972            ! mg.c
3973 ____________________________________________________________________________
3974 [ 29445] By: rgs                                   on 2006/12/04  09:21:16
3975         Log: Subject: [PATCH] \R is supposed to mean something else so switch to \g and make it more useful in the process
3976              From: demerphq <demerphq@gmail.com>
3977              Date: Sun, 3 Dec 2006 16:55:55 +0100
3978              Message-ID: <9b18b3110612030755o241e6372o9870ecce9c42e3d5@mail.gmail.com>
3979      Branch: perl
3980            ! pod/perl595delta.pod pod/perldiag.pod pod/perlre.pod regcomp.c
3981            ! regexec.c t/op/pat.t t/op/re_tests
3982 ____________________________________________________________________________
3983 [ 29444] By: stevep                                on 2006/12/04  02:48:24
3984         Log: Upgrade to Test-Simple-0.66.
3985      Branch: perl
3986            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
3987            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
3988 ____________________________________________________________________________
3989 [ 29443] By: davem                                 on 2006/12/03  22:08:57
3990         Log: add support for bison 2.3
3991      Branch: perl
3992            ! perly.c regen_perly.pl
3993 ____________________________________________________________________________
3994 [ 29442] By: rgs                                   on 2006/12/03  19:16:17
3995         Log: Subject: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing
3996              From: demerphq <demerphq@gmail.com>
3997              Date: Sat, 2 Dec 2006 14:48:54 +0100
3998              Message-ID: <9b18b3110612020548l7c5aefd4m19cb0b5c4395abb4@mail.gmail.com>
3999      Branch: perl
4000            ! perlio.c win32/perllib.c
4001 ____________________________________________________________________________
4002 [ 29441] By: rgs                                   on 2006/12/03  18:37:15
4003         Log: Subject: Re: [perl #41010] (?(COND)) in pattern matching not working properly
4004              From: demerphq <demerphq@gmail.com>
4005              Date: Thu, 30 Nov 2006 01:12:25 +0100
4006              Message-ID: <9b18b3110611291612i137803f4lab2739e3d9af40f7@mail.gmail.com>
4007      Branch: perl
4008            ! embed.fnc embed.h proto.h regcomp.c t/op/pat.t
4009 ____________________________________________________________________________
4010 [ 29440] By: davem                                 on 2006/12/03  15:52:59
4011         Log: merge perly.c and madly.c
4012              
4013              madly.c is now just a wrapper that #includes perly.c
4014      Branch: perl
4015            ! madly.c perly.c
4016 ____________________________________________________________________________
4017 [ 29439] By: rgs                                   on 2006/12/03  13:58:52
4018         Log: Subject: Minor patch for Benchmark.pm
4019              From: christophe grosjean <christophe.grosjean@gmail.com>
4020              Date: Sun, 03 Dec 2006 01:31:58 +0100
4021              Message-Id: <1165105918.2718.90.camel@localhost.localdomain>
4022      Branch: perl
4023            ! lib/Benchmark.pm
4024 ____________________________________________________________________________
4025 [ 29438] By: davem                                 on 2006/12/02  18:38:35
4026         Log: synchronise perly.c and madly.c
4027      Branch: perl
4028            ! madly.c perly.c
4029 ____________________________________________________________________________
4030 [ 29437] By: mhx                                   on 2006/12/02  17:25:55
4031         Log: Upgrade to Devel::PPPort 3.10_02
4032      Branch: perl
4033            + ext/Devel/PPPort/parts/base/5009005
4034            + ext/Devel/PPPort/parts/todo/5009005
4035            ! MANIFEST ext/Devel/PPPort/Changes
4036            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/soak
4037 ____________________________________________________________________________
4038 [ 29436] By: mhx                                   on 2006/12/02  17:13:26
4039         Log: Upgrade to Devel::PPPort 3.10_01
4040      Branch: perl
4041            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
4042            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/TODO
4043            ! ext/Devel/PPPort/devel/buildperl.pl
4044            ! ext/Devel/PPPort/mktests.PL
4045            ! ext/Devel/PPPort/parts/base/5005000
4046            ! ext/Devel/PPPort/parts/base/5007002
4047            ! ext/Devel/PPPort/parts/base/5009001
4048            ! ext/Devel/PPPort/parts/base/5009004
4049            ! ext/Devel/PPPort/parts/embed.fnc
4050            ! ext/Devel/PPPort/parts/inc/misc
4051            ! ext/Devel/PPPort/parts/inc/threads
4052            ! ext/Devel/PPPort/parts/inc/variables
4053            ! ext/Devel/PPPort/parts/todo/5009001
4054            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
4055            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
4056            ! ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/Sv_set.t
4057            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/cop.t
4058            ! ext/Devel/PPPort/t/exception.t ext/Devel/PPPort/t/grok.t
4059            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
4060            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/memory.t
4061            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/newCONSTSUB.t
4062            ! ext/Devel/PPPort/t/newRV.t ext/Devel/PPPort/t/podtest.t
4063            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
4064            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/strlfuncs.t
4065            ! ext/Devel/PPPort/t/sv_xpvf.t ext/Devel/PPPort/t/threads.t
4066            ! ext/Devel/PPPort/t/uv.t ext/Devel/PPPort/t/variables.t
4067            ! ext/Devel/PPPort/t/warn.t
4068 ____________________________________________________________________________
4069 [ 29435] By: rgs                                   on 2006/12/02  09:10:01
4070         Log: Subject: [PATCH] perltodo.pod: add perlio todos/thinkabouts
4071              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4072              Date: Fri, 1 Dec 2006 22:05:17 +0200 (EET)
4073              Message-Id: <200612012005.kB1K5Hn3448004@kosh.hut.fi>
4074      Branch: perl
4075            ! pod/perltodo.pod
4076 ____________________________________________________________________________
4077 [ 29434] By: nicholas                              on 2006/12/01  22:51:22
4078         Log: Make get_db_sub non-static, and call it from pp_goto, which allows the
4079              removal of duplicate code. (The conversion of GvSV(PL_DBsub) to
4080              GvSVn(PL_DBsub) implicit in this change should fix a failure with
4081              Devel::SmallProf.)
4082      Branch: perl
4083            ! embed.fnc embed.h pp_ctl.c pp_hot.c proto.h
4084 ____________________________________________________________________________
4085 [ 29433] By: nicholas                              on 2006/12/01  22:28:11
4086         Log: Remove the pp_entersub specific logic from S_get_db_sub.
4087      Branch: perl
4088            ! embed.fnc pp_ctl.c pp_hot.c proto.h
4089 ____________________________________________________________________________
4090 [ 29432] By: rgs                                   on 2006/12/01  16:56:01
4091         Log: Subject: Re: [PATCH] Make B::Lint use Module::Pluggable
4092              From: "Joshua ben Jore" <twists@gmail.com>
4093              Date: Wed, 29 Nov 2006 16:26:25 -0800
4094              Message-ID: <dc5c751d0611291626w51f85791h93d0c6b7d13ed4a2@mail.gmail.com>
4095      Branch: perl
4096            + ext/B/t/pluglib/B/Lint/Plugin/Test.pm
4097            ! MANIFEST ext/B/B/Lint.pm ext/B/t/lint.t
4098 ____________________________________________________________________________
4099 [ 29431] By: rgs                                   on 2006/12/01  14:03:22
4100         Log: Remove unused variable
4101      Branch: perl
4102            ! regcomp.c
4103 ____________________________________________________________________________
4104 [ 29430] By: rgs                                   on 2006/12/01  13:59:27
4105         Log: Subject: [PATCH] Continue split of perl internal regexp structures from ones that are engine specific.
4106              From: demerphq <demerphq@gmail.com>
4107              Date: Thu, 30 Nov 2006 22:06:38 +0100
4108              Message-ID: <9b18b3110611301306p5cad5deal4aa55559b8c8defd@mail.gmail.com>
4109      Branch: perl
4110            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym
4111            ! perl.h pod/perlreguts.pod proto.h regcomp.c regcomp.h regexp.h
4112            ! sv.c
4113 ____________________________________________________________________________
4114 [ 29429] By: rgs                                   on 2006/12/01  10:28:36
4115         Log: Verify that the debugger has an array where to store lines before
4116              doing so. This fixes an assertion failure when parsing a script
4117              that begins with '#!perl -d'.
4118              Also, code factorization in toke.c.
4119      Branch: perl
4120            ! embed.fnc embed.h op.c proto.h toke.c
4121 ____________________________________________________________________________
4122 [ 29428] By: steveh                                on 2006/12/01  09:41:47
4123         Log: Fix Time-HiRes linker error on Win32 introduced by upgrades
4124              from version 1.94 (#29423 and #29426)
4125              
4126              Subject: Re: Time::HiRes not happy?
4127              From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
4128              Date: Fri, 1 Dec 2006 10:26:48 +0100
4129              Message-ID: <b77c1dce0612010126o799d5b8bs4ef37d22d5c7e50@mail.gmail.com>
4130      Branch: perl
4131            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
4132 ____________________________________________________________________________
4133 [ 29427] By: stevep                                on 2006/11/30  14:21:40
4134         Log: -Dprefix failed on Cygwin unless the directory ${installbin} already
4135              existed prior to running make.
4136      Branch: perl
4137            ! cygwin/Makefile.SHs
4138 ____________________________________________________________________________
4139 [ 29426] By: stevep                                on 2006/11/30  14:11:57
4140         Log: Upgrade to Time-HiRes-1.96.
4141      Branch: perl
4142            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4143            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
4144 ____________________________________________________________________________
4145 [ 29425] By: steveh                                on 2006/11/30  10:13:40
4146         Log: Don't try to export fd_refcnt symbols when building without USE_PERLIO
4147              to keep the Win32 linker happy
4148      Branch: perl
4149            ! makedef.pl
4150 ____________________________________________________________________________
4151 [ 29424] By: steveh                                on 2006/11/30  09:45:47
4152         Log: I think #29060 / #29073 missed this
4153      Branch: perl
4154            ! win32/win32.c win32/wince.c
4155 ____________________________________________________________________________
4156 [ 29423] By: stevep                                on 2006/11/30  04:44:54
4157         Log: Upgrade to Time-HiRes-1.95
4158      Branch: perl
4159            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4160            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/fallback/const-c.inc
4161 ____________________________________________________________________________
4162 [ 29422] By: stevep                                on 2006/11/30  04:24:10
4163         Log: Subject: [PATCH] No code specified for -.
4164              From: Jarkko Hietaniemi <jhi@iki.fi>
4165              Date: Wed, 29 Nov 2006 19:06:09 -0500
4166              Message-ID: <456E2071.3010404@iki.fi>
4167      Branch: perl
4168            ! perl.c
4169 ____________________________________________________________________________
4170 [ 29421] By: stevep                                on 2006/11/29  15:32:58
4171         Log: Upgrade to CPAN-1.88_63.
4172      Branch: perl
4173            ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
4174 ____________________________________________________________________________
4175 [ 29420] By: rgs                                   on 2006/11/29  15:26:00
4176         Log: Subject: Re: Fix \k<foo> preceded by literal
4177              From: demerphq <demerphq@gmail.com>
4178              Date: Wed, 29 Nov 2006 16:18:34 +0100
4179              Message-ID: <9b18b3110611290718o685a07ddja39f595ed97c231a@mail.gmail.com>
4180      Branch: perl
4181            ! regcomp.c regcomp.h t/op/re_tests
4182 ____________________________________________________________________________
4183 [ 29419] By: stevep                                on 2006/11/29  15:24:21
4184         Log: Upgrade to Tie-RefHash-1.35_01, which is just a version change for
4185              bleadperl.
4186      Branch: perl
4187            ! lib/Tie/RefHash.pm
4188 ____________________________________________________________________________
4189 [ 29418] By: stevep                                on 2006/11/29  15:17:59
4190         Log: Upgrade to ExtUtils-ParseXS-2.17.  Actuall just caught up with 
4191              most of the patches to bleadperl.  The remaining change missing
4192              is #29252, so, the version has been bumped to 2.17_01.
4193      Branch: perl
4194            ! lib/ExtUtils/ParseXS.pm
4195 ____________________________________________________________________________
4196 [ 29417] By: rgs                                   on 2006/11/29  12:08:35
4197         Log: Patch by Derek Price to Time::Piece for CPAN bug #21255:
4198              NOTDATE - DATE should stringify DATE and let Perl handle things
4199      Branch: perl
4200            ! ext/Time/Piece/Piece.pm ext/Time/Piece/t/06subclass.t
4201 ____________________________________________________________________________
4202 [ 29416] By: rgs                                   on 2006/11/29  11:34:10
4203         Log: Subject: [perl #41008] Setting $0 invalidates environment shown by ps 
4204              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
4205              Date: Tue, 28 Nov 2006 05:09:31 -0800
4206              Message-ID: <rt-3.5.HEAD-32013-1164719371-480.41008-75-0@perl.org>
4207      Branch: perl
4208            ! mg.c
4209 ____________________________________________________________________________
4210 [ 29415] By: rgs                                   on 2006/11/29  11:01:06
4211         Log: Subject: [PATCH perl5db.pl] MacOSX debugger fork support
4212              From: Richard Foley <Richard.Foley@rfi.net>
4213              Date: Wed, 29 Nov 2006 12:00:53 +0100
4214              Message-Id: <200611291200.53429.Richard.Foley@rfi.net>
4215      Branch: perl
4216            ! lib/perl5db.pl
4217 ____________________________________________________________________________
4218 [ 29414] By: nicholas                              on 2006/11/29  10:19:19
4219         Log: Fix Attribute::Handlers to cope with proxy constant subroutines.
4220      Branch: perl
4221            + lib/Attribute/Handlers/t/constants.t
4222            ! MANIFEST lib/Attribute/Handlers.pm
4223 ____________________________________________________________________________
4224 [ 29413] By: rgs                                   on 2006/11/29  09:30:02
4225         Log: Change in handling of \RNNN inside nested patterns
4226              Subject: Re: New development release in sight
4227              From: demerphq <demerphq@gmail.com>
4228              Date: Wed, 29 Nov 2006 01:07:43 +0100
4229              Message-ID: <9b18b3110611281607i3d583febtd549989dc3cabc8a@mail.gmail.com>
4230      Branch: perl
4231            ! pod/perlre.pod regcomp.c t/op/pat.t t/op/re_tests
4232 ____________________________________________________________________________
4233 [ 29412] By: nicholas                              on 2006/11/28  23:31:15
4234         Log: Bring the joy of strict to Attribute::Handlers.
4235      Branch: perl
4236            ! lib/Attribute/Handlers.pm
4237 ____________________________________________________________________________
4238 [ 29411] By: rgs                                   on 2006/11/28  17:19:40
4239         Log: Remove DOS line endings
4240              (perforce should take care of line encodings on checkout)
4241      Branch: perl
4242            ! lib/IPC/Cmd/t/02_Interactive.t lib/Log/Message.pm
4243            ! lib/Log/Message/Config.pm lib/Log/Message/Handlers.pm
4244            ! lib/Log/Message/Item.pm lib/Log/Message/t/conf/config_file
4245            ! lib/Module/Load/Conditional/t/to_load/Commented.pm
4246            ! lib/Module/Load/Conditional/t/to_load/LoadIt.pm
4247            ! lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
4248 ____________________________________________________________________________
4249 [ 29410] By: steveh                                on 2006/11/28  16:43:17
4250         Log: Fix IPC-Cmd test failure on Win32: check current directory as well
4251              as those listed in $ENV{PATH} when searching for binaries
4252      Branch: perl
4253            ! lib/IPC/Cmd.pm
4254 ____________________________________________________________________________
4255 [ 29409] By: steveh                                on 2006/11/28  16:01:55
4256         Log: Building with Visual C++ 2005 now works except for one test failure
4257      Branch: perl
4258            ! README.win32 win32/Makefile win32/makefile.mk
4259 ____________________________________________________________________________
4260 [ 29408] By: steveh                                on 2006/11/28  15:57:45
4261         Log: Silence VC++ 8 warnings about "possible loss of data"
4262      Branch: perl
4263            ! ext/POSIX/POSIX.xs pp_sys.c
4264 ____________________________________________________________________________
4265 [ 29407] By: rgs                                   on 2006/11/28  14:59:03
4266         Log: OS/2 compilation fixes by Ilya
4267              
4268              Subject: [PATCH 5.8.8] Build on OS/2
4269              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
4270              Date: Tue, 28 Nov 2006 03:36:29 -0800
4271              Message-ID: <20061128113629.GA18108@powdermilk.math.berkeley.edu>
4272      Branch: perl
4273            ! config_h.SH perlvars.h
4274 ____________________________________________________________________________
4275 [ 29406] By: steveh                                on 2006/11/28  14:58:14
4276         Log: Silence 4 "unreferenced local variable" warnings from VC++
4277      Branch: perl
4278            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
4279 ____________________________________________________________________________
4280 [ 29405] By: rgs                                   on 2006/11/28  14:39:58
4281         Log: Subject: Re: [PATCH 5.8.8] Build on OS/2
4282              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
4283              Date: Tue, 28 Nov 2006 05:02:20 -0800
4284              Message-ID: <20061128130220.GA18386@powdermilk.math.berkeley.edu>
4285      Branch: perl
4286            ! ext/Devel/DProf/DProf.xs
4287 ____________________________________________________________________________
4288 [ 29404] By: rgs                                   on 2006/11/28  13:50:37
4289         Log: Add Module::Pluggable
4290              (required by CPANPLUS)
4291      Branch: perl
4292            + lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
4293            + lib/Module/Pluggable/t/01use.t
4294            + lib/Module/Pluggable/t/02alsoworks.t
4295            + lib/Module/Pluggable/t/02works.t
4296            + lib/Module/Pluggable/t/02works_taint.t
4297            + lib/Module/Pluggable/t/03diffname.t
4298            + lib/Module/Pluggable/t/04acmedir.t
4299            + lib/Module/Pluggable/t/04acmedir_single.t
4300            + lib/Module/Pluggable/t/04acmepath.t
4301            + lib/Module/Pluggable/t/04acmepath_single.t
4302            + lib/Module/Pluggable/t/05postpath.t
4303            + lib/Module/Pluggable/t/06multipath.t
4304            + lib/Module/Pluggable/t/07instantiate.t
4305            + lib/Module/Pluggable/t/08nothing.t
4306            + lib/Module/Pluggable/t/09require.t
4307            + lib/Module/Pluggable/t/10innerpack.t
4308            + lib/Module/Pluggable/t/10innerpack_inner.t
4309            + lib/Module/Pluggable/t/10innerpack_noinner.t
4310            + lib/Module/Pluggable/t/10innerpack_override.t
4311            + lib/Module/Pluggable/t/11usetwice.t
4312            + lib/Module/Pluggable/t/12only.t
4313            + lib/Module/Pluggable/t/12onlyarray.t
4314            + lib/Module/Pluggable/t/12onlyregex.t
4315            + lib/Module/Pluggable/t/13except.t
4316            + lib/Module/Pluggable/t/13exceptarray.t
4317            + lib/Module/Pluggable/t/13exceptregex.t
4318            + lib/Module/Pluggable/t/14package.t
4319            + lib/Module/Pluggable/t/15topicsafe.t
4320            + lib/Module/Pluggable/t/16different_extension.t
4321            + lib/Module/Pluggable/t/17devel_inner_package.t
4322            + lib/Module/Pluggable/t/18skipped_package.t
4323            + lib/Module/Pluggable/t/19can_ok_clobber.t
4324            + lib/Module/Pluggable/t/20dodgy_files.t
4325            + lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
4326            + lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
4327            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
4328            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
4329            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
4330            + lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
4331            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
4332            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
4333            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
4334            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
4335            + lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
4336            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
4337            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
4338            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
4339            + lib/Module/Pluggable/t/lib/No/Middle.pm
4340            + lib/Module/Pluggable/t/lib/OddTest/Plugin/-Dodgy.pm
4341            + lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
4342            + lib/Module/Pluggable/t/lib/TA/C/A/I.pm
4343            ! MANIFEST
4344 ____________________________________________________________________________
4345 [ 29403] By: rgs                                   on 2006/11/28  13:32:26
4346         Log: Subject: [PATCH 5.8.8] perl5db on miniperl
4347              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
4348              Date: Tue, 28 Nov 2006 03:39:05 -0800
4349              Message-ID: <20061128113905.GA18135@powdermilk.math.berkeley.edu>
4350      Branch: perl
4351            ! lib/perl5db.pl
4352 ____________________________________________________________________________
4353 [ 29402] By: steveh                                on 2006/11/28  11:57:35
4354         Log: Give perl.exe an icon when built with MinGW and Borland
4355              
4356              It already gets an icon when built with VC++, but the MinGW and Borland
4357              builds were not making any use of the resource file.
4358              
4359              Also add the top-level directory into MinGW's resource compiler search
4360              path to assist ActivePerl builds: see:
4361              http://downloads.activestate.com/ActivePerl/src/5.8/AP819_diff.txt
4362      Branch: perl
4363            ! win32/makefile.mk
4364 ____________________________________________________________________________
4365 [ 29401] By: rgs                                   on 2006/11/28  10:45:06
4366         Log: Add IPC::Cmd to the core
4367      Branch: perl
4368            + lib/IPC/Cmd.pm lib/IPC/Cmd/t/01_IPC-Cmd.t
4369            + lib/IPC/Cmd/t/02_Interactive.t lib/IPC/Cmd/t/src/child.pl
4370            ! MANIFEST
4371 ____________________________________________________________________________
4372 [ 29400] By: rgs                                   on 2006/11/28  10:09:01
4373         Log: Typo fix (by Dominic Dunlop)
4374      Branch: perl
4375            ! cflags.SH
4376 ____________________________________________________________________________
4377 [ 29399] By: rgs                                   on 2006/11/28  09:57:24
4378         Log: Subject: [PATCH[ threads 1.53
4379              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
4380              Date: Mon, 27 Nov 2006 09:26:08 -0800 (PST)
4381              Message-ID: <965653.3725.qm@web30206.mail.mud.yahoo.com>
4382      Branch: perl
4383            ! ext/threads/Changes ext/threads/README
4384            ! ext/threads/shared/t/cond.t ext/threads/t/exit.t
4385            ! ext/threads/t/libc.t ext/threads/t/stress_re.t
4386            ! ext/threads/t/thread.t ext/threads/threads.pm
4387            ! ext/threads/threads.xs
4388 ____________________________________________________________________________
4389 [ 29398] By: stevep                                on 2006/11/28  01:32:07
4390         Log: Subject: [PATCH] Re: [PATCH] perlhack: some portability updates
4391              From: Dominic Dunlop <shouldbedomo@mac.com>
4392              Date: Sun, 26 Nov 2006 12:01:16 +0100
4393              Message-Id: <253514EB-BA57-4A43-93FA-75D6F3CF27BC@mac.com>
4394      Branch: perl
4395            ! cflags.SH perl.h pod/perlhack.pod
4396 ____________________________________________________________________________
4397 [ 29397] By: steveh                                on 2006/11/27  17:44:27
4398         Log: Add missing d_printf_format_null/PRINTF_FORMAT_NULL_OK to Win32 canned
4399              configs
4400              
4401              See:
4402              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00923.html
4403      Branch: perl
4404            ! perl.h win32/config.bc win32/config.gc win32/config.vc
4405            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
4406            ! win32/config_H.vc win32/config_H.vc64
4407 ____________________________________________________________________________
4408 [ 29396] By: steveh                                on 2006/11/27  17:39:00
4409         Log: Make the win32/makefile.mk a little safer
4410              
4411              - Add a few missing s,\,$B, substitutions. We were living dangerously
4412              with various unescaped backslashes not causing problems purely because
4413              they don't make valid ecape codes anyway, e.g. ..\perl59.dll was only
4414              working because \p isn't an escape code so it didn't get mapped to
4415              anything nasty.
4416              
4417              - Move the $(BLINK_FLAGS) out of $(mktmp ...)'s because it could contain
4418              backslashes which would otherwise need escaping. (Adding in the
4419              escaping would be another fix but other cases don't put $(BLINK_FLAGS)
4420              into $(mktmp ...) files in the first place.)
4421      Branch: perl
4422            ! win32/makefile.mk
4423 ____________________________________________________________________________
4424 [ 29395] By: rgs                                   on 2006/11/27  16:54:26
4425         Log: Add missing file to MANIFEST
4426      Branch: perl
4427            ! MANIFEST
4428 ____________________________________________________________________________
4429 [ 29394] By: nicholas                              on 2006/11/27  08:02:35
4430         Log: Move words and revcharmap out of struct _rev_trie_data and duplicate
4431              them on thread clone.
4432      Branch: perl
4433            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
4434 ____________________________________________________________________________
4435 [ 29393] By: nicholas                              on 2006/11/26  23:32:29
4436         Log: Move widecharmap out of the shared structure _reg_trie_data into the
4437              top level regdata array, so that it can be correctly duplicated on
4438              thread clone.
4439      Branch: perl
4440            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
4441 ____________________________________________________________________________
4442 [ 29392] By: nicholas                              on 2006/11/26  23:01:46
4443         Log: Swap _reg_ac_data.trie to U32 offset into the regdata array, as
4444              preliminary to moving _reg_trie_data.widecharmap out too.
4445      Branch: perl
4446            ! regcomp.c regcomp.h regexec.c
4447 ____________________________________________________________________________
4448 [ 29391] By: nicholas                              on 2006/11/26  22:21:02
4449         Log: Moving the reference count to the front of both _reg_trie_data and
4450              _reg_ac_data allows smaller code in Perl_regdupe.
4451      Branch: perl
4452            ! regcomp.c regcomp.h
4453 ____________________________________________________________________________
4454 [ 29390] By: nicholas                              on 2006/11/26  20:52:49
4455         Log: A little reodering of the switch statement in Perl_regdupe makes a 
4456              smaller executable.
4457      Branch: perl
4458            ! regcomp.c
4459 ____________________________________________________________________________
4460 [ 29389] By: nicholas                              on 2006/11/26  20:03:16
4461         Log: Eliminated unitialised clone_params value bug accidentally added with
4462              change 28229.
4463      Branch: perl
4464            ! ext/threads/threads.xs
4465 ____________________________________________________________________________
4466 [ 29388] By: nicholas                              on 2006/11/26  20:00:36
4467         Log: Stage 1 of threadsafe-ing the trie strucutres - use shared malloc.
4468      Branch: perl
4469            ! regcomp.c
4470 ____________________________________________________________________________
4471 [ 29387] By: nicholas                              on 2006/11/26  18:44:57
4472         Log: Simplify S_add_data(), given that realloc will NULL acts as malloc().
4473      Branch: perl
4474            ! regcomp.c
4475 ____________________________________________________________________________
4476 [ 29386] By: nicholas                              on 2006/11/26  18:26:53
4477         Log: Change (well, correct) S_add_data to take and return a U32.
4478      Branch: perl
4479            ! embed.fnc proto.h regcomp.c
4480 ____________________________________________________________________________
4481 [ 29385] By: nicholas                              on 2006/11/26  18:00:05
4482         Log: Make the cache in Carp::trusts actually persist across calls :-)
4483              I made a similar mistake once long ago, and now spot the pattern.
4484      Branch: perl
4485            ! lib/Carp/Heavy.pm
4486 ____________________________________________________________________________
4487 [ 29384] By: nicholas                              on 2006/11/26  17:33:05
4488         Log: Remove unused lexical present since change 13426.
4489      Branch: perl
4490            ! lib/Carp/Heavy.pm
4491 ____________________________________________________________________________
4492 [ 29383] By: stevep                                on 2006/11/26  14:14:54
4493         Log: Adding Time::Piece to the core...again.
4494      Branch: perl
4495            + ext/Time/Piece/Changes ext/Time/Piece/Makefile.PL
4496            + ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
4497            + ext/Time/Piece/README ext/Time/Piece/Seconds.pm
4498            + ext/Time/Piece/t/01base.t ext/Time/Piece/t/02core.t
4499            + ext/Time/Piece/t/03compare.t ext/Time/Piece/t/04mjd.t
4500            + ext/Time/Piece/t/05overload.t ext/Time/Piece/t/06subclass.t
4501            ! MANIFEST Porting/Maintainers.pl
4502 ____________________________________________________________________________
4503 [ 29382] By: nicholas                              on 2006/11/26  12:38:20
4504         Log: Stop mod_perl looping forever in &Carp::shortmess_jmp as it somehow
4505              manages to forcibly re-load Carp.pm without re-loading Carp/Heavy.pm
4506      Branch: perl
4507            ! lib/Carp.pm lib/Carp/Heavy.pm
4508 ____________________________________________________________________________
4509 [ 29381] By: stevep                                on 2006/11/25  23:11:36
4510         Log: Skip test for Module::Load::Conditional that appears to be setting
4511              $^X, but not getting it right.  I'll wait to see if Jos has a fix.
4512      Branch: perl
4513            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
4514 ____________________________________________________________________________
4515 [ 29380] By: craigb                                on 2006/11/25  22:19:14
4516         Log: xterm debugger support for VMS from John Malmberg (with revisions)
4517      Branch: perl
4518            ! configure.com lib/perl5db.pl vms/descrip_mms.template
4519            ! vms/vms.c
4520 ____________________________________________________________________________
4521 [ 29379] By: stevep                                on 2006/11/25  17:49:26
4522         Log: Subject: [PATCH] Add Module::Load::Conditional to the core
4523              From: "Jos Boumans" <kane@dwim.org>
4524              Date: Fri, 24 Nov 2006 18:07:54 +0100 (CET)
4525              Message-ID: <23336.80.127.35.68.1164388074.squirrel@webmail.xs4all.nl>
4526      Branch: perl
4527            + lib/Module/Load/Conditional.pm
4528            + lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
4529            + lib/Module/Load/Conditional/t/to_load/Commented.pm
4530            + lib/Module/Load/Conditional/t/to_load/LoadIt.pm
4531            + lib/Module/Load/Conditional/t/to_load/LoadMe.pl
4532            + lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
4533            + lib/Module/Load/Conditional/t/to_load/ToBeLoaded
4534            ! MANIFEST
4535 ____________________________________________________________________________
4536 [ 29378] By: stevep                                on 2006/11/25  17:34:09
4537         Log: Subject: [PATCH] smoke signs suppression
4538              From: Jarkko Hietaniemi <jhi@iki.fi>
4539              Date: Sat, 25 Nov 2006 11:45:24 -0500
4540              Message-ID: <45687324.3040102@iki.fi>
4541      Branch: perl
4542            ! ext/re/re.xs iperlsys.h pp_hot.c regcomp.c regexec.c
4543 ____________________________________________________________________________
4544 [ 29377] By: stevep                                on 2006/11/25  17:29:55
4545         Log: Subject: [PATCH] perlhack: some portability updates
4546              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4547              Date: Sat, 25 Nov 2006 17:57:23 +0200 (EET)
4548              Message-Id: <200611251557.kAPFvNKw011342@kosh.hut.fi>
4549      Branch: perl
4550            ! pod/perlhack.pod
4551 ____________________________________________________________________________
4552 [ 29376] By: steveh                                on 2006/11/24  17:11:34
4553         Log: Remove redundant macros from win32 makefiles
4554              
4555              In the course of removing redundant ByteLoader references I found that
4556              various long lists of extensions are hopelessly out of date, e.g.
4557              Compress/Zlib should be Compress/Raw/Zlib and PerlIO/*, threads/* and
4558              others are missing. It seems that these lists of extensions serve no
4559              useful purpose anyway: in Makefile they are used to delete files that
4560              should already have been deleted by the Makefile for each module, and
4561              in makefile.mk DYNAMIC_EXT wasn't used at all! So the simplest remedy
4562              is to remove them. One less maintenance headache.
4563      Branch: perl
4564            ! win32/Makefile win32/makefile.mk
4565 ____________________________________________________________________________
4566 [ 29375] By: steveh                                on 2006/11/24  15:44:23
4567         Log: Cleanup manifest file left by test script when using VC8
4568      Branch: perl
4569            ! lib/ExtUtils/t/Embed.t
4570 ____________________________________________________________________________
4571 [ 29374] By: steveh                                on 2006/11/24  15:38:24
4572         Log: Embed manifest files in DLLs built with Module-Build when using VC8
4573              
4574              This change does for Module-Build what part of #29266 did for
4575              ExtUtils-MakeMaker.
4576      Branch: perl
4577            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
4578 ____________________________________________________________________________
4579 [ 29373] By: rgs                                   on 2006/11/24  15:03:55
4580         Log: Subject: [perl #36689] &=, |= and ^= overloads are nbot documented
4581              From: "Adriano Rodrigues" <a.r.ferreira@gmail.com>
4582              Date: Thu, 23 Nov 2006 17:43:12 -0200
4583              Message-ID: <73ddeb6c0611231143y1e3461dbqf30f5fce16698b5c@mail.gmail.com>
4584      Branch: perl
4585            ! lib/overload.pm lib/overload.t
4586 ____________________________________________________________________________
4587 [ 29372] By: rgs                                   on 2006/11/24  10:16:07
4588         Log: Revert change #29098 (that introduced a new warning,
4589              "Variable length character upgraded in print")
4590      Branch: perl
4591            ! doio.c pod/perl595delta.pod pod/perldiag.pod
4592 ____________________________________________________________________________
4593 [ 29371] By: rgs                                   on 2006/11/24  09:58:43
4594         Log: Un-TODO one test in pat.t ($1 kept safe after a /g match)
4595      Branch: perl
4596            ! t/op/pat.t
4597 ____________________________________________________________________________
4598 [ 29370] By: craigb                                on 2006/11/24  04:45:30
4599         Log: Even better configure.com handling for checkcfgvar.pl
4600      Branch: perl
4601            ! Porting/checkcfgvar.pl
4602 ____________________________________________________________________________
4603 [ 29369] By: craigb                                on 2006/11/24  04:42:43
4604         Log: Initialize targetarch in configure.com
4605      Branch: perl
4606            ! configure.com
4607 ____________________________________________________________________________
4608 [ 29368] By: nicholas                              on 2006/11/23  23:17:44
4609         Log: Subject: Re: [PATCH] Cleanup regexp flags and structure
4610              From: demerphq <demerphq@gmail.com>
4611              Message-ID: <9b18b3110611231021l561a9cb4te985db3f0648e097@mail.gmail.com>
4612              Date: Thu, 23 Nov 2006 19:21:38 +0100
4613              
4614              Attached patch completes the splitting out of the core from the regexp
4615              internal data.
4616      Branch: perl
4617            ! regcomp.c regexec.c regexp.h
4618 ____________________________________________________________________________
4619 [ 29367] By: stevep                                on 2006/11/23  20:51:11
4620         Log: Module::Pluggable diff had some hidden binary files in it.  I'm
4621              backing it out while Jos verifies whether those files are actually
4622              needed in the distribution or not.
4623      Branch: perl
4624            - lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
4625            - lib/Module/Pluggable/t/01use.t
4626            - lib/Module/Pluggable/t/02alsoworks.t
4627            - lib/Module/Pluggable/t/02works.t
4628            - lib/Module/Pluggable/t/03diffname.t
4629            - lib/Module/Pluggable/t/04acmedir.t
4630            - lib/Module/Pluggable/t/04acmedir_single.t
4631            - lib/Module/Pluggable/t/04acmepath.t
4632            - lib/Module/Pluggable/t/04acmepath_single.t
4633            - lib/Module/Pluggable/t/05postpath.t
4634            - lib/Module/Pluggable/t/06multipath.t
4635            - lib/Module/Pluggable/t/07instantiate.t
4636            - lib/Module/Pluggable/t/08nothing.t
4637            - lib/Module/Pluggable/t/09require.t
4638            - lib/Module/Pluggable/t/10innerpack.t
4639            - lib/Module/Pluggable/t/10innerpack_inner.t
4640            - lib/Module/Pluggable/t/10innerpack_noinner.t
4641            - lib/Module/Pluggable/t/10innerpack_override.t
4642            - lib/Module/Pluggable/t/11usetwice.t
4643            - lib/Module/Pluggable/t/12only.t
4644            - lib/Module/Pluggable/t/12onlyarray.t
4645            - lib/Module/Pluggable/t/12onlyregex.t
4646            - lib/Module/Pluggable/t/13except.t
4647            - lib/Module/Pluggable/t/13exceptarray.t
4648            - lib/Module/Pluggable/t/13exceptregex.t
4649            - lib/Module/Pluggable/t/14package.t
4650            - lib/Module/Pluggable/t/15topicsafe.t
4651            - lib/Module/Pluggable/t/16different_extension.t
4652            - lib/Module/Pluggable/t/17devel_inner_package.t
4653            - lib/Module/Pluggable/t/18skipped_package.t
4654            - lib/Module/Pluggable/t/19can_ok_clobber.t
4655            - lib/Module/Pluggable/t/20dodgy_files.t
4656            - lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
4657            - lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
4658            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
4659            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
4660            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
4661            - lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
4662            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
4663            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
4664            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
4665            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
4666            - lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
4667            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
4668            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
4669            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
4670            - lib/Module/Pluggable/t/lib/No/Middle.pm
4671            - lib/Module/Pluggable/t/lib/OddTest/Plugin/%23Dodgy.pm
4672            - lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
4673            - lib/Module/Pluggable/t/lib/TA/C/A/I.pm
4674            ! MANIFEST
4675 ____________________________________________________________________________
4676 [ 29366] By: stevep                                on 2006/11/23  20:09:57
4677         Log: Subject: [PATCH] Add Module::Pluggable to the core
4678              From: "Jos Boumans" <kane@xs4all.net>
4679              Date: Sun, 19 Nov 2006 16:06:00 +0100 (CET)
4680              Message-ID: <4188.80.127.35.68.1163948760.squirrel@webmail.xs4all.nl>
4681      Branch: perl
4682            + lib/Devel/InnerPackage.pm lib/Module/Pluggable.pm
4683            + lib/Module/Pluggable/Object.pm lib/Module/Pluggable/t/01use.t
4684            + lib/Module/Pluggable/t/02alsoworks.t
4685            + lib/Module/Pluggable/t/02works.t
4686            + lib/Module/Pluggable/t/03diffname.t
4687            + lib/Module/Pluggable/t/04acmedir.t
4688            + lib/Module/Pluggable/t/04acmedir_single.t
4689            + lib/Module/Pluggable/t/04acmepath.t
4690            + lib/Module/Pluggable/t/04acmepath_single.t
4691            + lib/Module/Pluggable/t/05postpath.t
4692            + lib/Module/Pluggable/t/06multipath.t
4693            + lib/Module/Pluggable/t/07instantiate.t
4694            + lib/Module/Pluggable/t/08nothing.t
4695            + lib/Module/Pluggable/t/09require.t
4696            + lib/Module/Pluggable/t/10innerpack.t
4697            + lib/Module/Pluggable/t/10innerpack_inner.t
4698            + lib/Module/Pluggable/t/10innerpack_noinner.t
4699            + lib/Module/Pluggable/t/10innerpack_override.t
4700            + lib/Module/Pluggable/t/11usetwice.t
4701            + lib/Module/Pluggable/t/12only.t
4702            + lib/Module/Pluggable/t/12onlyarray.t
4703            + lib/Module/Pluggable/t/12onlyregex.t
4704            + lib/Module/Pluggable/t/13except.t
4705            + lib/Module/Pluggable/t/13exceptarray.t
4706            + lib/Module/Pluggable/t/13exceptregex.t
4707            + lib/Module/Pluggable/t/14package.t
4708            + lib/Module/Pluggable/t/15topicsafe.t
4709            + lib/Module/Pluggable/t/16different_extension.t
4710            + lib/Module/Pluggable/t/17devel_inner_package.t
4711            + lib/Module/Pluggable/t/18skipped_package.t
4712            + lib/Module/Pluggable/t/19can_ok_clobber.t
4713            + lib/Module/Pluggable/t/20dodgy_files.t
4714            + lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
4715            + lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
4716            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
4717            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
4718            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
4719            + lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
4720            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
4721            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
4722            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
4723            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
4724            + lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
4725            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
4726            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
4727            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
4728            + lib/Module/Pluggable/t/lib/No/Middle.pm
4729            + lib/Module/Pluggable/t/lib/OddTest/Plugin/%23Dodgy.pm
4730            + lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
4731            + lib/Module/Pluggable/t/lib/TA/C/A/I.pm
4732            ! MANIFEST
4733 ____________________________________________________________________________
4734 [ 29365] By: nicholas                              on 2006/11/23  19:29:57
4735         Log: Change 29364 forgot to turn the POK flag on.
4736      Branch: perl
4737            ! sv.c
4738 ____________________________________________________________________________
4739 [ 29364] By: nicholas                              on 2006/11/23  17:16:34
4740         Log: Assigning to a PVCV effectively just sets the prototype, so make this
4741              the exact behaviour. (Fixes bug #40681, which prevents mod_perl from
4742              building)
4743      Branch: perl
4744            ! sv.c
4745 ____________________________________________________________________________
4746 [ 29363] By: nicholas                              on 2006/11/23  16:59:04
4747         Log: Remove superfluous SvROK()
4748      Branch: perl
4749            ! sv.c
4750 ____________________________________________________________________________
4751 [ 29362] By: craigb                                on 2006/11/23  16:11:16
4752         Log: Tune configure.com checking to ignore trailing comments.
4753      Branch: perl
4754            ! Porting/checkcfgvar.pl
4755 ____________________________________________________________________________
4756 [ 29361] By: rgs                                   on 2006/11/23  15:55:47
4757         Log: Fix for bug #38631: tied variables don't work with .= <>
4758      Branch: perl
4759            ! pp_hot.c t/op/readline.t
4760 ____________________________________________________________________________
4761 [ 29360] By: rgs                                   on 2006/11/23  12:57:18
4762         Log: Subject: [PATCH] Cleanup regexp flags and structure
4763              From: demerphq <demerphq@gmail.com>
4764              Date: Thu, 23 Nov 2006 12:36:24 +0100
4765              Message-ID: <9b18b3110611230336p3ce3b16du47cd5398dea8d873@mail.gmail.com>
4766      Branch: perl
4767            ! dump.c ext/re/re.xs mg.c op.c op.h pp.c pp_hot.c regcomp.c
4768            ! regexec.c regexp.h
4769 ____________________________________________________________________________
4770 [ 29359] By: rgs                                   on 2006/11/23  11:28:28
4771         Log: More safety in free()s
4772      Branch: perl
4773            ! op.c
4774 ____________________________________________________________________________
4775 [ 29358] By: steveh                                on 2006/11/23  11:06:47
4776         Log: Silence VC8's warnings about "unsafe" CRT functions and POSIX CRT
4777              function names being deprecated, and add a note to perltodo to
4778              revisit this one day.
4779      Branch: perl
4780            ! pod/perltodo.pod win32/Makefile win32/makefile.mk
4781 ____________________________________________________________________________
4782 [ 29357] By: rgs                                   on 2006/11/23  10:05:43
4783         Log: Subject: [PATCH lib/ExtUtils/t/build_man.t] installman3dir is null
4784              From: "Robin Barker" <Robin.Barker@npl.co.uk>
4785              Date: Tue, 21 Nov 2006 16:48:35 -0000
4786              Message-ID: <2C2E01334A940D4792B3E115F95B7226120ABE@exchsvr1.npl.ad.local>
4787      Branch: perl
4788            ! lib/ExtUtils/t/build_man.t
4789 ____________________________________________________________________________
4790 [ 29356] By: stevep                                on 2006/11/23  03:09:08
4791         Log: Upgrade to PathTools-3.24.
4792      Branch: perl
4793            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
4794            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
4795 ____________________________________________________________________________
4796 [ 29355] By: steveh                                on 2006/11/22  17:20:05
4797         Log: Update makefile.mk as per Makefile w.r.t. #29308 and #29323
4798      Branch: perl
4799            ! win32/makefile.mk
4800 ____________________________________________________________________________
4801 [ 29354] By: rgs                                   on 2006/11/22  17:09:33
4802         Log: Subject: \G with /g results in infinite loop in 5.6 and later
4803              From: demerphq <demerphq@gmail.com>
4804              Date: Wed, 22 Nov 2006 17:11:02 +0100
4805              Message-ID: <9b18b3110611220811k1a54f650t1bd7c6a9450b0a7e@mail.gmail.com>
4806      Branch: perl
4807            ! pod/perldiag.pod pod/perlre.pod pp_hot.c regcomp.c regcomp.h
4808            ! regcomp.sym regexec.c regexp.h t/op/pat.t t/op/regmesg.t
4809 ____________________________________________________________________________
4810 [ 29353] By: stevep                                on 2006/11/22  17:00:54
4811         Log: Subject: POSIX::remove() and directories
4812              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
4813              Date: Wed, 22 Nov 2006 17:41:55 +0100
4814              Message-ID: <3852726AFA94DE4F87E616F13F416A5F0A912F@naimucu1.ffz00k.rootdom.net>
4815      Branch: perl
4816            ! ext/POSIX/POSIX.pm
4817 ____________________________________________________________________________
4818 [ 29352] By: steveh                                on 2006/11/22  16:49:10
4819         Log: VC8 regards 60 seconds as an invalid parameter for strftime()
4820              so skip the test in that case.
4821      Branch: perl
4822            ! ext/POSIX/t/posix.t
4823 ____________________________________________________________________________
4824 [ 29351] By: rgs                                   on 2006/11/22  15:17:54
4825         Log: Don't AUTOLOAD DESTROY from Attribute::Handlers.
4826              (patch by Jerry D. Hedden for CPAN bug #1911)
4827      Branch: perl
4828            ! lib/Attribute/Handlers.pm
4829 ____________________________________________________________________________
4830 [ 29350] By: steveh                                on 2006/11/22  15:11:41
4831         Log: Fix infinite loop in Perl_my_strftime() for failing strftime()
4832      Branch: perl
4833            ! util.c
4834 ____________________________________________________________________________
4835 [ 29349] By: rgs                                   on 2006/11/22  14:30:19
4836         Log: More doc nits on Switch, and bump version to 2.11 for upcoming CPAN release.
4837      Branch: perl
4838            ! lib/Switch.pm
4839 ____________________________________________________________________________
4840 [ 29348] By: stevep                                on 2006/11/22  14:10:07
4841         Log: Subject: Re: [perl #40917] Benchmark fails under -Mbignum
4842              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4843              Date: Wed, 22 Nov 2006 22:32:46 +0900
4844              Message-Id: <20061122223227.193E.BQW10602@nifty.com>
4845      Branch: perl
4846            ! lib/Benchmark.pm
4847 ____________________________________________________________________________
4848 [ 29347] By: rgs                                   on 2006/11/22  13:57:12
4849         Log: Fix a number of documentation issues in Switch.pm (code examples
4850              that do not compile, typos, obscure examples)
4851      Branch: perl
4852            ! lib/Switch.pm
4853 ____________________________________________________________________________
4854 [ 29346] By: rgs                                   on 2006/11/22  10:03:51
4855         Log: Remove tests for POD or POD coverage -- they're always skipped.
4856      Branch: perl
4857            - ext/Compress/IO/Base/t/99pod.t ext/Compress/IO/Zlib/t/999pod.t
4858            - ext/Compress/Raw/Zlib/t/99pod.t ext/Compress/Zlib/t/99pod.t
4859            - ext/Digest/SHA/t/0-pod-coverage.t ext/Digest/SHA/t/0-pod.t
4860            - lib/Term/ANSIColor/t/pod.t lib/Test/Harness/t/pod.t
4861            - lib/Text/Balanced/t/pod-coverage.t lib/Text/Balanced/t/pod.t
4862            ! MANIFEST
4863 ____________________________________________________________________________
4864 [ 29345] By: rgs                                   on 2006/11/22  09:56:14
4865         Log: - Restore two Text::Balanced tests, more comprehensive in bleadperl than
4866              in CPAN.
4867              - Restore a local bugfix, tested by the above tests.
4868              - Fix a few typos in the POD for Text::Balanced
4869              - Bump version of Text::Balanced
4870      Branch: perl
4871            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
4872            ! lib/Text/Balanced/t/extqlk.t
4873 ____________________________________________________________________________
4874 [ 29344] By: rgs                                   on 2006/11/22  09:12:16
4875         Log: Sync Text::Balanced with the CPAN version (1.99.1)
4876      Branch: perl
4877            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
4878            ! lib/Text/Balanced/README lib/Text/Balanced/t/extmul.t
4879            ! lib/Text/Balanced/t/extqlk.t
4880 ____________________________________________________________________________
4881 [ 29343] By: rgs                                   on 2006/11/21  17:24:19
4882         Log: Remove assertions.pm review from perltodo
4883      Branch: perl
4884            ! pod/perltodo.pod
4885 ____________________________________________________________________________
4886 [ 29342] By: rgs                                   on 2006/11/21  16:32:42
4887         Log: Subject: [PATCH] threads 1.52
4888              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
4889              Date: Tue, 21 Nov 2006 08:26:28 -0800 (PST)
4890              Message-ID: <204140.57721.qm@web30207.mail.mud.yahoo.com>
4891      Branch: perl
4892            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
4893            ! ext/threads/t/thread.t ext/threads/threads.pm
4894            ! ext/threads/threads.xs
4895 ____________________________________________________________________________
4896 [ 29341] By: merijn                                on 2006/11/21  16:18:49
4897         Log: Upgrade warning should only be issued if upgrade happens
4898      Branch: perl
4899            ! hints/hpux.sh
4900 ____________________________________________________________________________
4901 [ 29340] By: rgs                                   on 2006/11/21  16:08:34
4902         Log: Regenerate Changes, add nits in perldelta
4903      Branch: perl
4904            ! Changes pod/perl595delta.pod
4905 ____________________________________________________________________________
4906 [ 29339] By: merijn                                on 2006/11/21  16:03:30
4907         Log: Silence some warnings during Configure
4908      Branch: perl
4909            ! hints/hpux.sh
4910 ____________________________________________________________________________
4911 [ 29338] By: merijn                                on 2006/11/21  15:16:46
4912         Log: No more 5005thread messages from Configure for 5.9.x and up
4913      Branch: perl
4914            ! Configure Porting/Glossary config_h.SH
4915 ____________________________________________________________________________
4916 [ 29336] By: rgs                                   on 2006/11/21  14:45:19
4917         Log: Invalidate the method lookup cache when assigning to a glob
4918              named "isa". (That happens when importing "isa" from UNIVERSAL,
4919              for example.) Fixes bug #24824.
4920      Branch: perl
4921            ! pp_hot.c t/op/universal.t
4922 ____________________________________________________________________________
4923 [ 29335] By: rgs                                   on 2006/11/21  10:22:21
4924         Log: Remove warnings against WHOA THERE warnings from the hints files.
4925      Branch: perl
4926            ! hints/machten.sh hints/machten_2.sh hints/sco.sh
4927            ! hints/solaris_2.sh hints/sunos_4_1.sh hints/ultrix_4.sh
4928            ! hints/umips.sh
4929 ____________________________________________________________________________
4930 [ 29334] By: rgs                                   on 2006/11/21  10:17:36
4931         Log: Remove description of WHOA THERE messages for recommended hint values,
4932              removed by change #29288.
4933      Branch: perl
4934            ! INSTALL
4935 ____________________________________________________________________________
4936 [ 29333] By: rgs                                   on 2006/11/21  09:15:43
4937         Log: Remove the test counter checker at the end of t/op/pat.t : it
4938              doesn't get updated correctly.
4939      Branch: perl
4940            ! t/op/pat.t
4941 ____________________________________________________________________________
4942 [ 29332] By: stevep                                on 2006/11/21  03:59:34
4943         Log: "This is going to be slow."  This change switches OpenBSD locale
4944              tests from the spaghetti doneness test to specifically testing
4945              locales in its /usr/share/locale.  Speeds up lib/locale.t to 
4946              13 minutes a run vs. the previous time of over two hours.
4947      Branch: perl
4948            ! lib/locale.t
4949 ____________________________________________________________________________
4950 [ 29331] By: nicholas                              on 2006/11/20  22:53:39
4951         Log: Correct typo in test description.
4952      Branch: perl
4953            ! t/op/pat.t
4954 ____________________________________________________________________________
4955 [ 29330] By: rgs                                   on 2006/11/20  18:03:43
4956         Log: Unify the two warnings "Can't declare %s in %s", in line with what's
4957              documented in perldiag.
4958      Branch: perl
4959            ! op.c t/op/attrs.t
4960 ____________________________________________________________________________
4961 [ 29329] By: rgs                                   on 2006/11/20  16:05:33
4962         Log: Subject: [PATCH] Re: thread free problem
4963              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
4964              Date: Mon, 20 Nov 2006 07:32:36 -0800 (PST)
4965              Message-ID: <696736.39963.qm@web30204.mail.mud.yahoo.com>
4966      Branch: perl
4967            ! op.c
4968 ____________________________________________________________________________
4969 [ 29328] By: rgs                                   on 2006/11/20  15:31:03
4970         Log: Actually, undef $SIG{FOO} should restore the default signal
4971              handler. Else, once we exit a block where the signal handler was
4972              localized, it becomes ignored.
4973      Branch: perl
4974            ! mg.c
4975 ____________________________________________________________________________
4976 [ 29327] By: rgs                                   on 2006/11/20  15:19:36
4977         Log: Make undef $SIG{FOO} ignore the signal FOO
4978      Branch: perl
4979            ! mg.c
4980 ____________________________________________________________________________
4981 [ 29326] By: rgs                                   on 2006/11/20  14:51:46
4982         Log: Subject: [patch@29297] perl5db.pl detecting forked debugger on VMS.
4983              From: "John E. Malmberg" <wb8tyw@qsl.net>
4984              Date: Sat, 18 Nov 2006 23:07:17 -0500
4985              Message-ID: <455FD875.8050007@qsl.net>
4986      Branch: perl
4987            ! lib/perl5db.pl
4988 ____________________________________________________________________________
4989 [ 29325] By: rgs                                   on 2006/11/20  14:04:22
4990         Log: Fix precedence problem
4991      Branch: perl
4992            ! mg.c
4993 ____________________________________________________________________________
4994 [ 29324] By: rgs                                   on 2006/11/20  13:36:10
4995         Log: Patch by Yves Orton to fix the regression reported in :
4996              Subject: 28325/6 break DateTime::Format::Strptime
4997              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
4998              Date: Sun, 19 Nov 2006 05:41:53 +0100
4999              Message-ID: <877ixs6oa6.fsf@k75.linux.bogus>
5000      Branch: perl
5001            ! ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t
5002            ! ext/re/t/regop.t pp.sym pp_proto.h regcomp.c regexec.c
5003            ! t/op/pat.t
5004 ____________________________________________________________________________
5005 [ 29323] By: rgs                                   on 2006/11/20  11:19:29
5006         Log: Extend the test-reonly make target on windows (Yves Orton)
5007      Branch: perl
5008            ! win32/Makefile
5009 ____________________________________________________________________________
5010 [ 29322] By: rgs                                   on 2006/11/20  11:18:03
5011         Log: Un-TODO tests for bug #32840, plus some new tests,
5012              by Yves Orton
5013      Branch: perl
5014            ! t/op/rxcode.t
5015 ____________________________________________________________________________
5016 [ 29321] By: steveh                                on 2006/11/20  10:38:07
5017         Log: Revert #29307. It doesn't fix the XXX after all. Using "$(shell @type )"
5018              on a temporary file just inserts the contents of the file in question
5019              into the command-line, exactly like putting the data there in the first
5020              place would achieve. It doesn't avoid creating a long command-line as we
5021              would like to do.
5022      Branch: perl
5023            ! win32/makefile.mk
5024 ____________________________________________________________________________
5025 [ 29320] By: rgs                                   on 2006/11/20  09:54:10
5026         Log: Update Text::Tabs and Text::Wrap to version 2006.1117
5027      Branch: perl
5028            + lib/Text/TabsWrap/t/Jacobson.t lib/Text/TabsWrap/t/Jacobson2.t
5029            ! MANIFEST lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG
5030            ! lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
5031            ! lib/Text/Wrap.pm
5032 ____________________________________________________________________________
5033 [ 29319] By: rgs                                   on 2006/11/19  15:36:29
5034         Log: Subject: [PATCH] ExtUtils/typemap: better error messages + constant string optimization
5035              From: Alexey Tourbin <at@altlinux.ru>
5036              Date: Sat, 18 Nov 2006 05:06:47 +0300
5037              Message-ID: <20061118020647.GA23287@localhost.localdomain>
5038      Branch: perl
5039            ! lib/ExtUtils/typemap
5040 ____________________________________________________________________________
5041 [ 29318] By: rgs                                   on 2006/11/19  13:56:32
5042         Log: Subject: Re: [PATCH] Study SUSPEND (and recursion) properly
5043              From: demerphq <demerphq@gmail.com>
5044              Date: Fri, 17 Nov 2006 13:34:42 +0100
5045              Message-ID: <9b18b3110611170434w218b4e86x7d61df2d1166a746@mail.gmail.com>
5046      Branch: perl
5047            ! regcomp.c
5048 ____________________________________________________________________________
5049 [ 29317] By: craigb                                on 2006/11/18  17:02:38
5050         Log: Update skip count for VMS.
5051      Branch: perl
5052            ! t/uni/class.t
5053 ____________________________________________________________________________
5054 [ 29316] By: nicholas                              on 2006/11/18  16:14:18
5055         Log: Subject: [perl #40921] shellwords.pl cannot handle trailing backslash
5056              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
5057              Message-ID: <rt-3.5.HEAD-32013-1163784707-1469.40921-75-0@perl.org>
5058              Date: Fri, 17 Nov 2006 09:31:48 -0800
5059              
5060              (and convert the example to a test)
5061      Branch: perl
5062            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
5063 ____________________________________________________________________________
5064 [ 29315] By: nicholas                              on 2006/11/18  15:32:04
5065         Log: Convert lib/Text/ParseWords.t to Test::More
5066      Branch: perl
5067            ! lib/Text/ParseWords.t
5068 ____________________________________________________________________________
5069 [ 29314] By: stevep                                on 2006/11/18  05:42:14
5070         Log: Sync up the function definitions for Perl_my_popen with the prototype.
5071      Branch: perl
5072            ! util.c
5073 ____________________________________________________________________________
5074 [ 29313] By: stevep                                on 2006/11/18  05:04:42
5075         Log: Tweaks needed to get Perl compiling with g++ on OpenBSD.
5076      Branch: perl
5077            ! perl.h perlio.c
5078 ____________________________________________________________________________
5079 [ 29312] By: merijn                                on 2006/11/17  20:46:20
5080         Log: Subject: [perl #18209] bug in regex s/\s$word\s/ /gi; and $& 
5081              From: "yves orton via RT" <perlbug-followup@perl.org>
5082              Date: Fri, 17 Nov 2006 10:17:48 -0800
5083              Message-ID: <rt-3.5.HEAD-1713-1163787467-1300.18209-15-0@perl.org>
5084      Branch: perl
5085            ! mg.c t/op/pat.t
5086 ____________________________________________________________________________
5087 [ 29311] By: merijn                                on 2006/11/17  20:28:27
5088         Log: Subject: [perl #18209] bug in regex s/\s$word\s/ /gi; and $& 
5089              From: "yves orton via RT" <perlbug-followup@perl.org>
5090              Date: Fri, 17 Nov 2006 10:17:48 -0800
5091              Message-ID: <rt-3.5.HEAD-1713-1163787467-1300.18209-15-0@perl.org>
5092      Branch: perl
5093            ! t/op/pat.t
5094 ____________________________________________________________________________
5095 [ 29310] By: merijn                                on 2006/11/17  20:25:27
5096         Log: Subject: [perl #22395] regexp /(.*)[bc]/ 10000 times slower in 5.8.0 vs 5.6.1 
5097              From: "yves orton via RT" <perlbug-followup@perl.org>
5098              Date: Fri, 17 Nov 2006 09:48:14 -0800
5099              Message-ID: <rt-3.5.HEAD-1666-1163785693-404.22395-15-0@perl.org>
5100      Branch: perl
5101            ! regcomp.c t/op/pat.t
5102 ____________________________________________________________________________
5103 [ 29309] By: merijn                                on 2006/11/17  20:12:20
5104         Log: Subject: [perl #17542] regex confusion 
5105              From: "yves orton via RT" <perlbug-followup@perl.org>
5106              Date: Fri, 17 Nov 2006 07:40:15 -0800
5107              Message-ID: <rt-3.5.HEAD-32013-1163778013-580.17542-15-0@perl.org>
5108      Branch: perl
5109            ! t/op/subst.t
5110 ____________________________________________________________________________
5111 [ 29308] By: merijn                                on 2006/11/17  19:54:49
5112         Log: Subject: [perl #36909] $^R undefined on matches involving backreferences
5113              From: yves orton via RT <bugs-perl5@bugs6.perl.org>
5114              Date: Nov 17, 2006 4:07 PM
5115      Branch: perl
5116            ! regcomp.c regexec.c t/op/pat.t t/op/subst.t win32/Makefile
5117 ____________________________________________________________________________
5118 [ 29307] By: steveh                                on 2006/11/17  17:07:33
5119         Log: Fix the XXX in #29303
5120      Branch: perl
5121            ! win32/makefile.mk
5122 ____________________________________________________________________________
5123 [ 29306] By: steveh                                on 2006/11/17  15:55:51
5124         Log: Tidy up Makefile part of #29260 and apply to makefile.mk too
5125      Branch: perl
5126            ! win32/Makefile win32/makefile.mk
5127 ____________________________________________________________________________
5128 [ 29305] By: steveh                                on 2006/11/17  15:45:26
5129         Log: Install perl-static.exe if it was built
5130              
5131              Perhaps this should be done via "installperl" so as to get, e.g.,
5132              perl5.9.5-static.exe and honour INST_VER and INST_ARCH?
5133              
5134              Just do it quick-and-dirty for now, as is done for wperl.exe. It
5135              can always be fixed later if anyone wants it.
5136      Branch: perl
5137            ! win32/Makefile win32/makefile.mk
5138 ____________________________________________________________________________
5139 [ 29304] By: rgs                                   on 2006/11/17  15:45:23
5140         Log: Subject: [patch@29297] d_printf_format_null needed in configure.com
5141              From: "John E. Malmberg" <wb8tyw@qsl.net>
5142              Date: Fri, 17 Nov 2006 10:22:50 -0500
5143              Message-ID: <455DD3CA.6050405@qsl.net>
5144      Branch: perl
5145            ! configure.com
5146 ____________________________________________________________________________
5147 [ 29303] By: steveh                                on 2006/11/17  15:12:12
5148         Log: Add perl-static.exe support to win32/makefile.mk
5149              
5150              This applies the same changes that were made in win32/Makefile by
5151              changes #29285 and #29296, plus a tweak to win32/runperl.c to fix
5152              a linker error when using MinGW/gcc
5153      Branch: perl
5154            ! win32/makefile.mk win32/runperl.c
5155 ____________________________________________________________________________
5156 [ 29302] By: nicholas                              on 2006/11/17  13:01:51
5157         Log: Change 29297 omitted a semicolon.
5158      Branch: perl
5159            ! t/op/taint.t
5160 ____________________________________________________________________________
5161 [ 29301] By: rgs                                   on 2006/11/17  11:06:48
5162         Log: Subject: [PATCH] Study SUSPEND (and recursion) properly
5163              From: demerphq <demerphq@gmail.com>
5164              Date: Thu, 16 Nov 2006 20:32:11 +0100
5165              Message-ID: <9b18b3110611161132j695ee86ata939a149b08efb11@mail.gmail.com>
5166      Branch: perl
5167            ! regcomp.c t/op/pat.t
5168 ____________________________________________________________________________
5169 [ 29300] By: rgs                                   on 2006/11/17  09:45:56
5170         Log: Doc nits to re.pm
5171      Branch: perl
5172            ! ext/re/re.pm
5173 ____________________________________________________________________________
5174 [ 29299] By: rgs                                   on 2006/11/17  09:38:56
5175         Log: Subject: [PATCH] add regmust() to re.pm/re.xs
5176              From: demerphq <demerphq@gmail.com>
5177              Date: Fri, 17 Nov 2006 00:54:13 +0100
5178              Message-ID: <9b18b3110611161554m222446bay7912ec1f778d3aaa@mail.gmail.com>
5179      Branch: perl
5180            ! ext/re/re.pm ext/re/re.xs ext/re/t/re_funcs.t pod/perltodo.pod
5181 ____________________________________________________________________________
5182 [ 29298] By: steveh                                on 2006/11/17  08:53:21
5183         Log: Add missing d_ctermid/HAS_CTERMID to Win32 canned configs
5184      Branch: perl
5185            ! win32/config.bc win32/config.gc win32/config.vc
5186            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
5187            ! win32/config_H.vc win32/config_H.vc64
5188 ____________________________________________________________________________
5189 [ 29297] By: stevep                                on 2006/11/17  04:20:01
5190         Log: Change #27951 added tests to t/op/taint.t involving taint, opening 
5191              "|-".  Unfortunately, this usually reacts badly on OpenBSD with
5192              threaded Perls, causing zombie processes nearly every time this is run.
5193              For now, skipping the test seem reasonable while working on a solution
5194              to the problem.
5195      Branch: perl
5196            ! t/op/taint.t
5197 ____________________________________________________________________________
5198 [ 29296] By: steveh                                on 2006/11/16  14:28:59
5199         Log: Fix Extensions_static dependencies to avoid relinking every time
5200              
5201              Subject: Re: [PATCH@29224] RE: [patch-at-29217] static linkage for perl.ex e fo r win32
5202              From: demerphq <demerphq@gmail.com>
5203              Date: Thu, 16 Nov 2006 13:58:32 +0100
5204              Message-ID: <9b18b3110611160458r6bebb7f6k8421abe68b474997@mail.gmail.com>
5205      Branch: perl
5206            ! win32/Makefile
5207 ____________________________________________________________________________
5208 [ 29295] By: rgs                                   on 2006/11/16  13:35:14
5209         Log: Remove duplicate declaration
5210      Branch: perl
5211            ! regexp.h
5212 ____________________________________________________________________________
5213 [ 29294] By: rgs                                   on 2006/11/16  11:55:07
5214         Log: Clarifications to close() docs, pointed out by Peter Dintelmann
5215      Branch: perl
5216            ! pod/perlfunc.pod
5217 ____________________________________________________________________________
5218 [ 29293] By: rgs                                   on 2006/11/16  10:24:47
5219         Log: Subject: [PATCH] threads 1.51
5220              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
5221              Date: Wed, 15 Nov 2006 11:36:58 -0800 (PST)
5222              Message-ID: <71793.95536.qm@web30213.mail.mud.yahoo.com>
5223      Branch: perl
5224            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
5225            ! ext/threads/t/thread.t ext/threads/threads.pm
5226            ! ext/threads/threads.xs
5227 ____________________________________________________________________________
5228 [ 29292] By: steveh                                on 2006/11/16  09:30:48
5229         Log: Update checkcfgvars.pl: config.ce is in win32/ in 5.9.x
5230              Leave wince/config.ce in the list as well, though, because that still
5231              exists in 5.8.x
5232      Branch: perl
5233            ! Porting/checkcfgvar.pl
5234 ____________________________________________________________________________
5235 [ 29291] By: merijn                                on 2006/11/16  09:13:08
5236         Log: Extended uconfig.sh based on Porting/checkcfgvar.pl findings
5237      Branch: perl
5238            ! uconfig.sh
5239 ____________________________________________________________________________
5240 [ 29289] By: merijn                                on 2006/11/16  08:07:33
5241         Log: Yet another step in generation a more reliable Glossary
5242      Branch: perl
5243            ! Porting/Glossary Porting/config.sh
5244 ____________________________________________________________________________
5245 [ 29288] By: merijn                                on 2006/11/15  21:36:30
5246         Log: 1. Less Whoa there, based on a suggestion by Andy Dougherty
5247              2. d_printf_format_null, based on a patch by Robin Barker
5248      Branch: perl
5249            ! Configure Porting/Glossary config_h.SH
5250 ____________________________________________________________________________
5251 [ 29285] By: steveh                                on 2006/11/15  18:07:44
5252         Log: Add support for building a perl-static.exe that doesn't depend on
5253              the perl59.dll. It currently can't load DLL extension modules, so
5254              any that are required must be statically linked too. This may be
5255              fixed sometime.  Changes to win32/makefile.mk also to follow.
5256              
5257              Subject: RE: [PATCH@29224] RE: [patch-at-29217] static linkage for perl.exe fo r win32
5258              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
5259              Date: Mon, 13 Nov 2006 19:45:05 +0100
5260              Message-ID: <E3FB32585BF1D411B9E900805FF51A080207FA41@ru0022exch001u.ru.lucent.com>
5261              
5262              (with minor tweaks for cleanup and embedding manifest file)
5263      Branch: perl
5264            ! win32/Makefile
5265 ____________________________________________________________________________
5266 [ 29284] By: steveh                                on 2006/11/15  17:32:24
5267         Log: Fix tests added by #29248 and #29249
5268      Branch: perl
5269            ! ext/XS/APItest/APItest.xs ext/XS/APItest/core_or_not.inc
5270 ____________________________________________________________________________
5271 [ 29283] By: rgs                                   on 2006/11/15  15:28:53
5272         Log: Subject: [perl #39026] Tie::Memoize::EXISTS not caching the value 
5273              From: Len Weisberg (via RT) <perlbug-followup@perl.org>
5274              Date: Fri, 28 Apr 2006 20:36:05 -0700
5275              Message-ID: <rt-3.0.11-39026-132847.17.5801704932685@perl.org>
5276      Branch: perl
5277            ! lib/Tie/Memoize.pm
5278 ____________________________________________________________________________
5279 [ 29282] By: rgs                                   on 2006/11/15  13:56:52
5280         Log: FAQ sync
5281      Branch: perl
5282            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5283            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
5284            ! pod/perlfaq9.pod
5285 ____________________________________________________________________________
5286 [ 29281] By: rgs                                   on 2006/11/15  13:03:34
5287         Log: Fix a signedness cast warning
5288      Branch: perl
5289            ! sv.c
5290 ____________________________________________________________________________
5291 [ 29280] By: rgs                                   on 2006/11/15  12:51:48
5292         Log: Tweaks to the debugger test by Richard Foley,
5293              plus fix auxiliary file path
5294      Branch: perl
5295            ! lib/perl5db.t
5296 ____________________________________________________________________________
5297 [ 29279] By: rgs                                   on 2006/11/15  12:41:24
5298         Log: Subject: Re: [PATCH] Fix RT#19049 and add relative backreferences
5299              From: demerphq <demerphq@gmail.com>
5300              Date: Wed, 15 Nov 2006 12:29:39 +0100
5301              Message-ID: <9b18b3110611150329l206e4552w887ae5f0a3f7ca80@mail.gmail.com>
5302      Branch: perl
5303            ! ext/re/re.xs pod/perl595delta.pod pod/perldiag.pod
5304            ! pod/perlre.pod pod/perlreguts.pod regcomp.c regexec.c regexp.h
5305            ! t/op/pat.t t/op/re_tests
5306 ____________________________________________________________________________
5307 [ 29278] By: rgs                                   on 2006/11/15  11:12:30
5308         Log: Move the test files for the debugger in a t/ subdirectory, so they
5309              don't get installed
5310      Branch: perl
5311           +> lib/perl5db/t/eval-line-bug
5312            - lib/perl5db/eval-line-bug
5313            ! MANIFEST
5314 ____________________________________________________________________________
5315 [ 29277] By: rgs                                   on 2006/11/15  10:37:58
5316         Log: Subject: Re: Fix linker error on Win32
5317              From: demerphq <demerphq@gmail.com>
5318              Date: Wed, 15 Nov 2006 10:36:34 +0100
5319              Message-ID: <9b18b3110611150136n7c90d187t5cf49847f153a537@mail.gmail.com>
5320      Branch: perl
5321            ! ext/XS/APItest/core_or_not.inc
5322 ____________________________________________________________________________
5323 [ 29276] By: stevep                                on 2006/11/15  04:33:20
5324         Log: Subject: [PATCH] Makefile.SH: lib/re.pm often messes restarted parallel makes
5325              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
5326              Date: Wed, 15 Nov 2006 05:48:32 +0200 (EET)
5327              Message-Id: <20061115034832.43B7E8B3E7@seth.hut.fi>
5328      Branch: perl
5329            ! Makefile.SH
5330 ____________________________________________________________________________
5331 [ 29275] By: davem                                 on 2006/11/14  23:24:45
5332         Log: debugger test could hang if run with umask 0002
5333      Branch: perl
5334            ! lib/perl5db.t
5335 ____________________________________________________________________________
5336 [ 29274] By: rgs                                   on 2006/11/14  16:59:45
5337         Log: A first regression test for the debugger, by Shlomi Fish
5338              and Richard Foley.
5339      Branch: perl
5340            + lib/perl5db.t lib/perl5db/eval-line-bug
5341            ! MANIFEST
5342 ____________________________________________________________________________
5343 [ 29273] By: rgs                                   on 2006/11/14  14:19:46
5344         Log: Fix bug #39037: rcatline doesn't stringify references
5345      Branch: perl
5346            ! pp_hot.c t/op/readline.t
5347 ____________________________________________________________________________
5348 [ 29272] By: rgs                                   on 2006/11/14  12:36:15
5349         Log: Doc patch by Thomas O Smailus :
5350              Subject: Fwd: [perl #40866] Error on doc page? (File::Basename)
5351              From: "Adriano Rodrigues" <a.r.ferreira@gmail.com>
5352              Date: Tue, 14 Nov 2006 10:24:38 -0200
5353              Message-ID: <73ddeb6c0611140424t26b01d0aq667ca95e77f25e6@mail.gmail.com>
5354      Branch: perl
5355            ! lib/File/Basename.pm
5356 ____________________________________________________________________________
5357 [ 29271] By: rgs                                   on 2006/11/14  11:35:04
5358         Log: Assert that we don't access strings saved for $1 etc. out of bounds
5359      Branch: perl
5360            ! mg.c
5361 ____________________________________________________________________________
5362 [ 29270] By: rgs                                   on 2006/11/14  10:18:00
5363         Log: Subject: Re: Why aren't %Carp::Internal and %Carp::CarpInternal documented?
5364              From: "Ben Tilly" <btilly@gmail.com>
5365              Date: Sun, 22 Oct 2006 14:07:23 -0700
5366              Message-ID: <acc274b30610221407o39e0157gad44ad5828c2bc21@mail.gmail.com>
5367      Branch: perl
5368            ! lib/Carp.pm lib/Carp.t lib/Carp/Heavy.pm
5369 ____________________________________________________________________________
5370 [ 29269] By: rgs                                   on 2006/11/14  09:40:43
5371         Log: Subject: [PATCH] ParseXS.pm: small optimization for "Usage: ..." constant strings
5372              From: Alexey Tourbin <at@altlinux.ru>
5373              Date: Tue, 14 Nov 2006 05:45:40 +0300
5374              Message-ID: <20061114024540.GA21986@localhost.localdomain>
5375      Branch: perl
5376            ! lib/ExtUtils/ParseXS.pm
5377 ____________________________________________________________________________
5378 [ 29268] By: rgs                                   on 2006/11/14  09:36:17
5379         Log: Subject: Fwd: Memory leak with s/// and hashes
5380              From: demerphq <demerphq@gmail.com>
5381              Date: Tue, 14 Nov 2006 00:38:31 +0100
5382              Message-ID: <9b18b3110611131538kc00175ft4db7ff71df22e766@mail.gmail.com>
5383      Branch: perl
5384            ! regcomp.c regexec.c regexp.h
5385 ____________________________________________________________________________
5386 [ 29267] By: rgs                                   on 2006/11/14  06:59:03
5387         Log: Subject: [PATCH] Allow negative indexing in recursive patterns
5388              From: demerphq <demerphq@gmail.com>
5389              Date: Mon, 13 Nov 2006 18:59:32 +0100
5390              Message-ID: <9b18b3110611130959k1fdd2485yd8eb1cd428de570a@mail.gmail.com>
5391      Branch: perl
5392            ! pod/perlre.pod regcomp.c t/op/pat.t t/op/re_tests
5393 ____________________________________________________________________________
5394 [ 29266] By: steveh                                on 2006/11/13  18:09:58
5395         Log: Embed manifest files in EXEs and DLLs when building with VC++ 8.x
5396              
5397              See the thread starting here for details:
5398              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00398.html
5399              
5400              (Still need to do something for Module::Build somtime...)
5401      Branch: perl
5402            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
5403            ! win32/Makefile win32/makefile.mk
5404 ____________________________________________________________________________
5405 [ 29265] By: rgs                                   on 2006/11/13  15:52:54
5406         Log: Todo (nice to have): an improvement to ~~
5407      Branch: perl
5408            ! pod/perltodo.pod
5409 ____________________________________________________________________________
5410 [ 29264] By: stevep                                on 2006/11/13  15:10:16
5411         Log: Upgrade to CPAN-1.88_62
5412      Branch: perl
5413            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
5414            ! lib/CPAN/SIGNATURE
5415 ____________________________________________________________________________
5416 [ 29263] By: rgs                                   on 2006/11/13  15:05:27
5417         Log: Fix a bug in the debugger tracing variables when one was eval'ing
5418              a string including a "#line" directive containing the actual
5419              name of the file already. (following-up change #25409)
5420      Branch: perl
5421            ! toke.c
5422 ____________________________________________________________________________
5423 [ 29262] By: rgs                                   on 2006/11/13  14:30:15
5424         Log: The latest regression test to Scalar::Util doesn't pass with threaded perls
5425      Branch: perl
5426            ! ext/List/Util/t/readonly.t
5427 ____________________________________________________________________________
5428 [ 29261] By: rgs                                   on 2006/11/13  14:15:33
5429         Log: A new regression test from:
5430              
5431              Subject: [PATHCH]  Scalar::Util::readonly &  compression (was RE: Change 29117: [PATCH] IO::Compress modules)
5432              From: "Paul Marquess" <paul.marquess@ntlworld.com>
5433              Date: Sun, 29 Oct 2006 21:03:21 -0000
5434              Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com>
5435      Branch: perl
5436            ! ext/List/Util/t/readonly.t
5437 ____________________________________________________________________________
5438 [ 29260] By: rgs                                   on 2006/11/13  14:00:41
5439         Log: Subject: Re: [PATCH] New regex syntax omnibus
5440              From: demerphq <demerphq@gmail.com>
5441              Date: Thu, 9 Nov 2006 17:09:34 +0100
5442              Message-ID: <9b18b3110611090809l667860c9t6c27453d7c86a21e@mail.gmail.com>
5443      Branch: perl
5444            ! pod/perl595delta.pod pod/perlre.pod regcomp.c regcomp.h
5445            ! regcomp.pl regcomp.sym regexec.c regexp.h regnodes.h
5446            ! t/op/pat.t win32/Makefile
5447 ____________________________________________________________________________
5448 [ 29259] By: rgs                                   on 2006/11/13  11:38:02
5449         Log: Subject: [PATCH] was RE: Perl_die() / Perl_croak()
5450              From: "Robin Barker" <Robin.Barker@npl.co.uk>
5451              Date: Mon, 13 Nov 2006 10:25:08 -0000
5452              Message-ID: <2C2E01334A940D4792B3E115F95B7226149377@exchsvr1.npl.ad.local>
5453      Branch: perl
5454            ! embed.fnc embed.pl perl.h proto.h
5455 ____________________________________________________________________________
5456 [ 29258] By: rgs                                   on 2006/11/13  11:17:10
5457         Log: Parsing fix: it wasn't possible to call a function with a (_) prototype
5458              (that is, a function mimicing an unary op) without parentheses.
5459              Bug reported by Ævar Arnfjörð Bjarmason.
5460      Branch: perl
5461            ! madly.act madly.tab madly.y perly.act perly.tab perly.y
5462            ! t/comp/uproto.t
5463 ____________________________________________________________________________
5464 [ 29257] By: rgs                                   on 2006/11/13  10:13:52
5465         Log: Subject: Re: [perl #27053] /^/m doesn't match after a newline at the end of the string
5466              From: demerphq <demerphq@gmail.com>
5467              Date: Sat, 11 Nov 2006 16:25:17 +0100
5468              Message-ID: <9b18b3110611110725t3dc1e447v751ef5880363aa9b@mail.gmail.com>
5469      Branch: perl
5470            ! pod/perlre.pod
5471 ____________________________________________________________________________
5472 [ 29256] By: rgs                                   on 2006/11/13  10:12:34
5473         Log: Casting nit
5474      Branch: perl
5475            ! regcomp.c
5476 ____________________________________________________________________________
5477 [ 29255] By: rgs                                   on 2006/11/13  09:55:11
5478         Log: POD fixes and nits in re.pm
5479      Branch: perl
5480            ! ext/re/re.pm
5481 ____________________________________________________________________________
5482 [ 29254] By: rgs                                   on 2006/11/13  09:40:35
5483         Log: Subject: [PATCH DOC] minor nit in binmode docs
5484              From: Paul Johnson <paul@pjcj.net>
5485              Date: Fri, 10 Nov 2006 12:17:37 +0100
5486              Message-ID: <20061110111737.GP17047@pjcj.net>
5487      Branch: perl
5488            ! pod/perlfunc.pod
5489 ____________________________________________________________________________
5490 [ 29253] By: stevep                                on 2006/11/13  02:23:29
5491         Log: The DynaLoader test isn't happy with OpenBSD's libc.so.39.3.
5492      Branch: perl
5493            ! ext/DynaLoader/t/DynaLoader.t
5494 ____________________________________________________________________________
5495 [ 29252] By: stevep                                on 2006/11/13  02:19:12
5496         Log: Subject: [PATCH] Regex Utility Functions and Substituion Fix (XML::Twig core dump)
5497              From: demerphq <demerphq@gmail.com>
5498              Date: Sun, 12 Nov 2006 23:29:41 +0100
5499              Message-ID: <9b18b3110611121429g1fc9d6c1t4007dc711f9e8396@mail.gmail.com>
5500              
5501              Plus a couple tweaks to ext/re/re.pm and t/op/pat.t to those patches
5502              to apply cleanly.
5503      Branch: perl
5504            + ext/re/t/re_funcs.t
5505            ! MANIFEST embed.fnc embed.h ext/re/re.pm ext/re/re.xs
5506            ! ext/re/re_top.h lib/ExtUtils/ParseXS.pm perl.h
5507            ! pod/perlreguts.pod pp.c pp_hot.c proto.h regcomp.c regcomp.h
5508            ! regexp.h sv.c t/op/pat.t
5509 ____________________________________________________________________________
5510 [ 29251] By: nicholas                              on 2006/11/12  23:09:46
5511         Log: Re-order ops to the implementation order in pp_sys.c - this makes a
5512              branch table corresponding to a switch statement slightly smaller.
5513      Branch: perl
5514            ! opcode.h opcode.pl opnames.h
5515 ____________________________________________________________________________
5516 [ 29250] By: nicholas                              on 2006/11/12  22:17:30
5517         Log: Avoid ext/Safe/t/safeops.t needing to keep its tests in lockstep with
5518              opcode.pl OP order.
5519      Branch: perl
5520            ! ext/Safe/t/safeops.t
5521 ____________________________________________________________________________
5522 [ 29249] By: nicholas                              on 2006/11/12  21:57:22
5523         Log: Forgot to add the new files for 29248.
5524      Branch: perl
5525            + ext/XS/APItest/core.c ext/XS/APItest/core_or_not.inc
5526            + ext/XS/APItest/notcore.c ext/XS/APItest/t/svsetsv.t
5527 ____________________________________________________________________________
5528 [ 29248] By: nicholas                              on 2006/11/12  20:22:28
5529         Log: Change 24714 was arguably over-ambitious, in that non-core modules
5530              can't be expected to know that sv_setsv() may now not "really" copy a
5531              scalar. So arrange things so that COW of shared hash key scalars is
5532              only done for calls within the the PERL_CORE.
5533      Branch: perl
5534            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
5535            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL sv.c sv.h
5536 ____________________________________________________________________________
5537 [ 29247] By: nicholas                              on 2006/11/12  18:16:52
5538         Log: Looks like I didn't actually test the COW conditional code in
5539              change 27533. Perl now compiles, but
5540              ext/Compress/Raw/Zlib/t/07bufsize.t fails.
5541      Branch: perl
5542            ! pp_ctl.c regexec.c
5543 ____________________________________________________________________________
5544 [ 29246] By: rgs                                   on 2006/11/12  13:35:24
5545         Log: Subject: [PATCH] (2nd version) small tweaks based on smoke signs
5546              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5547              Date: Sat, 11 Nov 2006 06:18:56 +0200 (EET)
5548              Message-Id: <200611110418.kAB4Ium5350338@kosh.hut.fi>
5549      Branch: perl
5550            ! hv.c regcomp.c regexec.c
5551 ____________________________________________________________________________
5552 [ 29245] By: rgs                                   on 2006/11/12  13:11:07
5553         Log: Reinstate warning 'Useless use of "re" pragma'
5554      Branch: perl
5555            ! ext/re/re.pm
5556 ____________________________________________________________________________
5557 [ 29244] By: stevep                                on 2006/11/10  22:55:01
5558         Log: Upgrade to Test-Simple-0.65.
5559      Branch: perl
5560            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
5561            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
5562            ! lib/Test/Simple/Changes
5563 ____________________________________________________________________________
5564 [ 29243] By: rgs                                   on 2006/11/09  15:58:11
5565         Log: Add to Attribute::Handlers the ability to report caller's file and line
5566              number. Based on:
5567              
5568              Subject: FW: Attribute::Handlers
5569              From: "David Feldman" <David.Feldman@tudor.com>
5570              Date: Wed, 25 Oct 2006 16:34:26 -0400
5571              Message-ID: <BA9AB162DD5CED46AC03DC5904B19C5B3736B4@tudor.com>
5572              
5573              plus docs and tests.
5574      Branch: perl
5575            + lib/Attribute/Handlers/t/linerep.t
5576            ! MANIFEST lib/Attribute/Handlers.pm
5577            ! lib/Attribute/Handlers/t/multi.t
5578 ____________________________________________________________________________
5579 [ 29242] By: rgs                                   on 2006/11/09  13:33:57
5580         Log: Silence warnings in Pod::Man
5581      Branch: perl
5582            ! lib/Pod/t/man.t
5583 ____________________________________________________________________________
5584 [ 29241] By: rgs                                   on 2006/11/09  12:32:41
5585         Log: Subject: [PATCH regexec.c regexp.h] ***speculative***  was RE: [PATCH] regexec.c - silence compiler warning
5586              From: "Robin Barker" <Robin.Barker@npl.co.uk>
5587              Date: Wed, 8 Nov 2006 15:29:47 -0000
5588              Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA6@exchsvr1.npl.ad.local>
5589      Branch: perl
5590            ! regexec.c regexp.h
5591 ____________________________________________________________________________
5592 [ 29240] By: rgs                                   on 2006/11/09  11:05:24
5593         Log: Subject: [PATCH] regcomp.c: printf arg casts
5594              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5595              Date: Thu, 9 Nov 2006 06:47:53 +0200 (EET)
5596              Message-Id: <200611090447.kA94lreg223840@kosh.hut.fi>
5597      Branch: perl
5598            ! regcomp.c
5599 ____________________________________________________________________________
5600 [ 29239] By: davem                                 on 2006/11/08  19:13:57
5601         Log: perl parser bug leading to memory corruption
5602              quoted-string parser naughtily maintained a pointer into an SV
5603              which could get realloc()ed.
5604      Branch: perl
5605            ! toke.c
5606 ____________________________________________________________________________
5607 [ 29238] By: merijn                                on 2006/11/08  16:39:21
5608         Log: Subject: Configure patch to add detection for DIR.dd_fd member variable
5609              From: "Steve Peters" <steve.peters@gmail.com>
5610              Date: Sun, 5 Nov 2006 01:40:34 -0600
5611              Message-ID: <fd7a59d30611042340p5543442ctad306aeb748b6bfe@mail.gmail.com>
5612      Branch: perl
5613            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
5614            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
5615            ! handy.h plan9/config_sh.sample symbian/config.sh uconfig.sh
5616            ! win32/config.bc win32/config.gc win32/config.vc
5617            ! win32/config.vc64
5618 ____________________________________________________________________________
5619 [ 29236] By: rgs                                   on 2006/11/08  15:33:02
5620         Log: Subject: [PATCH t/op/inccode.t] fails under minitest
5621              From: "Robin Barker" <Robin.Barker@npl.co.uk>
5622              Date: Wed, 8 Nov 2006 15:18:23 -0000
5623              Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA5@exchsvr1.npl.ad.local>
5624      Branch: perl
5625            ! t/op/inccode.t
5626 ____________________________________________________________________________
5627 [ 29235] By: rgs                                   on 2006/11/08  15:14:31
5628         Log: Change the documentation of the return values of @INC-hooks to match
5629              what is tested to work. (It's a bit confusing that optional values
5630              might appear at the middle, too.)
5631      Branch: perl
5632            ! pod/perlfunc.pod
5633 ____________________________________________________________________________
5634 [ 29234] By: rgs                                   on 2006/11/08  14:02:46
5635         Log: Subject: [PATCH] Supress df warning in stat.t on OS X
5636              From: Michael G Schwern <schwern@gmail.com>
5637              Date: Wed, 08 Nov 2006 08:51:50 -0500
5638              Message-ID: <4551E0F6.20108@gmail.com>
5639      Branch: perl
5640            ! t/op/stat.t
5641 ____________________________________________________________________________
5642 [ 29233] By: steveh                                on 2006/11/08  13:53:52
5643         Log: Don't use the PERL_MSVCRT_READFIX when using VC++ 7.x onwards.
5644              
5645              VC++ 7.x onwards use their own MSVCR7x.dll, MSVCR8x.dll, etc, rather
5646              than MSVCRT.dll, so they do not require the read() fix.
5647              
5648              Therefore, we also don't need to update the ioinfo struct used by the
5649              read() fix w.r.t. VC++ 8.x, so back out that part of change #29218
5650      Branch: perl
5651            ! win32/Makefile win32/makefile.mk win32/win32.h
5652 ____________________________________________________________________________
5653 [ 29232] By: rgs                                   on 2006/11/08  13:27:14
5654         Log: Type change to avoid signed/unsigned compiler warnings
5655              (thanks to Robin Barker)
5656      Branch: perl
5657            ! regexec.c
5658 ____________________________________________________________________________
5659 [ 29231] By: rgs                                   on 2006/11/08  13:14:20
5660         Log: Regenerate Changes; update perldelta
5661      Branch: perl
5662            ! Changes pod/perl595delta.pod
5663 ____________________________________________________________________________
5664 [ 29230] By: rgs                                   on 2006/11/08  11:23:13
5665         Log: Subject: Re: New version diagnostic breaks a bunch of modules.
5666              From: Glenn Linderman <perl@NevCal.com>
5667              Date: Mon, 30 Oct 2006 12:50:21 -0800
5668              Message-ID: <4546658D.6090507@NevCal.com>
5669      Branch: perl
5670            ! pod/perlfunc.pod
5671 ____________________________________________________________________________
5672 [ 29229] By: rgs                                   on 2006/11/08  10:43:52
5673         Log: Subject: [PATCH] Perl_die() / Perl_croak()
5674              From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
5675              Date: Tue, 07 Nov 2006 23:27:40 -0800
5676              Message-ID: <455186EC.8010906@p6m7g8.com>
5677              
5678              (backported to embed.fnc)
5679      Branch: perl
5680            ! embed.fnc proto.h
5681 ____________________________________________________________________________
5682 [ 29228] By: rgs                                   on 2006/11/08  10:28:49
5683         Log: Subject: Patch for bug in SelfLoader.pm
5684              From: Mike Schilli <m@perlmeister.com>
5685              Date: Tue, 7 Nov 2006 13:39:30 -0800 (PST)
5686              Message-ID: <20061107132809.I31331@spiral.corp.yahoo.com>
5687      Branch: perl
5688            ! lib/SelfLoader.pm
5689 ____________________________________________________________________________
5690 [ 29227] By: rgs                                   on 2006/11/07  17:31:02
5691         Log: Use $HOME/localperl as default prefix for installing perl
5692              in the terse installation instructions in README.
5693      Branch: perl
5694            ! README
5695 ____________________________________________________________________________
5696 [ 29226] By: rgs                                   on 2006/11/07  16:50:47
5697         Log: More notes in perldelta
5698      Branch: perl
5699            ! pod/perl595delta.pod
5700 ____________________________________________________________________________
5701 [ 29225] By: rgs                                   on 2006/11/07  14:23:08
5702         Log: Forbid using tainted formats in printf and sprintf
5703      Branch: perl
5704            ! pod/perl595delta.pod pp.c pp_sys.c t/op/taint.t
5705 ____________________________________________________________________________
5706 [ 29224] By: rgs                                   on 2006/11/07  11:16:54
5707         Log: Subject: Re: [PATCH] [perl #40668] Data::Dumper fails to dump all hash keys when itertaor is not at start
5708              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
5709              Date: Mon, 6 Nov 2006 08:57:04 -0800 (PST)
5710              Message-ID: <20061106165704.939.qmail@web30214.mail.mud.yahoo.com>
5711      Branch: perl
5712            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/bugs.t
5713 ____________________________________________________________________________
5714 [ 29223] By: rgs                                   on 2006/11/07  10:45:26
5715         Log: Subject: Because I like pain. An update to README
5716              From: Jesse Vincent <jesse@fsck.com>
5717              Date: Mon, 6 Nov 2006 19:52:35 -0500
5718              Message-Id: <7BF48AB1-5285-4A9D-929B-8DD697348664@fsck.com>
5719      Branch: perl
5720            ! README
5721 ____________________________________________________________________________
5722 [ 29222] By: rgs                                   on 2006/11/07  10:21:25
5723         Log: Subject: [PATCH] New regex syntax omnibus
5724              From: demerphq <demerphq@gmail.com>
5725              Date: Mon, 6 Nov 2006 13:06:28 +0100
5726              Message-ID: <9b18b3110611060406u2fa1572as57073949a5df9e62@mail.gmail.com>
5727              
5728              Plus a portability fix (in string comparison for regex verbs)
5729              and doc tweaks / podchecker fixes
5730      Branch: perl
5731            ! embed.fnc embed.h ext/re/t/regop.t pod/perl595delta.pod
5732            ! pod/perldiag.pod pod/perlre.pod proto.h regcomp.c regcomp.h
5733            ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
5734            ! t/op/re_tests
5735 ____________________________________________________________________________
5736 [ 29221] By: nicholas                              on 2006/11/06  22:21:05
5737         Log: assert() that SvPV_set() isn't used on arrays.
5738      Branch: perl
5739            ! av.c cop.h mathoms.c pp.c pp_ctl.c pp_hot.c pp_sort.c sv.c
5740            ! sv.h
5741 ____________________________________________________________________________
5742 [ 29220] By: nicholas                              on 2006/11/06  21:05:59
5743         Log: assert() that SvPV_set() isn't used on hashes.
5744      Branch: perl
5745            ! sv.c sv.h
5746 ____________________________________________________________________________
5747 [ 29219] By: nicholas                              on 2006/11/06  20:02:38
5748         Log: assert() that scalars are of the correct type in *set macros.
5749      Branch: perl
5750            ! sv.h
5751 ____________________________________________________________________________
5752 [ 29218] By: steveh                                on 2006/11/06  16:26:48
5753         Log: Get Visual C++ 2005 (aka Visual C++ 8.x) support off the ground
5754              
5755              This is not a complete fix yet by any means (there are lots of compiler
5756              warnings and lots of test failures), but it's a step in the right
5757              direction.
5758              
5759              See the thread starting here:
5760              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-10/msg00893.html
5761              and continuing here:
5762              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00102.html
5763              for further information
5764      Branch: perl
5765            ! win32/Makefile win32/makefile.mk win32/win32.c win32/win32.h
5766 ____________________________________________________________________________
5767 [ 29217] By: merijn                                on 2006/11/06  15:19:38
5768         Log: Subject: Re: [PATCH] Detecting bad /dev/null's in Configure
5769              From: Michael Cummings <mcummings@gentoo.org>
5770              Date: Fri, 25 Aug 2006 15:48:44 -0400
5771              Message-ID: <44EF541C.7050801@gentoo.org>
5772      Branch: perl
5773            ! Configure
5774 ____________________________________________________________________________
5775 [ 29215] By: rgs                                   on 2006/11/06  14:37:32
5776         Log: Subject: Re: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.
5777              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5778              Date: Mon, 06 Nov 2006 23:31:50 +0900
5779              Message-Id: <20061106233139.A2BC.BQW10602@nifty.com>
5780      Branch: perl
5781            ! t/op/time.t
5782 ____________________________________________________________________________
5783 [ 29214] By: rgs                                   on 2006/11/06  14:05:41
5784         Log: Sync Pod::Usage with the CPAN version
5785      Branch: perl
5786            ! lib/Pod/Usage.pm
5787 ____________________________________________________________________________
5788 [ 29213] By: merijn                                on 2006/11/06  13:58:56
5789         Log: The non-unix parts for localtime_r_needs_tzset
5790              Plus forced Glossary entry. That is a TODO for automation
5791      Branch: perl
5792            ! Cross/config.sh-arm-linux NetWare/config.wc Porting/Glossary
5793            ! Porting/config_H config_h.SH configure.com epoc/config.sh
5794            ! handy.h plan9/config.plan9 plan9/config_h.sample
5795            ! plan9/config_sh.sample uconfig.sh win32/config.bc
5796            ! win32/config.ce win32/config.gc win32/config.vc
5797            ! win32/config.vc64 win32/config_H.bc win32/config_H.ce
5798            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
5799 ____________________________________________________________________________
5800 [ 29212] By: rgs                                   on 2006/11/06  13:18:25
5801         Log: Subject: [PATCH] Re: the new t/run/cloexec.t failing in Solaris and Tru64
5802              From: Andrew Savige <ajsavige@yahoo.com.au>
5803              Date: Tue, 7 Nov 2006 00:06:46 +1100 (EST)
5804              Message-ID: <20061106130647.57891.qmail@web56411.mail.re3.yahoo.com>
5805      Branch: perl
5806            ! t/run/cloexec.t
5807 ____________________________________________________________________________
5808 [ 29211] By: rgs                                   on 2006/11/06  10:59:16
5809         Log: Upgrade to Test::Simple 0.64_03
5810      Branch: perl
5811            + lib/Test/Simple/t/carp.t
5812            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
5813            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
5814            ! lib/Test/Simple/Changes
5815            ! lib/Test/Simple/t/00test_harness_check.t
5816            ! lib/Test/Simple/t/tbt_01basic.t
5817            ! lib/Test/Simple/t/tbt_02fhrestore.t
5818            ! lib/Test/Simple/t/tbt_03die.t
5819            ! lib/Test/Simple/t/tbt_04line_num.t
5820            ! lib/Test/Simple/t/tbt_05faildiag.t
5821            ! lib/Test/Simple/t/tbt_06errormess.t
5822            ! lib/Test/Simple/t/tbt_07args.t
5823 ____________________________________________________________________________
5824 [ 29210] By: rgs                                   on 2006/11/06  10:09:12
5825         Log: Change reentr.pl to generate reentr.h accordingly to change 29209
5826      Branch: perl
5827            ! reentr.pl
5828 ____________________________________________________________________________
5829 [ 29209] By: merijn                                on 2006/11/06  09:43:30
5830         Log: RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.
5831              From: "Benjamin Holzman" <bholzman@longitude.com>
5832              Date: Wed, 19 Jul 2006 07:11:09 -0400
5833              Message-ID: <010801c6ab24$09b9ed30$ce0515ac@office.iseoptions.com>
5834      Branch: perl
5835            ! Configure Porting/Glossary config_h.SH reentr.h t/op/time.t
5836 ____________________________________________________________________________
5837 [ 29208] By: rgs                                   on 2006/11/06  09:30:41
5838         Log: Silence a cast warning
5839      Branch: perl
5840            ! regcomp.c
5841 ____________________________________________________________________________
5842 [ 29206] By: nicholas                              on 2006/11/06  08:13:09
5843         Log: PVCVs no longer allocate memory for the SvNVX slot, so assert that
5844              no-one is trying to access it.
5845      Branch: perl
5846            ! sv.h
5847 ____________________________________________________________________________
5848 [ 29205] By: craigb                                on 2006/11/06  01:37:13
5849         Log: In pipe_exit_routine in vms/vms.c, mark a subprocess we've deleted
5850              as done.  Courtesy of Scott Lepage.
5851      Branch: perl
5852            ! vms/vms.c
5853 ____________________________________________________________________________
5854 [ 29204] By: merijn                                on 2006/11/04  19:15:19
5855         Log: Subject: Re: [perl #40641] crash with unicode characters in regex comment
5856              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5857              Date: Sat, 04 Nov 2006 21:53:50 +0900
5858              Message-Id: <20061104215302.3325.BQW10602@nifty.com>
5859      Branch: perl
5860            + t/uni/greek.t t/uni/latin2.t
5861            ! MANIFEST embed.fnc embed.h global.sym pod/perldiag.pod proto.h
5862            ! regcomp.c t/uni/tr_utf8.t
5863 ____________________________________________________________________________
5864 [ 29203] By: nicholas                              on 2006/11/04  18:56:33
5865         Log: Change 27506 wasn't quite correct - the copy of the AMAGIC flag should
5866              be as part of RvDEEPCP() in gv.c (Perl_amagic_call())
5867      Branch: perl
5868            ! gv.c sv.c
5869 ____________________________________________________________________________
5870 [ 29202] By: stevep                                on 2006/11/04  15:39:57
5871         Log: Subject: [PATCH] New test for close-on-exec ($^F): t/run/cloexec.t
5872              From: Andrew Savige <ajsavige@yahoo.com.au>
5873              Date: Sat, 4 Nov 2006 21:24:14 +1100 (EST)
5874              Message-ID: <20061104102414.78987.qmail@web56403.mail.re3.yahoo.com>
5875      Branch: perl
5876            + t/run/cloexec.t
5877            ! MANIFEST
5878 ____________________________________________________________________________
5879 [ 29201] By: rgs                                   on 2006/11/03  16:04:48
5880         Log: Subject: [PATCH] replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the extended UTF-8)
5881              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5882              Date: Sun, 21 May 2006 14:00:43 +0900
5883              Message-Id: <20060521140011.358D.BQW10602@nifty.com>
5884      Branch: perl
5885            ! embed.fnc embed.h proto.h sv.c t/op/index.t
5886 ____________________________________________________________________________
5887 [ 29200] By: rgs                                   on 2006/11/03  15:04:15
5888         Log: The assignment to $VERSION must be on its own line, for
5889              ExtUtils::MM_Unix::parse_version to be happy.
5890      Branch: perl
5891            ! ext/DynaLoader/DynaLoader_pm.PL
5892 ____________________________________________________________________________
5893 [ 29199] By: rgs                                   on 2006/11/03  14:01:30
5894         Log: Subject: [PATCH] threads 1.49
5895              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
5896              Date: Fri, 3 Nov 2006 05:37:16 -0800 (PST)
5897              Message-ID: <20061103133716.95143.qmail@web30214.mail.mud.yahoo.com>
5898      Branch: perl
5899            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
5900            ! ext/threads/t/thread.t ext/threads/threads.pm
5901            ! ext/threads/threads.xs
5902 ____________________________________________________________________________
5903 [ 29198] By: rgs                                   on 2006/11/03  13:32:31
5904         Log: Wrap the $VERSION initialization of DynaLoader in a BEGIN block
5905              
5906              Subject: [perl #40651] (Obscure) Bug in Dynaloader 
5907              From: gml4410@ggr.co.uk (via RT) <perlbug-followup@perl.org>
5908              Date: Thu, 02 Nov 2006 09:30:34 -0800
5909              Message-ID: <rt-3.5.HEAD-4979-1162488633-1267.40651-75-0@perl.org>
5910      Branch: perl
5911            ! ext/DynaLoader/DynaLoader_pm.PL
5912 ____________________________________________________________________________
5913 [ 29197] By: rgs                                   on 2006/11/03  10:09:19
5914         Log: When code is loaded through an @INC-hook, and when this hook
5915              has set a filename entry in %INC, make sure __FILE__ is set
5916              for this code accordingly to the contents of that %INC entry.
5917      Branch: perl
5918            ! pp_ctl.c t/op/inccode.t
5919 ____________________________________________________________________________
5920 [ 29196] By: gisle                                 on 2006/11/03  07:08:18
5921         Log: Typo fixes by Troy Topnik.
5922      Branch: perl
5923            ! pod/perlretut.pod
5924 ____________________________________________________________________________
5925 [ 29195] By: merijn                                on 2006/11/02  17:49:53
5926         Log: Change #29193 makes this addition unneeded
5927      Branch: perl
5928            ! t/lib/common.pl
5929 ____________________________________________________________________________
5930 [ 29194] By: davem                                 on 2006/11/02  17:36:33
5931         Log: add test that eval undef clears $@
5932      Branch: perl
5933            ! t/op/eval.t
5934 ____________________________________________________________________________
5935 [ 29193] By: davem                                 on 2006/11/02  17:07:00
5936         Log: eval $undef should emit one warning, not three.
5937              Also ensure that eval $undef clears $@ (it did, but only by luck)
5938      Branch: perl
5939            ! pp_ctl.c t/lib/warnings/9uninit toke.c
5940 ____________________________________________________________________________
5941 [ 29192] By: rgs                                   on 2006/11/02  16:45:13
5942         Log: Fix case in external pod link
5943      Branch: perl
5944            ! pod/perlop.pod
5945 ____________________________________________________________________________
5946 [ 29191] By: rgs                                   on 2006/11/02  13:51:21
5947         Log: say() has the same syntax than print(), so forbid to override it
5948              (like print())
5949      Branch: perl
5950            ! perl_keyword.pl t/op/cproto.t toke.c
5951 ____________________________________________________________________________
5952 [ 29190] By: rgs                                   on 2006/11/02  13:04:10
5953         Log: This volatile modifier is not on the referent, but on the pointer
5954              (see change 28606)
5955      Branch: perl
5956            ! op.c
5957 ____________________________________________________________________________
5958 [ 29189] By: rgs                                   on 2006/11/02  12:26:47
5959         Log: Subject: [PATCH] Add more backtracking control verbs to regex engine (?CUT), (?ERROR)
5960              From: demerphq <demerphq@gmail.com>
5961              Date: Thu, 2 Nov 2006 12:35:10 +0100
5962              Message-ID: <9b18b3110611020335h7ea469a8g28ca483f6832816d@mail.gmail.com>
5963      Branch: perl
5964            ! embed.fnc ext/re/re.pm pod/perl595delta.pod pod/perlre.pod
5965            ! proto.h regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
5966            ! regexp.h regnodes.h t/op/pat.t
5967 ____________________________________________________________________________
5968 [ 29188] By: rgs                                   on 2006/11/02  11:59:23
5969         Log: Subject: [patch at 21983] factor out $^O eq 'darwin' from XSLoader.pm
5970              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
5971              Date: Thu, 2 Nov 2006 12:36:49 +0100 
5972              Message-ID: <E3FB32585BF1D411B9E900805FF51A080204E833@ru0022exch001u.ru.lucent.com>
5973      Branch: perl
5974            ! ext/DynaLoader/XSLoader_pm.PL
5975 ____________________________________________________________________________
5976 [ 29187] By: rgs                                   on 2006/11/02  11:14:42
5977         Log: Subject: Re: $, and say
5978              From: Gisle Aas <gisle@ActiveState.com>
5979              Date: 27 Jan 2006 14:46:00 -0800
5980              Message-ID: <lrek2t1e8n.fsf@caliper.activestate.com>
5981              
5982              with tweaks so "say;" continues to default to $_
5983              plus a regression test
5984      Branch: perl
5985            ! embed.fnc embed.h op.c opcode.h opcode.pl pod/perlfunc.pod
5986            ! pp.sym pp_hot.c pp_proto.h proto.h t/io/say.t
5987 ____________________________________________________________________________
5988 [ 29186] By: rgs                                   on 2006/11/02  11:01:29
5989         Log: Silence a gcc warning
5990      Branch: perl
5991            ! regexec.c
5992 ____________________________________________________________________________
5993 [ 29185] By: rgs                                   on 2006/11/02  10:32:18
5994         Log: More regression tests for the _ prototype
5995      Branch: perl
5996            ! t/comp/uproto.t
5997 ____________________________________________________________________________
5998 [ 29184] By: rgs                                   on 2006/11/02  10:06:37
5999         Log: More heuristics to make warnings.t pass under different
6000              combinations of PERL_UNICODE / locale
6001      Branch: perl
6002            ! t/lib/common.pl
6003 ____________________________________________________________________________
6004 [ 29183] By: rgs                                   on 2006/11/01  17:05:03
6005         Log: Subject: [PATCH] Add a commit verb to regex engine to allow fine tuning of backtracking control.
6006              From: demerphq <demerphq@gmail.com>
6007              Date: Tue, 31 Oct 2006 22:49:57 +0100
6008              Message-ID: <9b18b3110610311349n5947cc8fsf0b2e6ddd9a7ee01@mail.gmail.com>
6009      Branch: perl
6010            ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
6011            ! t/op/pat.t
6012 ____________________________________________________________________________
6013 [ 29182] By: rgs                                   on 2006/11/01  16:29:05
6014         Log: Fix the failures in warnings tests when PERL_UNICODE is defined
6015              that show up in the smokes under UTF-8 locales. Based on :
6016              
6017              Subject: Re: UTF-8 Failures in smoke ($PERL_UNICODE)
6018              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
6019              Date: Wed, 1 Nov 2006 17:03:55 +0100
6020              Message-ID: <20061101170355.7c57b515@pc09>
6021      Branch: perl
6022            ! t/lib/common.pl t/lib/warnings/9uninit
6023 ____________________________________________________________________________
6024 [ 29181] By: steveh                                on 2006/11/01  13:22:16
6025         Log: Forgot to bump Time-HiRes $VERSION in change #29180
6026              (IO's $VERSION is bumped already)
6027      Branch: perl
6028            ! ext/Time/HiRes/HiRes.pm
6029 ____________________________________________________________________________
6030 [ 29180] By: steveh                                on 2006/11/01  13:07:37
6031         Log: Silence VC++ compiler warnings
6032              See: http://www.nntp.perl.org/group/perl.daily-build.reports/42208
6033      Branch: perl
6034            ! ext/IO/IO.xs ext/Time/HiRes/HiRes.xs regexec.c
6035 ____________________________________________________________________________
6036 [ 29179] By: rgs                                   on 2006/11/01  12:39:39
6037         Log: Subject: [PATCH] Remove beta status from compression modules
6038              From: "Paul Marquess" <paul.marquess@ntlworld.com>
6039              Date: Wed, 1 Nov 2006 10:34:52 -0000
6040              Message-ID: <02b301c6fda1$5d799950$4e3c140a@myopwv.com>
6041      Branch: perl
6042            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
6043            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
6044            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
6045            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
6046            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
6047            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README
6048            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
6049            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
6050            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
6051            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
6052            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
6053            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
6054            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
6055            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
6056            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
6057            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
6058            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
6059            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
6060            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
6061            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
6062            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
6063            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
6064            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
6065            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
6066            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
6067            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
6068            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
6069 ____________________________________________________________________________
6070 [ 29178] By: rgs                                   on 2006/11/01  10:44:58
6071         Log: Regression test by Yves Orton for : [perl #36046] Special var @-
6072              becomes arbitrarily large
6073      Branch: perl
6074            ! t/op/pat.t
6075 ____________________________________________________________________________
6076 [ 29177] By: nicholas                              on 2006/10/31  22:36:40
6077         Log: Missed a ) in a comment.
6078      Branch: perl
6079            ! perl.c
6080 ____________________________________________________________________________
6081 [ 29176] By: rgs                                   on 2006/10/31  16:28:33
6082         Log: Don't run ext/Sys/Syslog/t/constants.t with taint mode, so it's
6083              not systematically skipped
6084      Branch: perl
6085            ! ext/Sys/Syslog/t/constants.t
6086 ____________________________________________________________________________
6087 [ 29175] By: rgs                                   on 2006/10/31  16:02:03
6088         Log: Some diagnostic output was giving warnings in op/pack.t
6089              under UTF-8 locales, and warnings where fatal by default.
6090              Make them non-fatal for diagnostics.
6091      Branch: perl
6092            ! t/op/pack.t
6093 ____________________________________________________________________________
6094 [ 29174] By: rgs                                   on 2006/10/31  14:47:25
6095         Log: Fix a case of segfault in ithread destruction
6096      Branch: perl
6097            ! ext/threads/threads.xs
6098 ____________________________________________________________________________
6099 [ 29173] By: rgs                                   on 2006/10/31  14:29:07
6100         Log: Doc clarification for PerlIO::encoding
6101              (thanks to Steve Hay)
6102      Branch: perl
6103            ! ext/PerlIO/encoding/encoding.pm
6104 ____________________________________________________________________________
6105 [ 29172] By: rgs                                   on 2006/10/31  14:10:25
6106         Log: threads::shared doesn't use ppport.h in the core
6107      Branch: perl
6108            ! mkppport.lst
6109 ____________________________________________________________________________
6110 [ 29171] By: rgs                                   on 2006/10/31  14:03:30
6111         Log: Subject: [PATCH] threads 1.47
6112              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
6113              Date: Tue, 31 Oct 2006 05:26:25 -0800 (PST)
6114              Message-ID: <20061031132626.18317.qmail@web30214.mail.mud.yahoo.com>
6115      Branch: perl
6116            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
6117            ! ext/threads/t/stack.t ext/threads/t/thread.t
6118            ! ext/threads/threads.pm ext/threads/threads.xs
6119 ____________________________________________________________________________
6120 [ 29170] By: rgs                                   on 2006/10/31  13:51:38
6121         Log: Silence a warning and call readpipe_override() correctly.
6122      Branch: perl
6123            ! toke.c
6124 ____________________________________________________________________________
6125 [ 29169] By: rgs                                   on 2006/10/31  13:49:26
6126         Log: Make S_readpipe_override() compile with threads; regenerate perlapi.pod
6127      Branch: perl
6128            ! embed.fnc embed.h pod/perlapi.pod proto.h toke.c
6129 ____________________________________________________________________________
6130 [ 29168] By: rgs                                   on 2006/10/31  13:34:30
6131         Log: Make readpipe() overridable (and also `` and qx//)
6132      Branch: perl
6133            ! opcode.h opcode.pl pod/perlsub.pod pod/perltodo.pod pp.c
6134            ! t/op/cproto.t t/op/override.t toke.c
6135 ____________________________________________________________________________
6136 [ 29167] By: rgs                                   on 2006/10/31  10:59:02
6137         Log: Remove duplicated entries
6138      Branch: perl
6139            ! pod/perltodo.pod
6140 ____________________________________________________________________________
6141 [ 29166] By: gisle                                 on 2006/10/30  20:13:04
6142         Log: Improve documentation of av_len and av_fill.
6143      Branch: perl
6144            ! av.c
6145 ____________________________________________________________________________
6146 [ 29165] By: nicholas                              on 2006/10/30  18:37:41
6147         Log: Avoid Devel::DProf failing an assertion during global destruction.
6148      Branch: perl
6149            ! ext/Devel/DProf/DProf.xs
6150 ____________________________________________________________________________
6151 [ 29164] By: stevep                                on 2006/10/30  18:29:30
6152         Log: It seems only HWND__* is needed by MinGW g++.
6153      Branch: perl
6154            ! win32/win32.c
6155 ____________________________________________________________________________
6156 [ 29162] By: rgs                                   on 2006/10/30  17:56:33
6157         Log: The second patch from:
6158              Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively
6159              From: demerphq <demerphq@gmail.com>
6160              Date: Mon, 30 Oct 2006 19:15:13 +0200
6161              Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com>
6162      Branch: perl
6163            ! pod/perldiag.pod regcomp.c regcomp.sym regexec.c regnodes.h
6164 ____________________________________________________________________________
6165 [ 29161] By: rgs                                   on 2006/10/30  17:36:18
6166         Log: The first patch from:
6167              Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively
6168              From: demerphq <demerphq@gmail.com>
6169              Date: Mon, 30 Oct 2006 19:15:13 +0200
6170              Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com>
6171      Branch: perl
6172            ! embed.fnc embed.h proto.h regcomp.c regcomp.sym regexec.c
6173            ! regnodes.h
6174 ____________________________________________________________________________
6175 [ 29160] By: rgs                                   on 2006/10/30  17:07:46
6176         Log: Mention that field hashes are for inside-out objects
6177              (this will be useful for perl5100delta.)
6178      Branch: perl
6179            ! pod/perl594delta.pod
6180 ____________________________________________________________________________
6181 [ 29159] By: stevep                                on 2006/10/30  16:46:13
6182         Log: Subject: Patch 29155 breaks VC
6183              From: demerphq <demerphq@gmail.com>
6184              Date: Mon, 30 Oct 2006 18:08:17 +0200
6185              Message-ID: <9b18b3110610300808u39cc6cefxbee1468a149dc186@mail.gmail.com>
6186              
6187              Plus an additional casting.
6188      Branch: perl
6189            ! win32/win32.c
6190 ____________________________________________________________________________
6191 [ 29158] By: rgs                                   on 2006/10/30  16:29:35
6192         Log: Update perldelta with changes up to 28867
6193      Branch: perl
6194            ! pod/perl595delta.pod
6195 ____________________________________________________________________________
6196 [ 29157] By: stevep                                on 2006/10/30  15:53:50
6197         Log: VOL should be used instead of volatile in the core.
6198      Branch: perl
6199            ! op.c perl.c
6200 ____________________________________________________________________________
6201 [ 29156] By: merijn                                on 2006/10/30  14:14:25
6202         Log: $hex is already hex, so cannot be used in %X if starting with [A-F]
6203      Branch: perl
6204            ! lib/charnames.pm
6205 ____________________________________________________________________________
6206 [ 29155] By: stevep                                on 2006/10/30  13:58:15
6207         Log: Initial cleanups to support compiling Win32 with MinGW g++.
6208      Branch: perl
6209            ! perlio.c win32/win32.c
6210 ____________________________________________________________________________
6211 [ 29154] By: rgs                                   on 2006/10/30  11:25:39
6212         Log: Subject: Re: Closures with named subs
6213              From: Christian Winter <bitpoet@linux-config.de>
6214              Date: Sun, 29 Oct 2006 21:34:25 +0100
6215              Message-ID: <45451051.4080200@linux-config.de>
6216      Branch: perl
6217            ! pod/perlref.pod
6218 ____________________________________________________________________________
6219 [ 29153] By: rgs                                   on 2006/10/30  10:38:09
6220         Log: Subject: [PATCH] threads 1.46
6221              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
6222              Date: Fri, 27 Oct 2006 17:01:11 -0700 (PDT)
6223              Message-ID: <20061028000111.23729.qmail@web30207.mail.mud.yahoo.com>
6224      Branch: perl
6225            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
6226            ! ext/threads/threads.pm ext/threads/threads.xs
6227 ____________________________________________________________________________
6228 [ 29152] By: rgs                                   on 2006/10/30  10:13:22
6229         Log: Silence a g++ warning reported by Jarkko.
6230      Branch: perl
6231            ! ext/Data/Dumper/Dumper.xs
6232 ____________________________________________________________________________
6233 [ 29151] By: rgs                                   on 2006/10/30  10:08:24
6234         Log: Delete Encode's MANIFEST (or else the make process complains
6235              about the missing Encode's META.yml file)
6236      Branch: perl
6237            - ext/Encode/MANIFEST
6238            ! MANIFEST
6239 ____________________________________________________________________________
6240 [ 29150] By: steveh                                on 2006/10/30  10:02:35
6241         Log: Bump $VERSION in Term::UI following change #29120
6242      Branch: perl
6243            ! lib/Term/UI.pm
6244 ____________________________________________________________________________
6245 [ 29149] By: rgs                                   on 2006/10/30  09:52:05
6246         Log: Subject: [PATCH] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.68.tar.gz
6247              From: John Peacock <jpeacock@rowman.com>
6248              Date: Sun, 29 Oct 2006 14:47:51 -0500
6249              Message-ID: <45450567.7040609@rowman.com>
6250      Branch: perl
6251            ! lib/version.pm lib/version.t
6252 ____________________________________________________________________________
6253 [ 29148] By: rgs                                   on 2006/10/30  09:43:30
6254         Log: Subject: [patch] simplify optree test support
6255              From: Jim Cromie <jim.cromie@gmail.com>
6256              Date: Sun, 29 Oct 2006 14:50:02 -0700
6257              Message-ID: <4545220A.6060500@gmail.com>
6258      Branch: perl
6259            ! ext/B/t/OptreeCheck.pm
6260 ____________________________________________________________________________
6261 [ 29147] By: steveh                                on 2006/10/30  09:38:21
6262         Log: Add some missing targets to win32/makefile.mk
6263              
6264              This updates makefile.mk w.r.t. Makefile, following changes #28293,
6265              #28832, #28904 and #29131
6266      Branch: perl
6267            ! win32/makefile.mk
6268 ____________________________________________________________________________
6269 [ 29146] By: rgs                                   on 2006/10/30  09:33:33
6270         Log: In vim, modelines are not taken into account if they begin on the
6271              first character. Also, regenerate perlintern.pod.
6272      Branch: perl
6273            ! autodoc.pl pod/perlapi.pod pod/perlintern.pod
6274 ____________________________________________________________________________
6275 [ 29145] By: merijn                                on 2006/10/30  07:17:18
6276         Log: Subject: [PATCH@29157] wince patch
6277              From: Vadim <vadim@vkonovalov.ru>
6278              Date: Sat, 28 Oct 2006 23:48:46 +0400
6279              Message-ID: <4543B41E.3070006@vkonovalov.ru>
6280      Branch: perl
6281            ! README.ce win32/Makefile.ce
6282 ____________________________________________________________________________
6283 [ 29144] By: craigb                                on 2006/10/30  00:33:34
6284         Log: When we open a file and pass it along to PerlIO, be sure to enter the
6285              PerlIO world via Unix I/O.  If you start from stdio, a Unix I/O counter
6286              will get decremented on close even though it was never incremented (and 
6287              may not even exist).  Exposed by #29065.
6288      Branch: perl
6289            ! vms/ext/Stdio/Stdio.xs
6290 ____________________________________________________________________________
6291 [ 29143] By: craigb                                on 2006/10/30  00:23:35
6292         Log: Change the non-mkstemp, non-win32 code path of PerlIO_tmpfile
6293              to use PerlIO_fdopen so that when the tmpfile is closed we do
6294              not decrement a ref count that doesn't exist or is zero.
6295      Branch: perl
6296            ! perlio.c
6297 ____________________________________________________________________________
6298 [ 29142] By: stevep                                on 2006/10/30  00:22:00
6299         Log: Changes to get perl to compile with g++ on Cygwin.  Some additional
6300              changes will be needed to get it to link though.
6301      Branch: perl
6302            ! cygwin/cygwin.c malloc.c perl.h sv.c
6303 ____________________________________________________________________________
6304 [ 29140] By: nicholas                              on 2006/10/29  22:01:17
6305         Log: Subject: [PATHCH]  Scalar::Util::readonly &  compression (was RE: Change 29117: [PATCH] IO::Compress modules)
6306              From: "Paul Marquess" <paul.marquess@ntlworld.com>
6307              Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com>
6308              Date: Sun, 29 Oct 2006 21:03:21 -0000
6309      Branch: perl
6310            ! ext/Compress/IO/Base/t/01misc.t t/lib/compress/oneshot.pl
6311 ____________________________________________________________________________
6312 [ 29139] By: nicholas                              on 2006/10/29  21:54:29
6313         Log: Fix a typo in my description for change 26427.
6314      Branch: perl
6315            ! Changes
6316 ____________________________________________________________________________
6317 [ 29138] By: nicholas                              on 2006/10/29  21:23:12
6318         Log: Modify autodoc.pl to add read-only editor boilerplate for perlapi.pod
6319              and perlguts.pod
6320      Branch: perl
6321            ! autodoc.pl pod/perlapi.pod pod/perlguts.pod
6322 ____________________________________________________________________________
6323 [ 29133] By: nicholas                              on 2006/10/29  19:27:45
6324         Log: Subject: [PATCH] Re: Deparse bug?
6325              From: Stephen McCamant <smcc@mit.edu>
6326              Message-ID: <17732.55694.646895.706177@apocalypse.OCF.Berkeley.EDU>
6327              Date: Sun, 29 Oct 2006 08:40:46 -0800
6328      Branch: perl
6329            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
6330 ____________________________________________________________________________
6331 [ 29131] By: merijn                                on 2006/10/29  18:32:55
6332         Log: Subject: [PATCH] Add a few useful developers maketargets to win32/Makefile
6333              From: demerphq <demerphq@gmail.com>
6334              Date: Sun, 29 Oct 2006 13:28:31 +0200
6335              Message-ID: <9b18b3110610290328v71956891s7df10e40efd2350c@mail.gmail.com>
6336      Branch: perl
6337            ! win32/Makefile
6338 ____________________________________________________________________________
6339 [ 29130] By: nicholas                              on 2006/10/29  18:30:25
6340         Log: Add the note from change 25773 about auditing for destruction ordering.
6341      Branch: perl
6342            ! pod/perltodo.pod
6343 ____________________________________________________________________________
6344 [ 29128] By: nicholas                              on 2006/10/29  18:23:01
6345         Log: I shrunk struct context, so remove it from perltodo.
6346      Branch: perl
6347            ! pod/perltodo.pod
6348 ____________________________________________________________________________
6349 [ 29127] By: nicholas                              on 2006/10/27  21:40:40
6350         Log: Change 27779 failed to free() memory in two places in Perl_magic_set(),
6351              and hence was leaking like the proverbial Jumblie maritime craft.
6352      Branch: perl
6353            ! mg.c
6354 ____________________________________________________________________________
6355 [ 29126] By: stevep                                on 2006/10/27  13:29:05
6356         Log: Upgrade to Pod-Parser-1.35.
6357      Branch: perl
6358            + t/pod/p2u_data.pl t/pod/twice.t
6359            ! MANIFEST lib/Pod/Checker.pm lib/Pod/ParseUtils.pm
6360            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
6361            ! lib/Pod/Usage.pm t/pod/testcmp.pl
6362 ____________________________________________________________________________
6363 [ 29125] By: rgs                                   on 2006/10/27  09:45:33
6364         Log: Document the limitation of Attribute::Handlers w.r.t. UNITCHECK blocks.
6365      Branch: perl
6366            ! lib/Attribute/Handlers.pm
6367 ____________________________________________________________________________
6368 [ 29124] By: rgs                                   on 2006/10/27  08:43:26
6369         Log: Subject: [PATCH] Change MY_CXT ref in perl.h
6370              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
6371              Date: Thu, 26 Oct 2006 08:35:46 -0700 (PDT)
6372              Message-ID: <20061026153546.71547.qmail@web30214.mail.mud.yahoo.com>
6373      Branch: perl
6374            ! perl.h
6375 ____________________________________________________________________________
6376 [ 29123] By: rgs                                   on 2006/10/27  08:41:45
6377         Log: Subject: [PATCH] Make 'threads' conform to perlguts
6378              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
6379              Date: Thu, 26 Oct 2006 11:10:57 -0700 (PDT)
6380              Message-ID: <20061026181057.74650.qmail@web30211.mail.mud.yahoo.com>
6381      Branch: perl
6382            ! ext/threads/threads.xs
6383 ____________________________________________________________________________
6384 [ 29122] By: stevep                                on 2006/10/27  04:48:43
6385         Log: Spelling fixes for re.pm.
6386      Branch: perl
6387            ! ext/re/re.pm
6388 ____________________________________________________________________________
6389 [ 29121] By: stevep                                on 2006/10/27  03:48:34
6390         Log: Spelling nits from Debian bug list...
6391              
6392              Subject: Bug#395426: perl: spelling errors
6393              From: Matt Taggart <taggart@debian.org>
6394              Date: Thu, 26 Oct 2006 15:23:29 -0700
6395              Message-Id: <20061026222329.8B8CF1AAC6D@cyrix.home.bogus>
6396      Branch: perl
6397            ! ext/Encode/bin/enc2xs lib/ExtUtils/xsubpp x2p/find2perl.PL
6398            ! x2p/s2p.PL
6399 ____________________________________________________________________________
6400 [ 29120] By: steveh                                on 2006/10/26  16:26:56
6401         Log: Close temporary test file before unlinking (for the sake of Win32)
6402      Branch: perl
6403            ! lib/Term/UI/t/02_ui.t
6404 ____________________________________________________________________________
6405 [ 29119] By: rgs                                   on 2006/10/26  16:11:26
6406         Log: Document the new (?FAIL) assertion (Yves Orton)
6407      Branch: perl
6408            ! pod/perlre.pod
6409 ____________________________________________________________________________
6410 [ 29118] By: rgs                                   on 2006/10/26  15:58:18
6411         Log: Subject: [PATCH] Fix a problem with jump-tries, add (?FAIL) pattern.
6412              From: demerphq <demerphq@gmail.com>
6413              Date: Thu, 26 Oct 2006 14:59:11 +0200
6414              Message-ID: <9b18b3110610260559k3efa98barc28987e88c581a8a@mail.gmail.com>
6415      Branch: perl
6416            ! regcomp.c regcomp.sym regexec.c regexp.h regnodes.h
6417            ! t/op/re_tests
6418 ____________________________________________________________________________
6419 [ 29117] By: rgs                                   on 2006/10/26  15:42:40
6420         Log: Subject: [PATCH] IO::Compress modules
6421              From: "Paul Marquess" <paul.marquess@ntlworld.com>
6422              Date: Thu, 26 Oct 2006 15:29:43 +0100
6423              Message-ID: <028201c6f90b$2de7a4b0$4e3c140a@myopwv.com>
6424      Branch: perl
6425            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/Makefile.PL
6426            ! ext/Compress/IO/Base/README
6427            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
6428            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
6429            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
6430            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
6431            ! ext/Compress/IO/Base/private/MakeUtil.pm
6432            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
6433            ! ext/Compress/IO/Zlib/README
6434            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
6435            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
6436            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
6437            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
6438            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
6439            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
6440            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
6441            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
6442            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
6443            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
6444            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
6445            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
6446            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
6447            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
6448            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
6449            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
6450            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
6451            ! ext/Compress/IO/Zlib/private/MakeUtil.pm
6452            ! ext/Compress/Raw/Zlib/Changes
6453            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
6454            ! ext/Compress/Raw/Zlib/Zlib.xs
6455            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
6456            ! ext/Compress/Raw/Zlib/private/MakeUtil.pm
6457            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
6458            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
6459            ! ext/Compress/Zlib/private/MakeUtil.pm
6460            ! t/lib/compress/CompTestUtils.pm t/lib/compress/generic.pl
6461            ! t/lib/compress/multi.pl t/lib/compress/oneshot.pl
6462 ____________________________________________________________________________
6463 [ 29116] By: rgs                                   on 2006/10/26  15:30:52
6464         Log: Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix
6465              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6466              Date: Fri, 27 Oct 2006 00:19:34 +0900
6467              Message-Id: <20061027001924.B158.BQW10602@nifty.com>
6468      Branch: perl
6469            ! pod/perlfunc.pod sv.c t/op/sprintf.t
6470 ____________________________________________________________________________
6471 [ 29115] By: merijn                                on 2006/10/26  14:08:03
6472         Log: Subject: [PATCH] Fix typo in File::Find POD
6473              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
6474              Date: Thu, 26 Oct 2006 06:50:04 -0700 (PDT)
6475              Message-ID: <20061026135004.79720.qmail@web30211.mail.mud.yahoo.com>
6476      Branch: perl
6477            ! lib/File/Find.pm
6478 ____________________________________________________________________________
6479 [ 29114] By: rgs                                   on 2006/10/26  12:22:07
6480         Log: Add Term::UI and Object::Accessor to the list of dual-life modules
6481      Branch: perl
6482            ! Porting/Maintainers.pl
6483 ____________________________________________________________________________
6484 [ 29113] By: rgs                                   on 2006/10/26  12:16:49
6485         Log: Subject: [PATCH] Add Object::Accessor to the core
6486              From: "Jos Boumans" <kane@xs4all.net>
6487              Date: Thu, 26 Oct 2006 14:04:44 +0200 (CEST)
6488              Message-ID: <18983.80.127.35.68.1161864284.squirrel@webmail.xs4all.nl>
6489      Branch: perl
6490            + lib/Object/Accessor.pm
6491            + lib/Object/Accessor/t/00_Object-Accessor.t
6492            + lib/Object/Accessor/t/01_Object-Accessor-Subclassed.t
6493            + lib/Object/Accessor/t/02_Object-Accessor-allow.t
6494            + lib/Object/Accessor/t/03_Object-Accessor-local.t
6495            + lib/Object/Accessor/t/04_Object-Accessor-lvalue.t
6496            + lib/Object/Accessor/t/05_Object-Accessor-callback.t
6497            ! MANIFEST
6498 ____________________________________________________________________________
6499 [ 29112] By: rgs                                   on 2006/10/26  12:13:59
6500         Log: Subject: [PATCH] Add Term::UI to the core
6501              From: "Jos Boumans" <kane@xs4all.net>
6502              Date: Mon, 23 Oct 2006 12:07:23 +0200 (CEST)
6503              Message-ID: <19689.80.127.35.68.1161598043.squirrel@webmail.xs4all.nl>
6504      Branch: perl
6505            + lib/Term/UI.pm lib/Term/UI/History.pm lib/Term/UI/t/00_load.t
6506            + lib/Term/UI/t/01_history.t lib/Term/UI/t/02_ui.t
6507            ! MANIFEST
6508 ____________________________________________________________________________
6509 [ 29111] By: rgs                                   on 2006/10/26  11:02:15
6510         Log: Fix a memory leak :
6511              Subject: Re: Valgrind findings
6512              From: demerphq <demerphq@gmail.com>
6513              Date: Thu, 26 Oct 2006 12:34:43 +0200
6514              Message-ID: <9b18b3110610260334t6b77c2dbu2ca8207d822402da@mail.gmail.com>
6515      Branch: perl
6516            ! regexec.c
6517 ____________________________________________________________________________
6518 [ 29110] By: rgs                                   on 2006/10/26  10:42:03
6519         Log: Subject: [PATCH] threads-shared 1.05
6520              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
6521              Date: Wed, 25 Oct 2006 11:27:15 -0700 (PDT)
6522              Message-ID: <20061025182715.561.qmail@web30211.mail.mud.yahoo.com>
6523      Branch: perl
6524            ! ext/threads/shared/Changes ext/threads/shared/Makefile.PL
6525            ! ext/threads/shared/README ext/threads/shared/shared.pm
6526            ! ext/threads/shared/shared.xs
6527 ____________________________________________________________________________
6528 [ 29109] By: rgs                                   on 2006/10/26  10:37:43
6529         Log: Subject: [PATCH] threads 1.45
6530              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
6531              Date: Wed, 25 Oct 2006 11:26:29 -0700 (PDT)
6532              Message-ID: <20061025182629.16434.qmail@web30209.mail.mud.yahoo.com>
6533      Branch: perl
6534            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
6535            ! ext/threads/t/thread.t ext/threads/threads.pm
6536 ____________________________________________________________________________
6537 [ 29108] By: rgs                                   on 2006/10/25  16:19:50
6538         Log: Fix small leak with -F at interpreter destruction
6539      Branch: perl
6540            ! perl.c
6541 ____________________________________________________________________________
6542 [ 29107] By: rgs                                   on 2006/10/25  13:51:55
6543         Log: Plug a memory leak in newCONSTSUB
6544      Branch: perl
6545            ! op.c
6546 ____________________________________________________________________________
6547 [ 29106] By: rgs                                   on 2006/10/25  12:16:08
6548         Log: I'll finally get it right. (thanks to Sadahiro Tomoyuki)
6549      Branch: perl
6550            ! pod/perlfunc.pod
6551 ____________________________________________________________________________
6552 [ 29105] By: rgs                                   on 2006/10/25  11:18:27
6553         Log: Fix nit in previous patch, spotted by Gisle
6554      Branch: perl
6555            ! pod/perlfunc.pod
6556 ____________________________________________________________________________
6557 [ 29104] By: rgs                                   on 2006/10/25  10:59:55
6558         Log: Add a %B sprintf format
6559              
6560              Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix
6561              From: Nicholas Clark <nick@ccl4.org>
6562              Date: Mon, 23 Oct 2006 18:19:51 +0100
6563              Message-ID: <20061023171951.GA3262@plum.flirble.org>
6564              (plus docs)
6565      Branch: perl
6566            ! pod/perlfunc.pod sv.c t/op/sprintf.t
6567 ____________________________________________________________________________
6568 [ 29103] By: rgs                                   on 2006/10/25  10:27:05
6569         Log: Subject: [PATCH] FindBin.pm: better fix for PATH entries
6570              From: Alexey Tourbin <at@altlinux.ru>
6571              Date: Wed, 25 Oct 2006 14:02:55 +0400
6572              Message-ID: <20061025100255.GE7821@localhost.localdomain>
6573      Branch: perl
6574            ! lib/FindBin.pm
6575 ____________________________________________________________________________
6576 [ 29102] By: rgs                                   on 2006/10/25  09:56:06
6577         Log: Document that warnings.pm doesn't load Carp anymore
6578      Branch: perl
6579            ! pod/perl595delta.pod
6580 ____________________________________________________________________________
6581 [ 29101] By: craigb                                on 2006/10/25  03:58:38
6582         Log: Initialize d_ctermid and i_gdbm in configure.com.
6583      Branch: perl
6584            ! configure.com
6585 ____________________________________________________________________________
6586 [ 29100] By: stevep                                on 2006/10/24  15:44:22
6587         Log: Upgrade to CPAN-1.88_57.
6588      Branch: perl
6589            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
6590            ! lib/CPAN/SIGNATURE
6591 ____________________________________________________________________________
6592 [ 29099] By: rgs                                   on 2006/10/24  14:42:13
6593         Log: Silence an expected warning (when playing with utf8ness and string overloading)
6594      Branch: perl
6595            ! t/uni/overload.t
6596 ____________________________________________________________________________
6597 [ 29098] By: rgs                                   on 2006/10/24  12:53:14
6598         Log: New UTF-8 warning : Variable length character upgraded in print.
6599              
6600              Subject: Re: Changing the internal encoding (was: Re: utf8 regexp performance problem)
6601              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6602              Date: Sun, 22 Oct 2006 14:32:34 +0900
6603              Message-Id: <20061022142512.A7D3.BQW10602@nifty.com>
6604              
6605              (but with ckWARN_d replaced by ckWARN)
6606      Branch: perl
6607            ! doio.c pod/perldiag.pod
6608 ____________________________________________________________________________
6609 [ 29097] By: rgs                                   on 2006/10/24  09:46:57
6610         Log: No warning was produced if perl failed to load PerlIO::scalar
6611              (contrary to other PerlIO layers.)
6612      Branch: perl
6613            ! perlio.c
6614 ____________________________________________________________________________
6615 [ 29096] By: merijn                                on 2006/10/23  15:43:15
6616         Log: Fix for RT#38169 & RT#38945
6617              Configure won't handle versions 5.10.0 or 5.8.10.
6618      Branch: perl
6619            ! Configure config_h.SH
6620 ____________________________________________________________________________
6621 [ 29093] By: rgs                                   on 2006/10/23  13:43:32
6622         Log: Document that the %#X printf format prefixes the output with 0X, not 0x.
6623      Branch: perl
6624            ! pod/perlfunc.pod
6625 ____________________________________________________________________________
6626 [ 29092] By: rgs                                   on 2006/10/23  09:33:26
6627         Log: Update Changes
6628      Branch: perl
6629            ! Changes
6630 ____________________________________________________________________________
6631 [ 29091] By: rgs                                   on 2006/10/23  09:22:05
6632         Log: Some notes about the recent changes in perldelta
6633      Branch: perl
6634            ! pod/perl595delta.pod
6635 ____________________________________________________________________________
6636 [ 29090] By: rgs                                   on 2006/10/23  08:51:02
6637         Log: Subject: [PATCH] base.pm
6638              From: Ovid <publiustemp-p5p3@yahoo.com>
6639              Date: Thu, 19 Oct 2006 08:47:48 -0700 (PDT)
6640              Message-ID: <20061019154748.87433.qmail@web60824.mail.yahoo.com>
6641      Branch: perl
6642            ! lib/base.pm lib/base/t/base.t
6643 ____________________________________________________________________________
6644 [ 29089] By: rgs                                   on 2006/10/23  08:28:08
6645         Log: Protection against overwriting defsubs.h via a symlink
6646              (by Jim Cromie)
6647      Branch: perl
6648            ! ext/B/defsubs_h.PL
6649 ____________________________________________________________________________
6650 [ 29088] By: rgs                                   on 2006/10/23  08:27:05
6651         Log: Subject: [patch] make test.valgrind capable of running cachegrind
6652              From: Jim Cromie <jim.cromie@gmail.com>
6653              Date: Fri, 20 Oct 2006 14:49:03 -0600
6654              Message-ID: <4539363F.9020205@gmail.com>
6655      Branch: perl
6656            ! t/TEST
6657 ____________________________________________________________________________
6658 [ 29086] By: nicholas                              on 2006/10/22  22:51:59
6659         Log: Fix the other bug introduced by change 29079
6660      Branch: perl
6661            ! sv.c
6662 ____________________________________________________________________________
6663 [ 29085] By: nicholas                              on 2006/10/22  22:35:42
6664         Log: Fix bug in change 27321 - Perl_ss_dup should also have been updated.
6665      Branch: perl
6666            ! sv.c
6667 ____________________________________________________________________________
6668 [ 29084] By: nicholas                              on 2006/10/22  22:12:57
6669         Log: Fix a bug introduced by change 29079
6670      Branch: perl
6671            ! sv.c
6672 ____________________________________________________________________________
6673 [ 29083] By: stevep                                on 2006/10/22  21:47:11
6674         Log: Removed typo that caused a variable to shadow an existing variable
6675              in an external scope.
6676      Branch: perl
6677            ! ext/threads/Makefile.PL
6678 ____________________________________________________________________________
6679 [ 29082] By: nicholas                              on 2006/10/22  21:02:28
6680         Log: Merge cases in Perl_ss_dup().
6681      Branch: perl
6682            ! sv.c
6683 ____________________________________________________________________________
6684 [ 29079] By: nicholas                              on 2006/10/22  19:06:14
6685         Log: const the variable used for the save stack type in Perl_ss_dup().
6686      Branch: perl
6687            ! sv.c
6688 ____________________________________________________________________________
6689 [ 29078] By: rgs                                   on 2006/10/22  13:15:39
6690         Log: Make the overrides of built-ins in the bytes pragma use the new prototype _.
6691      Branch: perl
6692            ! lib/bytes.pm lib/bytes_heavy.pl
6693 ____________________________________________________________________________
6694 [ 29077] By: nicholas                              on 2006/10/21  23:01:45
6695         Log: Add PERLIO_INIT and PERLIO_TERM to PERL_SYS_INIT* and PERL_SYS_TERM*
6696              in */*ish.h headers.
6697      Branch: perl
6698            ! epoc/epocish.h mpeix/mpeixish.h os2/os2ish.h plan9/plan9ish.h
6699            ! vms/vmsish.h
6700 ____________________________________________________________________________
6701 [ 29076] By: nicholas                              on 2006/10/21  22:40:28
6702         Log: Subject: Re: Change 29050: Memory leak fix, by Jarkko
6703              From: Jarkko Hietaniemi <jhi@iki.fi>
6704              Message-ID: <453A97FA.5090403@iki.fi>
6705              Date: Sat, 21 Oct 2006 17:58:18 -0400
6706              
6707              (Make AIX linker happy)
6708      Branch: perl
6709            ! makedef.pl
6710 ____________________________________________________________________________
6711 [ 29075] By: nicholas                              on 2006/10/21  21:53:48
6712         Log: Semicolon consistency between PERL_FPU_INIT and the other INITs.
6713      Branch: perl
6714            ! perl.h unixish.h
6715 ____________________________________________________________________________
6716 [ 29074] By: nicholas                              on 2006/10/21  21:31:20
6717         Log: Add PERLIO_INIT to PERL_SYS_INIT.
6718              I infer that this was accidentally omitted from change 29060
6719      Branch: perl
6720            ! dosish.h perl.h unixish.h
6721 ____________________________________________________________________________
6722 [ 29073] By: nicholas                              on 2006/10/21  21:02:53
6723         Log: Always defining PERLIO_TERM, even if it's empty, makes for a simpler
6724              PERL_SYS_TERM
6725      Branch: perl
6726            ! dosish.h perl.h unixish.h
6727 ____________________________________________________________________________
6728 [ 29072] By: stevep                                on 2006/10/21  18:16:53
6729         Log: Changes for threads::shared to all building with g++.
6730      Branch: perl
6731            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.xs
6732 ____________________________________________________________________________
6733 [ 29071] By: stevep                                on 2006/10/21  16:45:38
6734         Log: Fixes for Storable.xs when compiling a threaded Perl with g++.
6735      Branch: perl
6736            ! ext/Storable/Storable.xs
6737 ____________________________________________________________________________
6738 [ 29070] By: stevep                                on 2006/10/21  16:17:58
6739         Log: Fix in perl.h for compiling with g++.
6740      Branch: perl
6741            ! perl.h
6742 ____________________________________________________________________________
6743 [ 29069] By: stevep                                on 2006/10/21  13:28:13
6744         Log: Better solution to silencing prereq warnings from threads's
6745              Makefile.PL
6746      Branch: perl
6747            ! ext/threads/Makefile.PL
6748 ____________________________________________________________________________
6749 [ 29068] By: stevep                                on 2006/10/21  02:04:19
6750         Log: Quiet a warning in pp_sys.c on AIX.
6751      Branch: perl
6752            ! pp_sys.c
6753 ____________________________________________________________________________
6754 [ 29067] By: stevep                                on 2006/10/20  19:28:46
6755         Log: Comment out Hash::Util and IO::File from prereqs of threads, since
6756              they are both available in the core.
6757      Branch: perl
6758            ! ext/threads/Makefile.PL
6759 ____________________________________________________________________________
6760 [ 29066] By: rgs                                   on 2006/10/20  15:31:36
6761         Log: Adjustment to symbol lists after latest changes (by Jarkko)
6762      Branch: perl
6763            ! makedef.pl perlio.sym
6764 ____________________________________________________________________________
6765 [ 29065] By: rgs                                   on 2006/10/20  15:04:47
6766         Log: Enable perlio mutexes under threads (by Jarkko)
6767      Branch: perl
6768            ! perlio.c perlvars.h
6769 ____________________________________________________________________________
6770 [ 29064] By: rgs                                   on 2006/10/20  13:01:14
6771         Log: regen headers
6772      Branch: perl
6773            ! embedvar.h perlapi.h
6774 ____________________________________________________________________________
6775 [ 29063] By: davem                                 on 2006/10/20  13:00:52
6776         Log: only do \C hackery if \C is seen
6777              
6778              From: demerphq <demerphq@gmail.com>
6779              Date: Fri, 20 Oct 2006 12:38:13 +0200
6780              Subject: Re: utf8 regexp performance problem
6781              Message-ID: <9b18b3110610200338k5df1d3afpf829fbc0f3663a75@mail.gmail.com>
6782      Branch: perl
6783            ! mg.c
6784 ____________________________________________________________________________
6785 [ 29062] By: rgs                                   on 2006/10/20  11:51:57
6786         Log: Subject: [PATCH] B:: changes for UNITCHECK blocks
6787              From: Alex Gough <alex-p5p@earth.li>
6788              Date: Fri, 20 Oct 2006 02:05:20 +0100
6789              Message-ID: <20061020010520.GC12290@the.earth.li>
6790      Branch: perl
6791            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Deparse.pm
6792            ! ext/B/t/concise-xs.t ext/B/t/optree_specials.t
6793 ____________________________________________________________________________
6794 [ 29061] By: rgs                                   on 2006/10/20  10:32:20
6795         Log: Let's undocument -Dusesfio in INSTALL.
6796      Branch: perl
6797            ! INSTALL
6798 ____________________________________________________________________________
6799 [ 29060] By: rgs                                   on 2006/10/20  10:20:18
6800         Log: More leak fixes, by Jarkko
6801      Branch: perl
6802            ! dosish.h perl.h perlio.c perliol.h perlvars.h unixish.h
6803 ____________________________________________________________________________
6804 [ 29059] By: davem                                 on 2006/10/20  10:06:57
6805         Log: zero length $1 took too long to detect utf8-ness
6806      Branch: perl
6807            ! mg.c
6808 ____________________________________________________________________________
6809 [ 29058] By: rgs                                   on 2006/10/20  09:04:49
6810         Log: Silence some warnings
6811      Branch: perl
6812            ! pp_ctl.c regcomp.c
6813 ____________________________________________________________________________
6814 [ 29057] By: nicholas                              on 2006/10/19  20:52:31
6815         Log: Subject: Re: Off by one in the trie code?
6816              From: demerphq <demerphq@gmail.com>
6817              Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com>
6818              Date: Wed, 18 Oct 2006 20:51:41 +0200
6819              
6820              1. code necessary to make patterns with interpolated vars behave
6821              correctly under lexical re 'debug', including additional tests.
6822              2. changes necessary to resolve the off by one error,
6823              3. tweaks to re.pm to document that re 'debug' is lexical,
6824      Branch: perl
6825            ! ext/re/re.pm ext/re/t/lexical_debug.pl
6826            ! ext/re/t/lexical_debug.t ext/re/t/regop.pl ext/re/t/regop.t
6827            ! pp_ctl.c regcomp.c regcomp.h
6828 ____________________________________________________________________________
6829 [ 29056] By: nicholas                              on 2006/10/19  20:47:53
6830         Log: Subject: Re: Off by one in the trie code?
6831              From: demerphq <demerphq@gmail.com>
6832              Date: Wed, 18 Oct 2006 20:51:41 +0200
6833              Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com>
6834              
6835              change test files that do a require "./test.pl"; without a BEGIN block
6836              to ensure prototypes are seen, plus fix any breakage this reveals.
6837      Branch: perl
6838            ! ext/Devel/Peek/t/Peek.t ext/POSIX/t/posix.t lib/vmsish.t
6839            ! t/comp/parser.t t/comp/utf.t t/io/argv.t t/io/utf8.t
6840            ! t/op/stash.t t/run/switchC.t t/run/switchd.t t/run/switches.t
6841 ____________________________________________________________________________
6842 [ 29055] By: merijn                                on 2006/10/19  16:40:08
6843         Log: <tr> isnb't the same as C<tr>, and <tr> looks so stupid in man
6844      Branch: perl
6845            ! pod/perlop.pod
6846 ____________________________________________________________________________
6847 [ 29054] By: rgs                                   on 2006/10/19  16:20:41
6848         Log: Trim perltodo.
6849      Branch: perl
6850            ! pod/perltodo.pod
6851 ____________________________________________________________________________
6852 [ 29053] By: rgs                                   on 2006/10/19  15:54:15
6853         Log: Subject: [PATCH] stab at UNITCHECK blocks
6854              From: Alex Gough <alex-p5p@earth.li>
6855              Date: Thu, 19 Oct 2006 13:04:12 +0100
6856              Message-ID: <20061019120412.GA12290@the.earth.li>
6857      Branch: perl
6858            + t/op/blocks.t
6859            ! MANIFEST cv.h embedvar.h intrpvar.h keywords.h keywords.pl
6860            ! madly.act madly.h madly.tab madly.y op.c perl.c
6861            ! perl_keyword.pl perlapi.h perly.act perly.tab perly.y
6862            ! pod/perldebug.pod pod/perldiag.pod pod/perlfunc.pod
6863            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod pp_ctl.c sv.c
6864            ! toke.c
6865 ____________________________________________________________________________
6866 [ 29052] By: stevep                                on 2006/10/19  13:49:56
6867         Log: Subject: [PATCH] Add Log::Message and Log::Message::Simple to the core
6868              From: "Jos Boumans" <kane@xs4all.net>
6869              Date: Fri, 13 Oct 2006 17:12:57 +0200 (CEST)
6870              Message-ID: <13003.80.127.35.68.1160752377.squirrel@webmail.xs4all.nl>
6871      Branch: perl
6872            + lib/Log/Message.pm lib/Log/Message/Config.pm
6873            + lib/Log/Message/Handlers.pm lib/Log/Message/Item.pm
6874            + lib/Log/Message/Simple.pm lib/Log/Message/Simple/t/01_use.t
6875            + lib/Log/Message/Simple/t/02_imports.t
6876            + lib/Log/Message/Simple/t/03_functions.t
6877            + lib/Log/Message/t/01_Log-Message-Config.t
6878            + lib/Log/Message/t/02_Log-Message.t
6879            + lib/Log/Message/t/conf/LoadMe.pl
6880            + lib/Log/Message/t/conf/config_file
6881            ! MANIFEST Porting/Maintainers.pl
6882 ____________________________________________________________________________
6883 [ 29051] By: rgs                                   on 2006/10/19  12:17:18
6884         Log: Make prototype("CORE::mkdir") work. That's a special case,
6885              since from the OA_* flags we can't figure out which parameter
6886              is going to default to $_.
6887      Branch: perl
6888            ! pp.c t/op/cproto.t
6889 ____________________________________________________________________________
6890 [ 29050] By: rgs                                   on 2006/10/19  12:08:24
6891         Log: Memory leak fix, by Jarkko
6892      Branch: perl
6893            ! perlio.c
6894 ____________________________________________________________________________
6895 [ 29049] By: rgs                                   on 2006/10/19  10:27:20
6896         Log: Adjust documentation for previous change
6897      Branch: perl
6898            ! pod/perlsub.pod
6899 ____________________________________________________________________________
6900 [ 29048] By: rgs                                   on 2006/10/19  10:26:54
6901         Log: Allow the _ prototype character to be followed by optional arguments
6902      Branch: perl
6903            ! op.c t/comp/uproto.t
6904 ____________________________________________________________________________
6905 [ 29047] By: rgs                                   on 2006/10/19  08:56:14
6906         Log: Make all JAPH tests pass
6907      Branch: perl
6908            ! t/japh/abigail.t
6909 ____________________________________________________________________________
6910 [ 29046] By: rgs                                   on 2006/10/19  08:04:04
6911         Log: Remove free() part of change #29045, which causes
6912              panics from miniperl in FreeBSD/multithreaded
6913      Branch: perl
6914            ! perlio.c
6915 ____________________________________________________________________________
6916 [ 29045] By: stevep                                on 2006/10/19  01:18:50
6917         Log: Subject: [PATCH] blead valgrind finding
6918              From: Jarkko Hietaniemi <jhi@iki.fi>
6919              Date: Wed, 18 Oct 2006 20:07:54 -0400
6920              Message-ID: <4536C1DA.4060600@iki.fi>
6921      Branch: perl
6922            ! perlio.c
6923 ____________________________________________________________________________
6924 [ 29044] By: rgs                                   on 2006/10/18  20:26:37
6925         Log: Make prototype("CORE::foo") return prototypes with _ when it should
6926              (except for mkdir)
6927      Branch: perl
6928            ! pp.c t/op/cproto.t
6929 ____________________________________________________________________________
6930 [ 29043] By: rgs                                   on 2006/10/18  19:37:01
6931         Log: Add a regression test for change #29041
6932      Branch: perl
6933            ! t/comp/uproto.t
6934 ____________________________________________________________________________
6935 [ 29042] By: nicholas                              on 2006/10/18  19:11:55
6936         Log: Using explicit printf-like APIs with a format of "%s" isn't the world's
6937              most efficient idea.
6938      Branch: perl
6939            ! XSUB.h dump.c
6940 ____________________________________________________________________________
6941 [ 29041] By: rgs                                   on 2006/10/18  17:40:57
6942         Log: Functions with a (_) prototype should behave as unary operators
6943              (which is not the case of functions with a (;$) prototype)
6944      Branch: perl
6945            ! toke.c
6946 ____________________________________________________________________________
6947 [ 29040] By: nicholas                              on 2006/10/18  17:35:06
6948         Log: panic if we attempt to sv_setsv to or from an already freed SV.
6949      Branch: perl
6950            ! sv.c
6951 ____________________________________________________________________________
6952 [ 29039] By: rgs                                   on 2006/10/18  14:41:26
6953         Log: Test for the interaction between ; and _ in prototypes
6954      Branch: perl
6955            ! t/comp/uproto.t
6956 ____________________________________________________________________________
6957 [ 29038] By: rgs                                   on 2006/10/18  14:34:26
6958         Log: Document _ prototype in perlsub
6959      Branch: perl
6960            ! pod/perlsub.pod
6961 ____________________________________________________________________________
6962 [ 29037] By: rgs                                   on 2006/10/18  14:30:57
6963         Log: Fix prototype to mimic built-in in perlsub examples
6964      Branch: perl
6965            ! pod/perlsub.pod
6966 ____________________________________________________________________________
6967 [ 29036] By: rgs                                   on 2006/10/18  14:01:59
6968         Log: The _ character is only allowed to be at the end of prototypes
6969      Branch: perl
6970            ! op.c t/comp/uproto.t
6971 ____________________________________________________________________________
6972 [ 29035] By: rgs                                   on 2006/10/18  12:54:34
6973         Log: Improvements and fixes to the _ prototype
6974      Branch: perl
6975            ! op.c t/comp/uproto.t
6976 ____________________________________________________________________________
6977 [ 29034] By: rgs                                   on 2006/10/18  08:49:01
6978         Log: FAQ sync
6979      Branch: perl
6980            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
6981            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
6982            ! pod/perlfaq7.pod pod/perlfaq9.pod
6983 ____________________________________________________________________________
6984 [ 29033] By: rgs                                   on 2006/10/18  08:24:30
6985         Log: Subject: [perl #40557] regexec.c saves context stack position improperly 
6986              From: Dave Bailey (via RT) <perlbug-followup@perl.org>
6987              Date: Tue, 17 Oct 2006 09:37:28 -0700
6988              Message-ID: <rt-3.5.HEAD-4979-1161103047-337.40557-75-0@perl.org>
6989      Branch: perl
6990            ! regexec.c scope.c scope.h
6991 ____________________________________________________________________________
6992 [ 29032] By: rgs                                   on 2006/10/17  16:07:04
6993         Log: First attempt at implementing the _ prototype
6994      Branch: perl
6995            + t/comp/uproto.t
6996            ! MANIFEST op.c toke.c
6997 ____________________________________________________________________________
6998 [ 29031] By: stevep                                on 2006/10/17  15:43:05
6999         Log: Upgrade to Time-HiRes-1.94.
7000      Branch: perl
7001            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
7002            ! ext/Time/HiRes/t/HiRes.t
7003 ____________________________________________________________________________
7004 [ 29030] By: rgs                                   on 2006/10/17  14:13:52
7005         Log: Subject: Re: [PATCH] remove leaveit from toke.c:scan_const
7006              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7007              Date: Tue, 17 Oct 2006 23:10:04 +0900
7008              Message-Id: <20061017230958.41A2.BQW10602@nifty.com>
7009      Branch: perl
7010            ! pod/perldiag.pod
7011 ____________________________________________________________________________
7012 [ 29029] By: stevep                                on 2006/10/17  12:42:04
7013         Log: Upgrade to CPAN-1.88_55.
7014      Branch: perl
7015            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
7016 ____________________________________________________________________________
7017 [ 29028] By: rgs                                   on 2006/10/17  07:44:09
7018         Log: Less brace nesting.
7019      Branch: perl
7020            ! toke.c
7021 ____________________________________________________________________________
7022 [ 29027] By: rgs                                   on 2006/10/16  12:59:07
7023         Log: The "Unrecognized escape" warning can now be emitted in category
7024              "regexp" after change 29026 
7025      Branch: perl
7026            ! pod/perldiag.pod
7027 ____________________________________________________________________________
7028 [ 29026] By: rgs                                   on 2006/10/16  12:55:28
7029         Log: Subject: [PATCH] remove leaveit from toke.c:scan_const
7030              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7031              Date: Sun, 15 Oct 2006 22:23:00 +0900
7032              Message-Id: <20061015222223.BC38.BQW10602@nifty.com>
7033      Branch: perl
7034            ! pod/perlop.pod t/lib/warnings/regcomp t/lib/warnings/toke
7035            ! t/op/pat.t t/op/regmesg.t toke.c
7036 ____________________________________________________________________________
7037 [ 29025] By: rgs                                   on 2006/10/16  09:26:17
7038         Log: Subject: [PATCH] Re: sprintf 64 test
7039              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7040              Date: Sun, 15 Oct 2006 16:51:34 +0900
7041              Message-Id: <20061015165052.77AD.BQW10602@nifty.com>
7042              
7043              1. nullify 0 flag in integer conversions when precision is given
7044              2. ignore space after a plus sign as a sign for a nonnegative number
7045              3. make a negative precision through * working as if the precision
7046              is omitted
7047      Branch: perl
7048            ! pod/perlfunc.pod sv.c t/op/sprintf.t t/op/sprintf2.t
7049 ____________________________________________________________________________
7050 [ 29024] By: nicholas                              on 2006/10/16  04:41:30
7051         Log: Fix change 28770 to cope with the strange 32 bit bool type on VMS.
7052              (I should have seen this one coming - the two structures weren't
7053              textually identical)
7054      Branch: perl
7055            ! cop.h
7056 ____________________________________________________________________________
7057 [ 29023] By: stevep                                on 2006/10/15  17:17:32
7058         Log: Upgrade to Time-HiRes-1.93.
7059      Branch: perl
7060            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
7061            ! ext/Time/HiRes/t/HiRes.t
7062 ____________________________________________________________________________
7063 [ 29020] By: stevep                                on 2006/10/14  23:18:29
7064         Log: Upgrade to CPAN-1.88_54.
7065      Branch: perl
7066            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
7067 ____________________________________________________________________________
7068 [ 29019] By: stevep                                on 2006/10/14  23:11:23
7069         Log: Upgrade to Digest-SHA-5.44.
7070      Branch: perl
7071            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
7072            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/SHA.xs
7073            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
7074            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
7075            ! ext/Digest/SHA/src/sha.h
7076 ____________________________________________________________________________
7077 [ 29018] By: nicholas                              on 2006/10/14  23:06:52
7078         Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a
7079              dereference of member of the structure being reallocated as part of
7080              the size calculation. (This one was well hidden by macros)
7081      Branch: perl
7082            ! regcomp.c
7083 ____________________________________________________________________________
7084 [ 29017] By: stevep                                on 2006/10/14  23:00:35
7085         Log: Upgrade to XSLoader-0.07.
7086      Branch: perl
7087            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
7088 ____________________________________________________________________________
7089 [ 29016] By: nicholas                              on 2006/10/14  22:40:00
7090         Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a direct
7091              dereference of member of the structure being reallocated as part of
7092              the size calculation. (There may be other similar bugs).
7093      Branch: perl
7094            ! regcomp.c
7095 ____________________________________________________________________________
7096 [ 29015] By: nicholas                              on 2006/10/14  20:38:59
7097         Log: Use Perl_croak_nocontext() rather than Perl_croak() for the snprintf()
7098              and vsnprintf() macros.
7099      Branch: perl
7100            ! perl.h
7101 ____________________________________________________________________________
7102 [ 29012] By: nicholas                              on 2006/10/14  14:32:28
7103         Log: Fix typo.
7104      Branch: perl
7105            ! Changes
7106 ____________________________________________________________________________
7107 [ 29011] By: nicholas                              on 2006/10/13  20:35:44
7108         Log: Subject: Re: SVpvs vs SVpvn
7109              From: Jim Cromie <jim.cromie@gmail.com>
7110              Message-ID: <452FED1D.1000504@gmail.com>
7111              Date: Fri, 13 Oct 2006 13:46:37 -0600
7112              
7113              plus the last newSVpvn() in toke.c that his regexp missed.
7114      Branch: perl
7115            ! toke.c
7116 ____________________________________________________________________________
7117 [ 29010] By: stevep                                on 2006/10/13  14:11:04
7118         Log: Upgrade to Time-HiRes-1.92.
7119      Branch: perl
7120            + ext/Time/HiRes/hints/aix.pl
7121            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
7122            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
7123            ! ext/Time/HiRes/t/HiRes.t
7124 ____________________________________________________________________________
7125 [ 29009] By: nicholas                              on 2006/10/13  13:53:16
7126         Log: Correct one "parenthesis" to "parentheses".
7127      Branch: perl
7128            ! pod/perlre.pod
7129 ____________________________________________________________________________
7130 [ 29008] By: rgs                                   on 2006/10/13  12:12:04
7131         Log: Don't bother checking for bad characters in prototypes if we're not
7132              going to warn about them.
7133      Branch: perl
7134            ! toke.c
7135 ____________________________________________________________________________
7136 [ 29007] By: rgs                                   on 2006/10/13  11:27:54
7137         Log: Subject: [PATCH] compiler warning noreturn
7138              From: "Robin Barker" <Robin.Barker@npl.co.uk>
7139              Date: Fri, 13 Oct 2006 11:49:11 +0100
7140              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A70@exchsvr1.npl.ad.local>
7141      Branch: perl
7142            ! doio.c
7143 ____________________________________________________________________________
7144 [ 29006] By: rgs                                   on 2006/10/13  09:15:43
7145         Log: Fix nit in possessive quantifier descriptions.
7146              Add some =head3 headings.
7147      Branch: perl
7148            ! pod/perlre.pod
7149 ____________________________________________________________________________
7150 [ 29005] By: rgs                                   on 2006/10/13  09:02:05
7151         Log: Subject: [PATCH] Add possessive quantifiers to regex engine.
7152              From: demerphq <demerphq@gmail.com>
7153              Date: Thu, 12 Oct 2006 21:23:15 +0200
7154              Message-ID: <9b18b3110610121223m191e47ddtce3398cb0e8ba320@mail.gmail.com>
7155              
7156              With doc tweaks
7157      Branch: perl
7158            ! pod/perl595delta.pod pod/perlre.pod pod/perltodo.pod regcomp.c
7159            ! regcomp.h t/op/re_tests t/op/regexp.t
7160 ____________________________________________________________________________
7161 [ 29004] By: stevep                                on 2006/10/12  15:07:17
7162         Log: Upgrade to PathTools-3.23.
7163      Branch: perl
7164            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
7165            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
7166 ____________________________________________________________________________
7167 [ 29003] By: rgs                                   on 2006/10/12  14:52:42
7168         Log: Subject: [PATCH] threads::shared 1.04
7169              From: Jerry Hedden <jdhedden@yahoo.com>
7170              Date: Thu, 12 Oct 2006 07:47:37 -0700 (PDT)
7171              Message-ID: <20061012144737.56305.qmail@web30207.mail.mud.yahoo.com>
7172      Branch: perl
7173            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
7174            ! ext/threads/shared/shared.pm
7175 ____________________________________________________________________________
7176 [ 29002] By: rgs                                   on 2006/10/12  14:26:37
7177         Log: Subject: [PATCH] threads 1.44
7178              From: Jerry Hedden <jdhedden@yahoo.com>
7179              Date: Wed, 11 Oct 2006 05:57:43 -0700 (PDT)
7180              Message-ID: <20061011125743.68567.qmail@web30211.mail.mud.yahoo.com>
7181      Branch: perl
7182            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
7183            ! ext/threads/threads.pm
7184 ____________________________________________________________________________
7185 [ 29001] By: rgs                                   on 2006/10/12  14:19:33
7186         Log: Subject: [PATCH] fix format errors; was RE: g++ compile and make test 100%
7187              From: "Robin Barker" <Robin.Barker@npl.co.uk>
7188              Date: Wed, 11 Oct 2006 17:02:01 +0100
7189              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A69@exchsvr1.npl.ad.local>
7190      Branch: perl
7191            ! regcomp.c
7192 ____________________________________________________________________________
7193 [ 29000] By: rgs                                   on 2006/10/12  14:03:55
7194         Log: Subject: [PATCH] RE: g++ compile and make test 100%
7195              From: "Robin Barker" <Robin.Barker@npl.co.uk>
7196              Date: Wed, 11 Oct 2006 16:58:10 +0100
7197              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A68@exchsvr1.npl.ad.local>
7198      Branch: perl
7199            ! ext/ODBM_File/t/odbm.t
7200 ____________________________________________________________________________
7201 [ 28999] By: rgs                                   on 2006/10/12  13:57:57
7202         Log: Subject: [PATCH] More regexp documentation
7203              From: demerphq <demerphq@gmail.com>
7204              Date: Thu, 12 Oct 2006 14:45:25 +0200
7205              Message-ID: <9b18b3110610120545m3002e17cqace30f908b0e2277@mail.gmail.com>
7206      Branch: perl
7207            ! pod/perlre.pod pod/perlreguts.pod regcomp.c
7208 ____________________________________________________________________________
7209 [ 28998] By: rgs                                   on 2006/10/12  08:43:20
7210         Log: Subject: [PATCH] Add Regex conditionals. Various bugfixes. More tests.
7211              From: demerphq <demerphq@gmail.com>
7212              Date: Thu, 12 Oct 2006 00:46:50 +0200
7213              Message-ID: <9b18b3110610111546j74ca490dg21bd9fd1e7e10d42@mail.gmail.com>
7214      Branch: perl
7215            ! embed.fnc embed.h pod/perlre.pod proto.h regcomp.c regcomp.sym
7216            ! regexec.c regnodes.h t/op/pat.t t/op/re_tests
7217 ____________________________________________________________________________
7218 [ 28997] By: rgs                                   on 2006/10/11  15:01:52
7219         Log: Subject: RE: g++ compile and make test 100%
7220              From: "Robin Barker" <Robin.Barker@npl.co.uk>
7221              Date: Wed, 11 Oct 2006 15:29:43 +0100
7222              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A65@exchsvr1.npl.ad.local>
7223      Branch: perl
7224            ! ext/NDBM_File/typemap
7225 ____________________________________________________________________________
7226 [ 28996] By: stevep                                on 2006/10/11  14:48:45
7227         Log: Fix typo in NDBM_File.xs and bump up the version number.
7228      Branch: perl
7229            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
7230 ____________________________________________________________________________
7231 [ 28995] By: rgs                                   on 2006/10/11  09:59:15
7232         Log: Fix aliasing to an non-existent element of %+
7233              (by Yves Orton)
7234      Branch: perl
7235            ! hv.c
7236 ____________________________________________________________________________
7237 [ 28994] By: rgs                                   on 2006/10/11  09:38:37
7238         Log: Update comment (by Yves Orton), plus POD fixes
7239      Branch: perl
7240            ! ext/re/re.pm
7241 ____________________________________________________________________________
7242 [ 28993] By: rgs                                   on 2006/10/11  08:03:03
7243         Log: Missing % in format string
7244      Branch: perl
7245            ! perl.h
7246 ____________________________________________________________________________
7247 [ 28992] By: merijn                                on 2006/10/11  07:02:56
7248         Log: Subject: [PATCH] ext re: C++: EXTERN_C needed, and where did sub install() go?
7249              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
7250              Date: Wed, 11 Oct 2006 09:53:59 +0300 (EEST)
7251              Message-Id: <20061011065359.DFC4C8B3A1@seth.hut.fi>
7252      Branch: perl
7253            ! ext/re/re.pm ext/re/re.xs
7254 ____________________________________________________________________________
7255 [ 28991] By: stevep                                on 2006/10/11  00:52:58
7256         Log: Grrr...moved the files, but forgot to update Soundex.pm
7257      Branch: perl
7258            ! ext/Text/Soundex/Soundex.pm
7259 ____________________________________________________________________________
7260 [ 28990] By: rgs                                   on 2006/10/10  16:26:31
7261         Log: Subject: [PATCH] C++: class is a keyword
7262              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
7263              Date: Tue, 10 Oct 2006 19:20:26 +0300 (EEST)
7264              Message-Id: <20061010162026.190BE8B37C@seth.hut.fi>
7265      Branch: perl
7266            ! lib/ExtUtils/ParseXS/t/XSTest.xs
7267 ____________________________________________________________________________
7268 [ 28989] By: rgs                                   on 2006/10/10  16:23:48
7269         Log: Adjust test count for ExtUtils::Command
7270      Branch: perl
7271            ! lib/ExtUtils/t/eu_command.t
7272 ____________________________________________________________________________
7273 [ 28988] By: stevep                                on 2006/10/10  15:04:09
7274         Log: Upgrade to ExtUtils-Manifest-1.49.
7275      Branch: perl
7276            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
7277 ____________________________________________________________________________
7278 [ 28987] By: stevep                                on 2006/10/10  15:01:21
7279         Log: Upgrade to ExtUtils-Command-1.12.
7280      Branch: perl
7281            ! lib/ExtUtils/Command.pm lib/ExtUtils/t/eu_command.t
7282 ____________________________________________________________________________
7283 [ 28986] By: stevep                                on 2006/10/10  14:49:47
7284         Log: Upgrade to CPAN-1.88_53.
7285      Branch: perl
7286            ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Queue.pm
7287            ! lib/CPAN/SIGNATURE
7288 ____________________________________________________________________________
7289 [ 28985] By: rgs                                   on 2006/10/10  14:36:49
7290         Log: Subject: [perl #40473] sprintf width+precision fails on wide chars 
7291              From: Anatoly Vorobey (via RT) <perlbug-followup@perl.org>
7292              Date: Sun, 08 Oct 2006 17:58:16 -0700
7293              Message-ID: <rt-3.5.HEAD-31259-1160355496-1702.40473-75-0@perl.org>
7294      Branch: perl
7295            ! sv.c t/op/sprintf2.t
7296 ____________________________________________________________________________
7297 [ 28984] By: stevep                                on 2006/10/10  14:33:53
7298         Log: Upgrade to ExtUtils-Makemaker-6.31.
7299      Branch: perl
7300            ! lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
7301            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
7302            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_AIX.pm
7303            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
7304            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
7305            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
7306            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_QNX.pm
7307            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
7308            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_VOS.pm
7309            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
7310            ! lib/ExtUtils/MY.pm lib/ExtUtils/MakeMaker.pm
7311            ! lib/ExtUtils/MakeMaker/Config.pm
7312            ! lib/ExtUtils/MakeMaker/bytes.pm
7313            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Mkbootstrap.pm
7314            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/README
7315            ! lib/ExtUtils/TODO lib/ExtUtils/t/basic.t
7316            ! lib/ExtUtils/testlib.pm
7317 ____________________________________________________________________________
7318 [ 28983] By: stevep                                on 2006/10/10  14:05:52
7319         Log: Update to PathTools-3.22.
7320      Branch: perl
7321            ! ext/Cwd/Changes ext/Text/Soundex/Soundex.xs lib/Cwd.pm
7322            ! lib/File/Spec.pm lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t
7323            ! lib/File/Spec/t/crossplatform.t
7324 ____________________________________________________________________________
7325 [ 28982] By: merijn                                on 2006/10/10  14:02:16
7326         Log: New shiny models
7327      Branch: perl
7328            ! README.hpux
7329 ____________________________________________________________________________
7330 [ 28981] By: rgs                                   on 2006/10/10  13:13:18
7331         Log: Subject: [PATCH] Regexp Recurse by name.
7332              From: demerphq <demerphq@gmail.com>
7333              Date: Mon, 9 Oct 2006 20:36:20 +0200
7334              Message-ID: <9b18b3110610091136g48e5b154tf16d00d38e80a6dc@mail.gmail.com>
7335              
7336              (with doc nits)
7337      Branch: perl
7338            ! embed.fnc embed.h ext/re/re.pm pod/perlre.pod proto.h
7339            ! regcomp.c t/op/re_tests
7340 ____________________________________________________________________________
7341 [ 28980] By: rgs                                   on 2006/10/10  11:25:58
7342         Log: Subject: [PATCH] enc2xs and C++: add extern "C" to  data
7343              From: Jarkko Hietaniemi <jhi@iki.fi>
7344              Date: Tue, 10 Oct 2006 13:52:57 +0300
7345              Message-ID: <452B7B89.201@iki.fi>
7346      Branch: perl
7347            ! ext/Encode/bin/enc2xs
7348 ____________________________________________________________________________
7349 [ 28979] By: rgs                                   on 2006/10/10  11:20:19
7350         Log: Subject: [PATCH] Linux and Solaris hints: C++ vs dlerror
7351              From: Jarkko Hietaniemi <jhi@iki.fi>
7352              Date: Tue, 10 Oct 2006 14:00:40 +0300
7353              Message-ID: <452B7D58.1090009@iki.fi>
7354      Branch: perl
7355            ! hints/linux.sh hints/solaris_2.sh
7356 ____________________________________________________________________________
7357 [ 28978] By: steveh                                on 2006/10/10  10:25:06
7358         Log: Updates for building on Win32 with Visual C++ 2005 Express Edition
7359              
7360              Add some instructions in README.win32, clarify macro comments and add
7361              missing macros to makefile.mk, and drop the GLOBEXEBUILD macro from
7362              Makefile--the Express Edition of Visual C++ 2005 is free and includes
7363              setargv.obj, so there is no need to support the .NET 2.0 SDK compiler
7364              which didn't include it.
7365              
7366              Unfortunately, the build still doesn't work yet--my attempt got as far
7367              as building extensions, but miniperl.exe crashed.  Hopefully this can
7368              be sorted out soon.
7369      Branch: perl
7370            ! README.win32 win32/Makefile win32/makefile.mk
7371 ____________________________________________________________________________
7372 [ 28977] By: craigb                                on 2006/10/10  03:29:50
7373         Log: fix a doc typo and a warning typo in VMS::DCLsym
7374      Branch: perl
7375            ! vms/ext/DCLsym/DCLsym.pm
7376 ____________________________________________________________________________
7377 [ 28976] By: stevep                                on 2006/10/09  20:17:07
7378         Log: Make g++ happy when compiling NDBM_File on a system that
7379              is likely using the GDBM compatibility headers that 
7380              g++ (and other C++ implementations) cannot handle.
7381      Branch: perl
7382            ! ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.xs
7383 ____________________________________________________________________________
7384 [ 28975] By: davem                                 on 2006/10/09  16:35:02
7385         Log: fix bad free in do_exec3()
7386      Branch: perl
7387            ! doio.c
7388 ____________________________________________________________________________
7389 [ 28974] By: rgs                                   on 2006/10/09  14:29:52
7390         Log: Subject: [PATCH] Encode.xs: add an explicit cast to make g++ happier
7391              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
7392              Date: Mon,  9 Oct 2006 16:54:12 +0300 (EEST)
7393              Message-Id: <20061009135412.47F7A8B3A0@seth.hut.fi>
7394      Branch: perl
7395            ! ext/Encode/Encode.xs
7396 ____________________________________________________________________________
7397 [ 28973] By: rgs                                   on 2006/10/09  14:13:25
7398         Log: Address update for Jerry D. Hedden
7399      Branch: perl
7400            ! AUTHORS
7401 ____________________________________________________________________________
7402 [ 28972] By: rgs                                   on 2006/10/09  12:53:40
7403         Log: Update perldelta for recent regexp changes, based on a text by Yves Orton.
7404      Branch: perl
7405            ! pod/perl595delta.pod
7406 ____________________________________________________________________________
7407 [ 28971] By: rgs                                   on 2006/10/09  12:28:11
7408         Log: Subject: [PATCH] Digest::SHA 5.43_01 - ANSIfy src/hmac.c
7409              From: Jarkko Hietaniemi <jhi@iki.fi>
7410              Date: Mon, 09 Oct 2006 14:24:09 +0300
7411              Message-ID: <452A3159.3060003@iki.fi>
7412      Branch: perl
7413            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/hmac.c
7414 ____________________________________________________________________________
7415 [ 28970] By: rgs                                   on 2006/10/09  10:32:06
7416         Log: Add perl595delta
7417      Branch: perl
7418            + pod/perl595delta.pod
7419            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
7420            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
7421            ! win32/pod.mak
7422 ____________________________________________________________________________
7423 [ 28969] By: rgs                                   on 2006/10/09  10:11:09
7424         Log: Bump version to 5.9.5
7425      Branch: perl
7426            ! Cross/config.sh-arm-linux NetWare/Makefile NetWare/config_H.wc
7427            ! epoc/config.sh epoc/createpkg.pl patchlevel.h
7428            ! plan9/config.plan9 win32/Makefile win32/Makefile.ce
7429            ! win32/config_H.bc win32/config_H.ce win32/config_H.gc
7430            ! win32/config_H.vc win32/config_H.vc64 win32/makefile.mk
7431 ____________________________________________________________________________
7432 [ 28968] By: rgs                                   on 2006/10/09  10:02:08
7433         Log: Subject: Re: [PATCH] regexec.c: goto crossing initialization
7434              From: Jarkko Hietaniemi <jhi@iki.fi>
7435              Date: Mon, 09 Oct 2006 12:47:11 +0300
7436              Message-ID: <452A1A9F.4080103@iki.fi>
7437      Branch: perl
7438            ! regexec.c
7439 ____________________________________________________________________________
7440 [ 28967] By: rgs                                   on 2006/10/08  19:53:10
7441         Log: Subject: Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup: on i686-linux-64int 2.6.17-2-k7 (UNINSTALLED)
7442              From: demerphq <demerphq@gmail.com>
7443              Date: Sun, 8 Oct 2006 20:14:24 +0200
7444              Message-ID: <9b18b3110610081114g11dabafaw860181598ab54bd6@mail.gmail.com>
7445      Branch: perl
7446            ! hv.c regcomp.c t/op/pat.t
7447 ____________________________________________________________________________
7448 [ 28966] By: rgs                                   on 2006/10/08  19:39:00
7449         Log: Revert change 28962 (at least until a better solution is found)
7450      Branch: perl
7451            ! XSUB.h perl.h sv.c
7452 ____________________________________________________________________________
7453 [ 28965] By: rgs                                   on 2006/10/08  17:07:42
7454         Log: Clarifications on the usage of setlocale() and LC_NUMERIC to
7455              affect the decimal point in output, by Jarkko.
7456      Branch: perl
7457            ! pod/perldata.pod pod/perlfunc.pod pod/perllocale.pod
7458 ____________________________________________________________________________
7459 [ 28964] By: nicholas                              on 2006/10/08  00:25:07
7460         Log: Document the growth policy, and Yves suggested a better arbitary
7461              constant. (The original plan was add 80 if free space is less than 80,
7462              which wasn't a noticable improvement. Hence 40 was 80/2 for plan B)
7463      Branch: perl
7464            ! ext/Data/Dumper/Dumper.xs
7465 ____________________________________________________________________________
7466 [ 28963] By: nicholas                              on 2006/10/07  23:42:56
7467         Log: Yves said that the XS version of Data::Dumper was inefficient because
7468              it keeps triggering realloc() due to sv_cat(). Here's a rather brute
7469              force approach to pre-stretching the buffer - if there are less than
7470              40 bytes free, grow it by 50%.
7471              
7472              Surprisingly effective for my test program
7473              ./perl -Ilib -MData::Dumper -MStorable=retrieve -we \
7474              'print Dumper(retrieve(shift))' ~/.cpan/Metadata >/dev/null
7475              
7476              Before
7477              real    2m42.921s
7478              user    1m43.321s
7479              sys     0m55.611s
7480              
7481              
7482              After
7483              real    0m5.205s
7484              user    0m4.885s
7485              sys     0m0.255s
7486              
7487              Same 25M of output, byte for byte. :-)
7488      Branch: perl
7489            ! ext/Data/Dumper/Dumper.xs
7490 ____________________________________________________________________________
7491 [ 28962] By: nicholas                              on 2006/10/07  22:24:28
7492         Log: No need to create a new magic vtable if it's all 0 pointers.
7493              [And these are function pointers, so they're not NULL :-)]
7494      Branch: perl
7495            ! XSUB.h perl.h sv.c
7496 ____________________________________________________________________________
7497 [ 28961] By: nicholas                              on 2006/10/07  22:06:19
7498         Log: Make reference stringification (blessed and unblessed) about as fast as
7499              is possible, because I'm told it's used quite frequently.
7500      Branch: perl
7501            ! sv.c
7502 ____________________________________________________________________________
7503 [ 28960] By: nicholas                              on 2006/10/07  17:16:01
7504         Log: Use packed addresses for the seen tracking hash, rather than
7505              "stringified" references. These use less memory, and should be faster
7506              as there is no call to sprintf().
7507      Branch: perl
7508            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
7509 ____________________________________________________________________________
7510 [ 28959] By: nicholas                              on 2006/10/07  16:08:04
7511         Log: Eliminate two more unneeded strlen()s from Dumper.xs
7512      Branch: perl
7513            ! ext/Data/Dumper/Dumper.xs
7514 ____________________________________________________________________________
7515 [ 28958] By: rgs                                   on 2006/10/07  16:01:55
7516         Log: Subject: [PATCH] threads 1.43 - stringify
7517              From: Jerry Hedden <jdhedden@yahoo.com>
7518              Date: Fri, 6 Oct 2006 12:19:41 -0700 (PDT)
7519              Message-ID: <20061006191941.22457.qmail@web30205.mail.mud.yahoo.com>
7520      Branch: perl
7521            - ext/threads/typemap
7522            ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL
7523            ! ext/threads/README ext/threads/t/basic.t
7524            ! ext/threads/t/thread.t ext/threads/threads.pm
7525 ____________________________________________________________________________
7526 [ 28957] By: rgs                                   on 2006/10/07  14:30:32
7527         Log: Subject: Re: [PATCH] Initial attempt at named captures for perls regexp engine
7528              From: demerphq <demerphq@gmail.com>
7529              Date: Fri, 6 Oct 2006 19:16:01 +0200
7530              Message-ID: <9b18b3110610061016x5ddce965u30d9a821f632d450@mail.gmail.com>
7531      Branch: perl
7532            ! XSUB.h doop.c dump.c embed.fnc embed.h gv.c hv.c perl.h
7533            ! pod/perlre.pod pod/perltodo.pod pod/perlvar.pod pp.c proto.h
7534            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
7535            ! sv.c t/op/pat.t t/op/re_tests t/op/regexp.t toke.c
7536 ____________________________________________________________________________
7537 [ 28956] By: nicholas                              on 2006/10/07  13:53:36
7538         Log: Change sprintf() to my_sprintf(), and use the returned length from
7539              that and my_snprintf() to avoid calls to strlen()
7540      Branch: perl
7541            ! ext/Data/Dumper/Dumper.xs
7542 ____________________________________________________________________________
7543 [ 28955] By: merijn                                on 2006/10/07  11:56:31
7544         Log: Subject: [PATCH] cflags.SH: strip -std=c89 for g++
7545              From: Jarkko Hietaniemi <jhi@iki.fi>
7546              Date: Sat, 07 Oct 2006 13:37:04 +0300
7547              Message-ID: <45278350.8020707@iki.fi>
7548      Branch: perl
7549            ! cflags.SH
7550 ____________________________________________________________________________
7551 [ 28954] By: merijn                                on 2006/10/07  11:52:04
7552         Log: Subject: [PATCH] another g++ patch (Util.xs)
7553              From: "Paul Marquess" <paul.marquess@ntlworld.com>
7554              Date: Fri, 6 Oct 2006 11:14:03 +0100
7555              Message-ID: <00ea01c6e930$269f3d70$4e3c140a@myopwv.com>
7556      Branch: perl
7557            ! ext/List/Util/Util.xs
7558 ____________________________________________________________________________
7559 [ 28953] By: stevep                                on 2006/10/07  01:34:15
7560         Log: Upgrade to Test-Harness-2.64
7561      Branch: perl
7562            + lib/Test/Harness/Results.pm
7563            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
7564            ! lib/Test/Harness/Straps.pm lib/Test/Harness/Util.pm
7565            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
7566            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/failure.t
7567            ! lib/Test/Harness/t/prove-switches.t
7568            ! lib/Test/Harness/t/strap-analyze.t
7569            ! lib/Test/Harness/t/test-harness.t
7570 ____________________________________________________________________________
7571 [ 28952] By: nicholas                              on 2006/10/06  21:56:46
7572         Log: Make the executable slightly smaller by using PL_hexdigit in
7573              Perl_sv_vcatpvfn.
7574      Branch: perl
7575            ! sv.c
7576 ____________________________________________________________________________
7577 [ 28951] By: nicholas                              on 2006/10/06  21:27:13
7578         Log: Fix typo spotted by Rafael. Close the file handle explicity and check
7579              for errors. Add overload.pl to regen.pl
7580      Branch: perl
7581            ! overload.pl regen.pl
7582 ____________________________________________________________________________
7583 [ 28950] By: nicholas                              on 2006/10/06  21:19:26
7584         Log: Generate the overload enum and names array programatically, which
7585              allows experimentation with the order. The new order shaves nearly
7586              900 bytes from gv.o, because the compiler can make smaller branch
7587              tables for switch statements.
7588      Branch: perl
7589            + overload.h overload.pl
7590            ! MANIFEST perl.h
7591 ____________________________________________________________________________
7592 [ 28949] By: nicholas                              on 2006/10/06  21:01:00
7593         Log: Reoder struct am_table and am_table_short to save 8 bytes on LP64
7594              systems, by placing the two U32 fields next to each other.
7595      Branch: perl
7596            ! perl.h
7597 ____________________________________________________________________________
7598 [ 28948] By: stevep                                on 2006/10/06  20:02:48
7599         Log: Upgrade to PathTools-3.21
7600      Branch: perl
7601            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
7602            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
7603            ! lib/File/Spec/t/Spec.t
7604 ____________________________________________________________________________
7605 [ 28947] By: nicholas                              on 2006/10/06  18:05:45
7606         Log: Don't bother generating the "Operation \"%s\": no method found..."
7607              message text if we're not going to use it.
7608      Branch: perl
7609            ! gv.c
7610 ____________________________________________________________________________
7611 [ 28946] By: davem                                 on 2006/10/05  18:16:19
7612         Log: Document the new regmatch() backtracking mechanism
7613      Branch: perl
7614            ! regexec.c
7615 ____________________________________________________________________________
7616 [ 28945] By: davem                                 on 2006/10/05  16:05:57
7617         Log: remove REGMATCH detritus and shrink the size of the backtrack structure
7618      Branch: perl
7619            ! regexec.c regexp.h
7620 ____________________________________________________________________________
7621 [ 28944] By: davem                                 on 2006/10/05  14:00:38
7622         Log: migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm
7623      Branch: perl
7624            ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
7625 ____________________________________________________________________________
7626 [ 28943] By: rgs                                   on 2006/10/05  12:39:53
7627         Log: Subject: Re: [perl #8835] fairly large regex optimization bug with 5.7.3
7628              From: demerphq <demerphq@gmail.com>
7629              Date: Wed, 4 Oct 2006 19:08:47 +0200
7630              Message-ID: <9b18b3110610041008v2bd63d14g9294f93804122dec@mail.gmail.com>
7631      Branch: perl
7632            ! regcomp.c regcomp.h
7633 ____________________________________________________________________________
7634 [ 28942] By: rgs                                   on 2006/10/05  12:23:24
7635         Log: Nit in regcomp, discovered by a gcc warning, fixed by Yves
7636      Branch: perl
7637            ! regcomp.c
7638 ____________________________________________________________________________
7639 [ 28941] By: rgs                                   on 2006/10/05  12:20:28
7640         Log: Fix a couple of casting warnings
7641      Branch: perl
7642            ! regcomp.c
7643 ____________________________________________________________________________
7644 [ 28940] By: stevep                                on 2006/10/05  11:30:56
7645         Log: Fix a few pod nits in perlre.
7646      Branch: perl
7647            ! pod/perlre.pod
7648 ____________________________________________________________________________
7649 [ 28939] By: rgs                                   on 2006/10/05  10:23:08
7650         Log: Subject: Re: [PATCH] Add recursive regexes similar to PCRE
7651              From: demerphq <demerphq@gmail.com>
7652              Date: Wed, 4 Oct 2006 15:45:15 +0200
7653              Message-ID: <9b18b3110610040645s563220a2id6f235494b497e90@mail.gmail.com>
7654              
7655              Subject: Re: [PATCH] Add recursive regexes similar to PCRE
7656              From: demerphq <demerphq@gmail.com>
7657              Date: Wed, 4 Oct 2006 21:05:10 +0200
7658              Message-ID: <9b18b3110610041205m2660eb43m1315cf4b0653db96@mail.gmail.com>
7659      Branch: perl
7660            ! embed.fnc embed.h pod/perlre.pod pod/perltodo.pod proto.h
7661            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c regexp.h
7662            ! regnodes.h t/op/pat.t t/op/re_tests
7663 ____________________________________________________________________________
7664 [ 28938] By: rgs                                   on 2006/10/05  08:43:25
7665         Log: Upgrade to Module::CoreList 2.09:
7666              - make the dependency on version.pm optional
7667              - improve doc of corelist(1)
7668      Branch: perl
7669            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
7670 ____________________________________________________________________________
7671 [ 28937] By: rgs                                   on 2006/10/05  08:00:57
7672         Log: Change md5sum of MD5.xs after change 28936 (on UNIX, might
7673              need adjustments on other platforms)
7674      Branch: perl
7675            ! ext/Digest/MD5/t/files.t
7676 ____________________________________________________________________________
7677 [ 28936] By: stevep                                on 2006/10/04  19:56:13
7678         Log: Change to sv_reftype return value caused compile for Digest::MD5
7679              with g++ to fail.
7680      Branch: perl
7681            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
7682 ____________________________________________________________________________
7683 [ 28935] By: stevep                                on 2006/10/04  19:44:58
7684         Log: Subject: [PATCH] Give zlib the ASNI C treatmant
7685              From: "Paul Marquess" <paul.marquess@ntlworld.com>
7686              Date: Wed, 4 Oct 2006 17:14:05 +0100
7687              Message-ID: <018901c6e7d0$1f06c8f0$7565140a@myopwv.com>
7688      Branch: perl
7689            ! ext/Compress/Raw/Zlib/zlib-src/adler32.c
7690            ! ext/Compress/Raw/Zlib/zlib-src/compress.c
7691            ! ext/Compress/Raw/Zlib/zlib-src/crc32.c
7692            ! ext/Compress/Raw/Zlib/zlib-src/deflate.c
7693            ! ext/Compress/Raw/Zlib/zlib-src/infback.c
7694            ! ext/Compress/Raw/Zlib/zlib-src/inffast.c
7695            ! ext/Compress/Raw/Zlib/zlib-src/inflate.c
7696            ! ext/Compress/Raw/Zlib/zlib-src/inftrees.c
7697            ! ext/Compress/Raw/Zlib/zlib-src/trees.c
7698            ! ext/Compress/Raw/Zlib/zlib-src/uncompr.c
7699            ! ext/Compress/Raw/Zlib/zlib-src/zutil.c
7700 ____________________________________________________________________________
7701 [ 28934] By: stevep                                on 2006/10/04  18:45:37
7702         Log: Fixes to compile Perl with g++ and DEBUGGING.
7703      Branch: perl
7704            ! regcomp.pl regnodes.h x2p/a2p.c
7705 ____________________________________________________________________________
7706 [ 28933] By: rgs                                   on 2006/10/04  07:16:04
7707         Log: Subject: [PATCH] Update Stratus VOS files.
7708              From: "Green, Paul" <Paul.Green@stratus.com>
7709              Date: Tue, 3 Oct 2006 17:40:03 -0400
7710              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB022CA121@EXNA.corp.stratus.com>
7711      Branch: perl
7712            + vos/syslog.h
7713            ! MANIFEST vos/Changes vos/vos.c
7714 ____________________________________________________________________________
7715 [ 28932] By: rgs                                   on 2006/10/03  16:39:58
7716         Log: Text::Soundex is now dual-lived.
7717      Branch: perl
7718            ! Porting/Maintainers.pl
7719 ____________________________________________________________________________
7720 [ 28931] By: rgs                                   on 2006/10/03  15:52:33
7721         Log: Subject: [PATCH] threads-shared 1.03 - Changes, Makefile.PL
7722              From: Jerry Hedden <jdhedden@yahoo.com>
7723              Date: Tue, 3 Oct 2006 07:49:37 -0700 (PDT)
7724              Message-ID: <20061003144937.58522.qmail@web30202.mail.mud.yahoo.com>
7725      Branch: perl
7726            + ext/threads/shared/Changes
7727            ! MANIFEST ext/threads/shared/Makefile.PL
7728 ____________________________________________________________________________
7729 [ 28930] By: stevep                                on 2006/10/03  15:36:55
7730         Log: Upgrade to CGI.pm-3.25
7731      Branch: perl
7732            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Util.pm
7733 ____________________________________________________________________________
7734 [ 28929] By: stevep                                on 2006/10/03  15:08:35
7735         Log: Quiet warnings in new test for ExtUtils::Command.
7736      Branch: perl
7737            ! lib/ExtUtils/t/eu_command.t
7738 ____________________________________________________________________________
7739 [ 28928] By: rgs                                   on 2006/10/03  14:53:33
7740         Log: Subject: PATCH: clarify docs for lib.pm
7741              From: Mark Stosberg <mark@summersault.com>
7742              Date: Mon, 25 Sep 2006 15:53:44 -0400
7743              Message-ID: <20060925195512.27418.qmail@lists.develooper.com>
7744              
7745              (further modified by Merijn)
7746      Branch: perl
7747            ! lib/lib_pm.PL
7748 ____________________________________________________________________________
7749 [ 28927] By: stevep                                on 2006/10/03  14:52:45
7750         Log: Move Text::Soundex from lib/ to ext/ and upgrade it to 
7751              Text-Soundex-3.02.
7752      Branch: perl
7753            + ext/Text/Soundex/Changes ext/Text/Soundex/Makefile.PL
7754            + ext/Text/Soundex/README ext/Text/Soundex/Soundex.pm
7755            + ext/Text/Soundex/Soundex.xs
7756           +> ext/Text/Soundex/t/Soundex.t
7757            - lib/Text/Soundex.pm lib/Text/Soundex.t
7758            ! MANIFEST
7759 ____________________________________________________________________________
7760 [ 28926] By: rgs                                   on 2006/10/03  14:36:59
7761         Log: Subject: [patch] convert spare debug flag to DEBUG_U, for Unofficial, User hacking.
7762              From: Jim Cromie <jim.cromie@gmail.com>
7763              Date: Fri, 29 Sep 2006 12:38:56 -0600
7764              Message-ID: <451D6840.3020408@gmail.com>
7765      Branch: perl
7766            ! perl.c perl.h
7767 ____________________________________________________________________________
7768 [ 28925] By: rgs                                   on 2006/10/03  14:29:48
7769         Log: Un-TODO some B tests
7770      Branch: perl
7771            ! ext/B/t/optree_constants.t
7772 ____________________________________________________________________________
7773 [ 28924] By: stevep                                on 2006/10/03  13:51:30
7774         Log: Upgrade to version-0.6701  
7775      Branch: perl
7776            ! lib/version.pm
7777 ____________________________________________________________________________
7778 [ 28923] By: stevep                                on 2006/10/03  13:46:26
7779         Log: Upgrade to threads-shared-1.03
7780      Branch: perl
7781            ! ext/threads/shared/README ext/threads/shared/shared.pm
7782            ! ext/threads/shared/shared.xs ext/threads/shared/t/0nothread.t
7783            ! ext/threads/shared/t/av_refs.t
7784            ! ext/threads/shared/t/av_simple.t
7785            ! ext/threads/shared/t/blessed.t ext/threads/shared/t/cond.t
7786            ! ext/threads/shared/t/disabled.t ext/threads/shared/t/hv_refs.t
7787            ! ext/threads/shared/t/hv_simple.t
7788            ! ext/threads/shared/t/no_share.t
7789            ! ext/threads/shared/t/shared_attr.t
7790            ! ext/threads/shared/t/sv_refs.t
7791            ! ext/threads/shared/t/sv_simple.t ext/threads/shared/t/wait.t
7792            ! mkppport.lst
7793 ____________________________________________________________________________
7794 [ 28922] By: stevep                                on 2006/10/03  13:28:30
7795         Log: Upgrade to threads-1.42
7796      Branch: perl
7797            ! ext/threads/Changes ext/threads/README ext/threads/t/libc.t
7798            ! ext/threads/t/thread.t ext/threads/threads.pm
7799 ____________________________________________________________________________
7800 [ 28921] By: stevep                                on 2006/10/03  13:19:48
7801         Log: Upgrade to ExtUtils-Manifest-1.48
7802      Branch: perl
7803            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
7804 ____________________________________________________________________________
7805 [ 28920] By: stevep                                on 2006/10/03  13:13:53
7806         Log: Upgrade to CPAN-1.88_52
7807      Branch: perl
7808            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
7809            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
7810            ! lib/CPAN/t/10version.t
7811 ____________________________________________________________________________
7812 [ 28919] By: stevep                                on 2006/10/03  13:08:35
7813         Log: Upgrade to Time-HiRes-1.91
7814      Branch: perl
7815            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
7816            ! ext/Time/HiRes/HiRes.xs
7817 ____________________________________________________________________________
7818 [ 28918] By: stevep                                on 2006/10/03  13:06:06
7819         Log: Update to ExtUtils-Command-1.11
7820      Branch: perl
7821            + lib/ExtUtils/t/eu_command.t
7822            - lib/ExtUtils/t/Command.t
7823            ! MANIFEST lib/ExtUtils/Command.pm
7824 ____________________________________________________________________________
7825 [ 28917] By: rgs                                   on 2006/10/03  11:58:46
7826         Log: Subject: [perl #40427] Segfault in pack 
7827              From: dgay@acm.org (via RT) <perlbug-followup@perl.org>
7828              Date: Thu, 28 Sep 2006 17:30:37 -0700
7829              Message-ID: <rt-3.5.HEAD-31259-1159489837-428.40427-75-0@perl.org>
7830      Branch: perl
7831            ! pp_pack.c
7832 ____________________________________________________________________________
7833 [ 28916] By: rgs                                   on 2006/10/03  07:51:03
7834         Log: Regenerate proto.h
7835      Branch: perl
7836            ! proto.h
7837 ____________________________________________________________________________
7838 [ 28915] By: merijn                                on 2006/10/03  06:56:41
7839         Log: Subject: [PATCH] const sv_reftype
7840              From: Jarkko Hietaniemi <jhi@iki.fi>
7841              Date: Tue, 03 Oct 2006 08:05:24 +0300
7842              Message-ID: <4521EF94.5080602@iki.fi>
7843      Branch: perl
7844            ! embed.fnc pod/perlapi.pod sv.c
7845 ____________________________________________________________________________
7846 [ 28914] By: merijn                                on 2006/10/02  20:50:18
7847         Log: Subject: Re: [PATCH] cflags.SH: rethink of the gcc -std=c89 and -pedantic
7848              From: Jarkko Hietaniemi <jhi@iki.fi>
7849              Date: Mon, 02 Oct 2006 13:04:14 +0300
7850              Message-ID: <4520E41E.8040300@iki.fi>
7851      Branch: perl
7852            ! cflags.SH
7853 ____________________________________________________________________________
7854 [ 28913] By: merijn                                on 2006/10/02  11:10:21
7855         Log: doc typo change on jhi's request
7856      Branch: perl
7857            ! pod/perldiag.pod
7858 ____________________________________________________________________________
7859 [ 28912] By: merijn                                on 2006/10/02  10:09:48
7860         Log: Subject: [PATCH] perldiag.pod: followup on the PerlIO::scalar patch
7861              From: Jarkko Hietaniemi <jhi@iki.fi>
7862              Date: Mon, 02 Oct 2006 12:58:18 +0300
7863              Message-ID: <4520E2BA.1000309@iki.fi>
7864      Branch: perl
7865            ! pod/perldiag.pod
7866 ____________________________________________________________________________
7867 [ 28911] By: nicholas                              on 2006/10/01  20:22:02
7868         Log: In PerlIO_debug(), if tainting or set*id, set PL_perlio_debug_fd to -1
7869              first time through to reduce the checks on subsequent calls.
7870      Branch: perl
7871            ! perlio.c
7872 ____________________________________________________________________________
7873 [ 28910] By: nicholas                              on 2006/10/01  19:29:50
7874         Log: In pp_binmode, call mode_from_discipline() once and remember the result.
7875      Branch: perl
7876            ! pp_sys.c
7877 ____________________________________________________________________________
7878 [ 28909] By: stevep                                on 2006/09/30  14:17:55
7879         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.88_51.tar.gz
7880              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
7881              Date: Sat, 30 Sep 2006 13:44:02 +0200
7882              Message-ID: <87ejttmvel.fsf@k75.linux.bogus>
7883      Branch: perl
7884            + lib/CPAN/Queue.pm
7885            ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
7886            ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE
7887            ! lib/CPAN/t/03pkgs.t
7888 ____________________________________________________________________________
7889 [ 28908] By: davem                                 on 2006/09/30  11:31:14
7890         Log: remove backing up outercc->cur in regmatch()/WHILEM
7891      Branch: perl
7892            ! regexec.c
7893 ____________________________________________________________________________
7894 [ 28907] By: davem                                 on 2006/09/30  00:29:10
7895         Log: assert that backing up outercc->cur in regmatch()/WHILEM is not needed
7896      Branch: perl
7897            ! regexec.c
7898 ____________________________________________________________________________
7899 [ 28906] By: davem                                 on 2006/09/30  00:22:20
7900         Log: add stress test for CURLYX/WHILEM regex ops
7901      Branch: perl
7902            ! t/op/pat.t
7903 ____________________________________________________________________________
7904 [ 28905] By: davem                                 on 2006/09/30  00:07:49
7905         Log: rationalise sayYES and sayNO code in regmatch()
7906      Branch: perl
7907            ! regexec.c regexp.h
7908 ____________________________________________________________________________
7909 [ 28904] By: merijn                                on 2006/09/29  17:54:12
7910         Log: Subject: [PATCH] Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns.
7911              From: demerphq <demerphq@gmail.com>
7912              Date: Fri, 29 Sep 2006 17:39:16 +0200
7913              Message-ID: <9b18b3110609290839i58fa703u59259e4ec1d9f2d9@mail.gmail.com>
7914      Branch: perl
7915            ! ext/re/re.pm regcomp.c regcomp.h win32/Makefile
7916 ____________________________________________________________________________
7917 [ 28903] By: stevep                                on 2006/09/29  15:10:41
7918         Log: Subject: [PATCH] PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling seekand don't talk to negative strangers
7919              From: Jarkko Hietaniemi <jhi@iki.fi>
7920              Date: Fri, 29 Sep 2006 17:41:28 +0300
7921              Message-ID: <451D3098.1000305@iki.fi>
7922      Branch: perl
7923            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
7924            ! pod/perldiag.pod
7925 ____________________________________________________________________________
7926 [ 28902] By: merijn                                on 2006/09/29  15:05:22
7927         Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads)
7928              From: demerphq <demerphq@gmail.com>
7929              Date: Fri, 29 Sep 2006 16:57:07 +0200
7930              Message-ID: <9b18b3110609290757n62b3484i7bb948f965524191@mail.gmail.com>
7931      Branch: perl
7932            ! perl.h regcomp.c regexp.h
7933 ____________________________________________________________________________
7934 [ 28901] By: stevep                                on 2006/09/29  13:55:55
7935         Log: Fix debug format in regcomp.c that was failing under
7936              -Doptimize="-g"
7937      Branch: perl
7938            ! regcomp.c
7939 ____________________________________________________________________________
7940 [ 28900] By: merijn                                on 2006/09/29  12:29:24
7941         Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads)
7942              From: demerphq <demerphq@gmail.com>
7943              Date: Fri, 29 Sep 2006 12:41:26 +0200
7944              Message-ID: <9b18b3110609290341p11767110sec20a6fee2038a00@mail.gmail.com>
7945      Branch: perl
7946            + ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t
7947            ! MANIFEST embed.fnc embed.h embedvar.h ext/re/re.pm
7948            ! ext/re/re.xs ext/re/t/re.t op.c perl.h perlapi.h pp.c pp_ctl.c
7949            ! pp_hot.c proto.h regcomp.c regcomp.h regcomp.pl regexec.c
7950            ! regexp.h regnodes.h sv.c thrdvar.h
7951 ____________________________________________________________________________
7952 [ 28899] By: nicholas                              on 2006/09/28  22:15:57
7953         Log: Silence two warnings from gcc when being -pedantic
7954      Branch: perl
7955            ! perl.h
7956 ____________________________________________________________________________
7957 [ 28898] By: merijn                                on 2006/09/28  11:23:38
7958         Log: Subject: Re: reentr reshuffle
7959              From: Jarkko Hietaniemi <jhi@iki.fi>
7960              Date: Thu, 28 Sep 2006 14:15:45 +0300
7961              Message-ID: <451BAEE1.1070509@iki.fi>
7962      Branch: perl
7963            ! reentr.h reentr.pl
7964 ____________________________________________________________________________
7965 [ 28897] By: merijn                                on 2006/09/28  10:36:00
7966         Log: Regen for #28896
7967      Branch: perl
7968            ! reentr.c reentr.h
7969 ____________________________________________________________________________
7970 [ 28896] By: merijn                                on 2006/09/28  10:30:21
7971         Log: Subject: reentr reshuffle
7972              From: Jarkko Hietaniemi <jhi@iki.fi>
7973              Date: Thu, 28 Sep 2006 12:40:04 +0300
7974              Message-ID: <451B9874.7060000@iki.fi>
7975      Branch: perl
7976            ! pod/perlembed.pod pod/perlxs.pod reentr.pl
7977 ____________________________________________________________________________
7978 [ 28895] By: rgs                                   on 2006/09/27  08:45:02
7979         Log: Saddest patch I ever had to apply.
7980      Branch: perl
7981            ! Porting/Maintainers.pl
7982 ____________________________________________________________________________
7983 [ 28894] By: steveh                                on 2006/09/27  08:37:23
7984         Log: I think we need to skip PL_regdupe as well as Perl_regdupe
7985              when USE_ITHREADS is not defined
7986              
7987              See: http://www.nntp.perl.org/group/perl.daily-build.reports/41274
7988      Branch: perl
7989            ! makedef.pl
7990 ____________________________________________________________________________
7991 [ 28893] By: nicholas                              on 2006/09/26  22:29:09
7992         Log: Make Perl_regdupe only exist for threaded perls.
7993      Branch: perl
7994            ! embed.fnc embed.h ext/re/re.xs makedef.pl proto.h regcomp.c
7995            ! thrdvar.h
7996 ____________________________________________________________________________
7997 [ 28892] By: davem                                 on 2006/09/25  22:01:36
7998         Log: Automate generation of the regmatch() state constants
7999              
8000              Subject:  Re: Problem with EVAL handling in bleads iterative regex code.
8001              From:  demerphq <demerphq@gmail.com>
8002              Date:  Mon, 25 Sep 2006 20:09:07 +0200
8003              Message-Id:  <9b18b3110609251109t4cb1d443y87d7a7dc94fcfc24@mail.gmail.com>
8004      Branch: perl
8005            ! regcomp.c regcomp.pl regcomp.sym regexec.c regnodes.h
8006 ____________________________________________________________________________
8007 [ 28891] By: nicholas                              on 2006/09/25  20:47:34
8008         Log: Subject: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re
8009              From: demerphq <demerphq@gmail.com>
8010              Message-ID: <9b18b3110609170557r73d94c18v90285bd57a38b876@mail.gmail.com>
8011              Date: Sun, 17 Sep 2006 14:57:57 +0200
8012      Branch: perl
8013            ! embed.fnc embed.h embedvar.h ext/re/re.xs ext/re/re_top.h
8014            ! global.sym perl.h perlapi.h proto.h regcomp.c sv.c thrdvar.h
8015 ____________________________________________________________________________
8016 [ 28890] By: rgs                                   on 2006/09/25  13:28:24
8017         Log: Remove three X<...> that cannot be handled by pod2text currently
8018              (spotted by David Landgren)
8019      Branch: perl
8020            ! pod/perlref.pod
8021 ____________________________________________________________________________
8022 [ 28889] By: rgs                                   on 2006/09/25  13:10:45
8023         Log: Subject: [PATCH] perlref clarification (was: Re: Is this a bug or a feature?)
8024              From: David Landgren <david@landgren.net>
8025              Date: Mon, 25 Sep 2006 15:03:33 +0200
8026              Message-ID: <4517D3A5.4010200@landgren.net>
8027      Branch: perl
8028            ! pod/perlref.pod
8029 ____________________________________________________________________________
8030 [ 28888] By: davem                                 on 2006/09/25  10:03:41
8031         Log: Fix re debug formatting nits
8032              
8033              From: demerphq <demerphq@gmail.com>
8034              Message-ID: <9b18b3110609250237h4dcf1784s487f1979b2b431b9@mail.gmail.com>
8035              Date: Mon, 25 Sep 2006 11:37:36 +0200
8036              Subject: Re: Problem with EVAL handling in bleads iterative regex code.
8037      Branch: perl
8038            ! regexec.c
8039 ____________________________________________________________________________
8040 [ 28887] By: rgs                                   on 2006/09/25  08:31:37
8041         Log: Typo fix in overload docs
8042      Branch: perl
8043            ! lib/overload.pm
8044 ____________________________________________________________________________
8045 [ 28886] By: nicholas                              on 2006/09/25  07:12:36
8046         Log: Subject: Re: Change 28877: [PATCH] deal with some gcc warnings
8047              From: Jarkko Hietaniemi <jhi@iki.fi>
8048              Message-ID: <45175CA4.3020900@iki.fi>
8049              Date: Mon, 25 Sep 2006 07:35:48 +0300
8050              
8051              remove casts that were causing failure on FreeBSD -Duse64bitint, and
8052              some other cleanups.
8053      Branch: perl
8054            ! doio.c reentr.c reentr.pl
8055 ____________________________________________________________________________
8056 [ 28885] By: davem                                 on 2006/09/25  01:23:31
8057         Log: eliminate PL_regindent and improve -Mre=Debug,STATE output
8058      Branch: perl
8059            ! perl.c regexec.c regexp.h
8060 ____________________________________________________________________________
8061 [ 28884] By: davem                                 on 2006/09/24  22:31:59
8062         Log: fix regression introduced in #27778: must backtrack into inner regex
8063              "aa" =~ /(??{"a+"})a/
8064      Branch: perl
8065            ! regexec.c regexp.h t/op/pat.t t/op/re_tests
8066 ____________________________________________________________________________
8067 [ 28883] By: davem                                 on 2006/09/24  22:03:05
8068         Log: in S_regmatch(), convert state var st->cc into local var cur_curlyx
8069      Branch: perl
8070            ! regexec.c regexp.h
8071 ____________________________________________________________________________
8072 [ 28882] By: davem                                 on 2006/09/24  21:23:28
8073         Log: allow fields in re_tests to include \x{nnn} etc
8074      Branch: perl
8075            ! t/op/re_tests t/op/regexp.t
8076 ____________________________________________________________________________
8077 [ 28881] By: stevep                                on 2006/09/23  16:58:17
8078         Log: Upgrade to CPAN-1.8801.
8079      Branch: perl
8080            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Tarzip.pm
8081 ____________________________________________________________________________
8082 [ 28880] By: rgs                                   on 2006/09/21  15:08:54
8083         Log: Document the values that mad_key can hold
8084              (by Larry)
8085      Branch: perl
8086            ! op.h
8087 ____________________________________________________________________________
8088 [ 28879] By: rgs                                   on 2006/09/21  14:52:15
8089         Log: Subject: RE: Combining UTF-16 output with :crlf is awkward
8090              From: "Jan Dubois" <jand@ActiveState.com>
8091              Date: Thu, 6 Apr 2006 18:37:21 -0700
8092              Message-ID: <0bbe01c659e3$d0c334a0$2217a8c0@candy>
8093      Branch: perl
8094            ! perlio.c
8095 ____________________________________________________________________________
8096 [ 28878] By: merijn                                on 2006/09/21  12:02:14
8097         Log: Subject: Re: \N{...} in regular expression [PATCH]
8098              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8099              Date: Thu, 21 Sep 2006 20:47:02 +0900
8100              Message-Id: <20060921204520.80A6.BQW10602@nifty.com>
8101      Branch: perl
8102            ! pod/perlop.pod
8103 ____________________________________________________________________________
8104 [ 28877] By: rgs                                   on 2006/09/21  07:54:10
8105         Log: Subject: [PATCH] deal with some gcc warnings
8106              From: Jarkko Hietaniemi <jhi@iki.fi>
8107              Date: Thu, 21 Sep 2006 09:08:47 +0300
8108              Message-ID: <45122C6F.9080904@iki.fi>
8109      Branch: perl
8110            ! doio.c reentr.c reentr.pl regcomp.c regexec.c sv.c toke.c
8111            ! util.c
8112 ____________________________________________________________________________
8113 [ 28876] By: stevep                                on 2006/09/21  02:17:30
8114         Log: Subject: [perl #40369] File::Find mishandles non-dangling symlinks
8115              From: ammon@rhythm.com (via RT) <perlbug-followup@perl.org>
8116              Date: Tue, 19 Sep 2006 20:56:32 -0700
8117              Message-ID: <rt-3.5.HEAD-31258-1158724592-1714.40369-75-0@perl.org>
8118      Branch: perl
8119            ! lib/File/Find.pm
8120 ____________________________________________________________________________
8121 [ 28875] By: rgs                                   on 2006/09/20  16:12:14
8122         Log: Deliver SIGILL, SIGBUS and SIGSEGV always in an "unsafe" manner.
8123              
8124              Subject: Safe signals and SIGSEGV
8125              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
8126              Date: Fri, 8 Sep 2006 17:43:41 +0200
8127              Message-ID: <20060908174341.0cc7988f@grubert.mandriva.com>
8128      Branch: perl
8129            ! mg.c
8130 ____________________________________________________________________________
8131 [ 28874] By: rgs                                   on 2006/09/20  15:22:22
8132         Log: prototype() wasn't working to get the prototype of optional core
8133              keywords (like say, err, given.) Fix this by adding a parameter to
8134              Perl_keyword to always get the keyword number, even if the feature
8135              isn't in effect.
8136      Branch: perl
8137            ! embed.fnc embed.h perl_keyword.pl pp.c proto.h t/op/cproto.t
8138            ! toke.c
8139 ____________________________________________________________________________
8140 [ 28873] By: rgs                                   on 2006/09/20  11:53:59
8141         Log: Subject: Re: [PATCH] Patch for win32.c to fix #38723 and #39531
8142              From: Andrew Savige <ajsavige@yahoo.com.au>
8143              Date: Tue, 19 Sep 2006 23:42:31 +1000 (EST)
8144              Message-ID: <20060919134231.87370.qmail@web56407.mail.re3.yahoo.com>
8145      Branch: perl
8146            ! win32/win32.c
8147 ____________________________________________________________________________
8148 [ 28872] By: merijn                                on 2006/09/19  19:09:36
8149         Log: Subject: Re: \N{...} in regular expression [PATCH]
8150              From: demerphq <demerphq@gmail.com>
8151              Date: Tue, 19 Sep 2006 20:36:17 +0200
8152              Message-ID: <9b18b3110609191136v4d595f37pa0a52b8c20851588@mail.gmail.com>
8153      Branch: perl
8154            ! regcomp.c
8155 ____________________________________________________________________________
8156 [ 28871] By: rgs                                   on 2006/09/19  14:05:48
8157         Log: Upgrade to podlators 2.0.5
8158      Branch: perl
8159            + lib/Pod/t/pod-parser.t
8160            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/basic.man
8161            ! lib/Pod/t/basic.t lib/Pod/t/filehandle.t lib/Pod/t/man.t
8162 ____________________________________________________________________________
8163 [ 28870] By: merijn                                on 2006/09/19  11:16:11
8164         Log: Changed +DA2.0w to +DD64; Added notes about C ANSI C updates
8165              on HP-UX 11.00.
8166      Branch: perl
8167            ! README.hpux
8168 ____________________________________________________________________________
8169 [ 28869] By: rgs                                   on 2006/09/19  07:54:24
8170         Log: Subject: Re: [PATCH] lib/File/Copy.t - test descriptions and minor fixes
8171              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
8172              Date: Mon, 18 Sep 2006 17:36:50 -0300
8173              Message-ID: <73ddeb6c0609181336g53a90dceo9a29777f7686e372@mail.gmail.com>
8174      Branch: perl
8175            ! lib/File/Copy.t
8176 ____________________________________________________________________________
8177 [ 28868] By: merijn                                on 2006/09/19  06:56:36
8178         Log: Subject: Re: \N{...} in regular expression [PATCH]
8179              From: demerphq <demerphq@gmail.com>
8180              Date: Tue, 19 Sep 2006 01:37:19 +0200
8181              Message-ID: <9b18b3110609181637m796d6c16o1b2741edc5f09eb2@mail.gmail.com>
8182      Branch: perl
8183            + t/lib/Cname.pm
8184            ! MANIFEST embed.fnc embed.h pod/perldiag.pod proto.h regcomp.c
8185            ! regexec.c t/op/pat.t toke.c
8186 ____________________________________________________________________________
8187 [ 28867] By: merijn                                on 2006/09/19  06:45:26
8188         Log: Subject: [PATCH] C++: add -Wno-used-parameter, and drop ODBM_File
8189              From: Jarkko Hietaniemi <jhi@iki.fi>
8190              Date: Tue, 19 Sep 2006 09:19:22 +0300
8191              Message-ID: <450F8BEA.1010802@iki.fi>
8192      Branch: perl
8193            ! Makefile.SH cflags.SH
8194 ____________________________________________________________________________
8195 [ 28866] By: rgs                                   on 2006/09/18  09:04:02
8196         Log: Fix declaration-after-statement problem
8197              
8198              Subject: [bug] IO::Socket's IO.xs fails to compile
8199              From: Sebastian Steinlechner <steinlechner@gmx.net>
8200              Date: Mon, 18 Sep 2006 01:38:31 +0200
8201              Message-ID: <450DDC77.2060405@gmx.net>
8202      Branch: perl
8203            ! ext/IO/IO.xs
8204 ____________________________________________________________________________
8205 [ 28865] By: rgs                                   on 2006/09/18  08:37:21
8206         Log: Subject: [PATCH] bleed -  silence warning in sv.c
8207              From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
8208              Date: Mon, 18 Sep 2006 01:30:05 -0700
8209              Message-ID: <450E590D.1060205@p6m7g8.com>
8210      Branch: perl
8211            ! sv.c
8212 ____________________________________________________________________________
8213 [ 28864] By: rgs                                   on 2006/09/18  08:35:21
8214         Log: Subject: [PATCH] Re: [perl #37714] XSUB.h version check may fail due to locale
8215              From: John Peacock <jpeacock@rowman.com>
8216              Date: Sun, 17 Sep 2006 16:58:58 -0400
8217              Message-ID: <450DB712.4040703@rowman.com>
8218      Branch: perl
8219            ! universal.c util.c
8220 ____________________________________________________________________________
8221 [ 28863] By: nicholas                              on 2006/09/17  19:26:01
8222         Log: Fix one genuine unitialised code path spotted by gcc, and a signed/
8223              unsigned warning.
8224      Branch: perl
8225            ! doio.c
8226 ____________________________________________________________________________
8227 [ 28862] By: nicholas                              on 2006/09/17  18:52:00
8228         Log: Avoid compiler warning about a variable that isn't used when
8229              -DDEBUGGING is not in force.
8230      Branch: perl
8231            ! regcomp.c
8232 ____________________________________________________________________________
8233 [ 28861] By: rgs                                   on 2006/09/17  13:32:18
8234         Log: A better version of change #28847
8235      Branch: perl
8236            ! universal.c util.c
8237 ____________________________________________________________________________
8238 [ 28860] By: rgs                                   on 2006/09/17  12:07:27
8239         Log: Subject: [PATCH] util.c: restore Perl_my_setenv() to pre-28814
8240              From: Jarkko Hietaniemi <jhi@iki.fi>
8241              Date: Sun, 17 Sep 2006 10:29:08 +0300
8242              Message-ID: <450CF944.7000402@iki.fi>
8243      Branch: perl
8244            ! util.c
8245 ____________________________________________________________________________
8246 [ 28859] By: nicholas                              on 2006/09/17  10:39:27
8247         Log: Some notes about struct block_loop
8248      Branch: perl
8249            ! cop.h
8250 ____________________________________________________________________________
8251 [ 28858] By: nicholas                              on 2006/09/17  00:06:53
8252         Log: Store a pointer to the op in struct block_loop, rather than the 
8253              pointers to last and redo. (for ithreads also drop the next pointer,
8254              as pp_ctl.c doesn't re-write it for ithreads). This shrinks the struct
8255              to 40 bytes on ILP32 systems, and therefore struct block to 64 bytes.
8256      Branch: perl
8257            ! cop.h pp_ctl.c scope.c sv.c
8258 ____________________________________________________________________________
8259 [ 28857] By: stevep                                on 2006/09/16  20:19:08
8260         Log: Upgrade to CPAN-CPAN-1.87_64
8261      Branch: perl
8262            ! lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
8263            ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
8264            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
8265 ____________________________________________________________________________
8266 [ 28856] By: stevep                                on 2006/09/16  19:37:51
8267         Log: Upgrade to ExtUtils-ParseXS-2.16.  There actually are a couple of
8268              changes in bleadperl not in the new version, so version was bumped
8269              to 2.16_01.
8270      Branch: perl
8271            ! lib/ExtUtils/ParseXS.pm
8272 ____________________________________________________________________________
8273 [ 28855] By: nicholas                              on 2006/09/16  17:59:17
8274         Log: Shrink the interpreter structure by 4 bytes (usually) by making
8275              PL_in_eval a U8 and PL_delaymagic a U16. (And corresponding changes
8276              in struct block_eval in cop.h to avoid any possible compiler warnings)
8277      Branch: perl
8278            ! cop.h thrdvar.h
8279 ____________________________________________________________________________
8280 [ 28853] By: nicholas                              on 2006/09/16  17:07:03
8281         Log: Revert changes 28772, 28773, 28774 as they won't gain us anything - I
8282              failed to realise that struct block_sub is not the largest of the
8283              4 structures in the block.blk_u union. (It's actually block_loop)
8284      Branch: perl
8285            ! cop.h pp_ctl.c pp_hot.c scope.c sv.c
8286 ____________________________________________________________________________
8287 [ 28851] By: craigb                                on 2006/09/16  15:14:36
8288         Log: return value of -1 without errno set is ok in 
8289              ext/POSIX/t/sysconf.t (it just means the feature is
8290              not implemented, not defined, or has no limit)
8291      Branch: perl
8292            ! ext/POSIX/t/sysconf.t
8293 ____________________________________________________________________________
8294 [ 28850] By: rgs                                   on 2006/09/16  06:32:36
8295         Log: No declarations after statements ! (noticed by Sadahiro Tomoyuki)
8296      Branch: perl
8297            ! util.c
8298 ____________________________________________________________________________
8299 [ 28849] By: nicholas                              on 2006/09/15  22:03:53
8300         Log: Avoid warnings when $Config{d_cplusplus} is undefined.
8301      Branch: perl
8302            ! ext/Encode/bin/enc2xs
8303 ____________________________________________________________________________
8304 [ 28848] By: craigb                                on 2006/09/15  00:39:32
8305         Log: More hacking in util.c's ifdef jungle following 28844 to avoid
8306              duplicate definition of Perl_my_setenv on VMS.
8307      Branch: perl
8308            ! util.c
8309 ____________________________________________________________________________
8310 [ 28847] By: rgs                                   on 2006/09/14  15:31:22
8311         Log: Fix for bug #37714: XSUB.h version check may fail due to locale
8312              Always convert version to number under C locale settings
8313      Branch: perl
8314            ! util.c
8315 ____________________________________________________________________________
8316 [ 28846] By: stevep                                on 2006/09/14  15:24:04
8317         Log: Subject: [PATCH] C++ Encode
8318              From: Jarkko Hietaniemi <jhi@iki.fi>
8319              Date: Thu, 14 Sep 2006 09:05:10 +0300
8320              Message-ID: <4508F116.40606@iki.fi>
8321      Branch: perl
8322            ! ext/Encode/bin/enc2xs
8323 ____________________________________________________________________________
8324 [ 28845] By: rgs                                   on 2006/09/14  14:18:32
8325         Log: MakeMaker is being split in new sub-distributions on CPAN
8326      Branch: perl
8327            ! Porting/Maintainers.pl
8328 ____________________________________________________________________________
8329 [ 28844] By: rgs                                   on 2006/09/14  12:39:16
8330         Log: Subject: Re: Re: [PATCH] C++: Solaris CC now compiles "perl"
8331              From: demerphq <demerphq@gmail.com>
8332              Date: Thu, 14 Sep 2006 14:28:16 +0200
8333              Message-ID: <9b18b3110609140528x49e063aay724169d7f1e49531@mail.gmail.com>
8334      Branch: perl
8335            ! util.c
8336 ____________________________________________________________________________
8337 [ 28843] By: craigb                                on 2006/09/14  03:50:18
8338         Log: Define d_cplusplus on VMS when appropriate
8339      Branch: perl
8340            ! configure.com
8341 ____________________________________________________________________________
8342 [ 28842] By: stevep                                on 2006/09/14  01:36:13
8343         Log: Subject: [PATCH] (1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC
8344              From: Jarkko Hietaniemi <jhi@iki.fi>
8345              Date: Wed, 13 Sep 2006 20:19:04 +0300
8346              Message-ID: <45083D88.7050207@iki.fi>
8347              
8348              Plus a tweak to the name of CC.
8349      Branch: perl
8350            ! cflags.SH hints/solaris_2.sh perl.h
8351 ____________________________________________________________________________
8352 [ 28841] By: stevep                                on 2006/09/14  01:10:01
8353         Log: Regenerated mktables.lst per Yves Orton's suggestion.
8354      Branch: perl
8355            ! lib/unicore/mktables.lst
8356 ____________________________________________________________________________
8357 [ 28840] By: stevep                                on 2006/09/13  16:05:33
8358         Log: darwin also seems to be lacking a dl_unload_file() in its
8359              DynaLoader, so some additional skips are needed.  If I only
8360              had a NeXT to test with now...
8361      Branch: perl
8362            ! ext/DynaLoader/t/DynaLoader.t
8363 ____________________________________________________________________________
8364 [ 28839] By: stevep                                on 2006/09/13  15:34:46
8365         Log: Add darwin to the list of OS's that fail to pass test 
8366              op/sprintf.t #157.  Newer versions appear to be OK, 
8367              but Mac OS X 10.2.X regularly fail with this test.
8368      Branch: perl
8369            ! t/op/sprintf.t
8370 ____________________________________________________________________________
8371 [ 28838] By: stevep                                on 2006/09/13  14:59:01
8372         Log: Test cases for version cannot handle Test::More versions that
8373              end with _0X.  TODO-ing the failing test cases for now.
8374      Branch: perl
8375            ! lib/version.t
8376 ____________________________________________________________________________
8377 [ 28837] By: rgs                                   on 2006/09/13  14:23:38
8378         Log: Upgrade to CPAN 1.87_63
8379      Branch: perl
8380            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
8381            ! lib/CPAN/SIGNATURE
8382 ____________________________________________________________________________
8383 [ 28836] By: stevep                                on 2006/09/13  13:35:32
8384         Log: Upgrade to Test-Simple-0.64_02
8385      Branch: perl
8386            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
8387            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
8388            ! lib/Test/Simple/Changes
8389            ! lib/Test/Simple/t/00test_harness_check.t
8390            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
8391            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
8392            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/fail_one.t
8393            ! lib/Test/Simple/t/harness_active.t
8394            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/is_fh.t
8395            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
8396            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_bad.t
8397            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/sort_bug.t
8398            ! lib/Test/Simple/t/threads.t
8399 ____________________________________________________________________________
8400 [ 28835] By: rgs                                   on 2006/09/13  13:27:05
8401         Log: Bump version and other misc. changes. 3rd patch from:
8402              
8403              Subject: [PATCH] thread 1.41 - A drama in three parts
8404              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8405              Date: Sun, 10 Sep 2006 09:12:06 -0700
8406              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
8407      Branch: perl
8408            ! ext/threads/Changes ext/threads/README ext/threads/t/state.t
8409            ! ext/threads/t/thread.t ext/threads/threads.pm
8410            ! ext/threads/threads.xs
8411 ____________________________________________________________________________
8412 [ 28834] By: rgs                                   on 2006/09/13  13:21:07
8413         Log: Statically allocate the main thread.
8414              2nd patch from:
8415              
8416              Subject: [PATCH] thread 1.41 - A drama in three parts
8417              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8418              Date: Sun, 10 Sep 2006 09:12:06 -0700
8419              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
8420      Branch: perl
8421            ! ext/threads/threads.xs
8422 ____________________________________________________________________________
8423 [ 28833] By: rgs                                   on 2006/09/13  13:15:44
8424         Log: Race condition fix in threads.pm
8425              First patch from:
8426              
8427              Subject: [PATCH] thread 1.41 - A drama in three parts
8428              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8429              Date: Sun, 10 Sep 2006 09:12:06 -0700
8430              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
8431      Branch: perl
8432            ! ext/threads/threads.xs
8433 ____________________________________________________________________________
8434 [ 28832] By: rgs                                   on 2006/09/13  09:55:09
8435         Log: Subject: mktables executes seven time per build sigh
8436              From: demerphq <demerphq@gmail.com>
8437              Date: Sun, 10 Sep 2006 17:52:10 +0200
8438              Message-ID: <9b18b3110609100852q2cfc2497ufceda5ff5d0875e3@mail.gmail.com>
8439              
8440              (Fix for Windows)
8441      Branch: perl
8442            ! lib/unicore/mktables win32/Makefile
8443 ____________________________________________________________________________
8444 [ 28831] By: rgs                                   on 2006/09/13  09:44:26
8445         Log: Subject: [perl #40328] B::Deparse pod does not list failure to grok outer lexical scopes in BUGS section 
8446              From: David Nicol (via RT) <perlbug-followup@perl.org>
8447              Date: Tue, 12 Sep 2006 13:21:24 -0700
8448              Message-ID: <rt-3.5.HEAD-31259-1158092484-244.40328-75-0@perl.org>
8449      Branch: perl
8450            ! ext/B/B/Deparse.pm
8451 ____________________________________________________________________________
8452 [ 28830] By: rgs                                   on 2006/09/13  09:36:11
8453         Log: Subject: [perl #40327] Doc patch for perlfunc.pod 
8454              From: merijnb@ms.com (via RT) <perlbug-followup@perl.org>
8455              Date: Tue, 12 Sep 2006 09:12:12 -0700
8456              Message-ID: <rt-3.5.HEAD-31259-1158077531-1067.40327-75-0@perl.org>
8457      Branch: perl
8458            ! pod/perlfunc.pod
8459 ____________________________________________________________________________
8460 [ 28829] By: merijn                                on 2006/09/13  06:51:55
8461         Log: Accumulated fixes from earlier backports, amongst of which:
8462              Subject: [PATCH] remove -Wdeclaration-after-statement scan from Configure
8463              From: Jarkko Hietaniemi <jhi@iki.fi>
8464              Date: Tue, 12 Sep 2006 07:19:32 +0300
8465              Message-ID: <45063554.1040301@iki.fi>
8466      Branch: perl
8467            ! Configure Porting/Glossary config_h.SH
8468 ____________________________________________________________________________
8469 [ 28827] By: rgs                                   on 2006/09/12  15:51:53
8470         Log: Disable study() for utf-8 strings
8471              
8472              Subject: Re: Re: [Fwd: Smoke [5.9.4] 28821 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]
8473              From: demerphq <demerphq@gmail.com>
8474              Date: Tue, 12 Sep 2006 17:08:55 +0200
8475              Message-ID: <9b18b3110609120808jceb84ces55ef29c2f2b73ebc@mail.gmail.com>
8476      Branch: perl
8477            ! pp.c
8478 ____________________________________________________________________________
8479 [ 28826] By: stevep                                on 2006/09/12  15:30:57
8480         Log: Upgrade to CPAN-1.87_62
8481      Branch: perl
8482            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
8483 ____________________________________________________________________________
8484 [ 28825] By: rgs                                   on 2006/09/12  14:49:21
8485         Log: Upgrade to MakeMaker 6.30_04
8486      Branch: perl
8487            + lib/ExtUtils/t/build_man.t lib/ExtUtils/t/pm.t
8488            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Any.pm
8489            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
8490            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
8491            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
8492            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/MM_Win32.t
8493            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/revision.t
8494 ____________________________________________________________________________
8495 [ 28824] By: rgs                                   on 2006/09/12  14:04:54
8496         Log: More warnings silencing, including suggestions by Dominic Dunlop
8497      Branch: perl
8498            ! regcomp.c regexec.c
8499 ____________________________________________________________________________
8500 [ 28823] By: rgs                                   on 2006/09/12  07:26:46
8501         Log: Subject: [PATCH] Re: C++ status [Fwd: Smoke [5.9.4] 28776 FAIL(FM) OSF1 V5.1 (EV6/4 cpu)]
8502              From: Dominic Dunlop <domo@computer.org>
8503              Date: Tue, 12 Sep 2006 09:13:41 +0200
8504              Message-Id: <6FD7503D-349B-4BE4-B457-D79458900FA0@computer.org>
8505      Branch: perl
8506            ! sv.c
8507 ____________________________________________________________________________
8508 [ 28822] By: rgs                                   on 2006/09/12  07:22:40
8509         Log: Another warning-silencing cast
8510      Branch: perl
8511            ! regcomp.c
8512 ____________________________________________________________________________
8513 [ 28821] By: rgs                                   on 2006/09/11  13:05:16
8514         Log: POD fixes in perlce manpage
8515      Branch: perl
8516            ! README.ce
8517 ____________________________________________________________________________
8518 [ 28820] By: rgs                                   on 2006/09/11  12:32:35
8519         Log: FAQ sync
8520      Branch: perl
8521            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
8522            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8523            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
8524            ! pod/perlfaq9.pod
8525 ____________________________________________________________________________
8526 [ 28819] By: rgs                                   on 2006/09/11  11:51:04
8527         Log: Fix a few more printf format warnings
8528      Branch: perl
8529            ! regexec.c
8530 ____________________________________________________________________________
8531 [ 28818] By: rgs                                   on 2006/09/11  10:19:20
8532         Log: Fix definition of macro HOP3 (spotted by a gcc warning)
8533      Branch: perl
8534            ! regexec.c
8535 ____________________________________________________________________________
8536 [ 28817] By: rgs                                   on 2006/09/11  10:12:32
8537         Log: Fix some compilation warnings
8538      Branch: perl
8539            ! regcomp.c
8540 ____________________________________________________________________________
8541 [ 28816] By: rgs                                   on 2006/09/11  10:04:19
8542         Log: Subject: [PATCH] Teach regex optimiser how to handle (?=) and (?<=) properly.
8543              From: demerphq <demerphq@gmail.com>
8544              Date: Sat, 9 Sep 2006 22:00:05 +0200
8545              Message-ID: <9b18b3110609091300x1fd0b15dt32932902a0a80674@mail.gmail.com>
8546      Branch: perl
8547            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regcomp.sym
8548            ! regexec.c regnodes.h sv.c t/op/re_tests t/op/regexp.t
8549 ____________________________________________________________________________
8550 [ 28815] By: rgs                                   on 2006/09/11  09:14:58
8551         Log: Subject: Re: [perl #40302] sigtrap(3pm) man page is vague
8552              From: "David Nicol" <davidnicol@gmail.com>
8553              Date: Fri, 8 Sep 2006 11:19:23 -0500
8554              Message-ID: <934f64a20609080919g3d0add8cr1ca3d1c7ea9a5d32@mail.gmail.com>
8555      Branch: perl
8556            ! lib/sigtrap.pm
8557 ____________________________________________________________________________
8558 [ 28814] By: rgs                                   on 2006/09/11  08:56:21
8559         Log: Subject: [PATCH] C++: Solaris CC now compiles "perl"
8560              From: Jarkko Hietaniemi <jhi@iki.fi>
8561              Date: Sat, 09 Sep 2006 15:29:12 +0300
8562              Message-ID: <4502B398.6060505@iki.fi>
8563      Branch: perl
8564            ! hints/solaris_2.sh opcode.h opcode.pl perl.h perlio.c
8565            ! unixish.h util.c
8566 ____________________________________________________________________________
8567 [ 28813] By: rgs                                   on 2006/09/11  08:41:50
8568         Log: Subject: NULL and sv_setpv vs. newSVpv
8569              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
8570              Date: Sun, 10 Sep 2006 20:31:46 -0700 (PDT)
8571              Message-ID: <8750.24.19.24.170.1157945506.squirrel@24.19.24.170>
8572      Branch: perl
8573            ! sv.c
8574 ____________________________________________________________________________
8575 [ 28812] By: steveh                                on 2006/09/08  16:08:53
8576         Log: Update Porting/Maintainers.pl w.r.t. #28811
8577      Branch: perl
8578            ! Porting/Maintainers.pl
8579 ____________________________________________________________________________
8580 [ 28811] By: steveh                                on 2006/09/08  16:05:53
8581         Log: Subject: [PATCH] Add Params::Check to the core
8582              From: "Jos Boumans" <kane@dwim.org>
8583              Date: Fri, 8 Sep 2006 13:57:16 +0200 (CEST)
8584              Message-ID: <8319.80.127.35.68.1157716636.squirrel@webmail.xs4all.nl>
8585              
8586              (Just the Params-Check part: Locale-Maketext-Simple has already been
8587              added by change #28809)
8588      Branch: perl
8589            + lib/Params/Check.pm lib/Params/Check/t/01_Params-Check.t
8590            ! MANIFEST
8591 ____________________________________________________________________________
8592 [ 28810] By: steveh                                on 2006/09/08  15:33:18
8593         Log: Update Porting/Maintainers.pl w.r.t. #28809
8594      Branch: perl
8595            ! Porting/Maintainers.pl
8596 ____________________________________________________________________________
8597 [ 28809] By: steveh                                on 2006/09/08  15:19:50
8598         Log: Subject: Re: [PATCH] Add Locale::Maketext::Simple to the core
8599              From: kane@xs4all.nl
8600              Date: Sun, 13 Aug 2006 15:51:58 +0200 (CEST)
8601              Message-ID: <24406.80.127.35.68.1155477118.squirrel@webmail.xs4all.nl>
8602              
8603              Actually added 0.18, rather than 0.17 which this PATCH contained, for
8604              an updated licence statement.
8605      Branch: perl
8606            + lib/Locale/Maketext/Simple.pm
8607            + lib/Locale/Maketext/Simple/t/0-signature.t
8608            + lib/Locale/Maketext/Simple/t/1-basic.t
8609            ! MANIFEST
8610 ____________________________________________________________________________
8611 [ 28808] By: rgs                                   on 2006/09/08  08:36:32
8612         Log: Use %^H instead of $^H for the assertions pragma
8613      Branch: perl
8614            ! lib/assertions.pm op.c perl.h
8615 ____________________________________________________________________________
8616 [ 28807] By: rgs                                   on 2006/09/08  07:39:10
8617         Log: Remove empty typemap file
8618      Branch: perl
8619            - ext/threads/shared/typemap
8620            ! MANIFEST
8621 ____________________________________________________________________________
8622 [ 28806] By: craigb                                on 2006/09/08  02:07:30
8623         Log: declaration after code nit in vms/vms.c (from Martin Vorlaender)
8624      Branch: perl
8625            ! vms/vms.c
8626 ____________________________________________________________________________
8627 [ 28805] By: stevep                                on 2006/09/07  18:39:22
8628         Log: Clean up some comments.
8629      Branch: perl
8630            ! cygwin/ld2.in
8631 ____________________________________________________________________________
8632 [ 28804] By: rgs                                   on 2006/09/07  15:21:56
8633         Log: Typo fix in #ifdef
8634      Branch: perl
8635            ! toke.c
8636 ____________________________________________________________________________
8637 [ 28803] By: stevep                                on 2006/09/07  14:24:18
8638         Log: Fix to first problem causing Cygwin Perl to fail to build 
8639              in a path with spaces in it. 
8640      Branch: perl
8641            ! cygwin/Makefile.SHs
8642 ____________________________________________________________________________
8643 [ 28802] By: gisle                                 on 2006/09/07  14:12:14
8644         Log: Document mkpath() return value in scalar context.
8645              Document that rmtree() return value include deleted
8646              directories.
8647      Branch: perl
8648            ! lib/File/Path.pm
8649 ____________________________________________________________________________
8650 [ 28801] By: rgs                                   on 2006/09/07  13:16:12
8651         Log: Subject: Re: [perl #40262] kill( 0, ... ) does not return alive status of child process
8652              From: "David Nicol" <davidnicol@gmail.com>
8653              Date: Fri, 1 Sep 2006 17:26:34 -0500
8654              Message-ID: <934f64a20609011526odd7f5bta847a3be1f6fa5f0@mail.gmail.com>
8655      Branch: perl
8656            ! pod/perlfunc.pod
8657 ____________________________________________________________________________
8658 [ 28800] By: rgs                                   on 2006/09/07  13:13:05
8659         Log: Subject: [perl #40293] perlsec talks erroneously about "Non-Finite Automaton" 
8660              From: premchai21@yahoo.com (via RT) <perlbug-followup@perl.org>
8661              Date: Wed, 06 Sep 2006 23:11:10 -0700
8662              Message-ID: <rt-3.5.HEAD-31258-1157609470-1994.40293-75-0@perl.org>
8663      Branch: perl
8664            ! pod/perlsec.pod
8665 ____________________________________________________________________________
8666 [ 28799] By: rgs                                   on 2006/09/07  11:46:40
8667         Log: Bump version of PerlIO::scalar
8668      Branch: perl
8669            ! ext/PerlIO/scalar/scalar.pm
8670 ____________________________________________________________________________
8671 [ 28798] By: rgs                                   on 2006/09/07  11:45:36
8672         Log: Fix for [perl #40267] PerlIO::scalar doesn't respect readonly-ness
8673      Branch: perl
8674            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
8675 ____________________________________________________________________________
8676 [ 28797] By: rgs                                   on 2006/09/07  09:49:31
8677         Log: Invalidate ISA and method caches when calling a safe compartment
8678              (bug #39887)
8679              
8680              Remove XS_VERSION, make it equal to VERSION
8681      Branch: perl
8682            ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
8683            ! ext/Opcode/Opcode.xs
8684 ____________________________________________________________________________
8685 [ 28796] By: rgs                                   on 2006/09/07  09:25:18
8686         Log: Add Exporter in the dual-lived module list
8687      Branch: perl
8688            ! Porting/Maintainers.pl
8689 ____________________________________________________________________________
8690 [ 28795] By: rgs                                   on 2006/09/07  09:21:56
8691         Log: Subject: Dual life for Exporter
8692              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
8693              Date: Wed, 6 Sep 2006 16:40:28 -0300
8694              Message-ID: <73ddeb6c0609061240g34f60d9fodaf7727575778d8e@mail.gmail.com>
8695      Branch: perl
8696            ! lib/Exporter.t
8697 ____________________________________________________________________________
8698 [ 28794] By: stevep                                on 2006/09/07  02:07:57
8699         Log: Convert Errno.t to Test::More.  Increase the test coverage
8700              while in there as well. 
8701      Branch: perl
8702            ! ext/Errno/t/Errno.t
8703 ____________________________________________________________________________
8704 [ 28793] By: steveh                                on 2006/09/06  16:54:19
8705         Log: cxtype is a U16, not a U32 (Stops VC++ complaining)
8706      Branch: perl
8707            ! pp_ctl.c
8708 ____________________________________________________________________________
8709 [ 28792] By: stevep                                on 2006/09/06  14:33:06
8710         Log: Removed some leftover debugging accidentally added with
8711              change #28788.
8712      Branch: perl
8713            ! regexec.c
8714 ____________________________________________________________________________
8715 [ 28791] By: rgs                                   on 2006/09/06  14:11:09
8716         Log: Revert accidental file deletion
8717      Branch: perl
8718            + ext/threads/shared/typemap
8719 ____________________________________________________________________________
8720 [ 28790] By: rgs                                   on 2006/09/06  14:04:33
8721         Log: Remove perlcc and the byteloader
8722      Branch: perl
8723            - ext/B/B/Assembler.pm ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
8724            - ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Disassembler.pm
8725            - ext/B/B/Stackobj.pm ext/B/B/Stash.pm ext/B/B/assemble
8726            - ext/B/B/cc_harness ext/B/B/disassemble ext/B/B/makeliblinks
8727            - ext/B/C/C.xs ext/B/C/Makefile.PL ext/B/NOTES ext/B/README
8728            - ext/B/TESTS ext/B/Todo ext/B/ramblings/cc.notes
8729            - ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
8730            - ext/B/ramblings/magic ext/B/ramblings/reg.alloc
8731            - ext/B/ramblings/runtime.porting ext/B/t/asmdata.t
8732            - ext/B/t/assembler.t ext/B/t/bblock.t ext/B/t/bytecode.t
8733            - ext/B/t/stash.t ext/ByteLoader/ByteLoader.pm
8734            - ext/ByteLoader/ByteLoader.xs ext/ByteLoader/Makefile.PL
8735            - ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
8736            - ext/ByteLoader/byterun.h ext/ByteLoader/hints/sunos.pl
8737            - ext/threads/shared/typemap utils/perlcc.PL
8738            ! MANIFEST Makefile.SH NetWare/Makefile bytecode.pl
8739            ! configure.com ext/B/B/Asmdata.pm pod/Makefile.SH
8740            ! pod/perlcompile.pod regen.pl t/TEST t/harness
8741            ! t/lib/1_compile.t utils.lst utils/Makefile
8742            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
8743            ! win32/pod.mak x2p/Makefile.SH
8744 ____________________________________________________________________________
8745 [ 28789] By: rgs                                   on 2006/09/06  09:18:31
8746         Log: Remove JPL
8747      Branch: perl
8748            - jpl/ChangeLog jpl/JNI/Changes jpl/JNI/Closer.java
8749            - jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/JNIConfig
8750            - jpl/JNI/JNIConfig.Win32 jpl/JNI/JNIConfig.kaffe
8751            - jpl/JNI/JNIConfig.noembed jpl/JNI/JNIConfig.standard
8752            - jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
8753            - jpl/JNI/typemap.gcc jpl/JNI/typemap.win32
8754            - jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
8755            - jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
8756            - jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
8757            - jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile.PL
8758            - jpl/PerlInterpreter/PerlInterpreter.c
8759            - jpl/PerlInterpreter/PerlInterpreter.h
8760            - jpl/PerlInterpreter/PerlInterpreter.java jpl/README
8761            - jpl/README.JUST-JNI jpl/SETVARS.PL jpl/Sample/Makefile.PL
8762            - jpl/Sample/Sample.jpl jpl/Test/Makefile.PL jpl/Test/Test.jpl
8763            - jpl/bin/jpl jpl/docs/Tutorial.pod jpl/get_jdk/README
8764            - jpl/get_jdk/get_jdk.pl jpl/get_jdk/jdk_hosts jpl/install-jpl
8765            ! MANIFEST
8766 ____________________________________________________________________________
8767 [ 28788] By: stevep                                on 2006/09/06  00:35:15
8768         Log: Subject: [PATCH] UCD 5.0.0
8769              From: Jarkko Hietaniemi <jhi@iki.fi>
8770              Date: Tue, 05 Sep 2006 21:29:45 +0300
8771              Message-ID: <44FDC219.8010006@iki.fi>
8772      Branch: perl
8773            + lib/unicore/NamedSqProv.txt
8774            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabicShaping.txt
8775            ! lib/unicore/BidiMirroring.txt lib/unicore/Blocks.txt
8776            ! lib/unicore/CaseFolding.txt
8777            ! lib/unicore/CompositionExclusions.txt
8778            ! lib/unicore/EastAsianWidth.txt
8779            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
8780            ! lib/unicore/Jamo.txt lib/unicore/LineBreak.txt
8781            ! lib/unicore/NamedSequences.txt lib/unicore/NamesList.txt
8782            ! lib/unicore/NormalizationCorrections.txt
8783            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
8784            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
8785            ! lib/unicore/Scripts.txt lib/unicore/SpecialCasing.txt
8786            ! lib/unicore/StandardizedVariants.txt
8787            ! lib/unicore/UnicodeData.txt lib/unicore/version regexec.c
8788            ! t/uni/class.t
8789 ____________________________________________________________________________
8790 [ 28787] By: rgs                                   on 2006/09/05  11:09:03
8791         Log: Fix a few warnings
8792      Branch: perl
8793            ! regcomp.c regexec.c
8794 ____________________________________________________________________________
8795 [ 28786] By: rgs                                   on 2006/09/05  10:40:25
8796         Log: Subject: [PATCH perl-current]; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings
8797              From: "Robin Barker" <Robin.Barker@npl.co.uk>
8798              Date: Fri, 1 Sep 2006 16:10:25 +0100
8799              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A21@exchsvr1.npl.ad.local>
8800      Branch: perl
8801            ! dump.c perl.h perlio.c pp.c pp_pack.c sv.c utf8.c
8802 ____________________________________________________________________________
8803 [ 28785] By: rgs                                   on 2006/09/05  10:21:57
8804         Log: Subject: Re: [PATCH] Trie jumping
8805              From: demerphq <demerphq@gmail.com>
8806              Date: Sat, 2 Sep 2006 16:40:12 +0200
8807              Message-ID: <9b18b3110609020740y2eb9004cpab313c3353a437ca@mail.gmail.com>
8808      Branch: perl
8809            ! embed.fnc embed.h ext/re/re.pm opcode.h proto.h regcomp.c
8810            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
8811            ! t/op/re_tests
8812 ____________________________________________________________________________
8813 [ 28783] By: rgs                                   on 2006/09/04  16:54:36
8814         Log: Subject: [perl #40239] New hints file for MidnightBSD 
8815              From: Lucas Holt (via RT) <perlbug-followup@perl.org>
8816              Date: Fri, 25 Aug 2006 20:16:40 -0700
8817              Message-ID: <rt-3.5.HEAD-31263-1156562199-1390.40239-75-0@perl.org>
8818      Branch: perl
8819            + hints/midnightbsd.sh
8820            ! MANIFEST
8821 ____________________________________________________________________________
8822 [ 28782] By: rgs                                   on 2006/09/04  15:50:17
8823         Log: Upgrade to Sys::Syslog 0.18
8824      Branch: perl
8825            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
8826            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
8827 ____________________________________________________________________________
8828 [ 28781] By: rgs                                   on 2006/09/04  14:53:00
8829         Log: Subject: [perl #40272] subroutine call with & in perlop example 
8830              From: yath-perlbug@yath.de (via RT) <perlbug-followup@perl.org>
8831              Date: Sun, 03 Sep 2006 13:03:28 -0700
8832              Message-ID: <rt-3.5.HEAD-31251-1157313807-430.40272-75-0@perl.org>
8833      Branch: perl
8834            ! pod/perlop.pod
8835 ____________________________________________________________________________
8836 [ 28780] By: rgs                                   on 2006/09/04  13:12:20
8837         Log: Documentation nit, found by Dr Ruud.
8838      Branch: perl
8839            ! pod/perldsc.pod
8840 ____________________________________________________________________________
8841 [ 28779] By: rgs                                   on 2006/09/04  13:11:01
8842         Log: Subject: [PATCH] Correction to POD for FETCH_*_ATTRIBUTES 
8843              From: "Jerry D. Hedden" <jerry@hedden.us>
8844              Date: Fri, 01 Sep 2006 12:43:46 -0700
8845              Message-ID: <20060901124346.fb30e530d17747c2b054d625b8945d88.0cfdb87cb8.wbe@email.secureserver.net>
8846      Branch: perl
8847            ! lib/attributes.pm
8848 ____________________________________________________________________________
8849 [ 28778] By: rgs                                   on 2006/09/04  12:41:39
8850         Log: Subject: Re: AW: [PATCH pod/*] Use Direct Object Constructor Calls
8851              From: chromatic <chromatic@wgz.org>
8852              Date: Fri, 1 Sep 2006 09:12:45 -0700
8853              Message-Id: <200609010912.46314.chromatic@wgz.org>
8854      Branch: perl
8855            ! pod/perllexwarn.pod pod/perlmodlib.PL pod/perlop.pod
8856            ! pod/perlothrtut.pod pod/perlref.pod pod/perltie.pod
8857 ____________________________________________________________________________
8858 [ 28777] By: rgs                                   on 2006/09/04  12:30:36
8859         Log: Subject: [PATCH pod/perlfunc.pod] Add Index Numbers to caller() Docs
8860              From: chromatic <chromatic@wgz.org>
8861              Date: Fri, 1 Sep 2006 05:42:17 -0700
8862              Message-Id: <200609010542.17571.chromatic@wgz.org>
8863      Branch: perl
8864            ! pod/perlfunc.pod
8865 ____________________________________________________________________________
8866 [ 28776] By: rgs                                   on 2006/09/03  12:51:57
8867         Log: Remove dead code from sort.pm
8868      Branch: perl
8869            ! lib/sort.pm
8870 ____________________________________________________________________________
8871 [ 28774] By: nicholas                              on 2006/09/01  17:25:50
8872         Log: Merge lval and hasargs into one U8 in struct block_sub
8873      Branch: perl
8874            ! cop.h
8875 ____________________________________________________________________________
8876 [ 28773] By: nicholas                              on 2006/09/01  16:27:48
8877         Log: Access to cx->blk_sub.lval via macros (as it's about to move).
8878      Branch: perl
8879            ! cop.h pp_ctl.c pp_hot.c scope.c sv.c
8880 ____________________________________________________________________________
8881 [ 28772] By: nicholas                              on 2006/09/01  15:05:10
8882         Log: Access cx->blk_sub.hasargs via a pair of macros (as it's about to
8883              move)
8884      Branch: perl
8885            ! cop.h pp_ctl.c scope.c sv.c
8886 ____________________________________________________________________________
8887 [ 28771] By: nicholas                              on 2006/08/31  09:05:50
8888         Log: Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortal
8889              on the tempstack, by augmenting pp_anonlist and pp_anonhash to accept
8890              OPf_SPECIAL to mean "return a reference to the aggregate" on the stack
8891              rather than the aggregate itself.
8892      Branch: perl
8893            ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t ext/B/t/f_map.t
8894            ! ext/B/t/f_sort.t ext/Devel/Peek/t/Peek.t op.c op.h pp.c
8895 ____________________________________________________________________________
8896 [ 28770] By: nicholas                              on 2006/08/31  08:26:13
8897         Log: Save 4 bytes from struct context (on ILP32) by moving cx_type into
8898              struct block and struct subst.
8899      Branch: perl
8900            ! cop.h
8901 ____________________________________________________________________________
8902 [ 28769] By: steveh                                on 2006/08/30  15:57:13
8903         Log: Silence some more Borland compiler warnings
8904              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)
8905              
8906              - Change the cryptic pragma warn strings into numbers that are more
8907              easily recognized, and add a new one (8027).
8908              
8909              - Add a similar pragma warn line to fcrypt.c, which doesn't use
8910              win32.h.
8911      Branch: perl
8912            ! win32/fcrypt.c win32/win32.h
8913 ____________________________________________________________________________
8914 [ 28768] By: steveh                                on 2006/08/29  13:24:56
8915         Log: Silence Borland compiler warnings in XS::APItest and Win32
8916              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)
8917      Branch: perl
8918            ! ext/XS/APItest/APItest.xs win32/ext/Win32/Win32.pm
8919            ! win32/ext/Win32/Win32.xs
8920 ____________________________________________________________________________
8921 [ 28767] By: rgs                                   on 2006/08/28  12:52:00
8922         Log: Revert bogus change 28763.
8923      Branch: perl
8924            ! EXTERN.h INTERN.h
8925 ____________________________________________________________________________
8926 [ 28766] By: rgs                                   on 2006/08/28  09:26:52
8927         Log: Fix PerlIO::scalar fileno() documentation as suggested in:
8928              Subject: [perl #40245] POD error for PerlIO::scalar in 5.8.8 
8929              From: "Shawn Boyette" (via RT) <perlbug-followup@perl.org>
8930              Date: Mon, 28 Aug 2006 00:21:25 -0700
8931              Message-ID: <rt-3.5.HEAD-31263-1156749685-634.40245-75-0@perl.org>
8932      Branch: perl
8933            ! ext/PerlIO/scalar/scalar.pm
8934 ____________________________________________________________________________
8935 [ 28765] By: stevep                                on 2006/08/27  17:53:17
8936         Log: Added an additional #ifndef based on comments by Jarkko and
8937              John Malmberg.
8938      Branch: perl
8939            ! x2p/INTERN.h
8940 ____________________________________________________________________________
8941 [ 28764] By: rgs                                   on 2006/08/27  16:05:09
8942         Log: Subject: [PATCH DOC] perlsyn incomplete duplicate definition of truth
8943              From: Daniel Frederick Crisman <daniel@crisman.org>
8944              Date: Thu, 24 Aug 2006 17:29:57 -0400
8945              Message-ID: <20060824212957.GA32557@fury.crisman.org>
8946      Branch: perl
8947            ! pod/perlsyn.pod
8948 ____________________________________________________________________________
8949 [ 28763] By: rgs                                   on 2006/08/27  15:57:39
8950         Log: More conditional defines of EXTERN_C, by Jarkko
8951      Branch: perl
8952            ! EXTERN.h INTERN.h
8953 ____________________________________________________________________________
8954 [ 28762] By: rgs                                   on 2006/08/27  15:51:25
8955         Log: Subject: [PATCH] Change #24364 broke Data::Dumper::Seen()
8956              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
8957              Date: Fri, 25 Aug 2006 22:35:33 +0200
8958              Message-ID: <20060825223533.04efdf2d@r2d2>
8959      Branch: perl
8960            ! ext/Data/Dumper/Dumper.pm
8961 ____________________________________________________________________________
8962 [ 28761] By: rgs                                   on 2006/08/27  15:46:54
8963         Log: Regression test for attributes 'reserved' warning,
8964              by Jerry D. Hedden
8965      Branch: perl
8966            ! t/op/attrs.t
8967 ____________________________________________________________________________
8968 [ 28760] By: rgs                                   on 2006/08/25  16:47:08
8969         Log: Put a plan in the last added test
8970      Branch: perl
8971            ! lib/SelfLoader-buggy.t
8972 ____________________________________________________________________________
8973 [ 28759] By: steveh                                on 2006/08/25  16:12:52
8974         Log: Silence a bunch of Borland compiler warnings in SDBM_File
8975              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40283)
8976      Branch: perl
8977            ! XSUB.h
8978 ____________________________________________________________________________
8979 [ 28758] By: rgs                                   on 2006/08/25  15:58:41
8980         Log: Subject: Re: [perl #40216] SelfLoader::croak doesn't protect $@ from being clobbered by require
8981              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
8982              Date: Thu, 24 Aug 2006 10:20:43 -0300
8983              Message-ID: <73ddeb6c0608240620s207124d1mc202aea6a4598576@mail.gmail.com>
8984      Branch: perl
8985            + lib/SelfLoader-buggy.t
8986            ! MANIFEST lib/SelfLoader.pm
8987 ____________________________________________________________________________
8988 [ 28757] By: rgs                                   on 2006/08/25  15:45:08
8989         Log: Following Jarkko's advice, it seems that ODBM_File cannot be
8990              compiled as C++ as-is.
8991      Branch: perl
8992            ! ext/ODBM_File/ODBM_File.xs
8993 ____________________________________________________________________________
8994 [ 28756] By: rgs                                   on 2006/08/25  15:24:28
8995         Log: Subject: [PATCH] RE: [perl #40227] 'reserved' warning not working
8996              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8997              Date: Thu, 24 Aug 2006 09:04:12 -0700
8998              Message-ID: <20060824090412.fb30e530d17747c2b054d625b8945d88.e8ae12ccab.wbe@email.secureserver.net>
8999      Branch: perl
9000            ! lib/attributes.pm xsutils.c
9001 ____________________________________________________________________________
9002 [ 28755] By: stevep                                on 2006/08/24  15:07:58
9003         Log: Upgrade to File-Temp-0.17.  Also, a change to Tim Jenness's email.
9004      Branch: perl
9005            + lib/File/Temp/t/seekable.t
9006            ! AUTHORS MANIFEST lib/File/Temp.pm
9007 ____________________________________________________________________________
9008 [ 28754] By: rgs                                   on 2006/08/24  12:36:08
9009         Log: Subject: [PATCH ext/ODBM_File/ODBM_File.xs] change 28744 broke ODBM_File
9010              From: "Robin Barker" <Robin.Barker@npl.co.uk>
9011              Date: Thu, 24 Aug 2006 13:22:47 +0100
9012              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A1A@exchsvr1.npl.ad.local>
9013      Branch: perl
9014            ! ext/ODBM_File/ODBM_File.xs
9015 ____________________________________________________________________________
9016 [ 28753] By: rgs                                   on 2006/08/24  12:23:15
9017         Log: Subject: [PATCH] Don't promulgate Perl attributes
9018              From: "Jerry D. Hedden" <jdhedden@cpan.org>
9019              Date: Wed, 23 Aug 2006 10:07:05 -0700
9020              Message-ID: <20060823100705.fb30e530d17747c2b054d625b8945d88.87c0ee9326.wbe@email.secureserver.net>
9021      Branch: perl
9022            ! lib/attributes.pm xsutils.c
9023 ____________________________________________________________________________
9024 [ 28752] By: stevep                                on 2006/08/24  01:27:08
9025         Log: Upgrade to CGI.pm-3.22.
9026      Branch: perl
9027            ! lib/CGI.pm lib/CGI/Changes
9028 ____________________________________________________________________________
9029 [ 28751] By: stevep                                on 2006/08/23  16:08:17
9030         Log: Subject: [perl #40161] ccversion fix for hpux
9031              From: smoketst@hp46t243.cup.hp.com (via RT) <perlbug-followup@perl.org>
9032              Date: Wed, 16 Aug 2006 23:10:52 -0700
9033              Message-ID: <rt-3.5.HEAD-31263-1155795052-1297.40161-75-0@perl.org>
9034      Branch: perl
9035            ! hints/hpux.sh
9036 ____________________________________________________________________________
9037 [ 28750] By: stevep                                on 2006/08/23  03:04:47
9038         Log: The previous change causes compile failures with threaded Perls.
9039      Branch: perl
9040            ! reentr.h reentr.pl
9041 ____________________________________________________________________________
9042 [ 28749] By: stevep                                on 2006/08/22  20:16:55
9043         Log: Part of one of Jarkko's g++ patches that was missed.
9044      Branch: perl
9045            ! reentr.h reentr.pl
9046 ____________________________________________________________________________
9047 [ 28748] By: stevep                                on 2006/08/22  17:41:33
9048         Log: Update to Time-HiRes-1.90.
9049      Branch: perl
9050            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
9051            ! ext/Time/HiRes/HiRes.xs
9052 ____________________________________________________________________________
9053 [ 28747] By: stevep                                on 2006/08/22  16:43:52
9054         Log: Upgrade to Time-HiRes-1.89.
9055      Branch: perl
9056            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
9057            ! ext/Time/HiRes/HiRes.xs
9058 ____________________________________________________________________________
9059 [ 28746] By: stevep                                on 2006/08/22  14:18:16
9060         Log: Upgrade to CGI.pm-3.21
9061      Branch: perl
9062            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
9063 ____________________________________________________________________________
9064 [ 28745] By: stevep                                on 2006/08/22  14:14:23
9065         Log: Upgrade to Time-HiRes-1.88.
9066      Branch: perl
9067            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
9068            ! ext/Time/HiRes/HiRes.xs
9069 ____________________________________________________________________________
9070 [ 28744] By: stevep                                on 2006/08/22  14:07:13
9071         Log: Subject: [PATCH] g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and Time::HiRes 1.88 in CPAN)
9072              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9073              Date: Tue, 22 Aug 2006 10:45:41 +0300 (EEST)
9074              Message-Id: <200608220745.k7M7jfjP050939@kosh.hut.fi>
9075              
9076              ...plus various version bumps and Digest::MD5 test file fixes.
9077      Branch: perl
9078            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
9079            ! ext/Digest/MD5/t/files.t ext/Math/BigInt/FastCalc/FastCalc.pm
9080            ! ext/Math/BigInt/FastCalc/FastCalc.xs
9081            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
9082            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
9083 ____________________________________________________________________________
9084 [ 28743] By: stevep                                on 2006/08/22  02:12:16
9085         Log: Subject: [PATCH] perlhack.pod: small porta-tweaks (this time without pod2man :-)
9086              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9087              Date: Mon, 21 Aug 2006 22:39:35 +0300 (EEST)
9088              Message-Id: <200608211939.k7LJdZ9P170671@kosh.hut.fi>
9089      Branch: perl
9090            ! pod/perlhack.pod
9091 ____________________________________________________________________________
9092 [ 28742] By: stevep                                on 2006/08/22  01:03:05
9093         Log: Subject: [PATCH] g++/x2p (better version)
9094              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9095              Date: Mon, 21 Aug 2006 14:48:26 +0300 (EEST)
9096              Message-Id: <200608211148.k7LBmQGL161830@kosh.hut.fi>
9097      Branch: perl
9098            ! x2p/EXTERN.h x2p/INTERN.h x2p/hash.h
9099 ____________________________________________________________________________
9100 [ 28741] By: rgs                                   on 2006/08/21  10:15:30
9101         Log: Subject: [PATCH] g++/Tru64: got perl linking once got the linkage right
9102              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9103              Date: Fri, 18 Aug 2006 13:03:17 +0300 (EEST)
9104              Message-Id: <200608181003.k7IA3Hso276655@kosh.hut.fi>
9105      Branch: perl
9106            ! hints/dec_osf.sh perl.h pp_sys.c
9107 ____________________________________________________________________________
9108 [ 28740] By: rgs                                   on 2006/08/20  10:13:12
9109         Log: Amendment to change #28739
9110      Branch: perl
9111            ! ext/B/B/Assembler.pm
9112 ____________________________________________________________________________
9113 [ 28739] By: rgs                                   on 2006/08/20  09:25:59
9114         Log: Subject: [PATCH] bytecode.t failures in Tru64: svtype (enum) is int, not long
9115              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9116              Date: Sat, 19 Aug 2006 14:34:53 +0300 (EEST)
9117              Message-Id: <200608191134.k7JBYroK518962@kosh.hut.fi>
9118      Branch: perl
9119            ! ext/B/B/Assembler.pm
9120 ____________________________________________________________________________
9121 [ 28738] By: rgs                                   on 2006/08/20  09:15:21
9122         Log: perlthrtut update, by Jerry D. Hedden.
9123      Branch: perl
9124            ! pod/perlthrtut.pod
9125 ____________________________________________________________________________
9126 [ 28737] By: rgs                                   on 2006/08/20  08:46:33
9127         Log: Subject: [PATCH] g++/Solaris: force d_dlopen=define
9128              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9129              Date: Fri, 18 Aug 2006 15:48:34 +0300 (EEST)
9130              Message-Id: <200608181248.k7ICmY2W028375@vipunen.hut.fi>
9131      Branch: perl
9132            ! hints/solaris_2.sh
9133 ____________________________________________________________________________
9134 [ 28736] By: rgs                                   on 2006/08/18  16:22:18
9135         Log: Phrasing nit in perlxstut (by Ville Koskinen)
9136      Branch: perl
9137            ! pod/perlxstut.pod
9138 ____________________________________________________________________________
9139 [ 28735] By: rgs                                   on 2006/08/18  15:46:18
9140         Log: A type change that apparently works around a compiler bug
9141              (gcc 4.1.1 on Solaris) (by Robin Barker)
9142      Branch: perl
9143            ! pp_hot.c
9144 ____________________________________________________________________________
9145 [ 28734] By: stevep                                on 2006/08/17  20:28:36
9146         Log: Subject: [PATCH] Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
9147              From: Jarkko Hietaniemi <jhi@iki.fi>
9148              Date: Thu, 17 Aug 2006 19:16:09 +0300
9149              Message-ID: <44E49649.9090307@iki.fi>
9150      Branch: perl
9151            ! XSUB.h mathoms.c op.h perl.h perlio.c utf8.c
9152 ____________________________________________________________________________
9153 [ 28733] By: stevep                                on 2006/08/17  17:57:33
9154         Log: syscall() declaration in perl.h needs to have an EXTERN_C prefixing
9155              it for some C++ compiles.  Might as well fix usleep()'s 
9156              declaration too.
9157      Branch: perl
9158            ! perl.h
9159 ____________________________________________________________________________
9160 [ 28732] By: stevep                                on 2006/08/17  15:28:36
9161         Log: Fix to problem where CGI can lose the filehandle during an upload.
9162              Patch posted to the Debian bug list by Eric Wong 
9163              <eric@petta-tech.com>.
9164      Branch: perl
9165            ! lib/CGI.pm
9166 ____________________________________________________________________________
9167 [ 28731] By: stevep                                on 2006/08/17  14:50:36
9168         Log: gcc-4.1.1 on Fedora optimized away NULL chacks in Perl_do_close(),
9169              which caused core dumps.
9170      Branch: perl
9171            ! embed.fnc proto.h
9172 ____________________________________________________________________________
9173 [ 28730] By: stevep                                on 2006/08/16  17:44:44
9174         Log: Cast needed to compile bsd_glob.c with C++
9175      Branch: perl
9176            ! ext/File/Glob/bsd_glob.c
9177 ____________________________________________________________________________
9178 [ 28729] By: stevep                                on 2006/08/16  13:11:15
9179         Log: Additional changes to get C++ a little closer to a clean compile
9180              of Perl.
9181      Branch: perl
9182            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/bytecode.h
9183            ! ext/ByteLoader/byterun.c ext/DB_File/DB_File.pm
9184            ! ext/DB_File/DB_File.xs ext/Hash/Util/FieldHash/FieldHash.xs
9185            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
9186            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
9187 ____________________________________________________________________________
9188 [ 28728] By: stevep                                on 2006/08/15  18:57:11
9189         Log: Additional floating point strictness is needed to get Intel cc to pass
9190              its tests.
9191      Branch: perl
9192            ! hints/linux.sh
9193 ____________________________________________________________________________
9194 [ 28727] By: rgs                                   on 2006/08/15  10:01:48
9195         Log: Update Changes
9196      Branch: perl
9197            ! Changes
9198 ____________________________________________________________________________
9199 [ 28726] By: rgs                                   on 2006/08/15  09:59:24
9200         Log: Update Module::CoreList data with 5.9.4
9201      Branch: perl
9202            ! lib/Module/CoreList.pm
9203 ____________________________________________________________________________
9204 [ 28725] By: rgs                                   on 2006/08/15  09:55:27
9205         Log: 5.9.4 is today.
9206      Branch: perl
9207            ! pod/perlhist.pod
9208 ____________________________________________________________________________
9209 [ 28724] By: rgs                                   on 2006/08/15  09:54:02
9210         Log: Actually, Richard Clamp doesn't maintain Module::CoreList anymore.
9211      Branch: perl
9212            ! Porting/Maintainers.pl
9213 ____________________________________________________________________________
9214 [ 28723] By: rgs                                   on 2006/08/15  09:43:40
9215         Log: Regenerate perlmodlib and perltoc
9216      Branch: perl
9217            ! pod/perlmodlib.pod pod/perltoc.pod
9218 ____________________________________________________________________________
9219 [ 28722] By: rgs                                   on 2006/08/15  09:40:08
9220         Log: POD formatting nit
9221      Branch: perl
9222            ! pod/perl594delta.pod
9223 ____________________________________________________________________________
9224 [ 28721] By: rgs                                   on 2006/08/15  09:29:03
9225         Log: Remove some of the known problems documented in perldelta, which were
9226              caused by change #28319, just backed out. Add some Windows news (by
9227              Steve Hay)
9228      Branch: perl
9229            ! pod/perl594delta.pod
9230 ____________________________________________________________________________
9231 [ 28720] By: rgs                                   on 2006/08/15  09:22:54
9232         Log: Revert change 28319, which may cause segfaults with threaded perls
9233              on eval("syntax error") statements
9234      Branch: perl
9235            ! perly.c
9236 ____________________________________________________________________________
9237 [ 28719] By: rgs                                   on 2006/08/15  07:57:54
9238         Log: More perldelta nits found by my reviewers
9239      Branch: perl
9240            ! pod/perl594delta.pod
9241 ____________________________________________________________________________
9242 [ 28718] By: rgs                                   on 2006/08/14  22:30:18
9243         Log: Spelling fixes, thanks to Nicholas and to Ronald Kimball
9244      Branch: perl
9245            ! pod/perl594delta.pod
9246 ____________________________________________________________________________
9247 [ 28717] By: rgs                                   on 2006/08/14  21:58:15
9248         Log: More perldelta entries and fixes
9249      Branch: perl
9250            ! pod/perl594delta.pod
9251 ____________________________________________________________________________
9252 [ 28716] By: rgs                                   on 2006/08/14  21:31:43
9253         Log: Typo fix in the documentation of source filters in @INC
9254      Branch: perl
9255            ! pod/perlfunc.pod
9256 ____________________________________________________________________________
9257 [ 28715] By: mhx                                   on 2006/08/14  20:29:57
9258         Log: Only copy ppport.h to destination if it is different.
9259              This avoids unneccessary rebuilds.
9260      Branch: perl
9261            ! mkppport
9262 ____________________________________________________________________________
9263 [ 28714] By: mhx                                   on 2006/08/14  19:43:23
9264         Log: Upgrade to Devel::PPPort 3.10
9265      Branch: perl
9266            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
9267            ! ext/Devel/PPPort/soak
9268 ____________________________________________________________________________
9269 [ 28713] By: rgs                                   on 2006/08/14  19:30:17
9270         Log: perldelta entry describing regexp work, by Yves Orton
9271      Branch: perl
9272            ! pod/perl594delta.pod
9273 ____________________________________________________________________________
9274 [ 28712] By: rgs                                   on 2006/08/14  15:27:51
9275         Log: Regenerate metafile
9276      Branch: perl
9277            ! META.yml
9278 ____________________________________________________________________________
9279 [ 28711] By: rgs                                   on 2006/08/14  14:24:19
9280         Log: New authors
9281      Branch: perl
9282            ! AUTHORS
9283 ____________________________________________________________________________
9284 [ 28710] By: rgs                                   on 2006/08/14  12:45:59
9285         Log: More perldelta entries; plus, credits.
9286      Branch: perl
9287            ! pod/perl594delta.pod
9288 ____________________________________________________________________________
9289 [ 28709] By: rgs                                   on 2006/08/14  12:35:13
9290         Log: Typo fix in perldiag
9291      Branch: perl
9292            ! pod/perldiag.pod
9293 ____________________________________________________________________________
9294 [ 28708] By: steveh                                on 2006/08/14  10:20:13
9295         Log: Update pod/perl594delta.pod w.r.t. #28706, and arrange list of modules
9296              alphabetically.
9297      Branch: perl
9298            ! pod/perl594delta.pod
9299 ____________________________________________________________________________
9300 [ 28707] By: steveh                                on 2006/08/14  10:15:04
9301         Log: Update Porting/Maintainers.pl w.r.t. #28695, #28703 and #28706.
9302      Branch: perl
9303            ! Porting/Maintainers.pl
9304 ____________________________________________________________________________
9305 [ 28706] By: steveh                                on 2006/08/14  10:10:07
9306         Log: Subject: [PATCH] Add Module::Loaded to the core
9307              From: kane@xs4all.nl
9308              Date: Sun, 13 Aug 2006 16:22:09 +0200 (CEST)
9309              Message-ID: <9310.80.127.35.68.1155478929.squirrel@webmail.xs4all.nl>
9310      Branch: perl
9311            + lib/Module/Loaded.pm lib/Module/Loaded/t/01_Module-Loaded.t
9312            ! MANIFEST
9313 ____________________________________________________________________________
9314 [ 28705] By: rgs                                   on 2006/08/14  09:30:38
9315         Log: More perldelta nits.
9316      Branch: perl
9317            ! pod/perl594delta.pod
9318 ____________________________________________________________________________
9319 [ 28704] By: rgs                                   on 2006/08/14  09:19:02
9320         Log: Make the NAME section of Package::Constants more conformant to
9321              man page conventions
9322      Branch: perl
9323            ! lib/Package/Constants.pm
9324 ____________________________________________________________________________
9325 [ 28703] By: steveh                                on 2006/08/14  09:09:40
9326         Log: Subject: [PATCH] Add Package::Constants to the core
9327              From: kane@xs4all.nl
9328              Date: Sat, 12 Aug 2006 23:57:58 +0200 (CEST)
9329              Message-ID: <9749.80.127.35.68.1155419878.squirrel@webmail.xs4all.nl>
9330      Branch: perl
9331            + lib/Package/Constants.pm lib/Package/Constants/t/01_list.t
9332            ! MANIFEST
9333 ____________________________________________________________________________
9334 [ 28702] By: nicholas                              on 2006/08/13  19:51:41
9335         Log: Regularise the indents of Changes to placate Porting/checkAUTHORS.pl
9336      Branch: perl
9337            ! Changes
9338 ____________________________________________________________________________
9339 [ 28701] By: rgs                                   on 2006/08/13  13:53:54
9340         Log: Fix URL of perlbug database
9341      Branch: perl
9342            ! pod/perl594delta.pod
9343 ____________________________________________________________________________
9344 [ 28700] By: rgs                                   on 2006/08/13  12:44:18
9345         Log: More perldelta entries
9346      Branch: perl
9347            ! pod/perl594delta.pod
9348 ____________________________________________________________________________
9349 [ 28699] By: rgs                                   on 2006/08/13  07:51:46
9350         Log: Fix a couple URLs in perlhack
9351      Branch: perl
9352            ! pod/perlhack.pod
9353 ____________________________________________________________________________
9354 [ 28698] By: rgs                                   on 2006/08/12  12:53:32
9355         Log: Subject: [PATCH] perlhack.pod: more portability pitfalls
9356              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9357              Date: Sat, 12 Aug 2006 10:33:38 +0300 (EEST)
9358              Message-Id: <200608120733.k7C7XcU0268432@kosh.hut.fi>
9359      Branch: perl
9360            ! pod/perlhack.pod
9361 ____________________________________________________________________________
9362 [ 28697] By: steveh                                on 2006/08/11  17:31:45
9363         Log: Resync win32/config_H.* and win32/config.* with config_h.SH
9364              and Porting/config.sh respectively
9365              
9366              No real changes except for the addition of the missing
9367              HAS_C99_VARIADIC_MACROS to win32/config_H.* and
9368              initialinstalllocation, madlyh, madlyobj and madlysrc to
9369              win32/config.*
9370      Branch: perl
9371            ! win32/config.bc win32/config.gc win32/config.vc
9372            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
9373            ! win32/config_H.vc win32/config_H.vc64
9374 ____________________________________________________________________________
9375 [ 28696] By: rgs                                   on 2006/08/11  16:02:32
9376         Log: More perldelta notes. Also, I did forget things
9377              in perl593delta...
9378      Branch: perl
9379            ! pod/perl593delta.pod pod/perl594delta.pod
9380 ____________________________________________________________________________
9381 [ 28695] By: steveh                                on 2006/08/11  12:52:51
9382         Log: Subject: [PATCH] Add Module::Load to 5.9.x
9383              From: kane@xs4all.nl
9384              Date: Wed, 9 Aug 2006 12:23:42 +0200 (CEST)
9385              Message-ID: <9866.194.109.0.185.1155119022.squirrel@webmail.xs4all.nl>
9386      Branch: perl
9387            + lib/Module/Load.pm lib/Module/Load/t/01_Module-Load.t
9388            + lib/Module/Load/t/to_load/LoadIt.pm
9389            + lib/Module/Load/t/to_load/LoadMe.pl
9390            + lib/Module/Load/t/to_load/Must/Be/Loaded.pm
9391            + lib/Module/Load/t/to_load/TestModule.pm
9392            + lib/Module/Load/t/to_load/ToBeLoaded
9393            + lib/Module/Load/t/to_load/config_file
9394            ! MANIFEST
9395 ____________________________________________________________________________
9396 [ 28694] By: steveh                                on 2006/08/11  12:49:00
9397         Log: Close file before unlinking (on Win32 at least!)
9398      Branch: perl
9399            ! t/op/stat.t
9400 ____________________________________________________________________________
9401 [ 28693] By: rgs                                   on 2006/08/10  16:46:07
9402         Log: Subject: [PATCH] Re: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386/1 cpu)
9403              From: Andrew Dougherty <doughera@lafayette.edu>
9404              Date: Thu, 10 Aug 2006 12:37:39 -0400 (EDT)
9405              Message-ID: <Pine.LNX.4.62.0608101230260.12531@fractal.phys.lafayette.edu>
9406      Branch: perl
9407            ! lib/open.t
9408 ____________________________________________________________________________
9409 [ 28692] By: rgs                                   on 2006/08/10  14:27:44
9410         Log: Update Changes
9411      Branch: perl
9412            ! Changes
9413 ____________________________________________________________________________
9414 [ 28691] By: rgs                                   on 2006/08/10  13:17:51
9415         Log: Some updates to the cross-compilation config script
9416      Branch: perl
9417            ! Cross/config.sh-arm-linux
9418 ____________________________________________________________________________
9419 [ 28690] By: rgs                                   on 2006/08/10  09:46:34
9420         Log: lstat on *GLOB{IO} with warnings on would segfault
9421              (noticed by Andrew Dougherty)
9422      Branch: perl
9423            ! pp_sys.c
9424 ____________________________________________________________________________
9425 [ 28689] By: rgs                                   on 2006/08/10  08:23:31
9426         Log: Subject: [PATCH] g++: gethostbyaddr, and more Tru64 defines
9427              From: Jarkko Hietaniemi <jhi@iki.fi>
9428              Date: Thu, 10 Aug 2006 09:00:44 +0300
9429              Message-ID: <44DACB8C.1080708@iki.fi>
9430      Branch: perl
9431            ! hints/dec_osf.sh pp_sys.c
9432 ____________________________________________________________________________
9433 [ 28688] By: rgs                                   on 2006/08/10  08:22:01
9434         Log: Subject: [PATCH] doio.c: vararg NULLs must be cast right
9435              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9436              Date: Thu, 10 Aug 2006 08:35:53 +0300 (EEST)
9437              Message-Id: <200608100535.k7A5Zr2Z156515@kosh.hut.fi>
9438      Branch: perl
9439            ! doio.c
9440 ____________________________________________________________________________
9441 [ 28687] By: rgs                                   on 2006/08/10  08:14:46
9442         Log: Upgrade to version.pm 0.67
9443      Branch: perl
9444            ! lib/version.pm lib/version.pod lib/version.t
9445 ____________________________________________________________________________
9446 [ 28686] By: stevep                                on 2006/08/09  21:54:08
9447         Log: A couple const's and a cast to get Sun CC to compile these files.
9448              Perl, however, still will not build with the Sun CC.  
9449      Branch: perl
9450            ! op.c pp_sort.c toke.c
9451 ____________________________________________________________________________
9452 [ 28685] By: stevep                                on 2006/08/09  19:45:06
9453         Log: Fix comment nit in config.h
9454      Branch: perl
9455            ! config_h.SH
9456 ____________________________________________________________________________
9457 [ 28684] By: rgs                                   on 2006/08/09  15:46:55
9458         Log: Subject: Re: [perl #37731] junk and uninit'ed values in tied scalars
9459              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9460              Date: Mon, 28 Nov 2005 01:26:31 -0800
9461              Message-ID: <20051128092605.GA2328@efn.org>
9462              
9463              plus a regression test
9464      Branch: perl
9465            ! sv.c t/op/tie.t
9466 ____________________________________________________________________________
9467 [ 28683] By: rgs                                   on 2006/08/09  12:43:19
9468         Log: Subject: PATCH: Sync Time::Local in blead to 1.13 on CPAN
9469              From: Dave Rolsky <autarch@urth.org>
9470              Date: Wed, 9 Aug 2006 04:38:28 -0500 (CDT)
9471              Message-ID: <Pine.LNX.4.64.0608090422450.8735@urth.org>
9472      Branch: perl
9473            ! lib/Time/Local.pm lib/Time/Local.t
9474 ____________________________________________________________________________
9475 [ 28682] By: rgs                                   on 2006/08/09  09:58:52
9476         Log: Add OS-specific core modules in Module::CoreList for 5.8.[78] and 5.9.[23]
9477      Branch: perl
9478            ! lib/Module/CoreList.pm
9479 ____________________________________________________________________________
9480 [ 28681] By: rgs                                   on 2006/08/09  09:52:38
9481         Log: Add OS-specific modules in Module::Corelist generation script
9482              (hinted by Steve Hay)
9483      Branch: perl
9484            ! Porting/corelist.pl
9485 ____________________________________________________________________________
9486 [ 28680] By: rgs                                   on 2006/08/09  09:42:34
9487         Log: Fix data for 5.9.2, 5.9.3, 5.8.7 and 5.8.8
9488      Branch: perl
9489            ! lib/Module/CoreList.pm
9490 ____________________________________________________________________________
9491 [ 28679] By: rgs                                   on 2006/08/09  09:23:02
9492         Log: More fixes in the Module::Corelist data generation process
9493      Branch: perl
9494            ! Porting/corelist.pl
9495 ____________________________________________________________________________
9496 [ 28678] By: rgs                                   on 2006/08/09  09:01:25
9497         Log: Really submit previous change
9498      Branch: perl
9499            ! Porting/corelist.pl
9500 ____________________________________________________________________________
9501 [ 28677] By: rgs                                   on 2006/08/09  08:34:42
9502         Log: Several fixes in Porting/corelist.pl
9503              - make it run with 5.8.x perls
9504              - make it handle new modules layout in bleadperl
9505      Branch: perl
9506            ! Porting/corelist.pl
9507 ____________________________________________________________________________
9508 [ 28676] By: rgs                                   on 2006/08/08  09:39:35
9509         Log: Subject: [PATCH] Small precision about $SIG{__WARN__}
9510              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
9511              Date: Tue, 08 Aug 2006 11:17:58 +0200
9512              Message-ID: <1155028678.44d856c64fa0d@imp6-g19.free.fr>
9513      Branch: perl
9514            ! pod/perlvar.pod
9515 ____________________________________________________________________________
9516 [ 28675] By: rgs                                   on 2006/08/08  09:22:27
9517         Log: Simplification in Perl_magic_clearsig, plus a fix similar and
9518              symmetrical to the one implemented in change #28669.
9519      Branch: perl
9520            ! mg.c
9521 ____________________________________________________________________________
9522 [ 28674] By: stevep                                on 2006/08/08  03:55:13
9523         Log: Subject: [PATCH] g++ stage 1 reached
9524              From: Jarkko Hietaniemi <jhi@iki.fi>
9525              Date: Tue, 08 Aug 2006 00:02:35 +0300
9526              Message-ID: <44D7AA6B.4040802@iki.fi>
9527      Branch: perl
9528            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
9529            ! Porting/config_H cflags.SH config_h.SH configure.com deb.c
9530            ! dump.c epoc/config.sh gv.c mathoms.c mg.c op.c opcode.h
9531            ! plan9/config.plan9 plan9/config_h.sample symbian/config.sh
9532            ! uconfig.h uconfig.sh win32/config.bc win32/config.ce
9533            ! win32/config.gc win32/config.vc win32/config.vc64
9534            ! win32/config_H.bc win32/config_H.ce win32/config_H.gc
9535            ! win32/config_H.vc win32/config_H.vc64
9536 ____________________________________________________________________________
9537 [ 28673] By: stevep                                on 2006/08/07  19:54:51
9538         Log: Upgrade to Module-Build-0.2805
9539      Branch: perl
9540            ! lib/Module/Build.pm lib/Module/Build/API.pod
9541            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
9542            ! lib/Module/Build/Changes lib/Module/Build/ModuleInfo.pm
9543            ! lib/Module/Build/Platform/MacOS.pm lib/Module/Build/Version.pm
9544            ! lib/Module/Build/t/moduleinfo.t
9545 ____________________________________________________________________________
9546 [ 28672] By: stevep                                on 2006/08/07  19:37:28
9547         Log: Upgrade to Digest-SHA-5.43
9548      Branch: perl
9549            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
9550            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
9551            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
9552            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
9553            ! ext/Digest/SHA/src/sha64bit.c
9554 ____________________________________________________________________________
9555 [ 28671] By: steveh                                on 2006/08/07  16:58:16
9556         Log: Subject: Define PERL_NO_DEV_RANDOM on Windows
9557              From: "Davies, Alex" <adavies@ptc.com>
9558              Date: Thu, 3 Aug 2006 13:31:14 -0400
9559              Message-ID: <A69AA663CE9BBC44AE1DA72483DE15DE04622D66@HQ-MAIL3.ptcnet.ptc.com>
9560              
9561              This stops perl from trying to read C:\dev\urandom on Windows
9562      Branch: perl
9563            ! dosish.h
9564 ____________________________________________________________________________
9565 [ 28670] By: steveh                                on 2006/08/07  16:21:40
9566         Log: Fixups for test failures caused by #28667 and #28668
9567      Branch: perl
9568            ! ext/B/B/Assembler.pm ext/B/t/assembler.t
9569 ____________________________________________________________________________
9570 [ 28669] By: rgs                                   on 2006/08/07  14:10:15
9571         Log: We shouldn't try to decrement the refcount of PL_warnhook
9572              if it has been set to PERL_WARNHOOK_FATAL.
9573      Branch: perl
9574            ! mg.c
9575 ____________________________________________________________________________
9576 [ 28668] By: steveh                                on 2006/08/07  10:24:39
9577         Log: Provide a BGET_svtype, required by #28667
9578      Branch: perl
9579            ! ext/ByteLoader/bytecode.h
9580 ____________________________________________________________________________
9581 [ 28667] By: rgs                                   on 2006/08/07  09:43:20
9582         Log: Try to reinstate the fix of change #28638 by patching bytecode.pl and
9583              not the file it generates
9584      Branch: perl
9585            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
9586 ____________________________________________________________________________
9587 [ 28666] By: rgs                                   on 2006/08/07  09:23:35
9588         Log: Restore modification in warnings.h from change 28662 by backporting it
9589              to warnings.pl
9590      Branch: perl
9591            ! warnings.h warnings.pl
9592 ____________________________________________________________________________
9593 [ 28665] By: rgs                                   on 2006/08/07  09:13:42
9594         Log: Subject: [PATCH] File::Basename add X<> tags, replace regex delimiters
9595              From: "Gabor Szabo" <szabgab@gmail.com>
9596              Date: Sat, 5 Aug 2006 23:00:14 +0300
9597              Message-ID: <d8a74af10608051300m4a1ebd93j491889b9b4e8523d@mail.gmail.com>
9598      Branch: perl
9599            ! lib/File/Basename.pm
9600 ____________________________________________________________________________
9601 [ 28664] By: rgs                                   on 2006/08/07  08:28:50
9602         Log: Subject: [PATCH] adding X<> to perlvar
9603              From: "Gabor Szabo" <szabgab@gmail.com>
9604              Date: Sun, 6 Aug 2006 13:59:28 +0300
9605              Message-ID: <d8a74af10608060359g7d4726dalf947f051a51c10e@mail.gmail.com>
9606      Branch: perl
9607            ! pod/perlvar.pod
9608 ____________________________________________________________________________
9609 [ 28663] By: rgs                                   on 2006/08/07  08:23:13
9610         Log: Regenerate files after previous change
9611      Branch: perl
9612            ! ext/ByteLoader/byterun.c warnings.h
9613 ____________________________________________________________________________
9614 [ 28662] By: rgs                                   on 2006/08/07  08:15:39
9615         Log: Subject: [PATCH] g++ large patch
9616              From: Jarkko Hietaniemi <jhi@iki.fi>
9617              Date: Fri, 04 Aug 2006 08:58:27 +0300
9618              Message-ID: <44D2E203.5050201@iki.fi>
9619      Branch: perl
9620            ! cflags.SH deb.c dump.c embed.fnc embed.h gv.c hv.c mathoms.c
9621            ! mg.c op.c perl.h perlio.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
9622            ! proto.h regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
9623            ! warnings.h
9624 ____________________________________________________________________________
9625 [ 28661] By: rgs                                   on 2006/08/05  15:46:34
9626         Log: Subject: [PATCH] perlfunc.pod - unite gmtime and localtime
9627              From: "Gabor Szabo" <szabgab@gmail.com>
9628              Date: Thu, 27 Jul 2006 09:25:02 +0300
9629              Message-ID: <d8a74af10607262325n472b424cr78c9591c31ffe190@mail.gmail.com>
9630      Branch: perl
9631            ! pod/perlfunc.pod
9632 ____________________________________________________________________________
9633 [ 28660] By: rgs                                   on 2006/08/05  15:28:39
9634         Log: Subject: [PATCH] add more X<> tags to perlfunc
9635              From: "Gabor Szabo" <szabgab@gmail.com>
9636              Date: Thu, 27 Jul 2006 00:27:06 +0300
9637              Message-ID: <d8a74af10607261427g142f0c6bge6f77c2f5e59da40@mail.gmail.com>
9638      Branch: perl
9639            ! pod/perlfunc.pod
9640 ____________________________________________________________________________
9641 [ 28659] By: rgs                                   on 2006/08/05  15:22:18
9642         Log: Subject: [PATCH] File::Copy pod updated adding X<>
9643              From: "Gabor Szabo" <szabgab@gmail.com>
9644              Date: Tue, 1 Aug 2006 08:55:37 +0200
9645              Message-ID: <d8a74af10607312355t7f3fed91g1459cb74b9b50fcd@mail.gmail.com>
9646      Branch: perl
9647            ! lib/File/Copy.pm
9648 ____________________________________________________________________________
9649 [ 28658] By: stevep                                on 2006/08/04  16:42:54
9650         Log: Sorting the MANIFEST
9651      Branch: perl
9652            ! MANIFEST
9653 ____________________________________________________________________________
9654 [ 28657] By: rgs                                   on 2006/08/04  09:45:37
9655         Log: Subject: [PATCH blead] Re: [perl #39882] inconsistent list slice behaviour
9656              From: Rick Delaney <rick@bort.ca>
9657              Date: Thu, 3 Aug 2006 21:48:07 -0400
9658              Message-ID: <20060804014807.GW21381@localhost.localdomain>
9659      Branch: perl
9660            ! pp.c t/op/list.t
9661 ____________________________________________________________________________
9662 [ 28656] By: rgs                                   on 2006/08/04  09:20:31
9663         Log: Subject: [PATCH blead] Re: [perl #40055] B::Deparse double do
9664              From: Rick Delaney <rick@bort.ca>
9665              Date: Thu, 3 Aug 2006 17:30:06 -0400
9666              Message-ID: <20060803213006.GU21381@localhost.localdomain>
9667      Branch: perl
9668            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
9669 ____________________________________________________________________________
9670 [ 28655] By: stevep                                on 2006/08/03  20:18:28
9671         Log: Subject: [PATCH] Tru64 oops
9672              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9673              Date: Thu, 3 Aug 2006 22:59:37 +0300 (EEST)
9674              Message-Id: <200608031959.k73JxbsC395856@kosh.hut.fi>
9675      Branch: perl
9676            ! pp_sys.c
9677 ____________________________________________________________________________
9678 [ 28654] By: rgs                                   on 2006/08/03  08:15:51
9679         Log: Subject: [PATCH] more g++ in Tru64
9680              From: Jarkko Hietaniemi <jhi@iki.fi>
9681              Date: Thu, 03 Aug 2006 09:04:45 +0300
9682              Message-ID: <44D191FD.9030902@iki.fi>
9683      Branch: perl
9684            ! hints/dec_osf.sh perlio.c pp_sys.c
9685 ____________________________________________________________________________
9686 [ 28653] By: stevep                                on 2006/08/02  17:47:34
9687         Log: Upgrade to Archive-Tar-1.30.  Since change #27571 is not included,
9688              the bleadperl version is bumped to 1.30_01.
9689      Branch: perl
9690            ! lib/Archive/Tar.pm
9691 ____________________________________________________________________________
9692 [ 28652] By: rgs                                   on 2006/08/02  13:11:25
9693         Log: Cross-compilation makefile fails to copy Config_heavy.pl
9694              (noticed by Alexandre Jousset <mid@gtmp.org>)
9695      Branch: perl
9696            ! Cross/Makefile
9697 ____________________________________________________________________________
9698 [ 28651] By: merijn                                on 2006/08/02  11:21:30
9699         Log: Subject: [PATCH] g++ heavy shoveling
9700              From: Jarkko Hietaniemi <jhi@iki.fi>
9701              Date: Wed, 02 Aug 2006 00:04:42 +0300
9702              Message-ID: <44CFC1EA.2050702@iki.fi>
9703      Branch: perl
9704            ! Configure
9705 ____________________________________________________________________________
9706 [ 28649] By: rgs                                   on 2006/08/02  09:49:10
9707         Log: Subject: [PATCH blead] Re: [perl #39733] $AUTOLOAD is never tainted
9708              From: Rick Delaney <rick@bort.ca>
9709              Date: Sun, 9 Jul 2006 15:01:50 -0400
9710              Message-ID: <20060709190150.GA1922@localhost.localdomain>
9711              
9712              Plus a note in perldelta
9713      Branch: perl
9714            ! gv.c pod/perl594delta.pod t/op/taint.t
9715 ____________________________________________________________________________
9716 [ 28645] By: stevep                                on 2006/08/02  03:11:51
9717         Log: Subject: [PATCH] g++ heavy shoveling
9718              From: Jarkko Hietaniemi <jhi@iki.fi>
9719              Date: Wed, 02 Aug 2006 00:04:42 +0300
9720              Message-ID: <44CFC1EA.2050702@iki.fi>
9721      Branch: perl
9722            ! cflags.SH hints/linux.sh perl.h
9723 ____________________________________________________________________________
9724 [ 28644] By: rgs                                   on 2006/08/01  16:47:01
9725         Log: Subject: Re: New perltrap?
9726              From: Rick Delaney <rick@bort.ca>
9727              Date: Tue, 1 Aug 2006 08:43:36 -0400
9728              Message-ID: <20060801124336.GM21381@localhost.localdomain>
9729      Branch: perl
9730            ! pod/perlsec.pod
9731 ____________________________________________________________________________
9732 [ 28643] By: steveh                                on 2006/08/01  16:17:47
9733         Log: Silence a couple of Borland compiler warnings
9734      Branch: perl
9735            ! cop.h regexec.c win32/win32.h
9736 ____________________________________________________________________________
9737 [ 28642] By: rgs                                   on 2006/08/01  16:11:24
9738         Log: Subject: [PATCH] threads 1.38
9739              From: "Jerry D. Hedden" <jerry@hedden.us>
9740              Date: Tue, 01 Aug 2006 08:58:52 -0700
9741              Message-ID: <20060801085852.fb30e530d17747c2b054d625b8945d88.ad7fb0a136.wbe@email.secureserver.net>
9742      Branch: perl
9743            ! ext/threads/Changes ext/threads/README ext/threads/t/free.t
9744            ! ext/threads/t/free2.t ext/threads/t/thread.t
9745            ! ext/threads/threads.pm ext/threads/threads.xs
9746 ____________________________________________________________________________
9747 [ 28641] By: rgs                                   on 2006/08/01  15:11:15
9748         Log: Bump version of Module::CoreList
9749      Branch: perl
9750            ! lib/Module/CoreList.pm
9751 ____________________________________________________________________________
9752 [ 28640] By: rgs                                   on 2006/08/01  14:59:36
9753         Log: Patch by Marius Feraru <altblue@n0i.net> to handle dotted perl versions
9754              in the corelist utility, and to add an easy way to determine what was
9755              some module's version bundled with a specified Perl release.
9756      Branch: perl
9757            ! lib/Module/CoreList/bin/corelist
9758 ____________________________________________________________________________
9759 [ 28639] By: merijn                                on 2006/08/01  12:13:53
9760         Log: Subject: [PATCH] g++ dNOOP (luckily one can mix code and decls in C++)
9761              Somewhat modifies as per Steve Hay's comment
9762              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9763              Date: Tue, 1 Aug 2006 08:46:15 +0300 (EEST)
9764              Message-Id: <200608010546.k715kEdP017064@kosh.hut.fi>
9765      Branch: perl
9766            ! perl.h
9767 ____________________________________________________________________________
9768 [ 28638] By: steveh                                on 2006/08/01  11:20:47
9769         Log: Silence the VC7 compiler warning in the following smoke:
9770              http://www.nntp.perl.org/group/perl.daily-build.reports/39824
9771      Branch: perl
9772            ! ext/ByteLoader/byterun.c
9773 ____________________________________________________________________________
9774 [ 28637] By: merijn                                on 2006/08/01  08:44:58
9775         Log: ANSI-C headers in test snippets to please g++ (and the rest)
9776              Subject: [PATCH]  (back) towards g++ compilation (in Tru64, and elsewhere)
9777              From: Jarkko Hietaniemi <jhi@iki.fi>
9778              Date: Mon, 31 Jul 2006 23:44:55 +0300
9779              Message-ID: <44CE6BC7.8060805@iki.fi>
9780      Branch: perl
9781            ! Configure
9782 ____________________________________________________________________________
9783 [ 28635] By: steveh                                on 2006/08/01  08:10:07
9784         Log: Subject: [PATCH] op/stat.t: SKIP count fix in case of no dirfd()
9785              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9786              Date: Tue, 1 Aug 2006 08:04:26 +0300 (EEST)
9787              Message-Id: <200608010504.k7154QT3178692@kosh.hut.fi>
9788      Branch: perl
9789            ! t/op/stat.t
9790 ____________________________________________________________________________
9791 [ 28634] By: stevep                                on 2006/08/01  00:17:19
9792         Log: Subject: [PATCH] solution(?) to the "warning: comparison is always false dueto limited range of data type" with New*()
9793              From: Jarkko Hietaniemi <jhi@iki.fi>
9794              Date: Fri, 28 Jul 2006 09:00:28 +0300
9795              Message-ID: <44C9A7FC.1060801@iki.fi>
9796      Branch: perl
9797            ! handy.h
9798 ____________________________________________________________________________
9799 [ 28633] By: stevep                                on 2006/08/01  00:10:06
9800         Log: Subject: [PATCH] (back) towards g++ compilation (in Tru64, and elsewhere)
9801              From: Jarkko Hietaniemi <jhi@iki.fi>
9802              Date: Mon, 31 Jul 2006 23:44:55 +0300
9803              Message-ID: <44CE6BC7.8060805@iki.fi>
9804              
9805              Just the hints/dec_osf.sh changes from this set of patches.
9806      Branch: perl
9807            ! hints/dec_osf.sh
9808 ____________________________________________________________________________
9809 [ 28632] By: stevep                                on 2006/07/30  17:03:10
9810         Log: Tests to go with change #28628.
9811      Branch: perl
9812            ! t/op/stat.t
9813 ____________________________________________________________________________
9814 [ 28631] By: stevep                                on 2006/07/30  16:20:58
9815         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.87_55.tar.gz
9816              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
9817              Date: Sat, 29 Jul 2006 22:06:31 +0200
9818              Message-ID: <877j1w2n20.fsf@k75.linux.bogus>
9819      Branch: perl
9820            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
9821            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
9822 ____________________________________________________________________________
9823 [ 28630] By: steveh                                on 2006/07/28  16:37:48
9824         Log: Remove a (UINT) cast to silence a VC6 compiler warning
9825              (this was added by #27352, but Digest-SHA-5.37 changed the
9826              loop variable to be signed so the cast now needs to go).
9827              Also bump the VERSION since #27482 has not yet been applied
9828              to the CPAN version.
9829      Branch: perl
9830            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c
9831 ____________________________________________________________________________
9832 [ 28629] By: merijn                                on 2006/07/28  08:04:01
9833         Log: Subject: [PATCH] z/OS: an easy test nit
9834              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9835              Date: Thu, 27 Jul 2006 20:00:02 +0300 (EEST)
9836              Message-Id: <200607271700.k6RH02V1355005@kosh.hut.fi>
9837      Branch: perl
9838            ! ext/PerlIO/t/encoding.t
9839 ____________________________________________________________________________
9840 [ 28628] By: stevep                                on 2006/07/28  00:42:04
9841         Log: Change stat() and -X filetests so that they treat *FILE{IO} 
9842              filehandles like *FILE filehandles.  This resolves RT #8244.
9843      Branch: perl
9844            ! doio.c pp_sys.c
9845 ____________________________________________________________________________
9846 [ 28627] By: stevep                                on 2006/07/27  21:17:10
9847         Log: Upgrade to Digest-SHA-5.42
9848      Branch: perl
9849            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
9850            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
9851            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
9852            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
9853            ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/2-nist-sha-oo.t
9854            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
9855            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
9856            ! ext/Digest/SHA/t/3-gillogly-hard.t
9857            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
9858 ____________________________________________________________________________
9859 [ 28626] By: steveh                                on 2006/07/27  16:25:41
9860         Log: Clear up most of the VC6 compiler warnings in the following smoke:
9861              http://www.nntp.perl.org/group/perl.daily-build.reports/39733
9862      Branch: perl
9863            ! doio.c ext/B/B.xs ext/XS/APItest/APItest.xs hv.c op.c pp.c
9864            ! pp_pack.c utf8.c
9865 ____________________________________________________________________________
9866 [ 28625] By: merijn                                on 2006/07/27  15:33:07
9867         Log: #7217: config.h comments for HAS_POLL incorrect
9868              http://rt.perl.org/rt3/Ticket/Display.html?id=7217
9869              Date: Mon, 2 Jul 2001 14:58:27 -0700
9870              From: David Dyck <dcd@tc.fluke.com>
9871              Subject: config.h comments for HAS_POLL incorrect
9872      Branch: perl
9873            ! config_h.SH
9874 ____________________________________________________________________________
9875 [ 28623] By: craigb                                on 2006/07/27  13:54:55
9876         Log: Subject: Re: Silence/fix more warnings from the regex engine
9877              From: demerphq <demerphq@gmail.com>
9878              Date: Tue, 18 Jul 2006 21:57:15 +0200
9879              Message-ID: <9b18b3110607181257l28cc424aj1de28ebfc4c196d7@mail.gmail.com>
9880              
9881              REGCP_SET should only set a value, not check the previous value of its arg
9882      Branch: perl
9883            ! regexec.c
9884 ____________________________________________________________________________
9885 [ 28622] By: stevep                                on 2006/07/27  11:00:18
9886         Log: Subject: [perl #39835] Patch for perlipc.pod to update TCP server example wrt safe signals and accept()
9887              From: Andy Wardley (via RT) <perlbug-followup@perl.org>
9888              Date: Fri, 14 Jul 2006 10:11:44 -0700      
9889              Message-ID: <rt-3.6.HEAD-20371-1152897103-1865.39835-75-0@perl.org>
9890      Branch: perl
9891            ! pod/perlipc.pod
9892 ____________________________________________________________________________
9893 [ 28621] By: rgs                                   on 2006/07/26  20:36:19
9894         Log: Some notes in perl594delta.
9895      Branch: perl
9896            ! pod/perl594delta.pod
9897 ____________________________________________________________________________
9898 [ 28620] By: rgs                                   on 2006/07/26  20:32:08
9899         Log: Subject: interpolation of @- (and @+) in patterns ([perl #27940] comes back)
9900              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9901              Date: Tue, 25 Jul 2006 00:15:50 +0900
9902              Message-Id: <20060725001517.3C5D.BQW10602@nifty.com>
9903      Branch: perl
9904            ! pod/perlop.pod t/op/pat.t t/op/subst.t t/op/tr.t toke.c
9905 ____________________________________________________________________________
9906 [ 28619] By: stevep                                on 2006/07/26  13:54:28
9907         Log: Added tests from CGI.pm that had not been integrated into core.
9908      Branch: perl
9909            + lib/CGI/t/start_end_asterisk.t lib/CGI/t/start_end_end.t
9910            + lib/CGI/t/start_end_start.t
9911            ! MANIFEST
9912 ____________________________________________________________________________
9913 [ 28618] By: rgs                                   on 2006/07/26  06:41:56
9914         Log: Add a few links to standard modules in perlfunc, by Gabor Szabo.
9915      Branch: perl
9916            ! pod/perlfunc.pod
9917 ____________________________________________________________________________
9918 [ 28617] By: stevep                                on 2006/07/26  01:59:06
9919         Log: Subject: [PATCH] Re: [ID 20000816.012] *foo = *_ is broken
9920              From: Mike Guy <mjtg@cam.ac.uk>
9921              Date: Thu, 17 Aug 2000 16:26:56 +0100
9922              Message-Id: <E13PRZI-0007Ge-00@libra.cus.cam.ac.uk>
9923              
9924              Only part regarding @ARG missing from the documentation was applied.
9925      Branch: perl
9926            ! pod/perlvar.pod
9927 ____________________________________________________________________________
9928 [ 28616] By: mhx                                   on 2006/07/25  18:54:08
9929         Log: Upgrade to Devel::PPPort 3.09_02
9930      Branch: perl
9931            + ext/Devel/PPPort/parts/inc/strlfuncs
9932            + ext/Devel/PPPort/t/strlfuncs.t
9933            ! MANIFEST ext/Devel/PPPort/Changes
9934            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
9935            ! ext/Devel/PPPort/parts/apicheck.pl
9936            ! ext/Devel/PPPort/parts/base/5009004
9937            ! ext/Devel/PPPort/parts/embed.fnc
9938            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
9939 ____________________________________________________________________________
9940 [ 28615] By: mhx                                   on 2006/07/25  18:42:26
9941         Log: Very recent development versions of gcc (4.2.0 20060715) seem
9942              to have switched from '<command line>' to '<command-line>'.
9943      Branch: perl
9944            ! makedepend.SH
9945 ____________________________________________________________________________
9946 [ 28614] By: stevep                                on 2006/07/24  17:30:38
9947         Log: Replace some sprintf()'s in Data::Dumper with my_snprintf()'s
9948      Branch: perl
9949            ! ext/Data/Dumper/Dumper.xs mkppport.lst
9950 ____________________________________________________________________________
9951 [ 28613] By: rgs                                   on 2006/07/23  20:32:33
9952         Log: Revert change 28603: this was a wrong fix, that didn't prevent
9953              a later crash. Reindent a bit of the same function.
9954      Branch: perl
9955            ! pp_hot.c
9956 ____________________________________________________________________________
9957 [ 28612] By: rgs                                   on 2006/07/23  19:59:55
9958         Log: Subject: [PATCH document] perlop: parsing quoted constructs 
9959              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9960              Date: Sun, 16 Jul 2006 20:06:33 +0900
9961              Message-Id: <20060716200218.2CE6.BQW10602@nifty.com>
9962      Branch: perl
9963            ! pod/perlop.pod
9964 ____________________________________________________________________________
9965 [ 28611] By: stevep                                on 2006/07/23  13:46:05
9966         Log: The rest of the changes for Sys-Syslog-0.17 which my new patch no
9967              longer automatically "p4 edits" for me.
9968      Branch: perl
9969            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
9970            ! ext/Sys/Syslog/README ext/Sys/Syslog/t/syslog.t
9971 ____________________________________________________________________________
9972 [ 28610] By: stevep                                on 2006/07/23  13:42:55
9973         Log: Upgrade to Sys-Syslog-0.17
9974      Branch: perl
9975            ! ext/Sys/Syslog/Syslog.pm
9976 ____________________________________________________________________________
9977 [ 28609] By: stevep                                on 2006/07/23  13:20:07
9978         Log: Subject: [PATCH] Tru64: if cc given both -O and -g, -g must be -g3
9979              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9980              Date: Sun, 23 Jul 2006 10:18:11 +0300 (EEST)
9981              Message-Id: <200607230718.k6N7IB4u009170@kosh.hut.fi>
9982      Branch: perl
9983            ! hints/dec_osf.sh
9984 ____________________________________________________________________________
9985 [ 28608] By: rgs                                   on 2006/07/23  13:17:48
9986         Log: Revert part of last change, that was causing utf8 test failures
9987      Branch: perl
9988            ! toke.c
9989 ____________________________________________________________________________
9990 [ 28607] By: rgs                                   on 2006/07/23  13:04:10
9991         Log: Subject: [PATCH] z/OS: pp_sys.c, reg*.c, toke.c, utf8.c
9992              From: Jarkko Hietaniemi <jhi@iki.fi>
9993              Date: Sat, 22 Jul 2006 18:51:48 +0300
9994              Message-ID: <44C24994.6020008@iki.fi>
9995      Branch: perl
9996            ! pp_sys.c regcomp.c regexec.c toke.c utf8.c
9997 ____________________________________________________________________________
9998 [ 28606] By: rgs                                   on 2006/07/23  12:51:02
9999         Log: Add another volatile modifier to protect against longjmp clobbering
10000      Branch: perl
10001            ! op.c
10002 ____________________________________________________________________________
10003 [ 28605] By: mhx                                   on 2006/07/21  17:56:39
10004         Log: Upgrade to Devel::PPPort 3.09_01
10005      Branch: perl
10006            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
10007            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
10008            ! ext/Devel/PPPort/mktests.PL ext/Devel/PPPort/parts/ppptools.pl
10009            ! ext/Devel/PPPort/soak
10010 ____________________________________________________________________________
10011 [ 28604] By: rgs                                   on 2006/07/21  15:27:20
10012         Log: More tweaks to threads 1.37, by Jerry D. Hedden
10013      Branch: perl
10014            ! ext/threads/Changes ext/threads/t/exit.t
10015            ! ext/threads/t/thread.t ext/threads/threads.pm
10016            ! ext/threads/threads.xs
10017 ____________________________________________________________________________
10018 [ 28603] By: rgs                                   on 2006/07/20  22:03:59
10019         Log: In pp_entersub, accept to handle a CV with a NULL padlist.
10020              This fixes a crash with mod_perl 1.29.
10021      Branch: perl
10022            ! pp_hot.c
10023 ____________________________________________________________________________
10024 [ 28602] By: rgs                                   on 2006/07/20  21:36:25
10025         Log: Upgrade to threads 1.37, by Jerry D. Hedden
10026      Branch: perl
10027            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
10028            ! ext/threads/t/thread.t ext/threads/threads.pm
10029            ! ext/threads/threads.xs
10030 ____________________________________________________________________________
10031 [ 28601] By: rgs                                   on 2006/07/19  21:34:05
10032         Log: Band-aid for segfault in ext/threads/t/blocks.t on SMP machines
10033      Branch: perl
10034            ! pp_hot.c
10035 ____________________________________________________________________________
10036 [ 28600] By: stevep                                on 2006/07/19  14:59:24
10037         Log: Subject: [perl #39876] Time::gmtime 1.02 examples patch
10038              From: Alexandr Ciornii (via RT) <perlbug-followup@perl.org>
10039              Date: Wed, 19 Jul 2006 05:46:36 -0700
10040              Message-ID: <rt-3.6.HEAD-25412-1153313196-897.39876-75-0@perl.org>
10041              
10042              Pod fixes for Time::gmtime.pm
10043      Branch: perl
10044            ! lib/Time/gmtime.pm
10045 ____________________________________________________________________________
10046 [ 28599] By: rgs                                   on 2006/07/18  21:43:52
10047         Log: Subject: [PATCH] make magic vtables const if PERL_GLOBAL_STRUCT_PRIVATE
10048              From: Jarkko Hietaniemi <jhi@iki.fi>
10049              Date: Mon, 17 Jul 2006 09:09:24 +0300
10050              Message-ID: <44BB2994.5090609@iki.fi>
10051      Branch: perl
10052            ! perl.h pod/perlguts.pod pod/perlhack.pod
10053 ____________________________________________________________________________
10054 [ 28598] By: rgs                                   on 2006/07/18  21:02:39
10055         Log: Subject: [PATCH] [Fwd: Smoke [5.9.4] 28575 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]
10056              From: "Jerry D. Hedden" <jerry@hedden.us>
10057              Date: Mon, 17 Jul 2006 05:00:01 -0700
10058              Message-ID: <20060717050001.fb30e530d17747c2b054d625b8945d88.b729fe881f.wbe@email.secureserver.net>
10059      Branch: perl
10060            ! ext/threads/t/basic.t ext/threads/t/free.t
10061 ____________________________________________________________________________
10062 [ 28597] By: steveh                                on 2006/07/18  12:11:36
10063         Log: Fix Borland problem with quoted pre-processor macros in response files
10064              
10065              This should clear up the errors from Module/Build/t/ppm.t and
10066              Module/Build/t/xs.t in the Borland smokes.
10067              
10068              Subject: Re: Smoke [5.9.4] 27656 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
10069              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
10070              Date: Thu, 06 Apr 2006 22:33:04 -0400
10071              Message-ID: <4435CF60.1000707@thepierianspring.org>
10072              
10073              See the thread here for details:
10074              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00027.html
10075      Branch: perl
10076            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
10077 ____________________________________________________________________________
10078 [ 28596] By: stevep                                on 2006/07/18  03:10:51
10079         Log: Additional reason for ssh passphrase failures.
10080      Branch: perl
10081            ! Porting/repository.pod
10082 ____________________________________________________________________________
10083 [ 28595] By: rgs                                   on 2006/07/17  21:11:52
10084         Log: Remove the C89 checking with gcc
10085              (but leave a note in perlhack)
10086      Branch: perl
10087            ! cflags.SH pod/perlhack.pod
10088 ____________________________________________________________________________
10089 [ 28594] By: steveh                                on 2006/07/17  14:32:19
10090         Log: Subject: Silence system warning during tests (only on win32 for now)
10091              From: demerphq <demerphq@gmail.com>
10092              Date: Sat, 15 Jul 2006 18:21:15 +0200
10093              Message-ID: <9b18b3110607150921p33be8e87wd51b2fd317a81587@mail.gmail.com>
10094      Branch: perl
10095            ! t/comp/opsubs.t
10096 ____________________________________________________________________________
10097 [ 28593] By: steveh                                on 2006/07/17  14:23:59
10098         Log: Avoid an error that VC++'s resource compiler seems to have
10099              with a reference to "perly.y" in "perly.h"
10100              
10101              See the thread here for details:
10102              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-07/msg00460.html
10103      Branch: perl
10104            ! perly.h regen_perly.pl
10105 ____________________________________________________________________________
10106 [ 28592] By: merijn                                on 2006/07/17  06:51:54
10107         Log: Cygwin doesn't cope (yet) with gcc flags -std=c89
10108      Branch: perl
10109            ! cflags.SH
10110 ____________________________________________________________________________
10111 [ 28591] By: rgs                                   on 2006/07/16  21:42:59
10112         Log: Check for taintedness of PERL5SHELL on Windows
10113              (bug #39832)
10114      Branch: perl
10115            ! taint.c
10116 ____________________________________________________________________________
10117 [ 28590] By: stevep                                on 2006/07/16  19:18:27
10118         Log: Subject: [PATCH] MIME::Base64 quoted-print.t: z/OS (EBCDIC)
10119              From: Jarkko Hietaniemi <jhi@iki.fi>
10120              Date: Sun, 16 Jul 2006 13:11:15 +0300
10121              Message-ID: <44BA10C3.8040007@iki.fi>
10122      Branch: perl
10123            ! ext/MIME/Base64/t/quoted-print.t
10124 ____________________________________________________________________________
10125 [ 28589] By: stevep                                on 2006/07/16  19:12:28
10126         Log: Subject: Re: Fix loads of warnings from the last escaping patch...
10127              From: demerphq <demerphq@gmail.com>
10128              Date: Sun, 16 Jul 2006 19:59:02 +0200
10129              Message-ID: <9b18b3110607161059j276ac869p450aa178150044ae@mail.gmail.com>
10130      Branch: perl
10131            ! dump.c embed.fnc ext/re/re.pm pod/perlapi.pod proto.h
10132            ! regcomp.c regcomp.h
10133 ____________________________________________________________________________
10134 [ 28588] By: stevep                                on 2006/07/16  19:06:01
10135         Log: Subject: [PATCH] perlhack: advertise Configure -Dgccansipedantic
10136              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10137              Date: Sun, 16 Jul 2006 20:27:20 +0300 (EEST)
10138              Message-Id: <200607161727.k6GHRKFk069579@kosh.hut.fi>
10139      Branch: perl
10140            ! pod/perlhack.pod
10141 ____________________________________________________________________________
10142 [ 28587] By: stevep                                on 2006/07/16  15:40:29
10143         Log: Upgrade to Module-Build-0.2803
10144      Branch: perl
10145            ! lib/Module/Build.pm lib/Module/Build/Base.pm
10146            ! lib/Module/Build/Changes
10147 ____________________________________________________________________________
10148 [ 28586] By: stevep                                on 2006/07/16  14:54:58
10149         Log: Upgrade to Test-Simple-0.64
10150      Branch: perl
10151            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
10152            ! lib/Test/Simple/Changes lib/Test/Simple/t/skip.t
10153            ! lib/Test/Simple/t/tbt_01basic.t
10154            ! lib/Test/Simple/t/tbt_05faildiag.t
10155            ! lib/Test/Simple/t/tbt_06errormess.t
10156            ! lib/Test/Simple/t/tbt_07args.t
10157 ____________________________________________________________________________
10158 [ 28585] By: stevep                                on 2006/07/16  13:46:35
10159         Log: various safety/portability tweaks
10160              From: Jarkko Hietaniemi <jhi@iki.fi>
10161              Date: Sat, 15 Jul 2006 22:15:29 +0300
10162              Message-ID: <44B93ED1.7080000@iki.fi>
10163              
10164              Fix for change #28578.
10165      Branch: perl
10166            ! util.c
10167 ____________________________________________________________________________
10168 [ 28584] By: davem                                 on 2006/07/16  00:20:25
10169         Log: run regen_headerds
10170      Branch: perl
10171            ! embed.h global.sym proto.h
10172 ____________________________________________________________________________
10173 [ 28583] By: davem                                 on 2006/07/15  22:14:46
10174         Log: Subject:  [PATCH] comment update for scan_const
10175              From:  SADAHIRO Tomoyuki <bqw10602@nifty.com>
10176              Date:  Sat, 15 Jul 2006 20:16:01 +0900
10177              Message-Id:  <20060715201552.9FA5.BQW10602@nifty.com>
10178      Branch: perl
10179            ! toke.c
10180 ____________________________________________________________________________
10181 [ 28582] By: davem                                 on 2006/07/15  21:59:43
10182         Log: Subject:  Updated escaping code. utf8 regex debug output improvements
10183              From:  demerphq <demerphq@gmail.com>
10184              Date:  Sat, 15 Jul 2006 18:56:03 +0200
10185              Message-Id:  <9b18b3110607150956o6273a16clb1518911d1945d4@mail.gmail.com>
10186      Branch: perl
10187            ! dump.c embed.fnc ext/re/re.pm perl.h regcomp.c regcomp.h
10188            ! regexec.c
10189 ____________________________________________________________________________
10190 [ 28581] By: stevep                                on 2006/07/15  18:57:39
10191         Log: Adding Module::Build::Version missed in upgrade.
10192      Branch: perl
10193            + lib/Module/Build/Version.pm
10194            ! MANIFEST
10195 ____________________________________________________________________________
10196 [ 28580] By: stevep                                on 2006/07/15  15:22:35
10197         Log: Upgrade to ANSIColor-1.11
10198      Branch: perl
10199            + lib/Term/ANSIColor/t/basic.t lib/Term/ANSIColor/t/pod.t
10200            - lib/Term/ANSIColor/test.pl
10201            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
10202            ! lib/Term/ANSIColor/README
10203 ____________________________________________________________________________
10204 [ 28579] By: stevep                                on 2006/07/15  14:46:53
10205         Log: Upgrade to Module-Build-0.2802
10206      Branch: perl
10207            ! lib/Module/Build.pm lib/Module/Build/Base.pm
10208            ! lib/Module/Build/Changes lib/Module/Build/ModuleInfo.pm
10209            ! lib/Module/Build/t/moduleinfo.t
10210            ! lib/Module/Build/t/runthrough.t
10211 ____________________________________________________________________________
10212 [ 28578] By: merijn                                on 2006/07/15  11:53:36
10213         Log: Subject: [PATCH] various safety/portability tweaks
10214              From: Jarkko Hietaniemi <jhi@iki.fi>
10215              Date: Sat, 15 Jul 2006 13:14:32 +0300
10216              Message-ID: <44B8C008.4030300@iki.fi>
10217      Branch: perl
10218            ! pod/perlhack.pod pod/perltodo.pod pp_sys.c sv.c util.c
10219 ____________________________________________________________________________
10220 [ 28577] By: merijn                                on 2006/07/15  11:45:15
10221         Log: Subject: [PATCH] cflags.SH: add missing C files
10222              From: Jarkko Hietaniemi <jhi@iki.fi>
10223              Date: Sat, 15 Jul 2006 12:30:25 +0300
10224              Message-ID: <44B8B5B1.2050902@iki.fi>
10225      Branch: perl
10226            ! cflags.SH
10227 ____________________________________________________________________________
10228 [ 28576] By: merijn                                on 2006/07/15  11:41:59
10229         Log: Subject: [PATCH] Re: [PATCH] cflags.SH: add -std=c89
10230              From: Jarkko Hietaniemi <jhi@iki.fi>
10231              Date: Sat, 15 Jul 2006 12:19:45 +0300
10232              Message-ID: <44B8B331.8090009@iki.fi>
10233      Branch: perl
10234            ! cflags.SH
10235 ____________________________________________________________________________
10236 [ 28575] By: craigb                                on 2006/07/14  18:18:18
10237         Log: overload.t has same locale problem with VMS that it has with dec_osf
10238      Branch: perl
10239            ! t/uni/overload.t
10240 ____________________________________________________________________________
10241 [ 28574] By: craigb                                on 2006/07/14  18:09:40
10242         Log: Make sysconf tests handle unimplemented success indications
10243              for the benefit of Mac OS X and VMS.
10244      Branch: perl
10245            ! ext/POSIX/t/sysconf.t
10246 ____________________________________________________________________________
10247 [ 28573] By: steveh                                on 2006/07/14  14:42:57
10248         Log: Silence a compiler warning on Win32/VC++
10249              
10250              Subject: Re: Smoke [5.9.4] 28569 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
10251              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
10252              Date: Fri, 14 Jul 2006 16:33:01 +0200
10253              Message-Id: <8CC2FF7E-42EE-4B28-A9D2-4FCD8C745004@mailbox.tu-berlin.de>
10254      Branch: perl
10255            ! ext/Hash/Util/FieldHash/FieldHash.xs
10256 ____________________________________________________________________________
10257 [ 28572] By: stevep                                on 2006/07/14  14:38:28
10258         Log: Skip tests for pathconf() and fpathconf() on HP-UX for 
10259              _PC_CHOWN_RESTRICTED.  The HP-UX manpage suggests not trying
10260              to do it, and that the errno will not be set on failure.
10261      Branch: perl
10262            ! ext/POSIX/t/sysconf.t
10263 ____________________________________________________________________________
10264 [ 28571] By: davem                                 on 2006/07/14  11:50:37
10265         Log: remove regex postive super-linear cache code
10266              (it wasn't actually achieving anything)
10267      Branch: perl
10268            ! regexec.c t/op/re_tests
10269 ____________________________________________________________________________
10270 [ 28570] By: merijn                                on 2006/07/14  07:03:08
10271         Log: Subject: [PATCH] -DPERL_GLOBAL_STRUCT_PRIVATE tweaks (done_sanity_check global? yech!)
10272              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10273              Date: Fri, 14 Jul 2006 09:34:09 +0300 (EEST)
10274              Message-Id: <200607140634.k6E6Y9Ia471707@kosh.hut.fi>
10275      Branch: perl
10276            ! hv.c sv.c
10277 ____________________________________________________________________________
10278 [ 28569] By: stevep                                on 2006/07/13  20:31:59
10279         Log: Version bumps for z/OS fixes.
10280      Branch: perl
10281            ! ext/Encode/Encode.pm ext/MIME/Base64/Base64.pm
10282            ! ext/threads/shared/shared.pm
10283 ____________________________________________________________________________
10284 [ 28568] By: stevep                                on 2006/07/13  20:18:59
10285         Log: Subject: [PATCH] z/OS: CPAN-ized ext/ and lib/
10286              From: Jarkko Hietaniemi <jhi@iki.fi>
10287              Date: Thu, 13 Jul 2006 23:10:27 +0300
10288              Message-ID: <44B6A8B3.5070605@iki.fi>
10289      Branch: perl
10290            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
10291            ! ext/Encode/Encode.xs ext/Encode/t/utf8strict.t
10292            ! ext/MIME/Base64/Base64.xs ext/Storable/t/downgrade.t
10293            ! ext/Storable/t/overload.t ext/threads/shared/shared.xs
10294            ! lib/CGI/t/util-58.t lib/Digest/t/base.t lib/Digest/t/file.t
10295            ! lib/Pod/t/pod2html-lib.pl lib/Tie/File/t/09_gen_rs.t
10296 ____________________________________________________________________________
10297 [ 28567] By: merijn                                on 2006/07/13  17:12:00
10298         Log: Subject: [PATCH] z/OS: non-CPAN ext and lib + main() without the third arg + Stephen McCamant's comment
10299              From: Jarkko Hietaniemi <jhi@iki.fi>
10300              Date: Thu, 13 Jul 2006 19:47:29 +0300
10301              Message-ID: <44B67921.6090901@iki.fi>
10302      Branch: perl
10303            ! ext/B/B/Deparse.pm lib/AutoLoader.t lib/DBM_Filter/t/encode.t
10304            ! lib/DBM_Filter/t/utf8.t lib/ExtUtils/Constant/Utils.pm
10305            ! lib/ExtUtils/Embed.pm lib/ExtUtils/t/Embed.t
10306            ! lib/PerlIO/via/t/QuotedPrint.t lib/bytes.t lib/dumpvar.pl
10307            ! lib/utf8.t miniperlmain.c perl.h
10308 ____________________________________________________________________________
10309 [ 28566] By: stevep                                on 2006/07/13  15:46:11
10310         Log: Keep Intel C++ from claiming that it is gcc.
10311      Branch: perl
10312            ! hints/linux.sh
10313 ____________________________________________________________________________
10314 [ 28565] By: stevep                                on 2006/07/13  14:04:18
10315         Log: Clear up a few more warnings from blead.
10316      Branch: perl
10317            ! op.c perl.c reentr.c reentr.pl regexec.c
10318 ____________________________________________________________________________
10319 [ 28564] By: rgs                                   on 2006/07/13  08:46:30
10320         Log: Not everybody has env
10321      Branch: perl
10322            ! pod/perlintro.pod
10323 ____________________________________________________________________________
10324 [ 28563] By: rgs                                   on 2006/07/13  08:40:12
10325         Log: Subject: Re: Misunderstanding escapes in heredocs?
10326              From: demerphq <demerphq@gmail.com>
10327              Date: Sun, 9 Jul 2006 16:42:45 +0200
10328              Message-ID: <9b18b3110607090742gc55b4ffl402d5fadc5bd231e@mail.gmail.com>
10329              
10330              with formatting nits
10331      Branch: perl
10332            ! pod/perlop.pod
10333 ____________________________________________________________________________
10334 [ 28562] By: rgs                                   on 2006/07/13  08:17:04
10335         Log: Additions to perlhack based on a patch by Gabor Szabo
10336      Branch: perl
10337            ! pod/perlhack.pod
10338 ____________________________________________________________________________
10339 [ 28561] By: rgs                                   on 2006/07/13  08:04:44
10340         Log: Nits to the perlintro safety net (by Gabor Szabo and Merijn)
10341      Branch: perl
10342            ! pod/perlintro.pod
10343 ____________________________________________________________________________
10344 [ 28560] By: merijn                                on 2006/07/13  06:50:55
10345         Log: Relink to use temp file forced on current dir in mpeix
10346              Subject: [PATCH] mpeix/relink: tweak from Donna Garverick
10347              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10348              Date: Thu, 13 Jul 2006 08:25:59 +0300 (EEST)
10349              Message-Id: <200607130525.k6D5PxFp251263@kosh.hut.fi>
10350      Branch: perl
10351            ! mpeix/relink
10352 ____________________________________________________________________________
10353 [ 28559] By: rgs                                   on 2006/07/12  13:19:04
10354         Log: Cleanup and conversion to t/test.pl
10355      Branch: perl
10356            ! ext/Devel/Peek/t/Peek.t
10357 ____________________________________________________________________________
10358 [ 28558] By: rgs                                   on 2006/07/12  12:29:58
10359         Log: I prefer array indexes that start from 0 in beginner docs
10360      Branch: perl
10361            ! pod/perlintro.pod
10362 ____________________________________________________________________________
10363 [ 28557] By: rgs                                   on 2006/07/12  12:28:34
10364         Log: Integration of strlcat is to-done (noticed by Yves)
10365      Branch: perl
10366            ! pod/perltodo.pod
10367 ____________________________________________________________________________
10368 [ 28556] By: steveh                                on 2006/07/12  10:28:39
10369         Log: Fix change #28552: VC++ doesn't like code before declarations
10370      Branch: perl
10371            ! ext/Hash/Util/FieldHash/FieldHash.xs
10372 ____________________________________________________________________________
10373 [ 28555] By: rgs                                   on 2006/07/12  09:56:04
10374         Log: Additions and removals in perltodo
10375      Branch: perl
10376            ! pod/perltodo.pod
10377 ____________________________________________________________________________
10378 [ 28554] By: merijn                                on 2006/07/12  09:40:14
10379         Log: Subject: [PATCH] more strictness in perlintro
10380              From: "Gabor Szabo" <szabgab@gmail.com>
10381              Date: Wed, 12 Jul 2006 10:30:06 +0300
10382              Message-ID: <d8a74af10607120030p1964b935y9493e29994a5b371@mail.gmail.com>
10383      Branch: perl
10384            ! pod/perlintro.pod
10385 ____________________________________________________________________________
10386 [ 28553] By: merijn                                on 2006/07/12  09:27:59
10387         Log: Subject: [PATCH] perlinro (use $fh filehandler + not to use built in function name in sub example)
10388              From: "Gabor Szabo" <szabgab@gmail.com>
10389              Date: Wed, 12 Jul 2006 10:51:03 +0300
10390              Message-ID: <d8a74af10607120051t10382a7fw95ce094f0f395490@mail.gmail.com>
10391      Branch: perl
10392            ! pod/perlintro.pod
10393 ____________________________________________________________________________
10394 [ 28552] By: rgs                                   on 2006/07/12  09:00:01
10395         Log: Subject: Re: [PATCH] FieldHash coverity-compliant
10396              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
10397              Date: Wed, 12 Jul 2006 00:45:44 +0200
10398              Message-Id: <7AEBF247-0AF7-46A8-9D61-D38B45FD21EA@mailbox.tu-berlin.de>
10399      Branch: perl
10400            ! ext/Hash/Util/FieldHash/FieldHash.xs
10401 ____________________________________________________________________________
10402 [ 28551] By: rgs                                   on 2006/07/12  08:49:17
10403         Log: Upgrade to PathTools 3.19
10404      Branch: perl
10405            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
10406            ! lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t
10407 ____________________________________________________________________________
10408 [ 28550] By: merijn                                on 2006/07/12  06:53:22
10409         Log: Subject: [PATCH] z/OS: t/ - mostly EBCDIC fixes
10410              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10411              Date: Wed, 12 Jul 2006 00:01:29 +0300 (EEST)
10412              Message-Id: <200607112101.k6BL1TGr321715@kosh.hut.fi>
10413      Branch: perl
10414            ! t/comp/parser.t t/op/caller.t t/op/chop.t t/op/exec.t
10415            ! t/op/index.t t/op/pack.t t/op/pat.t t/op/sprintf.t
10416            ! t/op/utfhash.t t/run/fresh_perl.t t/uni/case.pl t/uni/class.t
10417 ____________________________________________________________________________
10418 [ 28549] By: rgs                                   on 2006/07/11  17:00:26
10419         Log: A few rough notes for the next perldelta
10420      Branch: perl
10421            ! pod/perl594delta.pod
10422 ____________________________________________________________________________
10423 [ 28548] By: rgs                                   on 2006/07/11  14:55:17
10424         Log: Revert bogus fix for bug #27940, which wasn't really a bug,
10425              and a new test item, as found and suggested by Sadahiro Tomoyuki.
10426      Branch: perl
10427            ! t/op/pat.t toke.c
10428 ____________________________________________________________________________
10429 [ 28547] By: rgs                                   on 2006/07/11  14:06:08
10430         Log: Subject: Re: Misunderstanding escapes in heredocs?
10431              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10432              Date: Sun, 09 Jul 2006 11:57:42 +0900
10433              Message-Id: <20060709115613.78FF.BQW10602@nifty.com>
10434      Branch: perl
10435            ! pod/perlop.pod
10436 ____________________________________________________________________________
10437 [ 28546] By: stevep                                on 2006/07/11  12:31:10
10438         Log: Upgrade to Text-Tabs+Wrap-2006.0711.  Keep the local changes from
10439              change #27541.  Also, leave out the test files Jacobson.t and 
10440              Jacobson2.t which both generated several warnings.
10441      Branch: perl
10442            + lib/Text/TabsWrap/t/37000.t lib/Text/TabsWrap/t/39548.t
10443            + lib/Text/TabsWrap/t/Jochen.t lib/Text/TabsWrap/t/belg4mit.t
10444            + lib/Text/TabsWrap/t/sep.t lib/Text/TabsWrap/t/sep2.t
10445            ! MANIFEST lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG
10446            ! lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
10447 ____________________________________________________________________________
10448 [ 28545] By: steveh                                on 2006/07/11  11:26:17
10449         Log: Fix change #28533: my_strlcpy does not return the dest str!
10450      Branch: perl
10451            ! util.c
10452 ____________________________________________________________________________
10453 [ 28544] By: rgs                                   on 2006/07/11  09:29:23
10454         Log: Adjust test count in threads test
10455      Branch: perl
10456            ! ext/threads/t/kill.t
10457 ____________________________________________________________________________
10458 [ 28543] By: rgs                                   on 2006/07/11  09:27:25
10459         Log: Subject: [PATCH] threads 1.36 - Signalling terminated threads core dumps
10460              From: "Jerry D. Hedden" <jerry@hedden.us>
10461              Date: Mon, 10 Jul 2006 13:28:25 -0700
10462              Message-ID: <20060710132825.fb30e530d17747c2b054d625b8945d88.5bdc82d2c0.wbe@email.secureserver.net>
10463      Branch: perl
10464            ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t
10465            ! ext/threads/t/thread.t ext/threads/threads.pm
10466            ! ext/threads/threads.xs
10467 ____________________________________________________________________________
10468 [ 28542] By: rgs                                   on 2006/07/11  08:06:26
10469         Log: Subject: [PATCH] FieldHash coverity-compliant
10470              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
10471              Date: Mon, 10 Jul 2006 21:30:15 +0200
10472              Message-Id: <9C6C104C-8040-489A-BB35-40D22BC48AFC@mailbox.tu-berlin.de>
10473      Branch: perl
10474            ! ext/Hash/Util/FieldHash/FieldHash.xs
10475            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
10476            ! ext/Hash/Util/FieldHash/t/02_function.t
10477            ! ext/Hash/Util/FieldHash/t/04_thread.t
10478 ____________________________________________________________________________
10479 [ 28541] By: rgs                                   on 2006/07/11  07:55:21
10480         Log: Subject: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))
10481              From: Andy Dougherty <doughera@lafayette.edu>
10482              Date: Mon, 10 Jul 2006 13:16:27 -0400 (EDT)
10483              Message-ID: <Pine.LNX.4.62.0607101312540.24708@fractal.phys.lafayette.edu>
10484      Branch: perl
10485            ! perl.h
10486 ____________________________________________________________________________
10487 [ 28540] By: rgs                                   on 2006/07/11  07:48:24
10488         Log: Subject: [PATCH] sysconf.t: still failing in tru64, try harder to skip
10489              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10490              Date: Tue, 11 Jul 2006 09:23:08 +0300 (EEST)
10491              Message-Id: <200607110623.k6B6N8Ni488812@kosh.hut.fi>
10492      Branch: perl
10493            ! ext/POSIX/t/sysconf.t
10494 ____________________________________________________________________________
10495 [ 28539] By: rgs                                   on 2006/07/10  20:14:34
10496         Log: Subject: [PATCH] z/OS: hints/os390.sh and Makefile.SH
10497              From: Jarkko Hietaniemi <jhi@iki.fi>
10498              Date: Mon, 10 Jul 2006 22:55:33 +0300
10499              Message-ID: <44B2B0B5.3000008@iki.fi>
10500      Branch: perl
10501            ! Makefile.SH hints/os390.sh
10502 ____________________________________________________________________________
10503 [ 28538] By: rgs                                   on 2006/07/10  19:42:18
10504         Log: Update Changes
10505      Branch: perl
10506            ! Changes
10507 ____________________________________________________________________________
10508 [ 28537] By: stevep                                on 2006/07/10  19:28:54
10509         Log: Subject: [PATCH] perlhack: argh...
10510              From: Jarkko Hietaniemi <jhi@iki.fi>
10511              Date: Mon, 10 Jul 2006 21:07:35 +0300
10512              Message-ID: <44B29767.4040606@iki.fi>
10513      Branch: perl
10514            ! pod/perlhack.pod
10515 ____________________________________________________________________________
10516 [ 28536] By: stevep                                on 2006/07/10  19:12:07
10517         Log: Restoring change #28523 accidentilly reverted with change #28528.
10518      Branch: perl
10519            ! doio.c
10520 ____________________________________________________________________________
10521 [ 28535] By: stevep                                on 2006/07/10  18:26:25
10522         Log: Fix another empty if-statement warning
10523      Branch: perl
10524            ! sv.c
10525 ____________________________________________________________________________
10526 [ 28534] By: stevep                                on 2006/07/10  18:17:30
10527         Log: Silence empty if-statement warning.
10528      Branch: perl
10529            ! universal.c
10530 ____________________________________________________________________________
10531 [ 28533] By: stevep                                on 2006/07/10  17:23:02
10532         Log: Convert some low hanging fruit to my_strlcpy/my_strlcat.
10533      Branch: perl
10534            ! doio.c mg.c pp_sys.c toke.c util.c
10535 ____________________________________________________________________________
10536 [ 28532] By: rgs                                   on 2006/07/10  17:09:38
10537         Log: POD fixes in perlhack
10538      Branch: perl
10539            ! pod/perlhack.pod
10540 ____________________________________________________________________________
10541 [ 28531] By: rgs                                   on 2006/07/10  17:07:43
10542         Log: Typo found by Craig Berry
10543      Branch: perl
10544            ! pod/perlhack.pod
10545 ____________________________________________________________________________
10546 [ 28530] By: rgs                                   on 2006/07/10  17:05:12
10547         Log: More perlhack portability additions by Jarkko
10548      Branch: perl
10549            ! pod/perlhack.pod
10550 ____________________________________________________________________________
10551 [ 28529] By: rgs                                   on 2006/07/10  14:04:00
10552         Log: Subject: [PATCH] threads 1.35 - Borland compiler fix
10553              From: "Jerry D. Hedden" <jerry@hedden.us>
10554              Date: Mon, 10 Jul 2006 06:49:34 -0700
10555              Message-ID: <20060710064934.fb30e530d17747c2b054d625b8945d88.384e3b280c.wbe@email.secureserver.net>
10556      Branch: perl
10557            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
10558            ! ext/threads/threads.pm ext/threads/threads.xs
10559 ____________________________________________________________________________
10560 [ 28528] By: stevep                                on 2006/07/10  13:55:39
10561         Log: Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/
10562              my_strlcat() API.  Convert ext/File/Glob/bsd_glob.c to use 
10563              my_strlcat().  Add to the strlcy()/strlcat() todo entry.
10564      Branch: perl
10565            ! doio.c ext/File/Glob/bsd_glob.c pod/perltodo.pod pp_ctl.c
10566            ! util.c
10567 ____________________________________________________________________________
10568 [ 28527] By: rgs                                   on 2006/07/10  12:46:41
10569         Log: Subject: [PATCH] perlhack: more portability musings
10570              From: Jarkko Hietaniemi <jhi@iki.fi>
10571              Date: Mon, 10 Jul 2006 15:41:10 +0300
10572              Message-ID: <44B24AE6.6030708@iki.fi>
10573      Branch: perl
10574            ! pod/perlhack.pod
10575 ____________________________________________________________________________
10576 [ 28526] By: rgs                                   on 2006/07/10  12:01:20
10577         Log: Subject: examples in the core documentation
10578              From: "Gabor Szabo" <szabgab@gmail.com>
10579              Date: Sun, 9 Jul 2006 15:44:47 +0200
10580              Message-ID: <d8a74af10607090644o5c1ee3b2p98f6aa9301898b44@mail.gmail.com>
10581      Branch: perl
10582            ! pod/perlfunc.pod
10583 ____________________________________________________________________________
10584 [ 28525] By: stevep                                on 2006/07/10  11:28:24
10585         Log: Add Russ Allbery's public domain implementations of strlcat and
10586              strlcpy as Perl_my_strlcat and Perl_my_strlcpy to the Perl core.
10587              Thanks Russ!
10588      Branch: perl
10589            ! embed.fnc embed.h global.sym perl.h proto.h util.c
10590 ____________________________________________________________________________
10591 [ 28524] By: rgs                                   on 2006/07/10  10:16:53
10592         Log: Add a macro to remove duplicated code
10593              
10594              Subject: Re: cut-and-paste findings for blead 28504
10595              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10596              Date: Sun, 09 Jul 2006 13:47:04 +0900
10597              Message-Id: <20060709134236.E51A.BQW10602@nifty.com>
10598      Branch: perl
10599            ! pp_sort.c
10600 ____________________________________________________________________________
10601 [ 28523] By: rgs                                   on 2006/07/10  10:11:22
10602         Log: Fix a signed/unsigned warning
10603      Branch: perl
10604            ! doio.c
10605 ____________________________________________________________________________
10606 [ 28522] By: rgs                                   on 2006/07/10  09:53:33
10607         Log: Pod cleanup in Shell.pm
10608      Branch: perl
10609            ! lib/Shell.pm
10610 ____________________________________________________________________________
10611 [ 28521] By: merijn                                on 2006/07/10  07:41:25
10612         Log: Even Jarkko's patches should go in only once
10613              Subject: [PATCH] undouble Jarkko's patch
10614              From: andy@petdance.com (Andy Lester)
10615              Date: Mon, 10 Jul 2006 00:22:18 -0500
10616              Message-ID: <20060710052218.GA7477@petdance.com>
10617      Branch: perl
10618            ! pod/perlhack.pod
10619 ____________________________________________________________________________
10620 [ 28520] By: stevep                                on 2006/07/10  03:07:59
10621         Log: Subject: [PATCH] Skip tests of a POSIX constant on Mac OS X because saved IDs are borked
10622              From: Dominic Dunlop <shouldbedomo@mac.com>
10623              Date: Sun, 9 Jul 2006 22:22:14 +0200
10624              Message-Id: <F1942C06-CDE3-47C6-AC5A-4358960E0F6E@mac.com>
10625      Branch: perl
10626            ! ext/POSIX/t/sysconf.t
10627 ____________________________________________________________________________
10628 [ 28519] By: stevep                                on 2006/07/10  00:29:02
10629         Log: Clear up test based on line number differences between the core and the
10630              Test-Simple version.
10631      Branch: perl
10632            ! lib/Test/Simple/t/tbt_01basic.t
10633 ____________________________________________________________________________
10634 [ 28518] By: nicholas                              on 2006/07/09  21:56:18
10635         Log: Tweak for Jarkko's addition to perlhack, suggested by Yves.
10636      Branch: perl
10637            ! pod/perlhack.pod
10638 ____________________________________________________________________________
10639 [ 28517] By: stevep                                on 2006/07/09  20:51:48
10640         Log: Hmmm...patch didn't warn about rejects in tbt_01basic.t.
10641      Branch: perl
10642            ! lib/Test/Simple/t/tbt_01basic.t
10643 ____________________________________________________________________________
10644 [ 28516] By: merijn                                on 2006/07/09  18:50:01
10645         Log: Subject: [PATCH] some coding guidelines/tips to perlhack (+ one perltodo)
10646              From: Jarkko Hietaniemi <jhi@iki.fi>
10647              Date: Sun, 09 Jul 2006 19:42:10 +0300
10648              Message-ID: <44B131E2.8050805@iki.fi>
10649      Branch: perl
10650            ! pod/perlhack.pod pod/perltodo.pod
10651 ____________________________________________________________________________
10652 [ 28515] By: stevep                                on 2006/07/09  13:57:25
10653         Log: Subject: [PATCH] perlhack.pod
10654              From: Jarkko Hietaniemi <jhi@iki.fi>
10655              Date: Sun, 09 Jul 2006 14:55:20 +0300
10656              Message-ID: <44B0EEA8.4080003@iki.fi>
10657      Branch: perl
10658            ! pod/perlhack.pod
10659 ____________________________________________________________________________
10660 [ 28514] By: stevep                                on 2006/07/09  13:51:37
10661         Log: Upgrade to Test-Simple-0.63
10662      Branch: perl
10663            ! lib/Test/Builder.pm lib/Test/Builder/Tester.pm
10664            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
10665            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/tbt_01basic.t
10666            ! lib/Test/Simple/t/tbt_05faildiag.t
10667 ____________________________________________________________________________
10668 [ 28513] By: mhx                                   on 2006/07/09  08:19:33
10669         Log: Integrate mkppport. All ppport.h files in the core will now
10670              be autogenerated at build time (and removed during cleanup).
10671      Branch: perl
10672            + mkppport mkppport.lst
10673            - ext/Compress/Raw/Zlib/ppport.h ext/Cwd/ppport.h
10674            - ext/Digest/SHA/ppport.h ext/Sys/Syslog/ppport.h
10675            - ext/Time/HiRes/ppport.h win32/ext/Win32API/File/ppport.h
10676            ! MANIFEST Makefile.SH vms/descrip_mms.template win32/Makefile
10677            ! win32/Makefile.ce win32/makefile.mk
10678 ____________________________________________________________________________
10679 [ 28512] By: stevep                                on 2006/07/08  18:08:07
10680         Log: Subject: [PATCH] Macroize vast tracks of duplicated code in regexec.c
10681              From: demerphq <demerphq@gmail.com>
10682              Date: Sat, 8 Jul 2006 17:48:34 +0200
10683              Message-ID: <9b18b3110607080848u663b114ag86f76ac5c9c9d5e@mail.gmail.com>
10684              
10685              Removing duplicated regexp trie-related code.
10686      Branch: perl
10687            ! regexec.c
10688 ____________________________________________________________________________
10689 [ 28511] By: stevep                                on 2006/07/08  18:00:17
10690         Log: Subject: [PATCH] optimisation for File::Spec::abs2rel where both args are relative
10691              From: Brendan O'Dea <bod@debian.org>
10692              Date: Thu, 6 Jul 2006 01:02:41 +1000
10693              Message-ID: <20060705150241.GA2244@londo.c47.org>
10694      Branch: perl
10695            ! lib/File/Spec/Unix.pm
10696 ____________________________________________________________________________
10697 [ 28510] By: stevep                                on 2006/07/08  17:51:43
10698         Log: Subject: [PATCH] perl5db.pl: read full lines from remote socket
10699              From: Brendan O'Dea <bod@debian.org>
10700              Date: Sat, 8 Jul 2006 13:27:50 +1000
10701              Message-ID: <20060708032750.GA20454@londo.c47.org>
10702      Branch: perl
10703            ! lib/perl5db.pl
10704 ____________________________________________________________________________
10705 [ 28509] By: stevep                                on 2006/07/08  17:47:24
10706         Log: Making encoding::warnings lexical is to-done.
10707      Branch: perl
10708            ! pod/perltodo.pod
10709 ____________________________________________________________________________
10710 [ 28508] By: stevep                                on 2006/07/08  17:28:36
10711         Log: Subject: Skip some POSIX tests when the thing they are testing is unimplemented
10712              From: demerphq <demerphq@gmail.com>
10713              Date: Sat, 8 Jul 2006 17:55:09 +0200
10714              Message-ID: <9b18b3110607080855g73407c4fx41a578815c2a6da2@mail.gmail.com>
10715      Branch: perl
10716            ! ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t
10717 ____________________________________________________________________________
10718 [ 28507] By: mhx                                   on 2006/07/08  16:27:10
10719         Log: Upgrade to Devel::PPPort 3.09
10720      Branch: perl
10721            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
10722            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort_pm.PL
10723            ! ext/Devel/PPPort/parts/apidoc.fnc
10724            ! ext/Devel/PPPort/parts/base/5009004
10725            ! ext/Devel/PPPort/parts/embed.fnc
10726            ! ext/Devel/PPPort/parts/inc/podtest
10727            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
10728            ! ext/Devel/PPPort/t/podtest.t
10729 ____________________________________________________________________________
10730 [ 28506] By: stevep                                on 2006/07/08  14:50:33
10731         Log: Update Audrey Tang's email throughout various files.
10732      Branch: perl
10733            ! AUTHORS Porting/Maintainers.pl Porting/checkAUTHORS.pl
10734 ____________________________________________________________________________
10735 [ 28505] By: merijn                                on 2006/07/08  09:04:56
10736         Log: POSIX test improvements on True64
10737              Subject: [PATCH] the new POSIX tests
10738              From: Jarkko Hietaniemi <jhi@iki.fi>
10739              Date: Sat, 08 Jul 2006 11:43:05 +0300
10740              Message-ID: <44AF7019.3070509@iki.fi>
10741      Branch: perl
10742            ! ext/POSIX/POSIX.pod ext/POSIX/t/sysconf.t
10743            ! ext/POSIX/t/termios.t
10744 ____________________________________________________________________________
10745 [ 28504] By: stevep                                on 2006/07/08  01:14:28
10746         Log: Upgrade to encoding-warnings-0.10
10747      Branch: perl
10748            + lib/encoding/warnings/t/4-lexical.t
10749            ! MANIFEST lib/encoding/warnings.pm
10750            ! lib/encoding/warnings/t/3-normal.t
10751 ____________________________________________________________________________
10752 [ 28503] By: stevep                                on 2006/07/07  18:38:01
10753         Log: Subject: [PATCH] Test scripts for I18N::Langinfo and POSIX
10754              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
10755              Date: Fri, 07 Jul 2006 11:02:31 +0200
10756              Message-ID: <1152262951.44ae23272ffa0@imp3-g19.free.fr>
10757              
10758              Only includes changes to:
10759              * ext/I18N/Langinfo/t/Langinfo.t
10760              * ext/POSIX/t/sysconf.t
10761              * ext/POSIX/t/termios.t
10762      Branch: perl
10763            + ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t
10764            ! MANIFEST ext/I18N/Langinfo/t/Langinfo.t
10765 ____________________________________________________________________________
10766 [ 28502] By: rgs                                   on 2006/07/07  14:52:15
10767         Log: Subject: Re: Dual life for Shell.pm
10768              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
10769              Date: Thu, 6 Jul 2006 13:02:23 -0300
10770              Message-ID: <73ddeb6c0607060902tc471f84sf1bb841b6e9ecddf@mail.gmail.com>
10771      Branch: perl
10772            ! lib/Shell.pm lib/Shell.t
10773 ____________________________________________________________________________
10774 [ 28501] By: rgs                                   on 2006/07/07  14:12:59
10775         Log: Subject: [PATCH] threads 1.34 - state methods
10776              From: "Jerry D. Hedden" <jerry@hedden.us>
10777              Date: Thu, 06 Jul 2006 07:33:13 -0700
10778              Message-ID: <20060706073313.fb30e530d17747c2b054d625b8945d88.baa39d91bc.wbe@email.secureserver.net>
10779      Branch: perl
10780            + ext/threads/t/state.t
10781            ! MANIFEST ext/threads/Changes ext/threads/README
10782            ! ext/threads/t/context.t ext/threads/t/thread.t
10783            ! ext/threads/threads.pm ext/threads/threads.xs
10784 ____________________________________________________________________________
10785 [ 28500] By: rgs                                   on 2006/07/07  13:23:45
10786         Log: Subject: More escaping in the RE
10787              From: demerphq <demerphq@gmail.com>
10788              Date: Fri, 7 Jul 2006 10:40:40 +0200
10789              Message-ID: <9b18b3110607070140p5cb2c58ftcadbcd113a58c3af@mail.gmail.com>
10790              
10791              (with tweaks)
10792      Branch: perl
10793            ! regcomp.c regcomp.h regexec.c
10794 ____________________________________________________________________________
10795 [ 28499] By: rgs                                   on 2006/07/07  09:50:35
10796         Log: Fix the implementation of list assignment to state().
10797      Branch: perl
10798            ! op.c t/lib/warnings/op t/op/state.t
10799 ____________________________________________________________________________
10800 [ 28498] By: rgs                                   on 2006/07/06  16:55:57
10801         Log: The state() implementation is not yet perfect. Check in a new todo test
10802      Branch: perl
10803            ! t/op/state.t
10804 ____________________________________________________________________________
10805 [ 28497] By: rgs                                   on 2006/07/06  16:35:37
10806         Log: Error in the formulation of the new warning, spotted by Dominic Dunlop
10807      Branch: perl
10808            ! pod/perldiag.pod
10809 ____________________________________________________________________________
10810 [ 28496] By: rgs                                   on 2006/07/06  15:49:30
10811         Log: Add a new warning, "State variable %s will be reinitialized"
10812      Branch: perl
10813            ! op.c pod/perldiag.pod t/lib/warnings/op
10814 ____________________________________________________________________________
10815 [ 28495] By: stevep                                on 2006/07/06  15:38:51
10816         Log: Upgrade to Module-Build-0.2801.
10817      Branch: perl
10818            ! lib/Module/Build.pm lib/Module/Build/Base.pm
10819            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
10820            ! lib/Module/Build/Cookbook.pm lib/Module/Build/Platform/Unix.pm
10821            ! lib/Module/Build/Platform/Windows.pm lib/Module/Build/YAML.pm
10822            ! lib/Module/Build/t/extend.t lib/Module/Build/t/lib/MBTest.pm
10823            ! lib/Module/Build/t/mbyaml.t lib/Module/Build/t/runthrough.t
10824 ____________________________________________________________________________
10825 [ 28494] By: stevep                                on 2006/07/06  15:18:58
10826         Log: Math-Complex now dual-lived with Jarkko Hietaniemi as the maintainer.
10827              Also, sync'ing up with the CPAN version of the module.
10828      Branch: perl
10829            ! Porting/Maintainers.pl lib/Math/Complex.pm lib/Math/Complex.t
10830            ! lib/Math/Trig.pm lib/Math/Trig.t
10831 ____________________________________________________________________________
10832 [ 28493] By: rgs                                   on 2006/07/06  14:31:55
10833         Log: Document state() variables in perlsub
10834      Branch: perl
10835            ! pod/perlsub.pod
10836 ____________________________________________________________________________
10837 [ 28492] By: stevep                                on 2006/07/06  14:12:56
10838         Log: Alphabetizing function names in perlfunc lists. 
10839      Branch: perl
10840            ! pod/perlfunc.pod
10841 ____________________________________________________________________________
10842 [ 28491] By: rgs                                   on 2006/07/06  13:36:57
10843         Log: Mention state variables in perldiag. Add switch-related keywords
10844              in the keyword listing section in perlfunc. Add a summary of
10845              C<state> in perlfunc. Fix a typo in the synopsis for C<our>.
10846              Don't say that C<my $_> is illegal in perlsub.
10847      Branch: perl
10848            ! pod/perldiag.pod pod/perlfunc.pod pod/perlsub.pod
10849 ____________________________________________________________________________
10850 [ 28490] By: rgs                                   on 2006/07/06  09:01:16
10851         Log: Introduce a new function, pv_escape(), to display contents of PVs
10852              that might contain non printable chars.
10853              
10854              Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
10855              From: demerphq <demerphq@gmail.com>
10856              Date: Wed, 5 Jul 2006 20:40:58 +0200
10857              Message-ID: <9b18b3110607051140n10c211a1jf17d3b7914d6f68b@mail.gmail.com>
10858      Branch: perl
10859            ! dump.c embed.fnc embed.h global.sym perl.h pod/perlapi.pod
10860            ! proto.h reentr.c regexec.c t/lib/warnings/9uninit
10861 ____________________________________________________________________________
10862 [ 28489] By: rgs                                   on 2006/07/05  21:00:31
10863         Log: Implement handling of state variables in list assignment
10864      Branch: perl
10865            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/state.t
10866 ____________________________________________________________________________
10867 [ 28488] By: rgs                                   on 2006/07/05  20:00:10
10868         Log: Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN op when the left
10869              side is made out a list declared with our(). In this case OPpLVAL_INTRO
10870              isn't set on the left op, so we just remove that check. Add new tests.
10871      Branch: perl
10872            ! op.c t/op/array.t
10873 ____________________________________________________________________________
10874 [ 28487] By: rgs                                   on 2006/07/05  19:49:36
10875         Log: Adjust test count after introducing new constants in POSIX
10876      Branch: perl
10877            ! ext/B/t/concise-xs.t
10878 ____________________________________________________________________________
10879 [ 28486] By: stevep                                on 2006/07/05  16:27:16
10880         Log: Add constants needed for recvmsg()/sendmsg() support.
10881      Branch: perl
10882            ! ext/POSIX/Makefile.PL
10883 ____________________________________________________________________________
10884 [ 28485] By: stevep                                on 2006/07/05  15:40:05
10885         Log: Skip lib/Memoize/t/tie_ndbm.t if $TMP is not writable.
10886      Branch: perl
10887            ! lib/Memoize/t/tie_ndbm.t
10888 ____________________________________________________________________________
10889 [ 28484] By: rgs                                   on 2006/07/05  14:10:18
10890         Log: Add a TODO test for list assignment to a list of state variables.
10891              Not sure yet how to encode in the optree the information that
10892              state($x, $y) and (state $x, state $y) must be treated differently.
10893      Branch: perl
10894            ! t/op/state.t
10895 ____________________________________________________________________________
10896 [ 28483] By: rgs                                   on 2006/07/05  12:48:57
10897         Log: Don't add extra warning flags for gcc versions < 3.
10898      Branch: perl
10899            ! cflags.SH
10900 ____________________________________________________________________________
10901 [ 28482] By: rgs                                   on 2006/07/05  08:53:56
10902         Log: Make the distclean target remove lib/Hash correctly
10903      Branch: perl
10904            ! Makefile.SH
10905 ____________________________________________________________________________
10906 [ 28481] By: craigb                                on 2006/07/05  02:31:06
10907         Log: Subject: [PATCH] RE: [PATCH] threads 1.33
10908              From: "Jerry D. Hedden" <jdhedden@cpan.org>
10909              Message-id: <20060704171845.fb30e530d17747c2b054d625b8945d88.f0db2cab53.wbe@email.secureserver.net>
10910              Date: Tue, 04 Jul 2006 17:18:45 -0700
10911              
10912              exiting from threads works differently on VMS
10913      Branch: perl
10914            ! ext/threads/t/exit.t
10915 ____________________________________________________________________________
10916 [ 28480] By: craigb                                on 2006/07/04  21:27:42
10917         Log: fix signed/unsigned nit in reentr.c
10918      Branch: perl
10919            ! reentr.c
10920 ____________________________________________________________________________
10921 [ 28479] By: craigb                                on 2006/07/04  19:08:16
10922         Log: fix type mismatch warning caused by return statement lurking in DIE macro
10923      Branch: perl
10924            ! doio.c
10925 ____________________________________________________________________________
10926 [ 28478] By: nicholas                              on 2006/07/04  18:58:10
10927         Log: Subject: [PATCH] more warning-silencing in FieldHash
10928              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
10929              Message-Id: <CE8BC13E-8BE5-4743-803C-6DF0D1FB2010@mailbox.tu-berlin.de>
10930              Date: Tue, 4 Jul 2006 19:42:12 +0200
10931      Branch: perl
10932            ! ext/Hash/Util/FieldHash/FieldHash.xs
10933            ! ext/Hash/Util/FieldHash/t/02_function.t
10934            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
10935 ____________________________________________________________________________
10936 [ 28477] By: rgs                                   on 2006/07/04  12:04:58
10937         Log: Subject: [PATCH] consting and localizing in universal.c
10938              From: andy@petdance.com (Andy Lester)
10939              Date: Mon, 3 Jul 2006 17:41:48 -0500
10940              Message-ID: <20060703224148.GA14449@petdance.com>
10941      Branch: perl
10942            ! embed.fnc proto.h universal.c
10943 ____________________________________________________________________________
10944 [ 28476] By: rgs                                   on 2006/07/04  09:42:12
10945         Log: Subject: [PATCH] toke.c consting and localizing
10946              From: andy@petdance.com (Andy Lester)
10947              Date: Mon, 3 Jul 2006 17:42:50 -0500
10948              Message-ID: <20060703224250.GA14481@petdance.com>
10949      Branch: perl
10950            ! toke.c
10951 ____________________________________________________________________________
10952 [ 28475] By: rgs                                   on 2006/07/04  09:37:10
10953         Log: Subject: [PATCH] threads 1.33
10954              From: "Jerry D. Hedden" <jdhedden@cpan.org>
10955              Date: Mon, 03 Jul 2006 09:01:53 -0700
10956              Message-ID: <20060703090153.fb30e530d17747c2b054d625b8945d88.b26e047e0f.wbe@email.secureserver.net>
10957      Branch: perl
10958            + ext/threads/t/exit.t
10959            ! MANIFEST ext/threads/Changes ext/threads/README
10960            ! ext/threads/t/blocks.t ext/threads/t/context.t
10961            ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t
10962            ! ext/threads/t/join.t ext/threads/t/thread.t
10963            ! ext/threads/threads.pm ext/threads/threads.xs
10964 ____________________________________________________________________________
10965 [ 28474] By: mhx                                   on 2006/07/03  21:40:58
10966         Log: Upgrade to Devel::PPPort 3.08_07
10967      Branch: perl
10968            + ext/Devel/PPPort/PPPort.xs
10969            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
10970            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
10971            ! ext/Devel/PPPort/parts/inc/ppphbin
10972            ! ext/Devel/PPPort/parts/inc/ppphdoc
10973            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
10974            ! ext/Devel/PPPort/t/ppphtest.t
10975 ____________________________________________________________________________
10976 [ 28473] By: stevep                                on 2006/07/03  18:09:01
10977         Log: Allow stat() and -X file tests work on dirhandles.
10978      Branch: perl
10979            ! doio.c pod/perlfunc.pod pp_sys.c t/op/stat.t
10980 ____________________________________________________________________________
10981 [ 28472] By: rgs                                   on 2006/07/03  16:51:05
10982         Log: Subject: [PATCH] embed.pl enhancements
10983              From: andy@petdance.com (Andy Lester)
10984              Date: Sun, 2 Jul 2006 12:11:39 -0500
10985              Message-ID: <20060702171139.GA20266@petdance.com>
10986              
10987              Add experimental (and optional) splint support
10988      Branch: perl
10989            ! embed.pl perlapi.c
10990 ____________________________________________________________________________
10991 [ 28471] By: rgs                                   on 2006/07/03  16:40:19
10992         Log: Subject: [PATCH] Makefile splint support
10993              From: andy@petdance.com (Andy Lester)
10994              Date: Sun, 2 Jul 2006 12:19:08 -0500
10995              Message-ID: <20060702171908.GA20443@petdance.com>
10996      Branch: perl
10997            ! Makefile.SH
10998 ____________________________________________________________________________
10999 [ 28470] By: rgs                                   on 2006/07/03  16:36:14
11000         Log: Subject: [PATCH] DProf.xs patch
11001              From: andy@petdance.com (Andy Lester)
11002              Date: Sun, 2 Jul 2006 12:17:08 -0500
11003              Message-ID: <20060702171708.GA20392@petdance.com>
11004      Branch: perl
11005            ! ext/Devel/DProf/DProf.xs
11006 ____________________________________________________________________________
11007 [ 28469] By: rgs                                   on 2006/07/03  09:39:42
11008         Log: Subject: [PATCH] mg.c cleanups
11009              From: andy@petdance.com (Andy Lester)
11010              Date: Sun, 2 Jul 2006 12:33:36 -0500
11011              Message-ID: <20060702173336.GA20641@petdance.com>
11012      Branch: perl
11013            ! mg.c
11014 ____________________________________________________________________________
11015 [ 28468] By: rgs                                   on 2006/07/03  09:34:44
11016         Log: Subject: [PATCH] Clean up mathoms.c
11017              From: andy@petdance.com (Andy Lester)
11018              Date: Sun, 2 Jul 2006 12:24:45 -0500
11019              Message-ID: <20060702172445.GA20521@petdance.com>
11020      Branch: perl
11021            ! mathoms.c
11022 ____________________________________________________________________________
11023 [ 28467] By: steveh                                on 2006/07/03  08:23:03
11024         Log: Subject: Re: Win32API::File now in core
11025              From: demerphq <demerphq@gmail.com>
11026              Date: Sun, 2 Jul 2006 15:19:58 +0200
11027              Message-ID: <9b18b3110607020619s4c4480d8ra3e681aee69a8d7@mail.gmail.com>
11028              
11029              Sync blead with Win32API-File-0.1001
11030              (plus change to sync README too)
11031      Branch: perl
11032            ! win32/ext/Win32API/File/Changes
11033            ! win32/ext/Win32API/File/File.pm win32/ext/Win32API/File/README
11034 ____________________________________________________________________________
11035 [ 28466] By: davem                                 on 2006/07/02  22:47:24
11036         Log: silence a compiler warning
11037      Branch: perl
11038            ! regexec.c
11039 ____________________________________________________________________________
11040 [ 28465] By: davem                                 on 2006/07/02  19:30:49
11041         Log: remove some unnecessary uses of WITH_THR
11042      Branch: perl
11043            ! mg.c op.c
11044 ____________________________________________________________________________
11045 [ 28464] By: craigb                                on 2006/07/02  18:06:36
11046         Log: s/have a more/have more/ typo fix in perlfaq4
11047      Branch: perl
11048            ! pod/perlfaq4.pod
11049 ____________________________________________________________________________
11050 [ 28463] By: davem                                 on 2006/07/02  16:31:10
11051         Log: Subject:  [PATCH] Synchronize ExtUtils::Instal 1.41
11052              From:  demerphq <demerphq@gmail.com>
11053              Date:  Sun, 2 Jul 2006 16:23:21 +0200
11054              Message-Id:  <9b18b3110607020723h1765f051hda802b6682a99df0@mail.gmail.com>
11055              
11056              Sync ExtUtils::Install with CPAN (just trivially change version nos)
11057      Branch: perl
11058            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
11059            ! lib/ExtUtils/Packlist.pm
11060 ____________________________________________________________________________
11061 [ 28462] By: davem                                 on 2006/07/02  15:34:23
11062         Log: 
11063              From: demerphq <demerphq@gmail.com>
11064              Date: Sun, 2 Jul 2006 15:13:20 +0200
11065              Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
11066              Message-ID: <9b18b3110607020613u1ab782dam2c425da61deb1876@mail.gmail.com>
11067              
11068              add test for patch #28417
11069      Branch: perl
11070            ! t/op/pat.t
11071 ____________________________________________________________________________
11072 [ 28461] By: rgs                                   on 2006/06/30  16:33:57
11073         Log: Must not forget that.
11074      Branch: perl
11075            ! pod/perltodo.pod
11076 ____________________________________________________________________________
11077 [ 28460] By: steveh                                on 2006/06/30  13:46:06
11078         Log: Add Win32API::File to the core
11079              
11080              For discussions, see the thread starting here:
11081              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-06/msg00710.html
11082      Branch: perl
11083            + win32/ext/Win32API/File/Changes
11084            + win32/ext/Win32API/File/ExtUtils/Myconst2perl.pm
11085            + win32/ext/Win32API/File/File.pm
11086            + win32/ext/Win32API/File/File.xs
11087            + win32/ext/Win32API/File/Makefile.PL
11088            + win32/ext/Win32API/File/README
11089            + win32/ext/Win32API/File/buffers.h
11090            + win32/ext/Win32API/File/cFile.h
11091            + win32/ext/Win32API/File/cFile.pc
11092            + win32/ext/Win32API/File/const2perl.h
11093            + win32/ext/Win32API/File/ppport.h
11094            + win32/ext/Win32API/File/t/file.t
11095            + win32/ext/Win32API/File/t/tie.t
11096            + win32/ext/Win32API/File/typemap
11097            ! MANIFEST Porting/Maintainers.pl t/TEST t/harness
11098            ! win32/Makefile win32/config_sh.PL win32/makefile.mk
11099 ____________________________________________________________________________
11100 [ 28459] By: rgs                                   on 2006/06/30  13:28:46
11101         Log: Fix casting warnings related to snprintf/vsnprintf
11102      Branch: perl
11103            ! perl.h util.c
11104 ____________________________________________________________________________
11105 [ 28458] By: merijn                                on 2006/06/30  13:17:59
11106         Log: Solaris' sh doesn't like empty if's
11107      Branch: perl
11108            ! hints/solaris_2.sh
11109 ____________________________________________________________________________
11110 [ 28457] By: rgs                                   on 2006/06/30  13:09:40
11111         Log: PERL_UNUSED_CONTEXT is not enough to silence warnings when pTHXx
11112              is used.
11113      Branch: perl
11114            ! perl.c
11115 ____________________________________________________________________________
11116 [ 28456] By: rgs                                   on 2006/06/30  12:56:59
11117         Log: Fix a couple of compilation warnings
11118      Branch: perl
11119            ! regcomp.c toke.c
11120 ____________________________________________________________________________
11121 [ 28455] By: davem                                 on 2006/06/30  12:07:01
11122         Log: migrate CURLY/PLUS/STAR branch in regmatch() to new FSM-esque paradigm
11123      Branch: perl
11124            ! regexec.c regexp.h
11125 ____________________________________________________________________________
11126 [ 28454] By: rgs                                   on 2006/06/30  08:13:24
11127         Log: Small adjustment to the Plan
11128      Branch: perl
11129            ! pod/perltodo.pod
11130 ____________________________________________________________________________
11131 [ 28453] By: merijn                                on 2006/06/30  05:00:22
11132         Log: HASATTRIBUTE_UNUSED works for gcc-3.3, but not for g++-3.3
11133              Subject: Re: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))
11134              From: Andrew Dougherty <doughera@lafayette.edu>
11135              Date: Thu, 29 Jun 2006 13:41:28 -0400 (EDT)
11136              Message-ID: <Pine.LNX.4.62.0606291327130.16718@fractal.phys.lafayette.edu>
11137      Branch: perl
11138            ! perl.h
11139 ____________________________________________________________________________
11140 [ 28452] By: rgs                                   on 2006/06/29  16:47:32
11141         Log: Another typo fix.
11142      Branch: perl
11143            ! pod/perlre.pod
11144 ____________________________________________________________________________
11145 [ 28451] By: rgs                                   on 2006/06/29  16:12:05
11146         Log: Typo fix.
11147      Branch: perl
11148            ! pod/perlre.pod
11149 ____________________________________________________________________________
11150 [ 28450] By: rgs                                   on 2006/06/29  15:53:43
11151         Log: Subject: [PATCH] Small precision about \Q \E inside m//x
11152              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
11153              Date: Thu, 29 Jun 2006 17:46:57 +0200
11154              Message-ID: <1151596017.44a3f5f105205@imp1-g19.free.fr>
11155      Branch: perl
11156            ! pod/perlre.pod
11157 ____________________________________________________________________________
11158 [ 28449] By: rgs                                   on 2006/06/29  14:53:38
11159         Log: Subject: [PATCH] Cleanup in Hash::Util::FieldHash
11160              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
11161              Date: Wed, 28 Jun 2006 19:20:14 +0200
11162              Message-Id: <B45A1CCD-ECCA-44EB-97A6-1DA9F5E4DE81@mailbox.tu-berlin.de>
11163      Branch: perl
11164            ! ext/Hash/Util/FieldHash/FieldHash.xs
11165            ! ext/Hash/Util/FieldHash/Makefile.PL
11166            ! ext/Hash/Util/FieldHash/t/01_load.t
11167 ____________________________________________________________________________
11168 [ 28448] By: craigb                                on 2006/06/29  14:21:35
11169         Log: Updated handling of signal names and signals for VMS
11170      Branch: perl
11171            ! configure.com vms/vms.c
11172 ____________________________________________________________________________
11173 [ 28447] By: rgs                                   on 2006/06/29  12:12:00
11174         Log: Some CPP macro sanitization by Sadahiro Tomoyuki
11175      Branch: perl
11176            ! utfebcdic.h
11177 ____________________________________________________________________________
11178 [ 28446] By: merijn                                on 2006/06/28  17:51:28
11179         Log: Solaris hints: gcc flags confuse Configure
11180              Subject: [PATCH] (Was Re: [perl #39636] Configure fails)
11181              From: Andy Dougherty <doughera@lafayette.edu>
11182              Date: Wed, 28 Jun 2006 13:37:54 -0400 (EDT)
11183              Message-ID: <Pine.LNX.4.62.0606281331350.3867@fractal.phys.lafayette.edu>
11184      Branch: perl
11185            ! hints/solaris_2.sh
11186 ____________________________________________________________________________
11187 [ 28445] By: rgs                                   on 2006/06/28  14:37:03
11188         Log: Subject: [PATCH] Update for IO::Uncompress::Base
11189              From: "Paul Marquess" <paul.marquess@ntlworld.com>
11190              Date: Wed, 28 Jun 2006 14:22:46 +0100
11191              Message-ID: <001701c69ab5$f4d5d3d0$2405140a@myopwv.com>
11192      Branch: perl
11193            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
11194            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
11195            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
11196            ! t/lib/compress/CompTestUtils.pm t/lib/compress/any.pl
11197            ! t/lib/compress/anyunc.pl t/lib/compress/multi.pl
11198            ! t/lib/compress/oneshot.pl
11199 ____________________________________________________________________________
11200 [ 28444] By: rgs                                   on 2006/06/28  08:42:09
11201         Log: Subject: [perl #39639] perldoc -f waitpid has wrong code example 
11202              From: Alexander_Gernler@genua.de (via RT) <perlbug-followup@perl.org>
11203              Date: Tue, 27 Jun 2006 07:23:59 -0700
11204              Message-ID: <rt-3.0.11-39639-135396.19.0765391798804@perl.org>
11205      Branch: perl
11206            ! pod/perlfunc.pod
11207 ____________________________________________________________________________
11208 [ 28435] By: rgs                                   on 2006/06/27  14:01:30
11209         Log: Nits in the perlpragma manpage
11210      Branch: perl
11211            ! pod/perlpragma.pod
11212 ____________________________________________________________________________
11213 [ 28434] By: rgs                                   on 2006/06/27  08:48:45
11214         Log: Subject: [PATCH] cflags.SH: scan the gcc warning flags only once, during .SH expansion
11215              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
11216              Date: Mon, 26 Jun 2006 22:12:37 +0300 (EEST)
11217              Message-Id: <20060626191237.8A0936CF04@seth.hut.fi>
11218      Branch: perl
11219            ! cflags.SH
11220 ____________________________________________________________________________
11221 [ 28433] By: rgs                                   on 2006/06/26  17:17:57
11222         Log: Adjust test preamble for Hash::Util tests too.
11223      Branch: perl
11224            ! ext/Hash/Util/t/Util.t
11225 ____________________________________________________________________________
11226 [ 28432] By: rgs                                   on 2006/06/26  16:50:58
11227         Log: Adjust test preambles for Hash::Util::FieldHash tests to change
11228              the @INC path only when testing inside the core
11229      Branch: perl
11230            ! ext/Hash/Util/FieldHash/t/01_load.t
11231            ! ext/Hash/Util/FieldHash/t/02_function.t
11232            ! ext/Hash/Util/FieldHash/t/03_class.t
11233            ! ext/Hash/Util/FieldHash/t/04_thread.t
11234            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
11235            ! ext/Hash/Util/FieldHash/t/10_hash.t
11236            ! ext/Hash/Util/FieldHash/t/11_hashassign.t
11237            ! ext/Hash/Util/FieldHash/t/12_hashwarn.t
11238 ____________________________________________________________________________
11239 [ 28431] By: rgs                                   on 2006/06/26  16:32:16
11240         Log: Subject: Re: [PATCH] Hash::Util::FieldHash
11241              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
11242              Date: Mon, 26 Jun 2006 18:05:53 +0200
11243              Message-Id: <133195AB-599D-49EC-8CFE-D67299D947EB@mailbox.tu-berlin.de>
11244      Branch: perl
11245            ! ext/Hash/Util/FieldHash/Changes
11246            ! ext/Hash/Util/FieldHash/FieldHash.xs
11247            ! ext/Hash/Util/FieldHash/Makefile.PL
11248 ____________________________________________________________________________
11249 [ 28430] By: rgs                                   on 2006/06/26  16:29:06
11250         Log: Remove notes about removed 5005-threads from perlguts.
11251      Branch: perl
11252            ! pod/perlguts.pod
11253 ____________________________________________________________________________
11254 [ 28429] By: rgs                                   on 2006/06/26  12:31:19
11255         Log: Subject: [patch@28427] vms.c - null termination of string missing.
11256              From: "John E. Malmberg" <wb8tyw@qsl.net>
11257              Date: Mon, 26 Jun 2006 08:24:57 -0400
11258              Message-ID: <449FD219.5060900@qsl.net>
11259      Branch: perl
11260            ! vms/vms.c
11261 ____________________________________________________________________________
11262 [ 28428] By: rgs                                   on 2006/06/26  08:55:56
11263         Log: More perlreguts nits by Dominic Dunlop,
11264              plus fix a broken internal POD link
11265      Branch: perl
11266            ! pod/perlreguts.pod
11267 ____________________________________________________________________________
11268 [ 28427] By: rgs                                   on 2006/06/25  22:23:46
11269         Log: Nits about lock() in perlthrtut by Daniel Frederick Crisman,
11270              plus other nits by rgs
11271      Branch: perl
11272            ! pod/perlthrtut.pod
11273 ____________________________________________________________________________
11274 [ 28426] By: rgs                                   on 2006/06/25  21:57:30
11275         Log: Compilation fixes for VMS by John E. Malmberg
11276      Branch: perl
11277            ! ext/Hash/Util/FieldHash/FieldHash.xs
11278 ____________________________________________________________________________
11279 [ 28425] By: rgs                                   on 2006/06/25  21:12:06
11280         Log: Nits to perlreguts.pod by Dominic Dunlop
11281      Branch: perl
11282            ! pod/perlreguts.pod
11283 ____________________________________________________________________________
11284 [ 28424] By: mhx                                   on 2006/06/25  08:13:33
11285         Log: Upgrade to Devel::PPPort 3.08_06
11286      Branch: perl
11287            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
11288            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/mktests.PL
11289            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
11290            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
11291            ! ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/Sv_set.t
11292            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/cop.t
11293            ! ext/Devel/PPPort/t/exception.t ext/Devel/PPPort/t/grok.t
11294            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
11295            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/memory.t
11296            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/newCONSTSUB.t
11297            ! ext/Devel/PPPort/t/newRV.t ext/Devel/PPPort/t/podtest.t
11298            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
11299            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t
11300            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
11301            ! ext/Devel/PPPort/t/variables.t ext/Devel/PPPort/t/warn.t
11302 ____________________________________________________________________________
11303 [ 28423] By: stevep                                on 2006/06/25  01:45:51
11304         Log: Re: [PATCH] Hash::Util::FieldHash
11305              From: demerphq <demerphq@gmail.com>
11306              Date: Sat, 24 Jun 2006 13:19:35 +0200
11307              Message-ID: <9b18b3110606240419p1b5a2072t3867306925a3ce46@mail.gmail.com>
11308      Branch: perl
11309            ! ext/Hash/Util/FieldHash/Makefile.PL
11310 ____________________________________________________________________________
11311 [ 28422] By: davem                                 on 2006/06/24  23:31:33
11312         Log: quieten warning by avoiding a comment-within-a-comment
11313      Branch: perl
11314            ! regcomp.c
11315 ____________________________________________________________________________
11316 [ 28421] By: davem                                 on 2006/06/23  22:26:02
11317         Log: migrate TRIE branch in regmatch() to new FSM-esque paradigm
11318      Branch: perl
11319            ! regexec.c regexp.h
11320 ____________________________________________________________________________
11321 [ 28420] By: mhx                                   on 2006/06/23  19:06:43
11322         Log: Upgrade to Devel::PPPort 3.08_05
11323      Branch: perl
11324            - ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
11325            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
11326            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/soak
11327 ____________________________________________________________________________
11328 [ 28419] By: rgs                                   on 2006/06/23  16:28:03
11329         Log: Subject: Re: [PATCH] Hash::Util::FieldHash
11330              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
11331              Date: Wed, 21 Jun 2006 22:39:51 +0200
11332              Message-Id: <974A5B4B-7614-4F3F-BA7C-828960D82C55@mailbox.tu-berlin.de>
11333      Branch: perl
11334            + ext/Hash/Util/FieldHash/Changes
11335            + ext/Hash/Util/FieldHash/FieldHash.xs
11336            + ext/Hash/Util/FieldHash/Makefile.PL
11337            + ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
11338            + ext/Hash/Util/FieldHash/t/01_load.t
11339            + ext/Hash/Util/FieldHash/t/02_function.t
11340            + ext/Hash/Util/FieldHash/t/03_class.t
11341            + ext/Hash/Util/FieldHash/t/04_thread.t
11342            + ext/Hash/Util/FieldHash/t/05_perlhook.t
11343            + ext/Hash/Util/FieldHash/t/10_hash.t
11344            + ext/Hash/Util/FieldHash/t/11_hashassign.t
11345            + ext/Hash/Util/FieldHash/t/12_hashwarn.t
11346            ! MANIFEST embed.fnc embed.h ext/Hash/Util/Changes
11347            ! ext/Hash/Util/Makefile.PL ext/Hash/Util/lib/Hash/Util.pm hv.c
11348            ! mg.c pod/perlapi.pod pod/perlguts.pod proto.h sv.c
11349 ____________________________________________________________________________
11350 [ 28418] By: rgs                                   on 2006/06/23  14:00:59
11351         Log: Subject: Re: [PATCH] perlhack.pod
11352              From: "Dr.Ruud" <rvtol+news@isolution.nl>
11353              Date: Thu, 22 Jun 2006 23:42:53 +0200
11354              Message-ID: <20060622215407.9605.qmail@lists.develooper.com>
11355      Branch: perl
11356            ! pod/perlhack.pod
11357 ____________________________________________________________________________
11358 [ 28417] By: rgs                                   on 2006/06/23  10:50:29
11359         Log: Subject: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
11360              From: demerphq <demerphq@gmail.com>
11361              Date: Fri, 23 Jun 2006 11:54:19 +0200
11362              Message-ID: <9b18b3110606230254m6afd620bjde6322aefda6f199@mail.gmail.com>
11363      Branch: perl
11364            ! regexec.c
11365 ____________________________________________________________________________
11366 [ 28416] By: rgs                                   on 2006/06/23  09:41:36
11367         Log: perltodo additions by Vadim Konovalov
11368      Branch: perl
11369            ! pod/perltodo.pod
11370 ____________________________________________________________________________
11371 [ 28415] By: stevep                                on 2006/06/22  11:34:20
11372         Log: Subject: [PATCH] IO::Compress::Base
11373              From: "Paul Marquess" <paul.marquess@ntlworld.com>
11374              Date: Thu, 22 Jun 2006 11:40:10 +0100
11375              Message-ID: <01f701c695e8$3d035e20$2405140a@myopwv.com>
11376      Branch: perl
11377            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
11378            ! t/lib/compress/merge.pl
11379 ____________________________________________________________________________
11380 [ 28414] By: steveh                                on 2006/06/22  08:05:14
11381         Log: Subject: Re: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
11382              From: demerphq <demerphq@gmail.com>
11383              Date: Wed, 21 Jun 2006 22:51:03 +0200
11384              Message-ID: <9b18b3110606211351v5b052103i4d727ad464a162e@mail.gmail.com>
11385      Branch: perl
11386            ! regcomp.c
11387 ____________________________________________________________________________
11388 [ 28413] By: rgs                                   on 2006/06/21  08:15:38
11389         Log: Subject: [PATCH] <toke.c> isALNUM(*s) && *s != '_'
11390              From: "Dr.Ruud" <rvtol+news@isolution.nl>
11391              Date: Wed, 21 Jun 2006 01:58:19 +0200
11392              Message-ID: <20060621000237.24398.qmail@lists.develooper.com>
11393      Branch: perl
11394            ! toke.c
11395 ____________________________________________________________________________
11396 [ 28412] By: steveh                                on 2006/06/21  08:07:21
11397         Log: Fix code before declaration error introduced by #28405
11398      Branch: perl
11399            ! regcomp.c
11400 ____________________________________________________________________________
11401 [ 28411] By: rgs                                   on 2006/06/21  07:44:24
11402         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag
11403              From: Dominic Dunlop <shouldbedomo@mac.com>
11404              Date: Tue, 20 Jun 2006 21:49:07 +0200
11405              Message-Id: <C48A3CD4-DDA5-43AD-8DDC-20375A187EFD@mac.com>
11406      Branch: perl
11407            ! t/op/sprintf.t
11408 ____________________________________________________________________________
11409 [ 28410] By: rgs                                   on 2006/06/20  22:01:16
11410         Log: Upgrade to Sys::Syslog 0.16
11411      Branch: perl
11412            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
11413            ! ext/Sys/Syslog/t/syslog.t
11414 ____________________________________________________________________________
11415 [ 28409] By: rgs                                   on 2006/06/20  17:22:15
11416         Log: Change 28404 broke the construct s/foo/<<BAR/e. So, try to be more
11417              clever. If the right hand side of s///e contains a #, then maybe
11418              it's a comment, so add a \n after it. Obviously, this is fast, but
11419              won't cover all possible cases.
11420      Branch: perl
11421            ! toke.c
11422 ____________________________________________________________________________
11423 [ 28408] By: rgs                                   on 2006/06/20  14:18:28
11424         Log: Subject: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag
11425              From: Dominic Dunlop <shouldbedomo@mac.com>
11426              Date: Tue, 20 Jun 2006 16:02:38 +0200
11427              Message-Id: <D223CF35-9AC3-4351-A0C9-F4E224AAC19E@mac.com>
11428      Branch: perl
11429            ! sv.c t/op/sprintf.t
11430 ____________________________________________________________________________
11431 [ 28407] By: rgs                                   on 2006/06/20  12:51:31
11432         Log: Subject: [PATCH] IO::Compress::* 2.000_13
11433              From: "Paul Marquess" <paul.marquess@ntlworld.com>
11434              Date: Tue, 20 Jun 2006 13:40:47 +0100
11435              Message-ID: <00b101c69466$c18f0af0$2405140a@myopwv.com>
11436      Branch: perl
11437            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
11438            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
11439            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
11440            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
11441            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
11442            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
11443            ! ext/Compress/IO/Zlib/README
11444            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
11445            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
11446            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
11447            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
11448            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
11449            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
11450            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
11451            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
11452            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
11453            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
11454            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
11455            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
11456            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
11457            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
11458            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
11459            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
11460            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
11461            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
11462            ! ext/Compress/Raw/Zlib/README
11463            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
11464            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
11465            ! ext/Compress/Zlib/lib/Compress/Zlib.pm t/lib/compress/multi.pl
11466            ! t/lib/compress/oneshot.pl
11467 ____________________________________________________________________________
11468 [ 28406] By: rgs                                   on 2006/06/20  12:44:27
11469         Log: Upgrade to Unicode::Normalize 1.01
11470      Branch: perl
11471            + ext/Unicode/Normalize/t/tie.t
11472            ! MANIFEST ext/Unicode/Normalize/Changes
11473            ! ext/Unicode/Normalize/Normalize.pm
11474            ! ext/Unicode/Normalize/Normalize.xs
11475            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
11476            ! ext/Unicode/Normalize/t/illegal.t
11477 ____________________________________________________________________________
11478 [ 28405] By: stevep                                on 2006/06/20  12:14:27
11479         Log: Clean up a few warnings in regcomp.c under -Dgccansipedantic.
11480      Branch: perl
11481            ! regcomp.c
11482 ____________________________________________________________________________
11483 [ 28404] By: rgs                                   on 2006/06/20  08:52:12
11484         Log: Subject: [perl #39365] Bug in toke.c (eval in subst) 
11485              From: bcarter@gumdrop.flyinganvil.org (via RT) <perlbug-followup@perl.org>
11486              Date: Fri, 09 Jun 2006 02:08:44 -0700
11487              Message-ID: <rt-3.0.11-39365-134716.18.9775670722527@perl.org>
11488              
11489              plus a regression test.
11490      Branch: perl
11491            ! t/comp/parser.t toke.c
11492 ____________________________________________________________________________
11493 [ 28403] By: rgs                                   on 2006/06/20  08:16:58
11494         Log: Subject: [PATCH lib/UNIVERSAL.pm] Add Documentation for DOES()
11495              From: chromatic <chromatic@wgz.org>
11496              Date: Sat, 17 Jun 2006 17:24:03 -0700
11497              Message-Id: <200606171724.04302.chromatic@wgz.org>
11498      Branch: perl
11499            ! lib/UNIVERSAL.pm
11500 ____________________________________________________________________________
11501 [ 28402] By: rgs                                   on 2006/06/19  11:27:03
11502         Log: Subject: RE: [PATCH] cflags.SH: rework the gcc warnings selection
11503              From: "Green, Paul" <Paul.Green@stratus.com>
11504              Date: Sun, 18 Jun 2006 19:41:50 -0400
11505              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB02026106@EXNA.corp.stratus.com>
11506      Branch: perl
11507            ! cflags.SH
11508 ____________________________________________________________________________
11509 [ 28401] By: davem                                 on 2006/06/18  09:58:08
11510         Log: Subject:  [PATCH] Re: blead trie problems in tru64 with -DDEBUGGING
11511              From:  Jarkko Hietaniemi <jhi@iki.fi>
11512              Date:  Sun, 18 Jun 2006 01:04:46 +0300
11513              Message-Id:  <44947C7E.7090100@iki.fi>
11514      Branch: perl
11515            ! regexec.c
11516 ____________________________________________________________________________
11517 [ 28400] By: davem                                 on 2006/06/17  20:01:38
11518         Log: Subject:  [PATCH] Comply with the 0x80th commandment
11519              From:  demerphq <demerphq@gmail.com>
11520              Date:  Sat, 17 Jun 2006 16:44:17 +0200
11521              Message-Id:  <9b18b3110606170744x60f4074bg11bf0f4c87eeb6c1@mail.gmail.com>
11522              
11523              add some (U8) casts
11524      Branch: perl
11525            ! regcomp.h
11526 ____________________________________________________________________________
11527 [ 28399] By: davem                                 on 2006/06/17  16:39:53
11528         Log: dont warn at exit of detatched threads still running
11529      Branch: perl
11530            ! ext/threads/t/blocks.t ext/threads/threads.xs
11531 ____________________________________________________________________________
11532 [ 28398] By: davem                                 on 2006/06/16  23:25:51
11533         Log: start turning regmatch() main loop into a FSM
11534              also make BRANCH use the state stack rather than its own unwind struct
11535      Branch: perl
11536            ! regcomp.pl regexec.c regexp.h regnodes.h t/op/re_tests
11537 ____________________________________________________________________________
11538 [ 28397] By: rgs                                   on 2006/06/15  10:01:14
11539         Log: Subject: [PATCH] cflags.SH: rework the gcc warnings selection
11540              From: Jarkko Hietaniemi <jhi@iki.fi>
11541              Date: Thu, 15 Jun 2006 09:12:53 +0300
11542              Message-ID: <4490FA65.70006@iki.fi>
11543      Branch: perl
11544            ! cflags.SH
11545 ____________________________________________________________________________
11546 [ 28396] By: craigb                                on 2006/06/15  03:20:48
11547         Log: only use NAML$M_OPEN_SPECIAL where it exists
11548      Branch: perl
11549            ! vms/vms.c
11550 ____________________________________________________________________________
11551 [ 28395] By: craigb                                on 2006/06/15  03:16:34
11552         Log: signedness nit in Unicode::Normalize::decompose
11553      Branch: perl
11554            ! ext/Unicode/Normalize/Normalize.xs
11555 ____________________________________________________________________________
11556 [ 28394] By: rgs                                   on 2006/06/14  14:58:14
11557         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)
11558              From: demerphq <demerphq@gmail.com>
11559              Date: Wed, 14 Jun 2006 14:33:24 +0200
11560              Message-ID: <9b18b3110606140533k583fdd3bh6c4b292e7ff4cf13@mail.gmail.com>
11561      Branch: perl
11562            ! regcomp.c regcomp.h
11563 ____________________________________________________________________________
11564 [ 28393] By: rgs                                   on 2006/06/14  12:11:13
11565         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)
11566              From: demerphq <demerphq@gmail.com>
11567              Date: Wed, 14 Jun 2006 13:54:04 +0200
11568              Message-ID: <9b18b3110606140454p19f4241exae6528f1c7bb32d7@mail.gmail.com>
11569      Branch: perl
11570            ! ext/re/t/regop.pl lib/Benchmark.pm regcomp.c regcomp.h
11571            ! regexec.c
11572 ____________________________________________________________________________
11573 [ 28392] By: rgs                                   on 2006/06/13  09:23:23
11574         Log: I thought I had fixed the spelling of DOES() in universal.t, but
11575              apparently no.
11576      Branch: perl
11577            ! t/op/universal.t
11578 ____________________________________________________________________________
11579 [ 28391] By: rgs                                   on 2006/06/13  08:32:04
11580         Log: Subject: Guard clause should happen first, otherwise its not a guard clause.
11581              From: demerphq <demerphq@gmail.com>
11582              Date: Tue, 13 Jun 2006 09:39:42 +0200
11583              Message-ID: <9b18b3110606130039v1c6a3fe6s448e92ab2a05888a@mail.gmail.com>
11584      Branch: perl
11585            ! regcomp.c regexec.c
11586 ____________________________________________________________________________
11587 [ 28390] By: stevep                                on 2006/06/13  01:15:21
11588         Log: Upgrade to Digest-SHA-5.41
11589      Branch: perl
11590            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
11591            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
11592            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
11593            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
11594            ! ext/Digest/SHA/t/2-nist-sha-oo.t
11595 ____________________________________________________________________________
11596 [ 28389] By: stevep                                on 2006/06/13  01:00:02
11597         Log: Upgrade to Unicode-Normalize-1.00
11598      Branch: perl
11599            ! ext/Unicode/Normalize/Changes
11600            ! ext/Unicode/Normalize/Normalize.pm
11601            ! ext/Unicode/Normalize/Normalize.xs
11602            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
11603            ! ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/func.t
11604            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/null.t
11605            ! ext/Unicode/Normalize/t/test.t
11606 ____________________________________________________________________________
11607 [ 28388] By: rgs                                   on 2006/06/12  17:21:22
11608         Log: Subject: Re: Segv from new regex code when under threads.
11609              From: demerphq <demerphq@gmail.com>
11610              Date: Mon, 12 Jun 2006 19:17:30 +0200
11611              Message-ID: <9b18b3110606121017t3af81484t4fb13015fac74592@mail.gmail.com>
11612      Branch: perl
11613            ! regcomp.c win32/vmem.h
11614 ____________________________________________________________________________
11615 [ 28387] By: rgs                                   on 2006/06/12  16:41:44
11616         Log: Add the new method UNIVERSAL::DOES() and the API function sv_does()
11617              
11618              Subject: Re: [PROPOSED PATCH: universal.c, t/op/universal.t] Add does()
11619              From: chromatic <chromatic@wgz.org>
11620              Date: Tue, 30 May 2006 17:41:08 -0700
11621              Message-Id: <200605301741.08363.chromatic@wgz.org>
11622      Branch: perl
11623            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h
11624            ! t/op/universal.t universal.c
11625 ____________________________________________________________________________
11626 [ 28386] By: rgs                                   on 2006/06/12  14:35:22
11627         Log: Adapt the new Test::Harness test to the core
11628      Branch: perl
11629            ! lib/Test/Harness/t/failure.t
11630 ____________________________________________________________________________
11631 [ 28385] By: rgs                                   on 2006/06/12  14:12:18
11632         Log: Subject: [PATCH] Static cleanup in pp_sort.c
11633              From: andy@petdance.com (Andy Lester)
11634              Date: Mon, 12 Jun 2006 08:59:34 -0500
11635              Message-ID: <20060612135934.GA2202@petdance.com>
11636      Branch: perl
11637            ! embed.fnc embed.h pp_sort.c proto.h
11638 ____________________________________________________________________________
11639 [ 28384] By: rgs                                   on 2006/06/12  14:08:09
11640         Log: Upgrade to Test::Harness 2.62
11641      Branch: perl
11642            + lib/Test/Harness/t/failure.t
11643            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
11644 ____________________________________________________________________________
11645 [ 28383] By: rgs                                   on 2006/06/12  13:01:43
11646         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.15.tar.gz
11647              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
11648              Date: Sun, 11 Jun 2006 02:30:54 +0200
11649              Message-ID: <1149985854.448b643e27a1f@imp5-g19.free.fr>
11650      Branch: perl
11651            + ext/Sys/Syslog/ppport.h
11652            ! MANIFEST ext/Sys/Syslog/Changes ext/Sys/Syslog/README
11653            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs
11654            ! ext/Sys/Syslog/t/syslog.t
11655 ____________________________________________________________________________
11656 [ 28382] By: rgs                                   on 2006/06/12  12:08:54
11657         Log: Subject: Re: [PATCH DOC] Three minor fixes related to perlop
11658              From: Daniel Frederick Crisman <daniel@crisman.org>
11659              Date: Sat, 10 Jun 2006 10:49:29 -0400
11660              Message-ID: <20060610144929.GA10201@fury.crisman.org>
11661      Branch: perl
11662            ! pod/perldiag.pod pod/perlop.pod
11663 ____________________________________________________________________________
11664 [ 28381] By: rgs                                   on 2006/06/12  10:07:18
11665         Log: Subject: [PATCH] Proper use of enums
11666              From: andy@petdance.com (Andy Lester)
11667              Date: Sun, 11 Jun 2006 22:44:34 -0500
11668              Message-ID: <20060612034434.GA21588@petdance.com>
11669      Branch: perl
11670            ! embed.fnc gv.c op.c perlio.c pod/perlapi.pod pp.c proto.h sv.c
11671            ! sv.h
11672 ____________________________________________________________________________
11673 [ 28380] By: rgs                                   on 2006/06/11  23:08:32
11674         Log: Subject: Re: [PATCH] regexec/regcomp.c cleanups
11675              From: demerphq <demerphq@gmail.com>
11676              Date: Sun, 11 Jun 2006 23:01:14 +0200
11677              Message-ID: <9b18b3110606111401o143b2f57rd17bf117979853e7@mail.gmail.com>
11678      Branch: perl
11679            ! ext/re/re.pm pod/perlreguts.pod regcomp.c regcomp.h regexec.c
11680            ! regexp.h sv.c
11681 ____________________________________________________________________________
11682 [ 28379] By: rgs                                   on 2006/06/11  22:00:03
11683         Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
11684              From: demerphq <demerphq@gmail.com>
11685              Date: Fri, 9 Jun 2006 19:48:11 +0200
11686              Message-ID: <9b18b3110606091048n4d1f3b17vc608943044d4532a@mail.gmail.com>
11687      Branch: perl
11688            ! ext/re/re.pm regcomp.c regexec.c regexp.h
11689 ____________________________________________________________________________
11690 [ 28378] By: nicholas                              on 2006/06/11  20:52:36
11691         Log: A little more work needed to get ext/re/t/re.t test 14 (no segv) passing
11692              with PERL_DESTRUCT_LEVEL=2.
11693      Branch: perl
11694            ! gv.c regcomp.h
11695 ____________________________________________________________________________
11696 [ 28377] By: rgs                                   on 2006/06/09  16:40:52
11697         Log: Mark the 1st argument to S_exec_failed as non null
11698      Branch: perl
11699            ! embed.fnc proto.h
11700 ____________________________________________________________________________
11701 [ 28376] By: rgs                                   on 2006/06/09  16:15:08
11702         Log: Subject: [PATCH] Add error checks after execing PL_cshname or PL_sh_path
11703              From: "Jan Dubois" <jand@activestate.com>
11704              Date: Wed, 7 Jun 2006 15:53:02 -0700
11705              Message-ID: <002301c68a85$21aa7320$d045a8c0@candy>
11706      Branch: perl
11707            ! doio.c embed.fnc embed.h proto.h
11708 ____________________________________________________________________________
11709 [ 28375] By: rgs                                   on 2006/06/09  16:03:03
11710         Log: Subject: [patch] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.64.tar.gz
11711              From: John Peacock <jpeacock@rowman.com>
11712              Date: Thu, 08 Jun 2006 21:14:04 -0400
11713              Message-ID: <4488CB5C.4070702@rowman.com>
11714      Branch: perl
11715            ! lib/version.pm lib/version.pod lib/version.t universal.c
11716            ! util.c
11717 ____________________________________________________________________________
11718 [ 28374] By: rgs                                   on 2006/06/09  14:39:31
11719         Log: Subject: [PATCH] sv_dup
11720              From: andy@petdance.com (Andy Lester)
11721              Date: Fri, 9 Jun 2006 00:39:25 -0500
11722              Message-ID: <20060609053925.GA30698@petdance.com>
11723      Branch: perl
11724            ! sv.c
11725 ____________________________________________________________________________
11726 [ 28373] By: rgs                                   on 2006/06/09  14:06:24
11727         Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
11728              From: demerphq <demerphq@gmail.com>
11729              Date: Fri, 9 Jun 2006 00:56:37 +0200
11730              Message-ID: <9b18b3110606081556t779de698r82f361d82a05fbc8@mail.gmail.com>
11731              
11732              (with tweaks)
11733      Branch: perl
11734            ! embed.fnc embed.h ext/re/t/re.t ext/re/t/regop.pl
11735            ! ext/re/t/regop.t proto.h regcomp.c regcomp.h regexec.c sv.c
11736 ____________________________________________________________________________
11737 [ 28372] By: rgs                                   on 2006/06/08  14:11:29
11738         Log: Add the perlreguts manpage, by Yves Orton
11739      Branch: perl
11740            + pod/perlreguts.pod
11741            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
11742            ! vms/descrip_mms.template win32/pod.mak
11743 ____________________________________________________________________________
11744 [ 28371] By: rgs                                   on 2006/06/08  13:00:18
11745         Log: Subject: [PATCH] Re: range operator vs. unicode
11746              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11747              Date: Thu, 8 Jun 2006 02:33:43 -0700
11748              Message-ID: <20060608093343.GD2676@efn.org>
11749              
11750              with tweaks
11751      Branch: perl
11752            ! pod/perlop.pod
11753 ____________________________________________________________________________
11754 [ 28370] By: rgs                                   on 2006/06/07  20:47:20
11755         Log: Revert change #20462 (except the regression test),
11756              since the bug has been really fixed by change #22074,
11757              as explained in :
11758              Subject: Re: [perl #39247] defined-ness of substrings disappear over repeated calls
11759              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11760              Date: Thu, 01 Jun 2006 08:16:51 +0900
11761              Message-Id: <20060601081304.7A39.BQW10602@nifty.com>
11762      Branch: perl
11763            ! pp.c
11764 ____________________________________________________________________________
11765 [ 28369] By: nicholas                              on 2006/06/07  17:36:32
11766         Log: The binmode in t/iop/utf8.t doesn't need to be conditional on ${^OPEN}
11767      Branch: perl
11768            ! t/io/utf8.t
11769 ____________________________________________________________________________
11770 [ 28368] By: craigb                                on 2006/06/07  12:29:32
11771         Log: autosplit one level deeper so we don't miss anything
11772              on a second pass (where lib/auto already exists)
11773      Branch: perl
11774            ! vms/descrip_mms.template
11775 ____________________________________________________________________________
11776 [ 28367] By: craigb                                on 2006/06/07  12:14:39
11777         Log: Subject: [patch@28349] vmsify - full EFS charset support
11778              From: "John E. Malmberg" <wb8tyw@qsl.net>
11779              Date: Mon, 05 Jun 2006 23:39:32 -0400
11780              Message-id: <4484F8F4.7040902@qsl.net>
11781
11782      Branch: perl
11783            ! vms/vms.c vms/vmsish.h
11784 ____________________________________________________________________________
11785 [ 28366] By: rgs                                   on 2006/06/07  09:13:51
11786         Log: Add a regression test to ensure that charnames pragma
11787              is propagated to eval("")
11788      Branch: perl
11789            ! lib/charnames.t
11790 ____________________________________________________________________________
11791 [ 28365] By: rgs                                   on 2006/06/07  08:47:49
11792         Log: Make "use feature 'dor'" an alias for "use feature 'err'"
11793      Branch: perl
11794            ! lib/feature.pm
11795 ____________________________________________________________________________
11796 [ 28364] By: rgs                                   on 2006/06/07  08:33:35
11797         Log: Subject: [PATCH] exhausting <> in BEGIN{} gets ARGVOUT used only once warning
11798              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11799              Date: Tue, 6 Jun 2006 22:24:46 -0700
11800              Message-ID: <20060607052446.GA3240@efn.org>
11801      Branch: perl
11802            ! gv.c t/op/readline.t
11803 ____________________________________________________________________________
11804 [ 28363] By: rgs                                   on 2006/06/07  08:30:03
11805         Log: Subject: [PATCH] dump.c patches
11806              From: andy@petdance.com (Andy Lester)
11807              Date: Tue, 6 Jun 2006 10:01:37 -0500
11808              Message-ID: <20060606150137.GA4434@petdance.com>
11809      Branch: perl
11810            ! doop.c dump.c
11811 ____________________________________________________________________________
11812 [ 28362] By: merijn                                on 2006/06/06  18:33:52
11813         Log: Subject: [PATCH]Teach Configure that icc is not gcc
11814              From: Steve Peters <steve@fisharerojo.org>
11815              Date: Tue, 6 Jun 2006 10:33:12 -0500
11816              Message-ID: <20060606153312.GA5542@fisharerojo.org>
11817      Branch: perl
11818            ! Configure
11819 ____________________________________________________________________________
11820 [ 28360] By: rgs                                   on 2006/06/06  16:30:36
11821         Log: Upgrade to Module::CoreList 2.05
11822              (contains a patch by Adriano Ferreira to make corelist accept
11823              regexps as arguments)
11824      Branch: perl
11825            + lib/Module/CoreList/t/find_modules.t
11826            ! MANIFEST lib/Module/CoreList.pm
11827            ! lib/Module/CoreList/bin/corelist
11828 ____________________________________________________________________________
11829 [ 28359] By: rgs                                   on 2006/06/06  12:37:34
11830         Log: Upgrade to Encode 2.18
11831      Branch: perl
11832            ! ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm ext/Encode/Changes
11833            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/Encode.pm
11834            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
11835            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
11836            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
11837            ! ext/Encode/lib/Encode/Alias.pm
11838            ! ext/Encode/lib/Encode/CJKConstants.pm
11839            ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm
11840            ! ext/Encode/lib/Encode/Encoding.pm
11841            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
11842            ! ext/Encode/lib/Encode/JP/JIS7.pm
11843            ! ext/Encode/lib/Encode/KR/2022_KR.pm
11844            ! ext/Encode/lib/Encode/MIME/Header.pm
11845            ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
11846            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
11847 ____________________________________________________________________________
11848 [ 28358] By: rgs                                   on 2006/06/06  11:27:19
11849         Log: Subject: [PATCH] more accumulated cleanups
11850              From: andy@petdance.com (Andy Lester)
11851              Date: Tue, 6 Jun 2006 00:25:01 -0500
11852              Message-ID: <20060606052501.GA30469@petdance.com>
11853      Branch: perl
11854            ! av.c doio.c utf8.c util.c
11855 ____________________________________________________________________________
11856 [ 28357] By: rgs                                   on 2006/06/06  11:17:22
11857         Log: Subject: [PATCH] Accumulated toke.c cleanups
11858              From: andy@petdance.com (Andy Lester)
11859              Date: Tue, 6 Jun 2006 00:07:36 -0500
11860              Message-ID: <20060606050736.GA30291@petdance.com>
11861      Branch: perl
11862            ! toke.c
11863 ____________________________________________________________________________
11864 [ 28356] By: rgs                                   on 2006/06/06  11:05:46
11865         Log: Subject: [PATCH] random thread test failure
11866              From: "Jerry D. Hedden" <jerry@hedden.us>
11867              Date: Mon, 05 Jun 2006 13:28:51 -0700
11868              Message-ID: <20060605132851.fb30e530d17747c2b054d625b8945d88.65486bb40b.wbe@email.secureserver.net>
11869      Branch: perl
11870            ! ext/threads/t/thread.t
11871 ____________________________________________________________________________
11872 [ 28355] By: rgs                                   on 2006/06/06  11:02:14
11873         Log: Subject: [PATCH] threads 1.32
11874              From: "Jerry D. Hedden" <jerry@hedden.us>
11875              Date: Mon, 05 Jun 2006 06:34:56 -0700
11876              Message-ID: <20060605063456.fb30e530d17747c2b054d625b8945d88.21396dde59.wbe@email.secureserver.net>
11877      Branch: perl
11878            + ext/threads/hints/hpux.pl
11879            ! MANIFEST ext/threads/Changes ext/threads/README
11880            ! ext/threads/t/blocks.t ext/threads/t/context.t
11881            ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t
11882            ! ext/threads/t/join.t ext/threads/t/kill.t ext/threads/t/libc.t
11883            ! ext/threads/t/problems.t ext/threads/t/thread.t
11884            ! ext/threads/threads.pm ext/threads/threads.xs
11885 ____________________________________________________________________________
11886 [ 28354] By: nicholas                              on 2006/06/05  21:39:40
11887         Log: Eliminate most of the UTF-8 black smoke by skipping optree tests when
11888              ${^OPEN} is set, and tweaking hints.t to understand that $^H is
11889              different when -C has been used.
11890      Branch: perl
11891            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
11892            ! ext/B/t/optree_constants.t ext/B/t/optree_misc.t
11893            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
11894            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
11895            ! t/comp/hints.t
11896 ____________________________________________________________________________
11897 [ 28353] By: nicholas                              on 2006/06/05  21:38:38
11898         Log: Add the missing ${^OPEN} hints flag to B::Concise
11899      Branch: perl
11900            ! ext/B/B/Concise.pm
11901 ____________________________________________________________________________
11902 [ 28352] By: rgs                                   on 2006/06/05  16:22:46
11903         Log: Subject: [DOCPATCH perlunicode.pod] paragraphing nit
11904              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11905              Date: Sun, 04 Jun 2006 15:52:54 +0900
11906              Message-Id: <20060604155149.0913.BQW10602@nifty.com>
11907      Branch: perl
11908            ! pod/perlunicode.pod
11909 ____________________________________________________________________________
11910 [ 28351] By: rgs                                   on 2006/06/05  08:35:45
11911         Log: Subject: [PATCH] mg.c: using #ifdef inside a macro call ENONPORTABLE (causes e.g. AIX to barf)
11912              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
11913              Date: Sun, 4 Jun 2006 11:21:30 +0300 (EEST)
11914              Message-Id: <200606040821.k548LUYu010965@vipunen.hut.fi>
11915      Branch: perl
11916            ! mg.c
11917 ____________________________________________________________________________
11918 [ 28350] By: rgs                                   on 2006/06/05  07:50:12
11919         Log: Use POSIX::_exit instead of exit in IPC::Open when exiting after an
11920              exec() failure, as suggested by Salvador Fandino after change #28347
11921      Branch: perl
11922            ! lib/IPC/Open3.pm
11923 ____________________________________________________________________________
11924 [ 28349] By: rgs                                   on 2006/06/04  22:32:50
11925         Log: The smart match table was duplicated in source code and in perlsyn,
11926              so remove the one in the source code
11927      Branch: perl
11928            ! pod/perlsyn.pod pp_ctl.c
11929 ____________________________________________________________________________
11930 [ 28348] By: craigb                                on 2006/06/02  23:18:08
11931         Log: It's all relative -- better handling of tainted directories
11932              in PATH on VMS (and scrubbing them in t/test.pl).
11933      Branch: perl
11934            ! mg.c t/test.pl
11935 ____________________________________________________________________________
11936 [ 28347] By: davem                                 on 2006/06/02  19:53:52
11937         Log: IPC::Open3 handled exec failure badly
11938              When you're in the child, don't croak - you may get trapped by
11939              eval. Also clarify the documentation
11940      Branch: perl
11941            ! lib/IPC/Open3.pm
11942 ____________________________________________________________________________
11943 [ 28346] By: stevep                                on 2006/06/01  19:11:38
11944         Log: Subject: [perl #39178] IO::Socket::connect returns wrong errno on timeout
11945              From: "mlelstv@serpens.de (via RT)" <perlbug-followup@perl.org>
11946              Date: Sun, 21 May 2006 04:23:38 -0700
11947              Message-ID: <rt-3.0.11-39178-133695.13.7935957232893@perl.org>
11948      Branch: perl
11949            ! ext/IO/lib/IO/Socket.pm
11950 ____________________________________________________________________________
11951 [ 28345] By: rgs                                   on 2006/06/01  14:50:50
11952         Log: Add the perlunitut manpage, by Juerd Waalboer
11953      Branch: perl
11954            + pod/perlunitut.pod
11955            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
11956            ! vms/descrip_mms.template win32/pod.mak
11957 ____________________________________________________________________________
11958 [ 28344] By: rgs                                   on 2006/06/01  12:16:09
11959         Log: Subject: [PATCH: installperl] Was: Bug#369481: perl-base: 5.8.4-8sarge4 seemed to trigger "weak references not implemented"
11960              From: Brendan O'Dea <bod@debian.org>
11961              Date: Wed, 31 May 2006 22:51:48 +1000
11962              Message-ID: <20060531125148.GA20658@londo.c47.org>
11963      Branch: perl
11964            ! installperl
11965 ____________________________________________________________________________
11966 [ 28343] By: rgs                                   on 2006/06/01  11:40:34
11967         Log: Add a few more built-in types in perlfunc/ref()
11968      Branch: perl
11969            ! pod/perlfunc.pod
11970 ____________________________________________________________________________
11971 [ 28342] By: rgs                                   on 2006/06/01  07:08:36
11972         Log: Remove duplicate file in manifest
11973      Branch: perl
11974            ! MANIFEST
11975 ____________________________________________________________________________
11976 [ 28341] By: rgs                                   on 2006/06/01  07:07:43
11977         Log: Add missing file to MANIFEST
11978      Branch: perl
11979            ! MANIFEST
11980 ____________________________________________________________________________
11981 [ 28340] By: craigb                                on 2006/05/31  03:31:54
11982         Log: Teach incfilter.t some DCL.
11983      Branch: perl
11984            ! t/op/incfilter.t
11985 ____________________________________________________________________________
11986 [ 28339] By: craigb                                on 2006/05/31  03:19:27
11987         Log: Make VMS-specific device name encoding routine say no more politely.
11988      Branch: perl
11989            ! vms/vms.c
11990 ____________________________________________________________________________
11991 [ 28338] By: rgs                                   on 2006/05/30  12:21:17
11992         Log: Subject: Re: B::Lint changes
11993              From: "Joshua ben Jore" <twists@gmail.com>
11994              Date: Thu, 18 May 2006 08:45:30 -0500
11995              Message-ID: <dc5c751d0605180645q63ddba5fga354d2660a4877f5@mail.gmail.com>
11996      Branch: perl
11997            ! ext/B/B/Lint.pm ext/B/t/lint.t
11998 ____________________________________________________________________________
11999 [ 28337] By: nicholas                              on 2006/05/30  11:59:26
12000         Log: Fix bugs in the bytecode system caused by the abolition of cop_io.
12001      Branch: perl
12002            ! ext/B/B.xs ext/B/B/Bytecode.pm
12003 ____________________________________________________________________________
12004 [ 28336] By: rgs                                   on 2006/05/30  08:32:00
12005         Log: Subject: C is not perl, AV's dont just magically free themselves...
12006              From: demerphq <demerphq@gmail.com>
12007              Date: Tue, 30 May 2006 10:23:19 +0200
12008              Message-ID: <9b18b3110605300123t467f14eerf30a149f253be281@mail.gmail.com>
12009      Branch: perl
12010            ! regcomp.c
12011 ____________________________________________________________________________
12012 [ 28335] By: nicholas                              on 2006/05/29  22:58:46
12013         Log: Comprehensive regression tests for Perl_refcounted_he_fetch().
12014              Fix a bug due to the fact that Perl's typedef'd "bool" type isn't
12015              actually boolean.
12016      Branch: perl
12017            + ext/XS/APItest/t/op.t t/op/caller.pl
12018            ! MANIFEST ext/XS/APItest/APItest.xs hv.c t/op/caller.t
12019 ____________________________________________________________________________
12020 [ 28334] By: craigb                                on 2006/05/29  22:34:23
12021         Log: Subject: [PATCH] redo part of change 27374
12022              From: Abe Timmerman <abe@ztreet.demon.nl>
12023              Date: Mon, 29 May 2006 23:24:51 +0200
12024              Message-id: <200605292324.51714.abe@ztreet.demon.nl>
12025
12026      Branch: perl
12027            ! configure.com
12028 ____________________________________________________________________________
12029 [ 28333] By: craigb                                on 2006/05/29  19:37:41
12030         Log: And some more DynaLoader things that should not be tested on
12031              VMS since they are not part of the implementation.
12032      Branch: perl
12033            ! ext/DynaLoader/t/DynaLoader.t
12034 ____________________________________________________________________________
12035 [ 28332] By: mhx                                   on 2006/05/29  17:50:48
12036         Log: Upgrade to Devel::PPPort 3.08_04
12037      Branch: perl
12038            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
12039            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
12040            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
12041            ! ext/Devel/PPPort/apicheck_c.PL
12042            ! ext/Devel/PPPort/devel/buildperl.pl
12043            ! ext/Devel/PPPort/devel/devtools.pl
12044            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
12045            ! ext/Devel/PPPort/devel/regenerate
12046            ! ext/Devel/PPPort/parts/apicheck.pl
12047            ! ext/Devel/PPPort/parts/base/5004000
12048            ! ext/Devel/PPPort/parts/base/5004050
12049            ! ext/Devel/PPPort/parts/base/5005000
12050            ! ext/Devel/PPPort/parts/base/5005030
12051            ! ext/Devel/PPPort/parts/base/5006000
12052            ! ext/Devel/PPPort/parts/base/5006001
12053            ! ext/Devel/PPPort/parts/base/5007001
12054            ! ext/Devel/PPPort/parts/base/5007002
12055            ! ext/Devel/PPPort/parts/base/5007003
12056            ! ext/Devel/PPPort/parts/base/5008000
12057            ! ext/Devel/PPPort/parts/base/5008001
12058            ! ext/Devel/PPPort/parts/base/5009000
12059            ! ext/Devel/PPPort/parts/base/5009001
12060            ! ext/Devel/PPPort/parts/base/5009002
12061            ! ext/Devel/PPPort/parts/base/5009003
12062            ! ext/Devel/PPPort/parts/base/5009004
12063            ! ext/Devel/PPPort/parts/inc/podtest
12064            ! ext/Devel/PPPort/parts/todo/5004000
12065            ! ext/Devel/PPPort/parts/todo/5005000
12066            ! ext/Devel/PPPort/parts/todo/5005030
12067            ! ext/Devel/PPPort/parts/todo/5006000
12068            ! ext/Devel/PPPort/parts/todo/5006001
12069            ! ext/Devel/PPPort/parts/todo/5007001
12070            ! ext/Devel/PPPort/parts/todo/5007002
12071            ! ext/Devel/PPPort/parts/todo/5007003
12072            ! ext/Devel/PPPort/parts/todo/5008000
12073            ! ext/Devel/PPPort/parts/todo/5008001
12074            ! ext/Devel/PPPort/parts/todo/5009000
12075            ! ext/Devel/PPPort/parts/todo/5009001
12076            ! ext/Devel/PPPort/parts/todo/5009002
12077            ! ext/Devel/PPPort/parts/todo/5009003
12078            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
12079            ! ext/Devel/PPPort/t/podtest.t
12080 ____________________________________________________________________________
12081 [ 28331] By: davem                                 on 2006/05/29  15:27:02
12082         Log: make require report too many open files error
12083              ie don't continue searching the rest of @INC
12084      Branch: perl
12085            ! pp_ctl.c
12086 ____________________________________________________________________________
12087 [ 28330] By: davem                                 on 2006/05/29  14:12:13
12088         Log: ensure failure to load Carp::Heavy gets reported
12089      Branch: perl
12090            ! lib/Carp.pm
12091 ____________________________________________________________________________
12092 [ 28329] By: rgs                                   on 2006/05/29  14:08:42
12093         Log: Revert change 28322, which makes ithreads panic
12094      Branch: perl
12095            ! perlio.c
12096 ____________________________________________________________________________
12097 [ 28328] By: rgs                                   on 2006/05/29  13:41:24
12098         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. 
12099              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12100              Date: Sun, 21 May 2006 19:33:21 +0900
12101              Message-Id: <20060521193259.81E5.BQW10602@nifty.com>
12102              
12103              with test tweaks further suggested by the same
12104      Branch: perl
12105            ! sv.c t/op/sprintf2.t
12106 ____________________________________________________________________________
12107 [ 28327] By: rgs                                   on 2006/05/29  13:10:45
12108         Log: Silence a warning
12109      Branch: perl
12110            ! regcomp.c
12111 ____________________________________________________________________________
12112 [ 28326] By: rgs                                   on 2006/05/29  12:40:15
12113         Log: Regen headers following change 28325. Also, make it compile
12114              with gcc by forward-declaring struct _reg_trie_data; and
12115              tweak the new re test to use test.pl, in order to portably
12116              run a new interpreter
12117      Branch: perl
12118            ! embed.h ext/re/t/regop.t perl.h proto.h regcomp.c regcomp.h
12119            ! regexec.c regnodes.h
12120 ____________________________________________________________________________
12121 [ 28325] By: rgs                                   on 2006/05/29  12:38:09
12122         Log: Subject: Re: [PATCH] More regex optimisations and debug enhancements (including Andys stuff too)
12123              From: demerphq <demerphq@gmail.com>
12124              Date: Sun, 28 May 2006 16:24:59 +0200
12125              Message-ID: <9b18b3110605280724u54a9c53bn3b20692b6fe4f1c3@mail.gmail.com>
12126      Branch: perl
12127            + ext/re/t/regop.pl ext/re/t/regop.t
12128            ! MANIFEST embed.fnc ext/re/re.pm regcomp.c regcomp.h regcomp.pl
12129            ! regcomp.sym regexec.c t/op/re_tests
12130 ____________________________________________________________________________
12131 [ 28324] By: rgs                                   on 2006/05/29  09:39:06
12132         Log: Subject: [PATCH] skip t/op/incfilter.t for "make clean;make miniperl;make minitest"
12133              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
12134              Date: Sun, 28 May 2006 14:11:02 +0300 (EEST)
12135              Message-Id: <200605281111.k4SBB2jc133843@kosh.hut.fi>
12136      Branch: perl
12137            ! t/op/incfilter.t
12138 ____________________________________________________________________________
12139 [ 28323] By: rgs                                   on 2006/05/29  08:20:36
12140         Log: Subject: [PATCH] gv.c consting
12141              From: andy@petdance.com (Andy Lester)
12142              Date: Sun, 28 May 2006 12:24:25 -0500
12143              Message-ID: <20060528172425.GA8291@petdance.com>
12144              
12145              Subject: [PATCH] mg.c consting
12146              From: andy@petdance.com (Andy Lester)
12147              Date: Sun, 28 May 2006 11:34:33 -0500
12148              Message-ID: <20060528163433.GA5518@petdance.com>
12149      Branch: perl
12150            ! embed.fnc gv.c mg.c proto.h
12151 ____________________________________________________________________________
12152 [ 28322] By: rgs                                   on 2006/05/29  08:00:04
12153         Log: Subject: [PATCH] perlio.c: nobody was freeing PL_perlio_fd_refcnt, now PerlIO_cleanup() is
12154              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
12155              Date: Sun, 28 May 2006 18:15:35 +0300 (EEST)
12156              Message-Id: <20060528151535.BEA3E6D08C@seth.hut.fi>
12157      Branch: perl
12158            ! perlio.c
12159 ____________________________________________________________________________
12160 [ 28321] By: nicholas                              on 2006/05/28  10:55:17
12161         Log: Subject: [PATCH] DynaLoader.t: less assumptions
12162              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
12163              Message-ID: <44796AF2.8060903@gmail.com>
12164              Date: Sun, 28 May 2006 12:18:42 +0300
12165      Branch: perl
12166            ! ext/DynaLoader/t/DynaLoader.t
12167 ____________________________________________________________________________
12168 [ 28320] By: nicholas                              on 2006/05/28  10:40:48
12169         Log: Perl_refcounted_he_chain_2hv()'s code to skip duplicate keys was far
12170              too lax.
12171      Branch: perl
12172            ! hv.c t/op/caller.t
12173 ____________________________________________________________________________
12174 [ 28319] By: davem                                 on 2006/05/27  21:16:30
12175         Log: fix eval qw(BEGIN{die}) style leaks.
12176              death while exdcuting code while parsing meant that the current
12177              parse stack got quiety abandonded, thus leaking a bunch of OPs.
12178              Register a destructor to be called when this happens.
12179      Branch: perl
12180            ! perly.c
12181 ____________________________________________________________________________
12182 [ 28318] By: craigb                                on 2006/05/27  18:00:31
12183         Log: use the same arg names everyone else does and handle undef filename
12184      Branch: perl
12185            ! ext/DynaLoader/dl_vms.xs
12186 ____________________________________________________________________________
12187 [ 28317] By: davem                                 on 2006/05/27  15:05:30
12188         Log: Subject:  RE: perlhack.pod confused about POPSTACK
12189              From:  "Jan Dubois" <jand@activestate.com>
12190              Date:  Thu, 25 May 2006 18:20:25 -0700
12191              Message-Id:  <059101c68062$9143d550$2217a8c0@candy>
12192              
12193              more fixing of the PUSHMARK example
12194      Branch: perl
12195            ! pod/perlhack.pod
12196 ____________________________________________________________________________
12197 [ 28316] By: davem                                 on 2006/05/27  00:54:18
12198         Log: make -Dpv display OP names ons the parser stack
12199      Branch: perl
12200            ! perly.c
12201 ____________________________________________________________________________
12202 [ 28315] By: davem                                 on 2006/05/27  00:31:33
12203         Log: stop OPs leaking in eval "syntax error"
12204              When bison pops states during error recovery, any states holding
12205              an OP would leak the OP. Create an extra YY table that tells us
12206              which states are of type opval, and when popping one of those,
12207              free the op.
12208      Branch: perl
12209            ! madly.tab perly.c perly.tab regen_perly.pl
12210 ____________________________________________________________________________
12211 [ 28314] By: davem                                 on 2006/05/26  18:50:34
12212         Log: stop eval "sub{" leaking
12213      Branch: perl
12214            ! madly.act madly.h madly.tab madly.y perly.act perly.h
12215            ! perly.tab perly.y
12216 ____________________________________________________________________________
12217 [ 28313] By: stevep                                on 2006/05/26  15:03:12
12218         Log: Subject: [PATCH] SysV IPC
12219              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
12220              Date: Thu, 25 May 2006 18:49:33 +0300
12221              Message-ID: <4475D20D.9010600@gmail.com>
12222      Branch: perl
12223            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
12224            ! ext/IPC/SysV/SysV.pm pod/perlipc.pod
12225 ____________________________________________________________________________
12226 [ 28312] By: stevep                                on 2006/05/26  14:45:01
12227         Log: Upgrade to Sys-Syslog-0.14
12228      Branch: perl
12229            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
12230            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/fallback/const-c.inc
12231            ! ext/Sys/Syslog/t/constants.t ext/Sys/Syslog/t/syslog.t
12232 ____________________________________________________________________________
12233 [ 28311] By: stevep                                on 2006/05/26  13:39:06
12234         Log: Fix pod nit in perltodo.
12235      Branch: perl
12236            ! pod/perltodo.pod
12237 ____________________________________________________________________________
12238 [ 28310] By: stevep                                on 2006/05/26  13:38:16
12239         Log: Stop a warning generated from thread's Makefile.PL
12240      Branch: perl
12241            ! ext/threads/Makefile.PL
12242 ____________________________________________________________________________
12243 [ 28309] By: stevep                                on 2006/05/26  13:33:54
12244         Log: Sun C on Linux doesn't complain about the attributes sprinkled 
12245              through the code in all cases, even though attributes are not
12246              supported.  In some cases, however, it does.  
12247      Branch: perl
12248            ! hints/linux.sh
12249 ____________________________________________________________________________
12250 [ 28308] By: rgs                                   on 2006/05/26  13:01:35
12251         Log: Subject: Re: [PATCH] Test script for DynaLoader
12252              From: demerphq <demerphq@gmail.com>
12253              Date: Thu, 25 May 2006 13:20:53 +0200
12254              Message-ID: <9b18b3110605250420m7431bfbeve44aada2025264f7@mail.gmail.com>
12255      Branch: perl
12256            ! ext/DynaLoader/t/DynaLoader.t
12257 ____________________________________________________________________________
12258 [ 28307] By: mhx                                   on 2006/05/25  15:52:02
12259         Log: Upgrade to Devel::PPPort 3.08_03
12260      Branch: perl
12261            + ext/Devel/PPPort/devel/devtools.pl
12262            + ext/Devel/PPPort/devel/regenerate
12263            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
12264            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
12265            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
12266            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
12267            ! ext/Devel/PPPort/parts/apicheck.pl
12268            ! ext/Devel/PPPort/parts/apidoc.fnc
12269            ! ext/Devel/PPPort/parts/base/5006000
12270            ! ext/Devel/PPPort/parts/base/5009003
12271            ! ext/Devel/PPPort/parts/base/5009004
12272            ! ext/Devel/PPPort/parts/embed.fnc
12273            ! ext/Devel/PPPort/parts/inc/podtest
12274            ! ext/Devel/PPPort/parts/inc/ppphtest
12275            ! ext/Devel/PPPort/parts/todo/5009003
12276            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
12277            ! ext/Devel/PPPort/t/podtest.t ext/Devel/PPPort/t/ppphtest.t
12278 ____________________________________________________________________________
12279 [ 28306] By: stevep                                on 2006/05/25  13:48:56
12280         Log: Upgrade to Digest-SHA-5.38.
12281      Branch: perl
12282            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
12283            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
12284            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
12285            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
12286            ! ext/Digest/SHA/t/2-nist-sha-oo.t
12287 ____________________________________________________________________________
12288 [ 28305] By: gisle                                 on 2006/05/25  07:09:15
12289         Log: Subject: Pod::Html should not convert "foo" in `foo''
12290              From: Gisle Aas <gisle@ActiveState.com>
12291              Date: 24 May 2006 14:09:49 -0700
12292              Message-ID: <lr1wujqgde.fsf@caliper.activestate.com>
12293      Branch: perl
12294            ! lib/Pod/Html.pm
12295 ____________________________________________________________________________
12296 [ 28304] By: stevep                                on 2006/05/25  02:17:21
12297         Log: Upgrade to Test-Harness-2.60
12298      Branch: perl
12299            ! lib/Test/Harness.pm lib/Test/Harness/Changes
12300 ____________________________________________________________________________
12301 [ 28303] By: davem                                 on 2006/05/25  00:21:21
12302         Log: Subject:  RE: perlhack.pod confused about POPSTACK
12303              From:  "Jan Dubois" <jand@activestate.com>
12304              Date:  Wed, 24 May 2006 16:35:14 -0700
12305              Message-Id:  <03ee01c67f8a$b4d6aca0$2217a8c0@candy>
12306              
12307              clean up davem's doc thinko of change #28292
12308      Branch: perl
12309            ! pod/perlhack.pod
12310 ____________________________________________________________________________
12311 [ 28302] By: mhx                                   on 2006/05/24  17:44:20
12312         Log: Run 'make regen' for changes 28299, 28300, 28301.
12313      Branch: perl
12314            ! pod/perlapi.pod proto.h
12315 ____________________________________________________________________________
12316 [ 28301] By: mhx                                   on 2006/05/24  17:40:01
12317         Log: The sv_catpvs() and sv_setpvs() macros also return void.
12318      Branch: perl
12319            ! handy.h
12320 ____________________________________________________________________________
12321 [ 28300] By: mhx                                   on 2006/05/24  17:38:08
12322         Log: The SvREFCNT_*void* macros return void, not SV*.
12323      Branch: perl
12324            ! sv.h
12325 ____________________________________________________________________________
12326 [ 28299] By: mhx                                   on 2006/05/24  17:31:28
12327         Log: The 'f' flag was missing for my_snprintf().
12328      Branch: perl
12329            ! embed.fnc
12330 ____________________________________________________________________________
12331 [ 28298] By: rgs                                   on 2006/05/24  13:34:45
12332         Log: Fix segfault in SDBM_File when the destructor is called multiple times
12333      Branch: perl
12334            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
12335 ____________________________________________________________________________
12336 [ 28297] By: rgs                                   on 2006/05/24  12:39:31
12337         Log: Subject: [PATCH] Stop harness from printing summary table header for each row in table
12338              From: demerphq <demerphq@gmail.com>
12339              Date: Tue, 23 May 2006 22:27:40 +0200
12340              Message-ID: <9b18b3110605231327t316104caoce301668178ee442@mail.gmail.com>
12341      Branch: perl
12342            ! lib/Test/Harness.pm
12343 ____________________________________________________________________________
12344 [ 28296] By: rgs                                   on 2006/05/24  12:24:27
12345         Log: Subject: [PATCH] Refactoring in av.c
12346              From: andy@petdance.com (Andy Lester)
12347              Date: Wed, 24 May 2006 00:16:40 -0500
12348              Message-ID: <20060524051640.GA4713@petdance.com>
12349      Branch: perl
12350            ! av.c cop.h
12351 ____________________________________________________________________________
12352 [ 28295] By: rgs                                   on 2006/05/24  07:27:47
12353         Log: Subject: [PATCH lib/AutoLoader.pm lib/AutoLoader.t] Export can() with AUTOLOAD()
12354              From: chromatic <chromatic@wgz.org>
12355              Date: Sat, 20 May 2006 11:40:27 -0700
12356              Message-Id: <200605201140.27789.chromatic@wgz.org>
12357              
12358              With tweaks: use built-in ref() instead of Scalar::Util::blessed
12359      Branch: perl
12360            ! lib/AutoLoader.pm lib/AutoLoader.t
12361 ____________________________________________________________________________
12362 [ 28294] By: stevep                                on 2006/05/24  02:56:23
12363         Log: Subject: [PATCH] Make t/TEST more helpful
12364              From: andy@petdance.com (Andy Lester)
12365              Date: Tue, 23 May 2006 21:07:48 -0500
12366              Message-ID: <20060524020748.GA16729@petdance.com>
12367      Branch: perl
12368            ! t/TEST
12369 ____________________________________________________________________________
12370 [ 28293] By: stevep                                on 2006/05/24  02:53:38
12371         Log: Subject: Re: [patch] win32/buildext.pl to handle inclusions and not just exclusions
12372              From: demerphq <demerphq@gmail.com>
12373              Date: Sun, 21 May 2006 12:20:12 +0200
12374              Message-ID: <9b18b3110605210320h5adc9df4hbee2302722b3dd6e@mail.gmail.com>
12375      Branch: perl
12376            ! win32/Makefile win32/buildext.pl
12377 ____________________________________________________________________________
12378 [ 28292] By: davem                                 on 2006/05/23  22:16:28
12379         Log: correct POPSTACK/POPMARK confusion in perlhack.pod
12380      Branch: perl
12381            ! pod/perlhack.pod
12382 ____________________________________________________________________________
12383 [ 28291] By: rgs                                   on 2006/05/23  08:05:56
12384         Log: Typo fix
12385      Branch: perl
12386            ! ext/threads/threads.pm
12387 ____________________________________________________________________________
12388 [ 28290] By: rgs                                   on 2006/05/23  08:03:08
12389         Log: Subject: [PATCH] Explicit thread context
12390              From: "Jerry D. Hedden" <jerry@hedden.us>
12391              Date: Fri, 19 May 2006 13:42:50 -0700
12392              Message-ID: <20060519134250.fb30e530d17747c2b054d625b8945d88.933b701674.wbe@email.secureserver.net>
12393      Branch: perl
12394            + ext/threads/t/context.t
12395            ! MANIFEST ext/threads/Changes ext/threads/README
12396            ! ext/threads/threads.pm ext/threads/threads.xs
12397 ____________________________________________________________________________
12398 [ 28289] By: rgs                                   on 2006/05/23  07:27:11
12399         Log: Subject: [PATCH] clean some lint findings
12400              From: andy@petdance.com (Andy Lester)
12401              Date: Sun, 21 May 2006 00:02:40 -0500
12402              Message-ID: <20060521050240.GA21051@petdance.com>
12403      Branch: perl
12404            ! embed.fnc embed.h hv.c perlio.c pp_pack.c proto.h
12405 ____________________________________________________________________________
12406 [ 28288] By: rgs                                   on 2006/05/23  07:23:48
12407         Log: Subject: Re: [PATCH - DUH] Synchronize bleadperl with version-0.60
12408              From: John Peacock <jpeacock@rowman.com>
12409              Date: Mon, 22 May 2006 19:08:03 -0400
12410              Message-ID: <44724453.5090606@rowman.com>
12411      Branch: perl
12412            ! lib/version.pm lib/version.t
12413 ____________________________________________________________________________
12414 [ 28287] By: rgs                                   on 2006/05/23  07:20:15
12415         Log: Fix a syntax error in test
12416      Branch: perl
12417            ! lib/Text/Balanced/t/00-load.t
12418 ____________________________________________________________________________
12419 [ 28286] By: merijn                                on 2006/05/23  06:17:26
12420         Log: HAS_HAS WAS NOW HAS
12421      Branch: perl
12422            ! handy.h
12423 ____________________________________________________________________________
12424 [ 28285] By: stevep                                on 2006/05/22  20:30:14
12425         Log: Subject: [PATCH] IO::Compress::Base::Common
12426              From: "Paul Marquess" <paul.marquess@openwave.com>
12427              Date: Sat, 20 May 2006 11:55:21 +0100
12428              Message-ID: <3F2DD0FCF1E2EA4D974C6195B482FD8801C339EF@bfs-exch-prd1.myopwv.com>
12429      Branch: perl
12430            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
12431 ____________________________________________________________________________
12432 [ 28284] By: merijn                                on 2006/05/22  17:39:47
12433         Log: If I needed this now, I'll probably need it next time too :)
12434      Branch: perl
12435            ! handy.h
12436 ____________________________________________________________________________
12437 [ 28283] By: merijn                                on 2006/05/22  17:37:33
12438         Log: Re-generation after backports of
12439              #28188 Only ask about MAD for 5.9.0 and greater. Otherwise silently
12440              #28189 A Configure probe for C99 variadic macros, based on code from
12441              #28202 Take advantage of the bug that binexp ignores the Configure
12442              #28263 Oops. Fix bad #! lines when not using userelocatableinc
12443              One small cleanup fix added. Some small re-ordering. Some whitespace.
12444      Branch: perl
12445            ! Configure Porting/Glossary Porting/config.sh config_h.SH
12446 ____________________________________________________________________________
12447 [ 28280] By: rgs                                   on 2006/05/22  16:51:36
12448         Log: Amend version.pm so it correctly loads the XS version of qv()
12449      Branch: perl
12450            ! lib/version.pm
12451 ____________________________________________________________________________
12452 [ 28279] By: rgs                                   on 2006/05/22  16:41:56
12453         Log: Subject: [PATCH] pp_sys cleanup again
12454              From: andy@petdance.com (Andy Lester)
12455              Date: Sat, 20 May 2006 16:20:20 -0500
12456              Message-ID: <20060520212020.GA30688@petdance.com>
12457      Branch: perl
12458            ! pp_sys.c
12459 ____________________________________________________________________________
12460 [ 28277] By: steveh                                on 2006/05/22  15:18:33
12461         Log: Fix Win32 linker error
12462              
12463              See:
12464              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-05/msg00758.html
12465      Branch: perl
12466            ! embed.fnc embed.h global.sym
12467 ____________________________________________________________________________
12468 [ 28276] By: rgs                                   on 2006/05/22  15:02:08
12469         Log: Upgrade to version.pm 0.60
12470      Branch: perl
12471            ! lib/version.pm lib/version.t universal.c util.c
12472 ____________________________________________________________________________
12473 [ 28275] By: rgs                                   on 2006/05/22  14:49:05
12474         Log: Subject: Perl_PerlIO_context_layers and PerlIO_apply_layers, as well as other unexported/undefined entities... (patch 28258/28264 incomplete?)
12475              From: demerphq <demerphq@gmail.com>
12476              Date: Sun, 21 May 2006 15:06:20 +0200
12477              Message-ID: <9b18b3110605210606l441b69b3lf6934a15d9a26e4b@mail.gmail.com>
12478              
12479              (only the makedef.pl and perlio.c patches)
12480      Branch: perl
12481            ! makedef.pl perlio.c
12482 ____________________________________________________________________________
12483 [ 28274] By: merijn                                on 2006/05/22  14:42:47
12484         Log: Better handling for error-checking
12485              From: IRC/#p5p/Maddingue (Sebastien Aperghis-Tramoni)
12486      Branch: perl
12487            ! ext/DynaLoader/t/DynaLoader.t
12488 ____________________________________________________________________________
12489 [ 28273] By: rgs                                   on 2006/05/22  13:58:45
12490         Log: Subject: [PATCH] literal string macros
12491              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
12492              Date: Mon, 22 May 2006 13:39:33 +0200
12493              Message-ID: <20060522133933.65ea93ce@r2d2>
12494      Branch: perl
12495            ! handy.h pod/perlapi.pod
12496 ____________________________________________________________________________
12497 [ 28272] By: stevep                                on 2006/05/22  13:57:54
12498         Log: Additional perlpragma.pod nits.
12499      Branch: perl
12500            ! pod/perlpragma.pod
12501 ____________________________________________________________________________
12502 [ 28271] By: rgs                                   on 2006/05/22  13:47:19
12503         Log: More nits in perlpragma, and remove the warning about %^H being
12504              strictly internal in perlvar.
12505      Branch: perl
12506            ! pod/perlpragma.pod pod/perlvar.pod
12507 ____________________________________________________________________________
12508 [ 28270] By: stevep                                on 2006/05/22  13:46:30
12509         Log: Silence Text::Balanced's 00-load.t when PERL_CORE is defined.
12510      Branch: perl
12511            ! lib/Text/Balanced/t/00-load.t
12512 ____________________________________________________________________________
12513 [ 28269] By: rgs                                   on 2006/05/22  13:09:12
12514         Log: Subject: Re: [PATCH] optimize /[x]/ to /x/.
12515              From: demerphq <demerphq@gmail.com>
12516              Date: Sun, 21 May 2006 19:32:15 +0200
12517              Message-ID: <9b18b3110605211032n5035d2cfne703514d8271e181@mail.gmail.com>
12518              
12519              New tests.
12520      Branch: perl
12521            ! t/op/re_tests
12522 ____________________________________________________________________________
12523 [ 28268] By: rgs                                   on 2006/05/22  12:55:13
12524         Log: Fix two nits in perlpragma.pod
12525      Branch: perl
12526            ! pod/perlpragma.pod
12527 ____________________________________________________________________________
12528 [ 28267] By: mhx                                   on 2006/05/22  11:31:57
12529         Log: Upgrade to Devel::PPPort 3.08_02
12530      Branch: perl
12531            + ext/Devel/PPPort/parts/inc/SvREFCNT
12532            + ext/Devel/PPPort/parts/inc/podtest
12533            + ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/podtest.t
12534            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
12535            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
12536            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/mktests.PL
12537            ! ext/Devel/PPPort/parts/apidoc.fnc
12538            ! ext/Devel/PPPort/parts/base/5009004
12539            ! ext/Devel/PPPort/parts/embed.fnc
12540            ! ext/Devel/PPPort/parts/inc/memory
12541            ! ext/Devel/PPPort/parts/inc/misc
12542            ! ext/Devel/PPPort/parts/inc/ppphbin
12543            ! ext/Devel/PPPort/parts/inc/ppphdoc
12544            ! ext/Devel/PPPort/parts/inc/pvs
12545            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
12546            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
12547            ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/call.t
12548            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/exception.t
12549            ! ext/Devel/PPPort/t/grok.t ext/Devel/PPPort/t/limits.t
12550            ! ext/Devel/PPPort/t/mPUSH.t ext/Devel/PPPort/t/magic.t
12551            ! ext/Devel/PPPort/t/memory.t ext/Devel/PPPort/t/misc.t
12552            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
12553            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
12554            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t
12555            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/t/threads.t
12556            ! ext/Devel/PPPort/t/uv.t ext/Devel/PPPort/t/variables.t
12557            ! ext/Devel/PPPort/t/warn.t
12558 ____________________________________________________________________________
12559 [ 28266] By: mhx                                   on 2006/05/21  22:34:29
12560         Log: Remove duplicate documentation for SvREFCNT_inc().
12561              Add documentation for SvREFCNT_inc_simple_void_NN().
12562              Wrap SvREFCNT_inc_simple_void() in STMT_START/STMT_END.
12563      Branch: perl
12564            ! sv.h
12565 ____________________________________________________________________________
12566 [ 28265] By: mhx                                   on 2006/05/21  22:20:48
12567         Log: Document PoisonFree() instead of documenting Poison() twice.
12568      Branch: perl
12569            ! handy.h
12570 ____________________________________________________________________________
12571 [ 28264] By: stevep                                on 2006/05/21  03:47:18
12572         Log: Add Perl_PerlIO_context_layers() to the public API to fix Win32 builds.
12573              Also, picked up a missed change for pod/perlapi.pod.
12574      Branch: perl
12575            ! embed.fnc embed.h global.sym pod/perlapi.pod
12576 ____________________________________________________________________________
12577 [ 28263] By: nicholas                              on 2006/05/20  23:08:40
12578         Log: Oops. Fix bad #! lines when not using userelocatableinc
12579      Branch: perl
12580            ! Configure
12581 ____________________________________________________________________________
12582 [ 28262] By: davem                                 on 2006/05/20  22:23:21
12583         Log: Subject:  [PATCH] optimize /[x]/ to /x/.
12584              From:  demerphq <demerphq@gmail.com>
12585              Date:  Sat, 20 May 2006 23:16:33 +0200
12586              Message-Id:  <9b18b3110605201416i3dc44c39k86cd9b2f47f5cda0@mail.gmail.com>
12587      Branch: perl
12588            ! regcomp.c
12589 ____________________________________________________________________________
12590 [ 28261] By: nicholas                              on 2006/05/20  22:17:07
12591         Log: Fix bug in change 28258. So how come I thought I'd passed all tests?
12592      Branch: perl
12593            ! ext/B/B.xs
12594 ____________________________________________________________________________
12595 [ 28260] By: davem                                 on 2006/05/20  21:07:34
12596         Log: don't try to dump GVish parts of an LV if it hasn't got GVish parts
12597      Branch: perl
12598            ! dump.c
12599 ____________________________________________________________________________
12600 [ 28259] By: mhx                                   on 2006/05/20  18:22:00
12601         Log: Upgrade to Devel::PPPort 3.08_01
12602      Branch: perl
12603            + ext/Devel/PPPort/parts/base/5008008
12604            + ext/Devel/PPPort/parts/base/5009004
12605            + ext/Devel/PPPort/parts/inc/pvs
12606            + ext/Devel/PPPort/parts/inc/snprintf
12607            + ext/Devel/PPPort/parts/inc/warn
12608            + ext/Devel/PPPort/parts/todo/5008008
12609            + ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/t/pvs.t
12610            + ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/warn.t
12611            - ext/Devel/PPPort/MANIFEST
12612            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
12613            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
12614            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
12615            ! ext/Devel/PPPort/parts/apicheck.pl
12616            ! ext/Devel/PPPort/parts/apidoc.fnc
12617            ! ext/Devel/PPPort/parts/base/5004050
12618            ! ext/Devel/PPPort/parts/base/5006000
12619            ! ext/Devel/PPPort/parts/base/5006001
12620            ! ext/Devel/PPPort/parts/base/5007002
12621            ! ext/Devel/PPPort/parts/base/5007003
12622            ! ext/Devel/PPPort/parts/base/5008000
12623            ! ext/Devel/PPPort/parts/base/5008001
12624            ! ext/Devel/PPPort/parts/base/5009000
12625            ! ext/Devel/PPPort/parts/base/5009003
12626            ! ext/Devel/PPPort/parts/embed.fnc
12627            ! ext/Devel/PPPort/parts/inc/Sv_set
12628            ! ext/Devel/PPPort/parts/inc/magic
12629            ! ext/Devel/PPPort/parts/inc/misc
12630            ! ext/Devel/PPPort/parts/todo/5004000
12631            ! ext/Devel/PPPort/parts/todo/5005000
12632            ! ext/Devel/PPPort/parts/todo/5006000
12633            ! ext/Devel/PPPort/parts/todo/5006001
12634            ! ext/Devel/PPPort/parts/todo/5007003
12635            ! ext/Devel/PPPort/parts/todo/5009003 ext/Devel/PPPort/soak
12636            ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/magic.t
12637            ! ext/Devel/PPPort/t/misc.t
12638 ____________________________________________________________________________
12639 [ 28258] By: nicholas                              on 2006/05/20  17:29:52
12640         Log: Abolish cop_io (the simple way) by storing the value in cop_hints_hash.
12641              Todo - store the in and out values under 2 keys, and avoid the need to
12642              create a temporary mortal SV while checking it.
12643      Branch: perl
12644            ! bytecode.pl cop.h embed.fnc embed.h ext/B/B.xs
12645            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
12646            ! ext/ByteLoader/byterun.h mg.c op.c perl.c perl.h perlio.c
12647            ! perlio.h pp_ctl.c pp_sys.c proto.h sv.c
12648 ____________________________________________________________________________
12649 [ 28257] By: nicholas                              on 2006/05/20  15:27:28
12650         Log: Move the hints from op_private into cop_hints. This allows all 32 bits
12651              to be stored. Make B::Concise display the new hints field, and modify
12652              B::Deparse to use it.
12653      Branch: perl
12654            ! cop.h ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm
12655            ! ext/B/B/Deparse.pm ext/B/t/f_map.t ext/B/t/f_sort.t
12656            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
12657            ! ext/B/t/optree_constants.t ext/B/t/optree_misc.t
12658            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
12659            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
12660            ! ext/ByteLoader/bytecode.h op.c perl.h
12661 ____________________________________________________________________________
12662 [ 28255] By: merijn                                on 2006/05/20  15:16:29
12663         Log: Small typo correction
12664      Branch: perl
12665            ! INSTALL
12666 ____________________________________________________________________________
12667 [ 28254] By: davem                                 on 2006/05/20  14:30:50
12668         Log: eval { s/$foo/die/e } leaked a scalar
12669      Branch: perl
12670            ! pp_ctl.c pp_hot.c
12671 ____________________________________________________________________________
12672 [ 28253] By: merijn                                on 2006/05/20  13:26:51
12673         Log: Subject: Re: Over-pious message from Configure?
12674              From: Dominic Dunlop <shouldbedomo@mac.com>
12675              Date: Thu, 18 May 2006 15:47:27 +0200
12676              Message-Id: <90C6E6BF-D1B1-4346-A893-1708E8E50534@mac.com>
12677      Branch: perl
12678            ! INSTALL
12679 ____________________________________________________________________________
12680 [ 28252] By: nicholas                              on 2006/05/20  12:31:09
12681         Log: Rename cop_hints to cop_hints_hash
12682      Branch: perl
12683            ! cop.h mg.c op.c perl.c pod/perlintern.pod pp_ctl.c scope.c
12684            ! scope.h sv.c
12685 ____________________________________________________________________________
12686 [ 28251] By: davem                                 on 2006/05/20  11:58:07
12687         Log: Perl segfaults; test case available
12688              sub f { s/$var/f()/e } could free the wrong RE
12689      Branch: perl
12690            ! cop.h pp_ctl.c pp_hot.c
12691 ____________________________________________________________________________
12692 [ 28250] By: nicholas                              on 2006/05/20  11:29:26
12693         Log: Abolish cop_arybase. Signal a non zero $[ with a hint flag, and store
12694              the value in the hints structure used for %^H.
12695      Branch: perl
12696            ! cop.h embed.fnc embed.h global.sym hv.c op.c perl.h proto.h
12697 ____________________________________________________________________________
12698 [ 28249] By: nicholas                              on 2006/05/20  10:27:23
12699         Log: Solaris was happy, but change 28247 removed the wrong dTHX as far as
12700              some other operating systems were concerned.
12701      Branch: perl
12702            ! perlio.c
12703 ____________________________________________________________________________
12704 [ 28248] By: davem                                 on 2006/05/20  00:43:42
12705         Log: SEGV with complicated regexp and long string
12706              PL_reg_maxiter was wrapping to a negative value
12707      Branch: perl
12708            ! op.c regexec.c
12709 ____________________________________________________________________________
12710 [ 28247] By: nicholas                              on 2006/05/19  22:48:38
12711         Log: Perl_croak() needs an aTHX_ in PerlIO_vsprintf().
12712      Branch: perl
12713            ! perlio.c
12714 ____________________________________________________________________________
12715 [ 28246] By: mhx                                   on 2006/05/19  22:11:44
12716         Log: There is no STASH type.
12717      Branch: perl
12718            ! sv.h
12719 ____________________________________________________________________________
12720 [ 28245] By: nicholas                              on 2006/05/19  21:44:14
12721         Log: Correct Perl_refcounted_he_chain_2hv() and its caller - it doesn't
12722              store a reference to the value, so don't pass it in a new SV.
12723      Branch: perl
12724            ! hv.c mg.c pod/perlintern.pod
12725 ____________________________________________________________________________
12726 [ 28244] By: stevep                                on 2006/05/19  20:15:10
12727         Log: Grrr...Perforce decided not to add the MANIFEST changes for change
12728              #28243.  Hateful indeed!
12729      Branch: perl
12730            ! MANIFEST
12731 ____________________________________________________________________________
12732 [ 28243] By: stevep                                on 2006/05/19  20:12:23
12733         Log: Shortening name of a Pod::Simple test case to allow the test to be 
12734              run on the VOS operating system.  Fixes "RT #38645: Test case name
12735              is too long".
12736      Branch: perl
12737           +> lib/Pod/Simple/t/search_25_glob_squaa.t
12738            - lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
12739 ____________________________________________________________________________
12740 [ 28242] By: nicholas                              on 2006/05/19  20:11:57
12741         Log: Rebuild perltoc.pod.
12742      Branch: perl
12743            ! pod/perltoc.pod
12744 ____________________________________________________________________________
12745 [ 28241] By: nicholas                              on 2006/05/19  20:10:47
12746         Log: Add perlpragma.pod, which describes how to implement user pragmata.
12747      Branch: perl
12748            + pod/perlpragma.pod
12749            ! MANIFEST pod.lst pod/perl.pod vms/descrip_mms.template
12750            ! win32/pod.mak
12751 ____________________________________________________________________________
12752 [ 28239] By: nicholas                              on 2006/05/19  20:08:46
12753         Log: Add README.riscos to pod.lst
12754      Branch: perl
12755            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
12756            ! win32/makefile.mk
12757 ____________________________________________________________________________
12758 [ 28238] By: nicholas                              on 2006/05/19  20:08:21
12759         Log: pod/buildtoc has fussy ideas about the order of MANIFEST
12760      Branch: perl
12761            ! MANIFEST
12762 ____________________________________________________________________________
12763 [ 28237] By: stevep                                on 2006/05/19  18:36:13
12764         Log: Subject: [PATCH] strlcat aaargh
12765              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
12766              Date: Fri, 19 May 2006 20:44:46 +0300
12767              Message-ID: <446E040E.8030205@gmail.com>
12768      Branch: perl
12769            ! doio.c
12770 ____________________________________________________________________________
12771 [ 28236] By: nicholas                              on 2006/05/19  16:31:35
12772         Log: strlen(foo) rather than strchr(foo, 0) makes simpler code, and is
12773              likely to be a more efficient implementation.
12774      Branch: perl
12775            ! perlio.c
12776 ____________________________________________________________________________
12777 [ 28235] By: davem                                 on 2006/05/19  16:06:58
12778         Log: give a more useful example for $^V
12779      Branch: perl
12780            ! pod/perlvar.pod
12781 ____________________________________________________________________________
12782 [ 28234] By: rgs                                   on 2006/05/19  15:17:00
12783         Log: Subject: [PATCH] Re: [PATCH] Re: Change 28183 has broken 64-bit builds?
12784              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
12785              Date: Thu, 18 May 2006 22:44:14 +0300
12786              Message-ID: <446CCE8E.8010407@gmail.com>
12787      Branch: perl
12788            ! perl.h perlio.c util.c
12789 ____________________________________________________________________________
12790 [ 28232] By: rgs                                   on 2006/05/19  08:46:09
12791         Log: Adjust test following change #28225
12792      Branch: perl
12793            ! t/lib/h2ph.pht
12794 ____________________________________________________________________________
12795 [ 28231] By: davem                                 on 2006/05/19  00:14:15
12796         Log: lots of warnings with diagnostics and (warn or die)
12797              stop C<use diagnostics; warn "\n">  outputing lots of 'uninit'
12798              warnings.
12799      Branch: perl
12800            ! lib/diagnostics.pm
12801 ____________________________________________________________________________
12802 [ 28230] By: davem                                 on 2006/05/18  23:50:51
12803         Log: test some die codepaths in pp_enterwrite
12804      Branch: perl
12805            ! t/op/write.t
12806 ____________________________________________________________________________
12807 [ 28229] By: davem                                 on 2006/05/18  23:16:16
12808         Log: Subject:  [PATCH] threads core dump in BEGIN
12809              From:  "Jerry D. Hedden" <jerry@hedden.us>
12810              Date:  Thu, 18 May 2006 13:22:20 -0700
12811              Message-Id:  <20060518132220.fb30e530d17747c2b054d625b8945d88.f45de90925.wbe@email.secureserver.net>
12812      Branch: perl
12813            + ext/threads/t/blocks.t
12814            ! MANIFEST ext/threads/Changes ext/threads/README
12815            ! ext/threads/threads.pm ext/threads/threads.xs
12816 ____________________________________________________________________________
12817 [ 28228] By: rgs                                   on 2006/05/18  15:45:49
12818         Log: We can now remove DynaLoader from 1_compile.t
12819      Branch: perl
12820            ! t/lib/1_compile.t
12821 ____________________________________________________________________________
12822 [ 28227] By: rgs                                   on 2006/05/18  15:43:25
12823         Log: Nits in the DynaLoader test: make it warning-clean,
12824              and avoid checking OS- and locale-specific messages
12825      Branch: perl
12826            ! ext/DynaLoader/t/DynaLoader.t
12827 ____________________________________________________________________________
12828 [ 28226] By: stevep                                on 2006/05/18  15:16:40
12829         Log: Subject: [PATCH] Test script for DynaLoader
12830              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
12831              Date: Thu, 18 May 2006 16:46:00 +0200
12832              Message-ID: <1147963560.446c88a8891e1@imp1-g19.free.fr>
12833      Branch: perl
12834            + ext/DynaLoader/t/DynaLoader.t
12835            ! MANIFEST
12836 ____________________________________________________________________________
12837 [ 28225] By: rgs                                   on 2006/05/18  12:52:34
12838         Log: Subject: [perl #39130] h2ph generates incorrect code for '#if defined A || defined B' 
12839              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
12840              Date: Thu, 11 May 2006 11:00:42 -0700
12841              Message-ID: <rt-3.0.11-39130-133411.1.91055283125046@perl.org>
12842      Branch: perl
12843            ! utils/h2ph.PL
12844 ____________________________________________________________________________
12845 [ 28224] By: rgs                                   on 2006/05/18  12:34:35
12846         Log: Subject: Re: [perl #39152] diagnostics.pm: "-traceonly" vs "-trace"
12847              From: "Fergal Daly" <fergal@esatclear.ie>
12848              Date: Wed, 17 May 2006 18:59:50 +0100
12849              Message-ID: <875029960605171059y286fe449nd39d6830ef2b229a@mail.gmail.com>
12850      Branch: perl
12851            ! lib/diagnostics.pm
12852 ____________________________________________________________________________
12853 [ 28223] By: rgs                                   on 2006/05/18  11:38:00
12854         Log: Subject: [PATCH] threads 1.28
12855              From: "Jerry D. Hedden" <jerry@hedden.us>
12856              Date: Wed, 17 May 2006 11:45:32 -0700
12857              Message-ID: <20060517114532.fb30e530d17747c2b054d625b8945d88.ca725822fc.wbe@email.secureserver.net>
12858      Branch: perl
12859            ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t
12860            ! ext/threads/threads.pm ext/threads/threads.xs
12861 ____________________________________________________________________________
12862 [ 28222] By: rgs                                   on 2006/05/18  06:30:09
12863         Log: Adjust calling of Perl_va_copy(), noticed by Jarkko
12864      Branch: perl
12865            ! util.c
12866 ____________________________________________________________________________
12867 [ 28221] By: nicholas                              on 2006/05/17  23:13:51
12868         Log: Another SvVOK(). I believe that this is the last.
12869      Branch: perl
12870            ! util.c
12871 ____________________________________________________________________________
12872 [ 28219] By: rgs                                   on 2006/05/17  21:01:54
12873         Log: Oops, missed a SvVOK.
12874      Branch: perl
12875            ! util.c
12876 ____________________________________________________________________________
12877 [ 28218] By: rgs                                   on 2006/05/17  20:54:23
12878         Log: Add a new macro SvVSTRING_mg that returns vstring magic, if any.
12879              SvVOK used to do that, in stealth mode, but now it returns a
12880              boolean like it used to. Patch suggested by John Peacock.
12881      Branch: perl
12882            ! sv.c sv.h
12883 ____________________________________________________________________________
12884 [ 28217] By: rgs                                   on 2006/05/17  19:55:30
12885         Log: Parenthesize uses of macro arguments
12886      Branch: perl
12887            ! perl.h
12888 ____________________________________________________________________________
12889 [ 28216] By: rgs                                   on 2006/05/17  19:50:54
12890         Log: Subject: Re: Change 28183 has broken 64-bit builds?
12891              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
12892              Date: Wed, 17 May 2006 22:19:51 +0300
12893              Message-ID: <446B7757.8030301@gmail.com>
12894      Branch: perl
12895            ! perl.h perlio.c pod/perlapi.pod util.c
12896 ____________________________________________________________________________
12897 [ 28215] By: steveh                                on 2006/05/17  17:06:26
12898         Log: Subject: Re: [perl #39145] win32, @_ and fork crashing in dounwind
12899              From: Dave Mitchell <davem@iabyn.com>
12900              Date: Wed, 17 May 2006 17:38:16 +0100
12901              Message-ID: <20060517163816.GN17109@iabyn.com>
12902              
12903              (Dave's fix, plus a test taken from [perl #39145])
12904      Branch: perl
12905            ! sv.c t/op/fork.t
12906 ____________________________________________________________________________
12907 [ 28214] By: stevep                                on 2006/05/17  15:02:45
12908         Log: Subject: [PATCH] IO::Compress* 2.000_12
12909              From: "Paul Marquess" <paul.marquess@ntlworld.com>
12910              Date: Wed, 17 May 2006 13:45:16 +0100
12911              Message-ID: <00c101c679af$c0305af0$2405140a@myopwv.com>
12912      Branch: perl
12913            + ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
12914            + ext/Compress/Raw/Zlib/Changes
12915            ! MANIFEST ext/Compress/IO/Base/README
12916            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
12917            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
12918            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
12919            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
12920            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
12921            ! ext/Compress/IO/Zlib/README
12922            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
12923            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
12924            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
12925            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
12926            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
12927            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
12928            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
12929            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
12930            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
12931            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
12932            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
12933            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
12934            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
12935            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
12936            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
12937            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
12938            ! ext/Compress/IO/Zlib/t/004gziphdr.t
12939            ! ext/Compress/IO/Zlib/t/101truncate-zip.t
12940            ! ext/Compress/Raw/Zlib/README
12941            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
12942            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
12943            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
12944            ! t/lib/compress/CompTestUtils.pm x2p/find2perl.PL
12945 ____________________________________________________________________________
12946 [ 28210] By: nicholas                              on 2006/05/16  16:41:45
12947         Log: Revert change 27513
12948              [Make the original versions of relocated paths available from
12949              %Config::Config with the prefix "raw_". Not sure if "raw_" is the
12950              best choice.]
12951      Branch: perl
12952            ! configpm
12953 ____________________________________________________________________________
12954 [ 28209] By: rgs                                   on 2006/05/16  16:14:46
12955         Log: Subject: Re: [PATCH]  upgrade bytes_to_uni
12956              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12957              Date: Mon, 15 May 2006 22:39:58 +0900
12958              Message-Id: <20060515223901.F3B0.BQW10602@nifty.com>
12959      Branch: perl
12960            ! pp_pack.c
12961 ____________________________________________________________________________
12962 [ 28206] By: rgs                                   on 2006/05/16  13:14:12
12963         Log: Subject: [PATCH] Refactoring reghops
12964              From: andy@petdance.com (Andy Lester)
12965              Date: Mon, 15 May 2006 08:54:24 -0500
12966              Message-ID: <20060515135424.GA31585@petdance.com>
12967      Branch: perl
12968            ! embed.fnc proto.h regexec.c
12969 ____________________________________________________________________________
12970 [ 28205] By: rgs                                   on 2006/05/16  13:09:17
12971         Log: Subject: [PATCH] refactoring out S_regoptail
12972              From: andy@petdance.com (Andy Lester)
12973              Date: Sun, 14 May 2006 23:15:18 -0500
12974              Message-ID: <20060515041518.GA15745@petdance.com>
12975      Branch: perl
12976            ! embed.fnc embed.h proto.h regcomp.c
12977 ____________________________________________________________________________
12978 [ 28202] By: nicholas                              on 2006/05/16  10:00:55
12979         Log: Take advantage of the bug that binexp ignores the Configure
12980              installprefix, by using initialinstalllocation rather than binexp
12981              to determine the #! line for installed scripts. This way they are at
12982              least correct initially for a relocatable @INC perl, rather than
12983              starting as .../../bin/perl
12984      Branch: perl
12985            ! Configure
12986 ____________________________________________________________________________
12987 [ 28200] By: stevep                                on 2006/05/15  16:43:44
12988         Log: Clarification on what Perl does to floating points in the modulus 
12989              operation.
12990      Branch: perl
12991            ! pod/perlop.pod
12992 ____________________________________________________________________________
12993 [ 28198] By: nicholas                              on 2006/05/15  15:11:15
12994         Log: Encode run-time relocation of file names in packlist with a relocate_as
12995              attribute. With this, unmodified instmodsh correctly verifies installed
12996              modules even after relocation.
12997      Branch: perl
12998            ! lib/ExtUtils/Packlist.pm
12999 ____________________________________________________________________________
13000 [ 28197] By: stevep                                on 2006/05/15  14:13:46
13001         Log: Upgrade to Digest-SHA-5.37
13002      Branch: perl
13003            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
13004            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
13005            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
13006            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
13007 ____________________________________________________________________________
13008 [ 28196] By: nicholas                              on 2006/05/15  13:57:25
13009         Log: Simplify the implementation in ExtUtils::Packlist::read.
13010      Branch: perl
13011            ! lib/ExtUtils/Packlist.pm
13012 ____________________________________________________________________________
13013 [ 28195] By: rgs                                   on 2006/05/15  11:29:59
13014         Log: Subject: [REPATCH universal.c] Make sv_derived_from Documentation Clearer
13015              From: chromatic <chromatic@wgz.org>
13016              Date: Sun, 14 May 2006 16:51:36 -0700
13017              Message-Id: <200605141651.37181.chromatic@wgz.org>
13018      Branch: perl
13019            ! pod/perlapi.pod universal.c
13020 ____________________________________________________________________________
13021 [ 28194] By: rgs                                   on 2006/05/15  09:43:02
13022         Log: Subject: [PATCH] S_reguni should return its length
13023              From: andy@petdance.com (Andy Lester)
13024              Date: Sun, 14 May 2006 09:46:32 -0500
13025              Message-ID: <20060514144632.GA20935@petdance.com>
13026      Branch: perl
13027            ! embed.fnc embed.h proto.h regcomp.c
13028 ____________________________________________________________________________
13029 [ 28193] By: rgs                                   on 2006/05/15  08:33:53
13030         Log: Subject: [PATCH] strange encodings upsets pp_chr
13031              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13032              Date: Sun, 14 May 2006 19:57:28 +0900
13033              Message-Id: <20060514195532.5422.BQW10602@nifty.com>
13034      Branch: perl
13035            + t/uni/chr.t
13036            ! MANIFEST pp.c t/op/chr.t t/op/ord.t
13037 ____________________________________________________________________________
13038 [ 28192] By: nicholas                              on 2006/05/14  12:27:19
13039         Log: TEST needs to binmode the file handle that is reading the TAP, else it
13040              can get killed if TEST's environment has made it default all opens to
13041              UTF-8 but the TAP is not UTF-8.
13042      Branch: perl
13043            ! t/TEST
13044 ____________________________________________________________________________
13045 [ 28190] By: nicholas                              on 2006/05/14  10:33:39
13046         Log: Upgrade to Test::Harness 2.58.
13047      Branch: perl
13048            ! lib/Test/Harness.pm
13049 ____________________________________________________________________________
13050 [ 28189] By: nicholas                              on 2006/05/13  15:48:24
13051         Log: A Configure probe for C99 variadic macros, based on code from Jarkko.
13052      Branch: perl
13053            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
13054            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
13055            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
13056            ! win32/config.bc win32/config.gc win32/config.vc
13057            ! win32/config.vc64
13058 ____________________________________________________________________________
13059 [ 28188] By: nicholas                              on 2006/05/13  12:57:50
13060         Log: Only ask about MAD for 5.9.0 and greater. Otherwise silently select
13061              'n'.
13062      Branch: perl
13063            ! Configure
13064 ____________________________________________________________________________
13065 [ 28187] By: nicholas                              on 2006/05/13  11:26:04
13066         Log: Subject: t/uni/overload.t
13067              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13068              Message-ID: <4465988C.9080407@gmail.com>
13069              Date: Sat, 13 May 2006 11:27:56 +0300
13070      Branch: perl
13071            ! t/uni/overload.t
13072 ____________________________________________________________________________
13073 [ 28186] By: nicholas                              on 2006/05/13  10:36:49
13074         Log: Subject: [PATCH] sv.c: printf %d wants int not size_t
13075              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
13076              Message-Id: <200605130715.k4D7FWg3089581@kosh.hut.fi>
13077              Date: Sat, 13 May 2006 10:15:32 +0300 (EEST)
13078      Branch: perl
13079            ! sv.c
13080 ____________________________________________________________________________
13081 [ 28185] By: nicholas                              on 2006/05/13  10:36:18
13082         Log: Can't do require Foo if $tainted; because taint tunnels.
13083              (Documented, but I regard this as a serious practical deficiency in
13084              tainting) 
13085      Branch: perl
13086            ! lib/Tie/RefHash.pm
13087 ____________________________________________________________________________
13088 [ 28183] By: rgs                                   on 2006/05/12  20:57:07
13089         Log: Subject: Re: [PATCH] my_snprintf
13090              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13091              Date: Fri, 12 May 2006 22:28:49 +0300
13092              Message-ID: <4464E1F1.9010706@gmail.com>
13093      Branch: perl
13094            ! embed.fnc global.sym perl.h perlio.c pod/perlapi.pod pp_ctl.c
13095            ! proto.h regcomp.c sv.c toke.c universal.c util.c
13096 ____________________________________________________________________________
13097 [ 28181] By: rgs                                   on 2006/05/12  16:55:36
13098         Log: Subject: AW: question on "len item/string item" with unpack()
13099              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
13100              Date: Fri, 5 May 2006 13:20:24 +0200 
13101              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2104979424@naimucx5.muc.allianz>
13102      Branch: perl
13103            ! pod/perlfunc.pod
13104 ____________________________________________________________________________
13105 [ 28180] By: rgs                                   on 2006/05/12  15:48:43
13106         Log: Subject: [PATCH]  upgrade bytes_to_uni
13107              From: andy@petdance.com (Andy Lester)
13108              Date: Fri, 12 May 2006 00:21:23 -0500
13109              Message-ID: <20060512052123.GA21648@petdance.com>
13110      Branch: perl
13111            ! embed.fnc embed.h pp_pack.c proto.h
13112 ____________________________________________________________________________
13113 [ 28179] By: rgs                                   on 2006/05/12  14:33:40
13114         Log: Subject: [PATCH] Proper use of static funcs in toke.c and pp_sys.c
13115              From: andy@petdance.com (Andy Lester)
13116              Date: Tue, 9 May 2006 12:27:30 -0500
13117              Message-ID: <20060509172730.GA5272@petdance.com>
13118      Branch: perl
13119            ! embed.fnc embed.h pp_sys.c proto.h toke.c
13120 ____________________________________________________________________________
13121 [ 28178] By: nicholas                              on 2006/05/12  14:08:45
13122         Log: The upgrade/croak order in Perl_sv_utf8_encode() seemed utterly
13123              backwards. It now checks for readonly *first*.
13124      Branch: perl
13125            ! sv.c
13126 ____________________________________________________________________________
13127 [ 28177] By: rgs                                   on 2006/05/12  13:09:29
13128         Log: Upgrade to Tie::RefHash 1.34, by Yuval Kogman
13129      Branch: perl
13130            + lib/Tie/RefHash/rebless.t lib/Tie/RefHash/storable.t
13131            ! MANIFEST lib/Tie/RefHash.pm lib/Tie/RefHash/refhash.t
13132            ! lib/Tie/RefHash/threaded.t
13133 ____________________________________________________________________________
13134 [ 28176] By: rgs                                   on 2006/05/12  12:23:03
13135         Log: Subject: [PATCH] Speed up utf8.c a bit
13136              From: andy@petdance.com (Andy Lester)
13137              Date: Thu, 11 May 2006 22:41:01 -0500
13138              Message-ID: <20060512034101.GA10709@petdance.com>
13139      Branch: perl
13140            ! utf8.c
13141 ____________________________________________________________________________
13142 [ 28175] By: rgs                                   on 2006/05/12  12:13:03
13143         Log: Subject: [PATCH] Fixing embed.fnc
13144              From: andy@petdance.com (Andy Lester)
13145              Date: Thu, 11 May 2006 21:54:10 -0500
13146              Message-ID: <20060512025410.GA32709@petdance.com>
13147      Branch: perl
13148            ! embed.fnc proto.h
13149 ____________________________________________________________________________
13150 [ 28174] By: nicholas                              on 2006/05/12  11:47:40
13151         Log: Threads and signals. Delicious. Tweak change 28168 to add a local
13152              signal handler in the sleeping thread, because some operating systems
13153              deliver the SIGINT to that thread rather than the signalling thread.
13154      Branch: perl
13155            ! ext/threads/t/kill.t
13156 ____________________________________________________________________________
13157 [ 28173] By: rgs                                   on 2006/05/12  11:40:51
13158         Log: Subject: [PATCH] Better unsafe signals info in threads.pm
13159              From: "Jerry D. Hedden" <jerry@hedden.us>
13160              Date: Thu, 11 May 2006 11:50:15 -0700
13161              Message-ID: <20060511115015.fb30e530d17747c2b054d625b8945d88.8b4855700b.wbe@email.secureserver.net>
13162      Branch: perl
13163            ! ext/threads/threads.pm
13164 ____________________________________________________________________________
13165 [ 28172] By: nicholas                              on 2006/05/12  09:47:29
13166         Log: Fix concise-xs.t following the changes to B::Deparse.
13167      Branch: perl
13168            ! ext/B/t/concise-xs.t
13169 ____________________________________________________________________________
13170 [ 28171] By: nicholas                              on 2006/05/11  21:44:06
13171         Log: Tk spots that S_glob_2pv might be called from *_nolen, so we need to
13172              check that len is non-NULL before assigning to it.
13173      Branch: perl
13174            ! sv.c
13175 ____________________________________________________________________________
13176 [ 28168] By: rgs                                   on 2006/05/11  16:47:33
13177         Log: Subject: [PATCH] Thread signalling [REVISED]
13178              From: "Jerry D. Hedden" <jerry@hedden.us>
13179              Date: Thu, 11 May 2006 08:55:39 -0700
13180              Message-ID: <20060511085539.fb30e530d17747c2b054d625b8945d88.a90037f085.wbe@email.secureserver.net>
13181      Branch: perl
13182            + ext/threads/t/kill.t
13183            ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL
13184            ! ext/threads/threads.pm ext/threads/threads.xs
13185 ____________________________________________________________________________
13186 [ 28166] By: rgs                                   on 2006/05/11  16:06:06
13187         Log: Deparse state variables.
13188      Branch: perl
13189            ! ext/B/B/Deparse.pm
13190 ____________________________________________________________________________
13191 [ 28156] By: stevep                                on 2006/05/11  00:09:53
13192         Log: Adding a mention of STDIN processing by qx// as requested by 
13193              RT #34288: perlop: qx/STRING/: mention STDIN
13194      Branch: perl
13195            ! pod/perlop.pod
13196 ____________________________________________________________________________
13197 [ 28155] By: stevep                                on 2006/05/10  23:02:20
13198         Log: Add -fno-delete-null-pointer-checks to ccflags on Itaniums when 
13199              compiling with gcc's 3.2, 3.3, or 3.4.  This fixes RT #37156.
13200      Branch: perl
13201            ! hints/linux.sh
13202 ____________________________________________________________________________
13203 [ 28152] By: stevep                                on 2006/05/10  15:03:03
13204         Log: Upgrade to Encode-2.17
13205      Branch: perl
13206            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/encoding.pm
13207 ____________________________________________________________________________
13208 [ 28150] By: nicholas                              on 2006/05/10  14:08:43
13209         Log: no 5.9.4; should fail in version 5.9.4.
13210              Improve the diagnostics and test names in t/comp/use.t
13211      Branch: perl
13212            ! pp_ctl.c t/comp/use.t
13213 ____________________________________________________________________________
13214 [ 28149] By: nicholas                              on 2006/05/10  13:08:49
13215         Log: Convert use.t to an inlined is/isnt/like implementation, to give better
13216              diagnostics.
13217      Branch: perl
13218            ! t/comp/use.t
13219 ____________________________________________________________________________
13220 [ 28148] By: davem                                 on 2006/05/10  01:32:10
13221         Log: disable WARN and DIE hooks during constant folding
13222      Branch: perl
13223            ! op.c t/comp/fold.t util.c warnings.h warnings.pl
13224 ____________________________________________________________________________
13225 [ 28146] By: nicholas                              on 2006/05/09  21:42:18
13226         Log: Change 28145 means that Perl_allocmy() can take a const char *name.
13227      Branch: perl
13228            ! embed.fnc op.c proto.h
13229 ____________________________________________________________________________
13230 [ 28145] By: nicholas                              on 2006/05/09  20:42:03
13231         Log: Simplify the non-printable name error reporting code in Perl_allocmy().
13232      Branch: perl
13233            ! op.c
13234 ____________________________________________________________________________
13235 [ 28144] By: nicholas                              on 2006/05/09  20:10:12
13236         Log: In Perl_Gv_AMupdate(), there's no need to call sv_unmagic() if we know
13237              the magic isn't there.
13238      Branch: perl
13239            ! gv.c
13240 ____________________________________________________________________________
13241 [ 28143] By: nicholas                              on 2006/05/09  19:31:04
13242         Log: Gv_AMupdate() always creates magic, so mg can never be NULL.
13243      Branch: perl
13244            ! gv.c
13245 ____________________________________________________________________________
13246 [ 28142] By: nicholas                              on 2006/05/09  16:35:25
13247         Log: Two signed array indicies that Coverity spots should be unsigned.
13248      Branch: perl
13249            ! ext/POSIX/POSIX.xs
13250 ____________________________________________________________________________
13251 [ 28141] By: nicholas                              on 2006/05/09  16:04:25
13252         Log: Ressurect change 27824, which plugs a resource leak in uncalled code.
13253      Branch: perl
13254            ! ext/Encode/Encode.xs
13255 ____________________________________________________________________________
13256 [ 28140] By: rgs                                   on 2006/05/09  15:23:55
13257         Log: Subject: wince crosscompile patch for 28132
13258              From: Vadim <vadim@vkonovalov.ru>
13259              Date: Tue, 09 May 2006 15:09:43 +0400
13260              Message-ID: <44607877.90603@vkonovalov.ru>
13261      Branch: perl
13262            ! INSTALL perl.h perlio.c win32/Makefile.ce win32/config.ce
13263            ! win32/config_H.ce
13264 ____________________________________________________________________________
13265 [ 28139] By: rgs                                   on 2006/05/09  14:03:30
13266         Log: POD fixes
13267      Branch: perl
13268            ! lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
13269            ! lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
13270            ! lib/DBM_Filter/utf8.pm
13271 ____________________________________________________________________________
13272 [ 28138] By: rgs                                   on 2006/05/09  13:45:43
13273         Log: Subject: Re: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
13274              From: David Landgren <david@landgren.net>
13275              Date: Tue, 09 May 2006 13:03:22 +0200
13276              Message-ID: <446076FA.6010409@landgren.net>
13277      Branch: perl
13278            ! ext/IPC/SysV/t/sem.t
13279 ____________________________________________________________________________
13280 [ 28137] By: rgs                                   on 2006/05/09  13:18:34
13281         Log: Fix another Coverity problem by adding an assert that says that
13282              some string we got from the lexer is null-terminated
13283      Branch: perl
13284            ! op.c
13285 ____________________________________________________________________________
13286 [ 28136] By: rgs                                   on 2006/05/09  13:10:01
13287         Log: Fix a logic error in conditional found by Coverity
13288      Branch: perl
13289            ! op.c
13290 ____________________________________________________________________________
13291 [ 28135] By: davem                                 on 2006/05/09  11:43:55
13292         Log: allow exit during fold_constants
13293              eg BEGIN { $SIG{__WARN__} = sub{exit};} "a" == "b" 
13294      Branch: perl
13295            ! op.c
13296 ____________________________________________________________________________
13297 [ 28134] By: steveh                                on 2006/05/09  08:04:29
13298         Log: Subject: [PATCH] 'threads' patch to fix threaded build on Win32
13299              From: "Jerry D. Hedden" <jerry@hedden.us>
13300              Date: Mon, 08 May 2006 10:23:33 -0700
13301              Message-ID: <20060508102333.fb30e530d17747c2b054d625b8945d88.1e447744fc.wbe@email.secureserver.net>
13302      Branch: perl
13303            ! ext/threads/Changes ext/threads/README ext/threads/threads.pm
13304            ! ext/threads/threads.xs
13305 ____________________________________________________________________________
13306 [ 28133] By: rgs                                   on 2006/05/09  07:27:37
13307         Log: Subject: perlop.pod doc patch: I/O operators
13308              From: Ash Berlin <ash@cpan.org>
13309              Date: Sat, 06 May 2006 14:16:00 +0100
13310              Message-ID: <445CA190.1070105@cpan.org>
13311      Branch: perl
13312            ! pod/perlop.pod
13313 ____________________________________________________________________________
13314 [ 28132] By: stevep                                on 2006/05/09  02:16:18
13315         Log: Subject: [PATCH] PERL_MEM_LOG enhancements
13316              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13317              Date: Sat, 06 May 2006 11:21:02 +0300
13318              Message-ID: <445C5C6E.6070201@gmail.com>
13319      Branch: perl
13320            ! util.c
13321 ____________________________________________________________________________
13322 [ 28131] By: nicholas                              on 2006/05/08  21:11:37
13323         Log: Subject: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
13324              From: David Landgren <david@landgren.net>
13325              Message-ID: <445B694B.8060901@landgren.net>
13326              Date: Fri, 05 May 2006 17:03:39 +0200
13327              
13328              Subject: Re: [PATCH] ext/IPC/SysV/t/sem.t using test.pl
13329              From: David Landgren <david@landgren.net>
13330              Message-ID: <445B75EF.3000100@landgren.net>
13331              Date: Fri, 05 May 2006 17:57:35 +0200
13332      Branch: perl
13333            ! ext/IPC/SysV/t/ipcsysv.t ext/IPC/SysV/t/sem.t
13334 ____________________________________________________________________________
13335 [ 28127] By: stevep                                on 2006/05/08  19:01:56
13336         Log: Rename lib/Text/Balanced/t/00.load.t to 
13337              lib/Text/Balanced/t/00-load.t and restore a test to 
13338              lib/Text/Balanced/t/extmul.t.
13339      Branch: perl
13340           +> lib/Text/Balanced/t/00-load.t
13341            - lib/Text/Balanced/t/00.load.t
13342            ! MANIFEST lib/Text/Balanced/t/extmul.t
13343 ____________________________________________________________________________
13344 [ 28126] By: stevep                                on 2006/05/08  18:46:16
13345         Log: Version bump and typo fix from change #28125.
13346      Branch: perl
13347            ! lib/Text/Balanced.pm
13348 ____________________________________________________________________________
13349 [ 28125] By: stevep                                on 2006/05/08  18:37:47
13350         Log: Rollback two changes in Text::Balanced which cause test failures in the
13351              CPAN and bleadperl version of the tests.  Also, the previous bleadperl
13352              version of one test file is a bit more comprehensive than what was in
13353              CPAN, so it has been completely restored.
13354      Branch: perl
13355            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extqlk.t
13356 ____________________________________________________________________________
13357 [ 28122] By: stevep                                on 2006/05/08  16:47:39
13358         Log: Upgrade to Digest-SHA-5.36.  Actually bumped to 5.36_01 as
13359              change #27352 has not yet been applied to the CPAN version.
13360      Branch: perl
13361            ! ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
13362            ! ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
13363            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
13364            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
13365            ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/nist/Readme.txt
13366            ! ext/Digest/SHA/t/nist/bit-hashes.sha1
13367            ! ext/Digest/SHA/t/nist/bit-messages.sha1
13368            ! ext/Digest/SHA/t/nist/byte-hashes.sha1
13369            ! ext/Digest/SHA/t/nist/byte-messages.sha1
13370 ____________________________________________________________________________
13371 [ 28118] By: nicholas                              on 2006/05/08  11:23:15
13372         Log: Tie::RefHash is now dual life, maintained by Yuval Kogman.
13373      Branch: perl
13374            ! Porting/Maintainers.pl
13375 ____________________________________________________________________________
13376 [ 28116] By: merijn                                on 2006/05/07  14:18:45
13377         Log: Remvove code that gets undone in the next line.
13378              Keep the documentation part.
13379      Branch: perl
13380            ! hints/hpux.sh
13381 ____________________________________________________________________________
13382 [ 28108] By: stevep                                on 2006/05/05  16:26:48
13383         Log: These Module::Build tests depended on STDIN.  Unfortunately, cron
13384              closes STDIN, so these build failures were only seen while 
13385              running smokes through cron.
13386      Branch: perl
13387            ! lib/Module/Build/t/extend.t
13388 ____________________________________________________________________________
13389 [ 28106] By: rgs                                   on 2006/05/05  12:48:19
13390         Log: Implement state array and state hashes. Initialisation assignment
13391              to state arrays or hashes is not implemented yet.
13392      Branch: perl
13393            ! ext/B/B/Concise.pm pp.c t/op/state.t
13394 ____________________________________________________________________________
13395 [ 28105] By: stevep                                on 2006/05/05  12:40:41
13396         Log: Upgrade to Text-Balanced-1.98
13397      Branch: perl
13398            + lib/Text/Balanced/t/00.load.t
13399            + lib/Text/Balanced/t/pod-coverage.t lib/Text/Balanced/t/pod.t
13400            ! MANIFEST lib/Text/Balanced.pm lib/Text/Balanced/Changes
13401            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extmul.t
13402            ! lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
13403            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
13404 ____________________________________________________________________________
13405 [ 28104] By: rgs                                   on 2006/05/05  11:32:36
13406         Log: Subject: [PATCH] threads - stack size support
13407              From: "Jerry D. Hedden" <jerry@hedden.us>
13408              Date: Thu, 04 May 2006 10:07:58 -0700
13409              Message-ID: <20060504100758.fb30e530d17747c2b054d625b8945d88.1ee893a99c.wbe@email.secureserver.net>
13410      Branch: perl
13411            + ext/threads/t/stack.t ext/threads/t/stack_env.t
13412            ! MANIFEST ext/threads/Changes ext/threads/README
13413            ! ext/threads/threads.pm ext/threads/threads.xs
13414 ____________________________________________________________________________
13415 [ 28103] By: stevep                                on 2006/05/05  01:26:08
13416         Log: Teach checkAUTHORS.pl about Sarathy's new email address.
13417      Branch: perl
13418            ! Porting/checkAUTHORS.pl
13419 ____________________________________________________________________________
13420 [ 28102] By: stevep                                on 2006/05/05  01:12:41
13421         Log: Subject: [PATCH] Email address changes
13422              From: "Jan Dubois" <jand@activestate.com>
13423              Date: Thu, 4 May 2006 15:28:19 -0700
13424              Message-ID: <007101c66fca$0b651a50$2217a8c0@candy>
13425      Branch: perl
13426            ! AUTHORS
13427 ____________________________________________________________________________
13428 [ 28101] By: stevep                                on 2006/05/04  20:03:42
13429         Log: Upgrade to ExtUtils-Install-1.40
13430      Branch: perl
13431            ! lib/ExtUtils/Install.pm
13432 ____________________________________________________________________________
13433 [ 28100] By: rgs                                   on 2006/05/04  16:37:28
13434         Log: Subject: RE: [PATCH-for-28089] wince yet another step
13435              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
13436              Date: Thu, 4 May 2006 17:32:12 +0200 
13437              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB454@ru0022exch001u.ru.lucent.com>
13438      Branch: perl
13439            ! README.ce win32/perllib.c win32/vmem.h win32/win32.h
13440 ____________________________________________________________________________
13441 [ 28099] By: rgs                                   on 2006/05/04  12:51:51
13442         Log: Subject: [PATCH] threads - formatting [REVISED]
13443              From: "Jerry D. Hedden" <jerry@hedden.us>
13444              Date: Wed, 03 May 2006 12:34:34 -0700
13445              Message-ID: <20060503123433.fb30e530d17747c2b054d625b8945d88.d352e5da51.wbe@email.secureserver.net>
13446      Branch: perl
13447            ! ext/threads/README ext/threads/t/basic.t ext/threads/t/end.t
13448            ! ext/threads/t/join.t ext/threads/t/libc.t ext/threads/t/list.t
13449            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
13450            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
13451            ! ext/threads/t/thread.t ext/threads/threads.pm
13452            ! ext/threads/threads.xs
13453 ____________________________________________________________________________
13454 [ 28098] By: rgs                                   on 2006/05/04  12:06:33
13455         Log: Upgrade to Encode 2.16
13456      Branch: perl
13457            ! ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
13458            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
13459            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
13460            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
13461            ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
13462            ! ext/Encode/Encode/encode.h ext/Encode/JP/JP.pm
13463            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
13464            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
13465            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
13466            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
13467            ! ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
13468            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
13469            ! ext/Encode/bin/piconv ext/Encode/bin/ucm2table
13470            ! ext/Encode/bin/ucmlint ext/Encode/bin/ucmsort
13471            ! ext/Encode/bin/unidump ext/Encode/encengine.c
13472            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
13473            ! ext/Encode/lib/Encode/CJKConstants.pm
13474            ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm
13475            ! ext/Encode/lib/Encode/Encoder.pm
13476            ! ext/Encode/lib/Encode/Encoding.pm
13477            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
13478            ! ext/Encode/lib/Encode/JP/JIS7.pm
13479            ! ext/Encode/lib/Encode/KR/2022_KR.pm
13480            ! ext/Encode/lib/Encode/MIME/Header.pm
13481            ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
13482            ! ext/Encode/lib/Encode/PerlIO.pod
13483            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Aliases.t
13484            ! ext/Encode/t/CJKT.t ext/Encode/t/Encode.t
13485            ! ext/Encode/t/Unicode.t ext/Encode/t/at-cn.t
13486            ! ext/Encode/t/at-tw.t ext/Encode/t/enc_data.t
13487            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
13488            ! ext/Encode/t/enc_utf8.t ext/Encode/t/encoding.t
13489            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
13490            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
13491            ! ext/Encode/t/mime_header_iso2022jp.t ext/Encode/t/perlio.t
13492            ! ext/Encode/t/rt.pl ext/Encode/t/unibench.pl
13493            ! ext/Encode/t/utf8strict.t
13494 ____________________________________________________________________________
13495 [ 28097] By: rgs                                   on 2006/05/04  11:32:05
13496         Log: Resubmit change #28095
13497      Branch: perl
13498            ! t/op/grep.t
13499 ____________________________________________________________________________
13500 [ 28096] By: steveh                                on 2006/05/04  11:22:04
13501         Log: Subject: [PATCH-for-28089] wince yet another step
13502              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
13503              Date: Thu, 4 May 2006 13:04:45 +0200 
13504              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB1EE@ru0022exch001u.ru.lucent.com>
13505      Branch: perl
13506            ! win32/Makefile.ce
13507 ____________________________________________________________________________
13508 [ 28095] By: rgs                                   on 2006/05/04  10:00:14
13509         Log: Subject: [PATCH] t/op/grep.t using test.pl
13510              From: David Landgren <david@landgren.net>
13511              Date: Wed, 03 May 2006 15:53:38 +0200
13512              Message-ID: <4458B5E2.7090103@landgren.net>
13513      Branch: perl
13514            ! t/op/grep.t
13515 ____________________________________________________________________________
13516 [ 28094] By: rgs                                   on 2006/05/04  09:58:28
13517         Log: Subject: [PATCH] t/op/context.t using test.pl
13518              From: David Landgren <david@landgren.net>
13519              Date: Wed, 03 May 2006 16:20:40 +0200
13520              Message-ID: <4458BC38.6050600@landgren.net>
13521      Branch: perl
13522            ! t/op/context.t
13523 ____________________________________________________________________________
13524 [ 28093] By: rgs                                   on 2006/05/04  09:56:56
13525         Log: Subject: [PATCH] t/op/list.t using test.pl
13526              From: David Landgren <david@landgren.net>
13527              Date: Wed, 03 May 2006 19:40:40 +0200
13528              Message-ID: <4458EB18.8070904@landgren.net>
13529      Branch: perl
13530            ! t/op/list.t
13531 ____________________________________________________________________________
13532 [ 28092] By: rgs                                   on 2006/05/04  09:43:51
13533         Log: Document order of evaluation for the comma operator
13534              
13535              Subject: [PATCH] Re: Kill select((select(OUTPUT_HANDLE), $| = 1)[0]);
13536              From: Paul Johnson <paul@pjcj.net>
13537              Date: Wed, 26 Apr 2006 22:38:43 +0200
13538              Message-ID: <20060426203843.GE21543@pjcj.net>
13539      Branch: perl
13540            ! pod/perlop.pod
13541 ____________________________________________________________________________
13542 [ 28091] By: steveh                                on 2006/05/04  08:24:06
13543         Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
13544              From: "Jan Dubois" <jand@activestate.com>
13545              Date: Wed, 3 May 2006 12:41:23 -0700
13546              Message-ID: <013f01c66ee9$8f1437a0$d045a8c0@candy>
13547      Branch: perl
13548            ! pod/perlport.pod
13549 ____________________________________________________________________________
13550 [ 28090] By: rgs                                   on 2006/05/04  07:42:27
13551         Log: Another test for state variables and closures,
13552              adapted from a Perl 6 example, pointed out by
13553              Joshua "Limbic_Region" Gatcomb
13554      Branch: perl
13555            ! t/op/state.t
13556 ____________________________________________________________________________
13557 [ 28089] By: rgs                                   on 2006/05/03  22:49:14
13558         Log: Ensure that C<(state $x) = $y> is not a state assignment
13559              (due to the parentheses that make it a regular assignment
13560              to a variable declared inside a list)
13561      Branch: perl
13562            ! t/op/state.t
13563 ____________________________________________________________________________
13564 [ 28088] By: rgs                                   on 2006/05/03  22:40:28
13565         Log: New test case for state variables with ties, suggested by Nicholas
13566      Branch: perl
13567            ! t/op/state.t
13568 ____________________________________________________________________________
13569 [ 28087] By: rgs                                   on 2006/05/03  22:01:41
13570         Log: Add "state" feature
13571      Branch: perl
13572            ! lib/feature.pm perl_keyword.pl t/op/state.t toke.c
13573 ____________________________________________________________________________
13574 [ 28086] By: rgs                                   on 2006/05/03  21:46:02
13575         Log: Introduce a new keyword, state, for state variables.
13576      Branch: perl
13577            + t/op/state.t
13578            ! MANIFEST dump.c embed.fnc embed.h ext/B/B/Concise.pm
13579            ! ext/B/t/concise-xs.t keywords.h keywords.pl op.c op.h pad.c
13580            ! perl.h perl_keyword.pl pod/perlintern.pod pp_hot.c proto.h
13581            ! sv.h toke.c
13582 ____________________________________________________________________________
13583 [ 28085] By: rgs                                   on 2006/05/03  19:15:00
13584         Log: Subject: [PATCH] wince another step
13585              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **"
13586              Date: Wed, 3 May 2006 20:11:11 +0200 
13587              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCAE1F@ru0022exch001u.ru.lucent.com>
13588      Branch: perl
13589            - win32/xconfig.h
13590            ! MANIFEST win32/Makefile.ce
13591 ____________________________________________________________________________
13592 [ 28084] By: rgs                                   on 2006/05/03  19:10:29
13593         Log: Subject: [PATCH] Clarify hard link support on Windows
13594              From: "Jan Dubois" <jand@activestate.com>
13595              Date: Wed, 3 May 2006 11:30:03 -0700
13596              Message-ID: <013a01c66edf$982ebcc0$d045a8c0@candy>
13597      Branch: perl
13598            ! pod/perlport.pod
13599 ____________________________________________________________________________
13600 [ 28083] By: rgs                                   on 2006/05/03  19:06:26
13601         Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
13602              From: "Jan Dubois" <jand@activestate.com>
13603              Date: Wed, 3 May 2006 11:18:30 -0700
13604              Message-ID: <013901c66edd$fb8ae750$d045a8c0@candy>
13605      Branch: perl
13606            ! pod/perlvar.pod
13607 ____________________________________________________________________________
13608 [ 28082] By: stevep                                on 2006/05/03  17:56:37
13609         Log: Upgrade to CGI-3.20
13610      Branch: perl
13611            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
13612            ! lib/CGI/t/cookie.t lib/CGI/t/function.t
13613 ____________________________________________________________________________
13614 [ 28081] By: rgs                                   on 2006/05/03  16:24:04
13615         Log: Subject: [PATCH] more logic localizations
13616              From: andy@petdance.com (Andy Lester)
13617              Date: Tue, 11 Apr 2006 14:14:45 -0500
13618              Message-ID: <20060411191445.GA4938@petdance.com>
13619      Branch: perl
13620            ! mg.c
13621 ____________________________________________________________________________
13622 [ 28080] By: rgs                                   on 2006/05/03  16:09:48
13623         Log: Subject: -Dmad breaks a few tests
13624              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
13625              Date: Tue, 2 May 2006 01:37:03 +0200
13626              Message-Id: <64F8ECEA-D96B-11DA-AA80-000502F3279F@free.fr>
13627              
13628              (part of, with tweaks)
13629      Branch: perl
13630            ! t/op/incfilter.t
13631 ____________________________________________________________________________
13632 [ 28079] By: rgs                                   on 2006/05/03  09:04:30
13633         Log: Subject: [PATCH] Remove an unnecessary goto
13634              From: andy@petdance.com (Andy Lester)
13635              Date: Wed, 3 May 2006 00:54:30 -0500
13636              Message-ID: <20060503055430.GA4922@petdance.com>
13637      Branch: perl
13638            ! op.c
13639 ____________________________________________________________________________
13640 [ 28078] By: rgs                                   on 2006/05/03  09:00:39
13641         Log: Subject: [PATCH] optimize S_find_array_subscript
13642              From: andy@petdance.com (Andy Lester)
13643              Date: Tue, 2 May 2006 21:09:08 -0500
13644              Message-ID: <20060503020908.GA2234@petdance.com>
13645      Branch: perl
13646            ! sv.c
13647 ____________________________________________________________________________
13648 [ 28077] By: rgs                                   on 2006/05/03  08:57:45
13649         Log: Subject: [PATCH] clean up loops in doio.c and dump.c
13650              From: andy@petdance.com (Andy Lester)
13651              Date: Tue, 2 May 2006 13:38:15 -0500
13652              Message-ID: <20060502183815.GA7979@petdance.com>
13653      Branch: perl
13654            ! doio.c dump.c embed.fnc embed.h proto.h
13655 ____________________________________________________________________________
13656 [ 28076] By: rgs                                   on 2006/05/03  08:52:01
13657         Log: Subject: [PATCH] pp_sys.c: U8* cast
13658              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
13659              Date: Tue, 2 May 2006 20:04:33 +0300 (EEST)
13660              Message-Id: <200605021704.k42H4XIh255652@kosh.hut.fi>
13661      Branch: perl
13662            ! pp_sys.c
13663 ____________________________________________________________________________
13664 [ 28075] By: rgs                                   on 2006/05/03  08:51:14
13665         Log: Subject: [PATCH] hv.c: do zeroing via mem wrap check
13666              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
13667              Date: Tue, 2 May 2006 20:03:01 +0300 (EEST)
13668              Message-Id: <200605021703.k42H31PF216868@kosh.hut.fi>
13669      Branch: perl
13670            ! hv.c
13671 ____________________________________________________________________________
13672 [ 28074] By: rgs                                   on 2006/05/03  08:38:39
13673         Log: Subject: [PATCH] microperl update
13674              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13675              Date: Wed, 03 May 2006 08:20:31 +0300
13676              Message-ID: <44583D9F.8060401@gmail.com>
13677      Branch: perl
13678            ! Makefile.micro README.micro uconfig.h uconfig.sh
13679 ____________________________________________________________________________
13680 [ 28073] By: steveh                                on 2006/05/03  08:25:27
13681         Log: Make Perl_unshare_hek visible to core extensions without being public
13682              
13683              See the comments in:
13684              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00480.html
13685              (which were put into practice in changes #27800 and #27848)
13686      Branch: perl
13687            ! embed.fnc embed.h
13688 ____________________________________________________________________________
13689 [ 28072] By: steveh                                on 2006/05/03  08:03:50
13690         Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
13691              From: Vadim <vadim@vkonovalov.ru>
13692              Date: Wed, 03 May 2006 06:10:59 +0400
13693              Message-ID: <44581133.8080100@vkonovalov.ru>
13694      Branch: perl
13695           +> win32/perlmaince.c
13696            - win32/perlmain.c
13697            ! MANIFEST
13698 ____________________________________________________________________________
13699 [ 28071] By: stevep                                on 2006/05/03  01:46:27
13700         Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
13701              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13702              Date: Wed, 03 May 2006 10:00:03 +0900
13703              Message-Id: <20060503095420.0357.BQW10602@nifty.com>
13704      Branch: perl
13705            ! embed.fnc embed.h global.sym
13706 ____________________________________________________________________________
13707 [ 28070] By: nicholas                              on 2006/05/02  22:38:52
13708         Log: Remove a variable left unused since change 28065.
13709      Branch: perl
13710            ! sv.c
13711 ____________________________________________________________________________
13712 [ 28069] By: nicholas                              on 2006/05/02  22:19:56
13713         Log: Add a new hash key flag HVhek_UNSHARED, to mark all unshared hash keys.
13714              Otherwise Perl_newSVhek(), called by Perl_hv_iterkeysv(), naively
13715              assumes that it can share any hash key directly.
13716      Branch: perl
13717            ! hv.c hv.h sv.c
13718 ____________________________________________________________________________
13719 [ 28068] By: nicholas                              on 2006/05/02  22:16:25
13720         Log: cumulative totals and list reverse for checkAUTHORS.pl
13721      Branch: perl
13722            ! Porting/checkAUTHORS.pl
13723 ____________________________________________________________________________
13724 [ 28067] By: stevep                                on 2006/05/02  18:03:57
13725         Log: Another place where Intel C++ pretending to be gcc is a really
13726              bad thing.
13727      Branch: perl
13728            ! gv.h
13729 ____________________________________________________________________________
13730 [ 28066] By: nicholas                              on 2006/05/02  17:46:38
13731         Log: *static* pointers to newXSUB(), dammit!
13732      Branch: perl
13733            ! writemain.SH xsutils.c
13734 ____________________________________________________________________________
13735 [ 28065] By: nicholas                              on 2006/05/02  17:00:56
13736         Log: Assert that SvMAGIC() isn't being called on PVMGs which are using the
13737              same union to store the stash for our.
13738      Branch: perl
13739            ! sv.c sv.h
13740 ____________________________________________________________________________
13741 [ 28064] By: nicholas                              on 2006/05/02  16:24:14
13742         Log: Change 28063 forgot 1 key line - acutally use the correct filename
13743              storage.
13744      Branch: perl
13745            ! op.c
13746 ____________________________________________________________________________
13747 [ 28063] By: nicholas                              on 2006/05/02  15:55:25
13748         Log: Fix bug in DynaLoader, which has been passing a filename in dynamic
13749              storage to newXS() seemingly forever. This involves creating
13750              newXS_flags(), with the first flag being "arrange to copy the 
13751              filename and free it at the right time".
13752      Branch: perl
13753            ! XSUB.h cv.h embed.fnc embed.h ext/DynaLoader/dl_aix.xs
13754            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dld.xs
13755            ! ext/DynaLoader/dl_dllload.xs ext/DynaLoader/dl_dlopen.xs
13756            ! ext/DynaLoader/dl_dyld.xs ext/DynaLoader/dl_hpux.xs
13757            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_mpeix.xs
13758            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_symbian.xs
13759            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs op.c
13760            ! pod/perlapi.pod proto.h
13761 ____________________________________________________________________________
13762 [ 28062] By: rgs                                   on 2006/05/02  15:37:35
13763         Log: Move some scripts under win32/ce-helpers.
13764              
13765              Subject: RE: Merge WinCE into Win32 directory and remove the the WinCE dir ectory
13766              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
13767              Date: Tue, 2 May 2006 17:30:59 +0200 
13768              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BB3F03@ru0022exch001u.ru.lucent.com>
13769      Branch: perl
13770           +> win32/ce-helpers/cecopy-lib.pl win32/ce-helpers/comp.pl
13771           +> win32/ce-helpers/compile-all.bat win32/ce-helpers/compile.bat
13772           +> win32/ce-helpers/makedist.pl win32/ce-helpers/registry.bat
13773            - win32/cecopy-lib.pl win32/comp.pl win32/compile-all.bat
13774            - win32/compile.bat win32/makedist.pl win32/registry.bat
13775            - win32/win32-d.h
13776            ! MANIFEST win32/Makefile.ce
13777 ____________________________________________________________________________
13778 [ 28061] By: rgs                                   on 2006/05/02  14:28:31
13779         Log: Subject: Re: Merge WinCE into Win32 directory and remove the the WinCE directory
13780              From: demerphq <demerphq@gmail.com>
13781              Date: Mon, 1 May 2006 19:02:09 +0200
13782              Message-ID: <9b18b3110605011002m56c0db99n169ae677efb6d059@mail.gmail.com>
13783              
13784              Plus adjustements to MANIFEST. Also, perlmain.c seemed to be missing
13785              from the patch.
13786      Branch: perl
13787            + win32/Makefile.ce win32/cecopy-lib.pl win32/comp.pl
13788            + win32/compile-all.bat win32/compile.bat win32/config.ce
13789            + win32/config_H.ce win32/makedist.pl win32/perl.rc
13790            + win32/perlmain.c win32/registry.bat win32/win32-d.h
13791            + win32/win32ceio.c win32/win32iop-o.h win32/wince.c
13792            + win32/wince.h win32/wincesck.c win32/xconfig.h
13793            - wince/Makefile.ce wince/bin/exetype.pl wince/bin/perlglob.pl
13794            - wince/bin/pl2bat.pl wince/bin/runperl.pl wince/bin/search.pl
13795            - wince/cecopy-lib.pl wince/comp.pl wince/compile-all.bat
13796            - wince/compile.bat wince/config.ce wince/config_H.ce
13797            - wince/config_h.PL wince/config_sh.PL wince/dl_win32.xs
13798            - wince/include/arpa/inet.h wince/include/sys/socket.h
13799            - wince/makedist.pl wince/makeico.pl wince/perl.rc
13800            - wince/perlhost.h wince/perllib.c wince/perlmain.c
13801            - wince/registry.bat wince/runperl.c wince/splittree.pl
13802            - wince/vdir.h wince/vmem.h wince/win32.h wince/win32io.c
13803            - wince/win32iop.h wince/win32thread.c wince/win32thread.h
13804            - wince/wince.c wince/wince.h wince/wincesck.c
13805            ! MANIFEST win32/include/sys/socket.h win32/win32.h
13806            ! win32/win32thread.h
13807 ____________________________________________________________________________
13808 [ 28060] By: nicholas                              on 2006/05/02  12:41:43
13809         Log: GvFILE() cannot be a pointer to the memory owned by the COP, because
13810              COPs created by use can be freed along this memory, but the GP
13811              remains. Given that several GVs may refer to the same file, use a
13812              shared string rather than an individual allocation per GP.
13813      Branch: perl
13814            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
13815            ! gv.c gv.h sv.c
13816 ____________________________________________________________________________
13817 [ 28059] By: nicholas                              on 2006/05/02  12:02:32
13818         Log: Change 28037 broke t/op/each.t when running with TEST.
13819      Branch: perl
13820            ! t/test.pl
13821 ____________________________________________________________________________
13822 [ 28058] By: nicholas                              on 2006/05/02  11:15:26
13823         Log: De-duplicate the code that creates new GPs into Perl_newGP().
13824      Branch: perl
13825            ! embed.fnc embed.h gv.c proto.h scope.c
13826 ____________________________________________________________________________
13827 [ 28057] By: rgs                                   on 2006/05/02  10:39:01
13828         Log: Subject: Re: [PATCH] t/op/glob.t using test.pl
13829              From: David Landgren <david@landgren.net>
13830              Date: Sat, 29 Apr 2006 15:32:07 +0200
13831              Message-ID: <44536AD7.4060608@landgren.net>
13832      Branch: perl
13833            ! t/op/glob.t
13834 ____________________________________________________________________________
13835 [ 28056] By: rgs                                   on 2006/05/02  10:36:39
13836         Log: Subject: [PATCH] t/op/hashwarn.t using test.pl
13837              From: David Landgren <david@landgren.net>
13838              Date: Sat, 29 Apr 2006 17:51:28 +0200
13839              Message-ID: <44538B80.2060503@landgren.net>
13840      Branch: perl
13841            ! t/op/hashwarn.t
13842 ____________________________________________________________________________
13843 [ 28055] By: rgs                                   on 2006/05/02  10:16:23
13844         Log: Subject: [PATCH] toke.c: function pointer to data pointer
13845              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
13846              Date: Tue, 2 May 2006 08:25:55 +0300 (EEST)
13847              Message-Id: <200605020525.k425Ptik165705@kosh.hut.fi>
13848      Branch: perl
13849            ! toke.c
13850 ____________________________________________________________________________
13851 [ 28054] By: rgs                                   on 2006/05/02  10:11:10
13852         Log: Subject: [DOC PATCH] chop warning in perlport
13853              From: Xavier Noria <fxn@hashref.com>
13854              Date: Tue, 2 May 2006 12:08:34 +0200
13855              Message-Id: <E06C0594-CAF6-4822-8EB4-8E06EAD4A889@hashref.com>
13856      Branch: perl
13857            ! pod/perlport.pod
13858 ____________________________________________________________________________
13859 [ 28053] By: steveh                                on 2006/05/02  09:59:23
13860         Log: Sigh. Third time lucky.
13861      Branch: perl
13862            ! win32/win32.h
13863 ____________________________________________________________________________
13864 [ 28052] By: steveh                                on 2006/05/02  09:46:41
13865         Log: Ahem. And here's the rest of #28051...
13866      Branch: perl
13867            ! win32/win32.h
13868 ____________________________________________________________________________
13869 [ 28051] By: steveh                                on 2006/05/02  09:39:01
13870         Log: Subject: RE: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
13871              From: "Jan Dubois" <jand@ActiveState.com>
13872              Date: Mon, 1 May 2006 18:55:11 -0700
13873              Message-ID: <08ff01c66d8b$7282e320$2217a8c0@candy>
13874              
13875              Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m)
13876              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
13877              Date: Tue, 2 May 2006 09:23:51 +0200
13878              Message-ID: <20060502092351.7bae0896@pc09>
13879      Branch: perl
13880            ! win32/config.vc win32/config.vc64 win32/config_H.vc
13881            ! win32/config_H.vc64
13882 ____________________________________________________________________________
13883 [ 28050] By: rgs                                   on 2006/05/02  09:13:19
13884         Log: Subject: [PATCH] pp.c casting, take two
13885              From: andy@petdance.com (Andy Lester)
13886              Date: Sun, 30 Apr 2006 19:48:26 -0500
13887              Message-ID: <20060501004826.GA4744@petdance.com>
13888              
13889              (with adjustements, some of the code has already
13890              been touched since)
13891      Branch: perl
13892            ! pp.c
13893 ____________________________________________________________________________
13894 [ 28049] By: rgs                                   on 2006/05/02  08:50:05
13895         Log: Subject: [PATCH] Some more SvREFCNT_inc updates
13896              From: andy@petdance.com (Andy Lester)
13897              Date: Sun, 30 Apr 2006 13:24:14 -0500
13898              Message-ID: <20060430182414.GA18094@petdance.com>
13899      Branch: perl
13900            ! cop.h pp_ctl.c
13901 ____________________________________________________________________________
13902 [ 28048] By: rgs                                   on 2006/05/02  08:48:04
13903         Log: Subject: [PATCH] quiet some perlio.c warnings
13904              From: andy@petdance.com (Andy Lester)
13905              Date: Sun, 30 Apr 2006 13:23:22 -0500
13906              Message-ID: <20060430182322.GA18064@petdance.com>
13907      Branch: perl
13908            ! perlio.c
13909 ____________________________________________________________________________
13910 [ 28047] By: rgs                                   on 2006/05/02  08:45:26
13911         Log: Subject: [PATCH] More tweaking of SvREFCNT_inc calls
13912              From: andy@petdance.com (Andy Lester)
13913              Date: Sun, 30 Apr 2006 12:06:21 -0500
13914              Message-ID: <20060430170621.GA4054@petdance.com>
13915      Branch: perl
13916            ! mg.c
13917 ____________________________________________________________________________
13918 [ 28046] By: stevep                                on 2006/05/02  02:50:33
13919         Log: One too many ('s in change #28043. 
13920      Branch: perl
13921            ! ext/Errno/Errno_pm.PL
13922 ____________________________________________________________________________
13923 [ 28045] By: stevep                                on 2006/05/02  02:47:43
13924         Log: Escape prompts with #'s to avoid causing tests to fail from
13925              the unexpected output.
13926      Branch: perl
13927            ! lib/Module/Build/t/extend.t
13928 ____________________________________________________________________________
13929 [ 28044] By: stevep                                on 2006/05/02  01:55:53
13930         Log: Fix for RT #25366: h2xs 1.23 from "Aaron Kaplan".
13931      Branch: perl
13932            ! utils/h2xs.PL
13933 ____________________________________________________________________________
13934 [ 28043] By: stevep                                on 2006/05/02  00:23:05
13935         Log: Fix for RT #7916: perl 5.6.1 with Intel's icc on RedHat 
13936              Linux 7.2.  The original fix, change #13053, added a check
13937              for $Config{gccversion} which is now populated by newer
13938              Intel compilers.  This additional change checks to see
13939              if Intel is in $Config{gccversion}.  If it is, its not
13940              a gcc.
13941      Branch: perl
13942            ! ext/Errno/Errno_pm.PL
13943 ____________________________________________________________________________
13944 [ 28042] By: stevep                                on 2006/05/01  23:30:59
13945         Log: Subject: [PATCH] signed vs unsigned char * nit
13946              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
13947              Date: Sat, 29 Apr 2006 20:59:29 +0300 (EEST)
13948              Message-Id: <200604291759.k3THxTji032009@kosh.hut.fi>
13949      Branch: perl
13950            ! pp.c
13951 ____________________________________________________________________________
13952 [ 28041] By: stevep                                on 2006/05/01  23:25:30
13953         Log: Reverting context removal from change #27992.  This should
13954              clear up threaded builds on Win32 and VMS. 
13955      Branch: perl
13956            ! embed.fnc embed.h pp_ctl.c proto.h
13957 ____________________________________________________________________________
13958 [ 28040] By: rgs                                   on 2006/05/01  20:25:17
13959         Log: Add a BUGS section to Fatal.pm, see bug #38790
13960      Branch: perl
13961            ! lib/Fatal.pm
13962 ____________________________________________________________________________
13963 [ 28039] By: nicholas                              on 2006/05/01  19:07:06
13964         Log: Disable SIGRTMAX and SIGRTMIN in POSIX if Configure's probes found that
13965              they aren't viable. (Certain glibcs are "interesting")
13966      Branch: perl
13967            ! ext/POSIX/Makefile.PL
13968 ____________________________________________________________________________
13969 [ 28038] By: nicholas                              on 2006/05/01  17:28:43
13970         Log: Allow a macro of "0" to mean "#if 0" for convenient elimination of
13971              constants.
13972      Branch: perl
13973            ! lib/ExtUtils/Constant/Base.pm
13974 ____________________________________________________________________________
13975 [ 28037] By: merijn                                on 2006/05/01  14:18:16
13976         Log: Subject: Re: [PATCH] provide diag() and don't use ++ in test.pl
13977              From: David Landgren <david@landgren.net>
13978              Date: Mon, 01 May 2006 15:50:03 +0200
13979              Message-ID: <4456120B.3000302@landgren.net>
13980              
13981              Plus some additional comment (also from David) about WHY not to
13982              use ++ in test.pl
13983      Branch: perl
13984            ! t/test.pl
13985 ____________________________________________________________________________
13986 [ 28036] By: merijn                                on 2006/05/01  12:56:54
13987         Log: Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
13988              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13989              Date: Mon, 01 May 2006 21:34:33 +0900
13990              Message-Id: <20060501213249.814E.BQW10602@nifty.com>
13991      Branch: perl
13992            ! win32/config.vc64
13993 ____________________________________________________________________________
13994 [ 28035] By: nicholas                              on 2006/05/01  11:16:13
13995         Log: Re-order one DO_UTF8 to be after the SvPV.
13996      Branch: perl
13997            ! ext/Data/Dumper/Dumper.xs
13998 ____________________________________________________________________________
13999 [ 28034] By: nicholas                              on 2006/04/30  23:08:17
14000         Log: Fix two errors found by Coverity.
14001      Branch: perl
14002            ! pp_sys.c
14003 ____________________________________________________________________________
14004 [ 28033] By: nicholas                              on 2006/04/30  23:02:46
14005         Log: Add a --percentage option to checkAUTHORS.pl to show rankings as
14006              percentages.
14007      Branch: perl
14008            ! Porting/checkAUTHORS.pl
14009 ____________________________________________________________________________
14010 [ 28032] By: nicholas                              on 2006/04/30  22:00:34
14011         Log: Replace a STRLEN no_len; with a _nolen macro call.
14012      Branch: perl
14013            ! pp_pack.c
14014 ____________________________________________________________________________
14015 [ 28031] By: nicholas                              on 2006/04/30  21:27:20
14016         Log: Perl_pack_cat() is a mathom too!
14017      Branch: perl
14018            ! mathoms.c pod/perlapi.pod pp_pack.c
14019 ____________________________________________________________________________
14020 [ 28030] By: nicholas                              on 2006/04/30  20:41:29
14021         Log: One part of pp_pack couldn't correctly handle surprises from UTF-8
14022              overloading.
14023      Branch: perl
14024            ! pp_pack.c t/uni/overload.t
14025 ____________________________________________________________________________
14026 [ 28029] By: nicholas                              on 2006/04/30  19:07:43
14027         Log: do_vop() couldn't correctly handle surprises from UTF-8 overloading.
14028      Branch: perl
14029            ! doop.c t/uni/overload.t
14030 ____________________________________________________________________________
14031 [ 28028] By: nicholas                              on 2006/04/30  17:58:53
14032         Log: We had no tests that covered the grow paths in pp_uc and pp_lc.
14033      Branch: perl
14034            ! t/op/lc.t
14035 ____________________________________________________________________________
14036 [ 28027] By: nicholas                              on 2006/04/30  17:23:44
14037         Log: Dave noticed that change 28022 was wrong - should read is_index
14038              rather than just index.
14039      Branch: perl
14040            ! pp.c
14041 ____________________________________________________________________________
14042 [ 28026] By: merijn                                on 2006/04/30  15:22:12
14043         Log: Subject: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
14044              From: Abe Timmerman <abe@ztreet.demon.nl>
14045              Date: Sun, 30 Apr 2006 15:15:24 +0200
14046              Message-Id: <200604301515.24580.abe@ztreet.demon.nl>
14047      Branch: perl
14048            ! win32/config.vc win32/config_H.vc
14049 ____________________________________________________________________________
14050 [ 28025] By: stevep                                on 2006/04/30  14:27:08
14051         Log: I was mistaken.  Borland and gcc do have snprintf() and vsnprintf()
14052              on Win32.
14053      Branch: perl
14054            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14055            ! win32/config_H.vc64
14056 ____________________________________________________________________________
14057 [ 28024] By: stevep                                on 2006/04/30  13:14:25
14058         Log: OK, Win32 must no have snprintf()/vsnprintf 
14059      Branch: perl
14060            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14061            ! win32/config_H.vc64
14062 ____________________________________________________________________________
14063 [ 28023] By: davem                                 on 2006/04/30  12:32:09
14064         Log: remove a compiler warning by making HOPBACKc only hop *back*
14065      Branch: perl
14066            ! regexec.c
14067 ____________________________________________________________________________
14068 [ 28022] By: nicholas                              on 2006/04/30  11:14:04
14069         Log: index and rindex couldn't correctly handle surprises from UTF-8
14070              overloading.
14071      Branch: perl
14072            ! pp.c t/lib/warnings/9uninit t/uni/overload.t
14073 ____________________________________________________________________________
14074 [ 28021] By: nicholas                              on 2006/04/30  10:58:11
14075         Log: Document SvGAMAGIC(), and its significance w.r.t. the side effects of
14076              inadvertently calling magic and overloading too often.
14077      Branch: perl
14078            ! pod/perlapi.pod sv.h
14079 ____________________________________________________________________________
14080 [ 28020] By: nicholas                              on 2006/04/29  23:35:52
14081         Log: Coverity disliked us passing a negative length to vsnprintf().
14082      Branch: perl
14083            ! perlio.c
14084 ____________________________________________________________________________
14085 [ 28019] By: nicholas                              on 2006/04/29  23:33:36
14086         Log: syswrite couldn't correctly handle surprises from UTF-8 overloading.
14087              As part of fixing this, syswrite now tries to take advantage of the
14088              UTF-8 cache logic for lengths and offsets on regular scalars.
14089      Branch: perl
14090            ! pp_sys.c t/lib/warnings/9uninit t/uni/overload.t
14091 ____________________________________________________________________________
14092 [ 28018] By: nicholas                              on 2006/04/29  23:32:06
14093         Log: More tests for syswrite with UTF-8 data.
14094      Branch: perl
14095            ! lib/open.t
14096 ____________________________________________________________________________
14097 [ 28017] By: nicholas                              on 2006/04/29  21:54:38
14098         Log: It should never be possible for SvGMAGICAL() to be true on SVt_IV.
14099      Branch: perl
14100            ! doio.c
14101 ____________________________________________________________________________
14102 [ 28016] By: nicholas                              on 2006/04/29  17:38:08
14103         Log: print couldn't correctly handle surprises from UTF-8 overloading.
14104      Branch: perl
14105            ! doio.c t/uni/overload.t
14106 ____________________________________________________________________________
14107 [ 28015] By: nicholas                              on 2006/04/29  17:31:27
14108         Log: Add a cross reference to bytes_from_utf8() in the documentation for
14109              utf8_to_bytes(). Regenerate perlapi.pod.
14110      Branch: perl
14111            ! pod/perlapi.pod utf8.c
14112 ____________________________________________________________________________
14113 [ 28014] By: nicholas                              on 2006/04/29  16:07:31
14114         Log: There were more ways to break uc/lc/ucfirst/lcfirst even without
14115              use 'locale'; so test for them too. Correct the skip count.
14116      Branch: perl
14117            ! t/uni/overload.t
14118 ____________________________________________________________________________
14119 [ 28013] By: nicholas                              on 2006/04/29  15:55:51
14120         Log: lcfirst/ucfist plus an 8 bit locale could mangle UTF-8 values
14121              returned by overloaded stringification.
14122      Branch: perl
14123            ! pp.c t/uni/overload.t
14124 ____________________________________________________________________________
14125 [ 28012] By: nicholas                              on 2006/04/29  14:05:55
14126         Log: uc plus an 8 bit locale could get confused by UTF-8 values returned by
14127              overloaded stringification.
14128      Branch: perl
14129            ! pp.c t/uni/overload.t
14130 ____________________________________________________________________________
14131 [ 28011] By: nicholas                              on 2006/04/29  13:43:26
14132         Log: lc plus an 8 bit locale could mangle UTF-8 values returned by
14133              overloaded stringification.
14134      Branch: perl
14135            ! pp.c t/uni/overload.t
14136 ____________________________________________________________________________
14137 [ 28010] By: stevep                                on 2006/04/29  13:09:18
14138         Log: Subject: [PATCH] more -ansi -pedantic cleanliness
14139              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
14140              Date: Sat, 29 Apr 2006 11:13:24 +0300
14141              Message-ID: <44532024.9070303@gmail.com>
14142      Branch: perl
14143            ! cop.h gv.c regcomp.c regexec.c sv.c toke.c
14144 ____________________________________________________________________________
14145 [ 28009] By: stevep                                on 2006/04/28  20:53:07
14146         Log: Subject: Re: [ANNOUNCE] Module::Build 0.28 -> CPAN
14147              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
14148              Date: Fri, 28 Apr 2006 15:31:55 -0400
14149              Message-ID: <44526DAB.8070408@thepierianspring.org>
14150      Branch: perl
14151            ! lib/Module/Build/ConfigData.pm
14152 ____________________________________________________________________________
14153 [ 28008] By: stevep                                on 2006/04/28  20:40:41
14154         Log: Subject: [PATCH] reduce gcc -ansi -pedantic noise plus a suggestion
14155              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
14156              Date: Fri, 28 Apr 2006 22:58:58 +0300
14157              Message-ID: <44527402.8000506@gmail.com>
14158      Branch: perl
14159            ! doio.c gv.c hv.c op.c pad.c perl.c perl.h perlio.c pp.c
14160            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c toke.c
14161            ! universal.c utf8.c
14162 ____________________________________________________________________________
14163 [ 28007] By: stevep                                on 2006/04/28  19:14:22
14164         Log: Subject: two [PATCH]es: dVAR for malloc.c, and a signed/unsigned char*
14165              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
14166              Date: Fri, 28 Apr 2006 21:04:59 +0300
14167              Message-ID: <4452594B.4040609@gmail.com>
14168      Branch: perl
14169            ! malloc.c pp.c
14170 ____________________________________________________________________________
14171 [ 28006] By: nicholas                              on 2006/04/28  16:34:14
14172         Log: Fix bug 34297 (length of overloaded UTF-8 strings)
14173      Branch: perl
14174            + t/uni/overload.t
14175            ! MANIFEST pp.c
14176 ____________________________________________________________________________
14177 [ 28005] By: stevep                                on 2006/04/28  16:15:25
14178         Log: Typo in MANIFEST from change #27997.  Mustn't touch Perl before coffee.
14179      Branch: perl
14180            ! MANIFEST
14181 ____________________________________________________________________________
14182 [ 28004] By: stevep                                on 2006/04/28  15:35:37
14183         Log: Added Changes file left out from change #28001.
14184      Branch: perl
14185            ! ext/Cwd/Changes
14186 ____________________________________________________________________________
14187 [ 28003] By: rgs                                   on 2006/04/28  15:29:30
14188         Log: Subject: Merge WinCE and Win32 directories -- Initial patch
14189              From: demerphq <demerphq@gmail.com>
14190              Date: 27-Apr-2006 23:30
14191              Message-ID: <9b18b3110604271430k4de84685jec6535ded195ed94@mail.gmail.com>
14192      Branch: perl
14193            ! win32/config_h.PL win32/dl_win32.xs win32/include/sys/socket.h
14194            ! win32/makeico.pl win32/perlhost.h win32/perllib.c win32/vdir.h
14195            ! win32/vmem.h win32/win32.h
14196 ____________________________________________________________________________
14197 [ 28001] By: stevep                                on 2006/04/28  13:34:39
14198         Log: Upgrade to Pathtools-3.18
14199      Branch: perl
14200            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
14201            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
14202 ____________________________________________________________________________
14203 [ 28000] By: rgs                                   on 2006/04/28  13:33:37
14204         Log: Subject: [PATCH] t/op/defins.pl using test.pl
14205              From: David Landgren <david@landgren.net>
14206              Date: Fri, 28 Apr 2006 14:27:39 +0200
14207              Message-ID: <44520A3B.1080707@landgren.net>
14208      Branch: perl
14209            ! t/op/defins.t
14210 ____________________________________________________________________________
14211 [ 27999] By: rgs                                   on 2006/04/28  13:33:11
14212         Log: Subject: [PATCH] t/op/delete.t using test.pl
14213              From: David Landgren <david@landgren.net>
14214              Date: Fri, 28 Apr 2006 15:03:39 +0200
14215              Message-ID: <445212AB.4080404@landgren.net>
14216      Branch: perl
14217            ! t/op/delete.t
14218 ____________________________________________________________________________
14219 [ 27998] By: rgs                                   on 2006/04/28  13:32:53
14220         Log: Subject: [PATCH] t/op/auto.pl using test.pl
14221              From: David Landgren <david@landgren.net>
14222              Date: Fri, 28 Apr 2006 13:56:30 +0200
14223              Message-ID: <445202EE.6000604@landgren.net>
14224      Branch: perl
14225            ! t/op/auto.t
14226 ____________________________________________________________________________
14227 [ 27997] By: stevep                                on 2006/04/28  13:29:41
14228         Log: Upgrade to Module-Build-0.28
14229      Branch: perl
14230            + lib/Module/Build/API.pod
14231            ! MANIFEST lib/Module/Build.pm lib/Module/Build/Authoring.pod
14232            ! lib/Module/Build/Base.pm lib/Module/Build/Changes
14233            ! lib/Module/Build/Compat.pm lib/Module/Build/Cookbook.pm
14234            ! lib/Module/Build/ModuleInfo.pm
14235            ! lib/Module/Build/Platform/MacOS.pm
14236            ! lib/Module/Build/Platform/VMS.pm
14237            ! lib/Module/Build/Platform/Windows.pm
14238            ! lib/Module/Build/Platform/os2.pm lib/Module/Build/YAML.pm
14239            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
14240            ! lib/Module/Build/t/destinations.t lib/Module/Build/t/extend.t
14241            ! lib/Module/Build/t/mbyaml.t
14242 ____________________________________________________________________________
14243 [ 27995] By: nicholas                              on 2006/04/28  12:48:27
14244         Log: Anton Berezin says that on FreeBSD we're wrong to be using -lc_r, and
14245              should just be using -pthread on the linker line.
14246              This stops the new taint tests looping infinitely. It also seems to
14247              cure the TODO test in posix.t - masked SIGINT is now received.
14248      Branch: perl
14249            ! hints/freebsd.sh
14250 ____________________________________________________________________________
14251 [ 27994] By: rgs                                   on 2006/04/28  12:10:24
14252         Log: Subject: [PATCH] threads - miscellaneous
14253              From: "Jerry D. Hedden" <jerry@hedden.us>
14254              Date: Wed, 26 Apr 2006 11:24:05 -0700
14255              Message-ID: <20060426112405.fb30e530d17747c2b054d625b8945d88.4331e666e7.wbe@email.secureserver.net>
14256      Branch: perl
14257            ! ext/threads/Changes ext/threads/Makefile.PL
14258            ! ext/threads/t/end.t ext/threads/t/join.t ext/threads/t/libc.t
14259            ! ext/threads/t/problems.t ext/threads/threads.xs
14260 ____________________________________________________________________________
14261 [ 27993] By: rgs                                   on 2006/04/28  09:14:17
14262         Log: Subject: [PATCH] t/op/sort.t using test.pl
14263              From: David Landgren <david@landgren.net>
14264              Date: Thu, 27 Apr 2006 18:25:56 +0200
14265              Message-ID: <4450F094.2010907@landgren.net>
14266      Branch: perl
14267            ! t/op/sort.t
14268 ____________________________________________________________________________
14269 [ 27992] By: rgs                                   on 2006/04/28  09:04:36
14270         Log: Subject: [PATCH] Removing another context parm
14271              From: andy@petdance.com (Andy Lester)
14272              Date: Thu, 27 Apr 2006 10:31:56 -0500
14273              Message-ID: <20060427153156.GA11445@petdance.com>
14274      Branch: perl
14275            ! embed.fnc embed.h pp_ctl.c proto.h
14276 ____________________________________________________________________________
14277 [ 27991] By: rgs                                   on 2006/04/28  08:53:51
14278         Log: Subject: [PATCH] t/op/loopctl.t using test.pl
14279              From: David Landgren <david@landgren.net>
14280              Date: Thu, 27 Apr 2006 19:13:28 +0200
14281              Message-ID: <4450FBB8.8070203@landgren.net>
14282      Branch: perl
14283            ! t/op/loopctl.t
14284 ____________________________________________________________________________
14285 [ 27990] By: rgs                                   on 2006/04/28  08:51:09
14286         Log: Subject: [PATCH] dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update
14287              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
14288              Date: Thu, 27 Apr 2006 21:18:30 +0300
14289              Message-ID: <44510AF6.6040603@gmail.com>
14290      Branch: perl
14291            ! hv.c perl.h perlio.c sv.c
14292 ____________________________________________________________________________
14293 [ 27989] By: rgs                                   on 2006/04/28  08:41:25
14294         Log: Typo fix in perlretut by Simon Taylor
14295      Branch: perl
14296            ! pod/perlretut.pod
14297 ____________________________________________________________________________
14298 [ 27988] By: rgs                                   on 2006/04/28  07:58:16
14299         Log: Fix typo in function call
14300      Branch: perl
14301            ! perlio.c
14302 ____________________________________________________________________________
14303 [ 27987] By: stevep                                on 2006/04/28  02:12:03
14304         Log: Subject: Re: [PATCH] use snprintf/strlcpy/strlcat when useful
14305              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
14306              Date: Tue, 25 Apr 2006 18:23:39 +0300
14307              Message-ID: <444E3EFB.8020503@gmail.com>
14308      Branch: perl
14309            ! op.c perl.h perlio.c pp_ctl.c regcomp.c sv.c toke.c
14310            ! universal.c util.c
14311 ____________________________________________________________________________
14312 [ 27986] By: davem                                 on 2006/04/27  23:15:02
14313         Log: another REIFY bug
14314      Branch: perl
14315            ! scope.c t/op/local.t
14316 ____________________________________________________________________________
14317 [ 27983] By: stevep                                on 2006/04/27  18:06:12
14318         Log: Upgrade to ExtUtils-Install-1.39
14319      Branch: perl
14320            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
14321            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Install.t
14322            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/Packlist.t
14323 ____________________________________________________________________________
14324 [ 27982] By: stevep                                on 2006/04/27  17:53:11
14325         Log: Upgrade to Encode-2.15
14326      Branch: perl
14327            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
14328            ! ext/Encode/Unicode/Unicode.xs
14329            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
14330 ____________________________________________________________________________
14331 [ 27976] By: rgs                                   on 2006/04/27  12:29:47
14332         Log: Subject: [PATCH] Removing unused context
14333              From: andy@petdance.com (Andy Lester)
14334              Date: Thu, 27 Apr 2006 00:32:15 -0500
14335              Message-ID: <20060427053215.GA31445@petdance.com>
14336      Branch: perl
14337            ! embed.fnc embed.h proto.h sv.c
14338 ____________________________________________________________________________
14339 [ 27968] By: mhx                                   on 2006/04/26  19:18:09
14340         Log: Change type of temporary padoff_du used in dUNDERBAR
14341              from I32 to PADOFFSET, which is more correct (and fixes
14342              a warning in Devel::PPPort).
14343      Branch: perl
14344            ! XSUB.h
14345 ____________________________________________________________________________
14346 [ 27962] By: rgs                                   on 2006/04/26  07:53:36
14347         Log: Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
14348              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
14349              Date: Mon, 24 Apr 2006 23:20:38 +0200
14350              Message-ID: <20060424232038.7550f9b6@r2d2>
14351      Branch: perl
14352            ! deb.c doio.c doop.c dump.c gv.c handy.h
14353            ! lib/ExtUtils/Constant/ProxySubs.pm mg.c op.c patchlevel.h
14354            ! perl.c perlio.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
14355            ! regexec.c scope.h sv.c toke.c util.c
14356 ____________________________________________________________________________
14357 [ 27961] By: rgs                                   on 2006/04/26  07:38:38
14358         Log: Subject: [PATCH] threads - consolidate XS functions
14359              From: "Jerry D. Hedden" <jerry@hedden.us>
14360              Date: Tue, 25 Apr 2006 07:50:05 -0700
14361              Message-ID: <20060425075005.fb30e530d17747c2b054d625b8945d88.e23f2fed42.wbe@email.secureserver.net>
14362      Branch: perl
14363            ! ext/threads/threads.pm ext/threads/threads.xs
14364 ____________________________________________________________________________
14365 [ 27960] By: steveh                                on 2006/04/25  16:23:38
14366         Log: Make Module-Build aware of new Test-Harness output
14367              
14368              See also:
14369              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00755.html
14370      Branch: perl
14371            ! lib/Module/Build/t/compat.t
14372 ____________________________________________________________________________
14373 [ 27959] By: nicholas                              on 2006/04/25  12:51:40
14374         Log: Coverity has started to notice another inconsistency in our NULL
14375              pointer checking.
14376      Branch: perl
14377            ! pp_ctl.c
14378 ____________________________________________________________________________
14379 [ 27958] By: rgs                                   on 2006/04/25  08:41:38
14380         Log: Subject: [PATCH] use NOOP macro
14381              From: andy@petdance.com (Andy Lester)
14382              Date: Mon, 24 Apr 2006 13:44:51 -0500
14383              Message-ID: <20060424184451.GA1479@petdance.com>
14384      Branch: perl
14385            ! gv.c gv.h hv.c op.c pad.c perl.h perlio.c pp.c pp_ctl.c
14386            ! pp_hot.c regcomp.c regexec.c sv.c toke.c utf8.c
14387 ____________________________________________________________________________
14388 [ 27957] By: rgs                                   on 2006/04/25  08:35:22
14389         Log: Subject: [PATCH] Continuing threads sync
14390              From: "Jerry D. Hedden" <jerry@hedden.us>
14391              Date: Mon, 24 Apr 2006 13:00:23 -0700
14392              Message-ID: <20060424130023.fb30e530d17747c2b054d625b8945d88.969ed54130.wbe@email.secureserver.net>
14393      Branch: perl
14394            ! ext/threads/t/free.t ext/threads/threads.pm
14395            ! ext/threads/threads.xs
14396 ____________________________________________________________________________
14397 [ 27956] By: nicholas                              on 2006/04/24  16:38:09
14398         Log: Perl_unpack_str() is a mathom!
14399      Branch: perl
14400            ! mathoms.c pp_pack.c
14401 ____________________________________________________________________________
14402 [ 27955] By: stevep                                on 2006/04/24  16:31:24
14403         Log: Really bump the version of File::Find.
14404      Branch: perl
14405            ! lib/File/Find.pm
14406 ____________________________________________________________________________
14407 [ 27954] By: stevep                                on 2006/04/24  16:29:59
14408         Log: Reverting change #27953, as it appears that File::Find has 
14409              localized the C<$_> usable by the wanted function since 
14410              version 1.04 (change #18501, to be exact).  Update the 
14411              docs to express this change.  Finally, bump the version.
14412      Branch: perl
14413            ! lib/File/Find.pm
14414 ____________________________________________________________________________
14415 [ 27953] By: stevep                                on 2006/04/24  15:27:39
14416         Log: Subject: Re: [perl #38965] File::Find documentation - is "Don't modify thesevariables" still valid?
14417              From: David Landgren <david@landgren.net>
14418              Date: Mon, 24 Apr 2006 13:02:02 +0200
14419              Message-ID: <444CB02A.2000604@landgren.net>
14420      Branch: perl
14421            ! lib/File/Find.pm
14422 ____________________________________________________________________________
14423 [ 27952] By: nicholas                              on 2006/04/24  13:21:09
14424         Log: Subject: Re: recursion now removed from the regex engine
14425              From: demerphq <demerphq@gmail.com>
14426              Message-ID: <9b18b3110604231210w5deff59el3a1a79c98f34e0fd@mail.gmail.com>
14427              Date: Sun, 23 Apr 2006 21:10:34 +0200
14428      Branch: perl
14429            ! regcomp.sym regnodes.h
14430 ____________________________________________________________________________
14431 [ 27951] By: rgs                                   on 2006/04/24  12:15:58
14432         Log: Subject: [perl #38709] Opening '|-' triggers unjustified taint check 
14433              From: mhasch@cpan.org (via RT) <perlbug-followup@perl.org>
14434              Date: Fri, 10 Mar 2006 20:10:49 -0800
14435              Message-ID: <rt-3.0.11-38709-130993.2.89182805885773@perl.org>
14436      Branch: perl
14437            ! doio.c t/op/taint.t
14438 ____________________________________________________________________________
14439 [ 27950] By: rgs                                   on 2006/04/24  11:59:25
14440         Log: Add regression test for bug #38475
14441      Branch: perl
14442            + t/op/attrhand.t
14443            ! MANIFEST
14444 ____________________________________________________________________________
14445 [ 27949] By: nicholas                              on 2006/04/24  10:52:09
14446         Log: Change 27947 forgot to remove one now-unneeded cast.
14447      Branch: perl
14448            ! sv.c
14449 ____________________________________________________________________________
14450 [ 27948] By: rgs                                   on 2006/04/24  10:33:34
14451         Log: Subject: [perl #38475] attribute multiline fix (in tokenizer) 
14452              From: bas@quarantainenet.nl (via RT) <perlbug-followup@perl.org>
14453              Date: Thu, 09 Feb 2006 06:33:51 -0800
14454              Message-ID: <rt-3.0.11-38475-129844.11.5904582303176@perl.org>
14455      Branch: perl
14456            ! toke.c
14457 ____________________________________________________________________________
14458 [ 27947] By: nicholas                              on 2006/04/24  09:40:58
14459         Log: Following change 27942 it's clear that the return type of
14460              glob_2inpuv_number() should change. Rename it and glob_2inpuv() to
14461              reflect what they do.
14462      Branch: perl
14463            ! embed.fnc embed.h proto.h sv.c
14464 ____________________________________________________________________________
14465 [ 27946] By: rgs                                   on 2006/04/24  08:08:03
14466         Log: Cleanup some gcc warnings
14467              Third and fourth patches from:
14468              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
14469              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
14470              Date: Sun, 23 Apr 2006 04:47:04 +0200
14471              Message-ID: <20060423044704.6a383ee8@r2d2>
14472      Branch: perl
14473            ! mg.c perl.h toke.c
14474 ____________________________________________________________________________
14475 [ 27945] By: rgs                                   on 2006/04/24  08:04:11
14476         Log: A couple of casts to PADOFFSET.
14477              2nd patch from :
14478              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
14479              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
14480              Date: Sun, 23 Apr 2006 04:47:04 +0200
14481              Message-ID: <20060423044704.6a383ee8@r2d2>
14482      Branch: perl
14483            ! op.c pad.c pp.c toke.c
14484 ____________________________________________________________________________
14485 [ 27944] By: rgs                                   on 2006/04/24  08:01:32
14486         Log: Ensure GvNAME doesn't return NULL
14487              First patch from :
14488              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
14489              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
14490              Date: Sun, 23 Apr 2006 04:47:04 +0200
14491              Message-ID: <20060423044704.6a383ee8@r2d2>
14492      Branch: perl
14493            ! embed.fnc gv.c gv.h proto.h
14494 ____________________________________________________________________________
14495 [ 27943] By: rgs                                   on 2006/04/24  07:39:23
14496         Log: Subject: [PATCH] doop.c consting, take 2
14497              From: andy@petdance.com (Andy Lester)
14498              Date: Sun, 23 Apr 2006 20:45:09 -0500
14499              Message-ID: <20060424014509.GA29642@petdance.com>
14500      Branch: perl
14501            ! doop.c embed.fnc proto.h
14502 ____________________________________________________________________________
14503 [ 27942] By: rgs                                   on 2006/04/24  07:27:33
14504         Log: Subject: [PATCH] Refactor S_glob_2inpuv
14505              From: andy@petdance.com (Andy Lester)
14506              Date: Sun, 23 Apr 2006 21:12:39 -0500
14507              Message-ID: <20060424021239.GA5449@petdance.com>
14508      Branch: perl
14509            ! embed.fnc embed.h proto.h sv.c
14510 ____________________________________________________________________________
14511 [ 27941] By: rgs                                   on 2006/04/24  07:14:49
14512         Log: Subject: [PATCH] Inlining static funcs in perl.c
14513              From: andy@petdance.com (Andy Lester)
14514              Date: Sun, 23 Apr 2006 21:50:27 -0500
14515              Message-ID: <20060424025027.GA25998@petdance.com>
14516      Branch: perl
14517            ! embed.fnc embed.h perl.c proto.h
14518 ____________________________________________________________________________
14519 [ 27940] By: nicholas                              on 2006/04/23  20:48:25
14520         Log: Assimilate Test::Harness 2.57_06
14521      Branch: perl
14522            ! lib/Test/Harness.pm lib/Test/Harness/Changes
14523            ! lib/Test/Harness/Straps.pm lib/Test/Harness/bin/prove
14524            ! lib/Test/Harness/t/version.t
14525 ____________________________________________________________________________
14526 [ 27939] By: stevep                                on 2006/04/22  23:08:50
14527         Log: Subject: Update to AUTHORS file
14528              From: Joshua Rodd <joshua@rodd.us>
14529              Date: Sat, 22 Apr 2006 14:39:11 -0400
14530              Message-ID: <20060422183911.GA19435@rodd.us>
14531      Branch: perl
14532            ! AUTHORS
14533 ____________________________________________________________________________
14534 [ 27938] By: nicholas                              on 2006/04/22  09:31:16
14535         Log: "Don't Repeat Yourself" on the "We *really* need to overwrite these
14536              symbols" section.
14537              Minor tweaks to make it possible to use the code unchanged with 5.8.x
14538      Branch: perl
14539            + ext/re/re_comp.h ext/re/re_top.h
14540            ! MANIFEST regcomp.c regexec.c
14541 ____________________________________________________________________________
14542 [ 27937] By: nicholas                              on 2006/04/21  23:08:59
14543         Log: Remove the enable_debugging member from the structure, and instead
14544              decree that state & 1 indicates debugging. This is simpler.
14545      Branch: perl
14546            ! ext/re/re.xs
14547 ____________________________________________________________________________
14548 [ 27936] By: nicholas                              on 2006/04/21  21:40:49
14549         Log: Use a struct to hold the regexp engine state information, to make
14550              swapping possible between more two alternatives.
14551      Branch: perl
14552            ! ext/re/re.xs
14553 ____________________________________________________________________________
14554 [ 27935] By: nicholas                              on 2006/04/21  21:01:42
14555         Log: Merge the install and uninstall routines.
14556      Branch: perl
14557            ! ext/re/re.pm ext/re/re.xs
14558 ____________________________________________________________________________
14559 [ 27934] By: nicholas                              on 2006/04/21  20:38:15
14560         Log: Refactor re.pm slightly. This has no change to documented behaviour,
14561              but anyone mad enought to set ${^RE_DEBUG_FLAGS} and then do
14562              no re 'Debug'; will now find that it will load the debuging version of
14563              the regexp engine.
14564      Branch: perl
14565            ! ext/re/re.pm
14566 ____________________________________________________________________________
14567 [ 27933] By: rgs                                   on 2006/04/21  15:55:38
14568         Log: Subject: [PATCH] Rework threads destruct call
14569              From: "Jerry D. Hedden" <jerry@hedden.us>
14570              Date: Thu, 20 Apr 2006 13:53:20 -0700
14571              Message-ID: <20060420135320.fb30e530d17747c2b054d625b8945d88.ef565d84db.wbe@email.secureserver.net>
14572      Branch: perl
14573            + ext/threads/t/free.t ext/threads/t/free2.t
14574            ! MANIFEST ext/threads/threads.xs
14575 ____________________________________________________________________________
14576 [ 27932] By: rgs                                   on 2006/04/21  13:01:09
14577         Log: Subject: Re: [perl #38904] Text::ParseWords doesn't always handle backslashes correctly 
14578              From: Alexey Toptygin <alexeyt@freeshell.org>
14579              Date: Thu, 20 Apr 2006 15:42:20 +0000 (UTC)
14580              Message-ID: <Pine.NEB.4.62.0604201539380.20332@otaku.freeshell.org>
14581      Branch: perl
14582            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
14583 ____________________________________________________________________________
14584 [ 27931] By: nicholas                              on 2006/04/21  12:46:43
14585         Log: Why hide functions (and duplicate them) when you can just avoid
14586              compiling them in the first place?
14587      Branch: perl
14588            ! regcomp.c regexec.c
14589 ____________________________________________________________________________
14590 [ 27930] By: nicholas                              on 2006/04/21  11:38:24
14591         Log: Given that use re 'debug' can turn on DEBUGGING even on a non-DEBUGGING
14592              build, we cannot assume that PL_reg_starttry isn't needed. So copy it
14593              in Perl_ss_dup.
14594      Branch: perl
14595            ! sv.c
14596 ____________________________________________________________________________
14597 [ 27927] By: nicholas                              on 2006/04/20  21:27:21
14598         Log: Remove the last traces of explicitly setting HINT_LOCALIZE_HH from
14599              perl modules.
14600      Branch: perl
14601            ! lib/charnames.pm lib/open.pm lib/open.t lib/overload.pm
14602 ____________________________________________________________________________
14603 [ 27925] By: stevep                                on 2006/04/20  20:55:09
14604         Log: Subject: Re: TODO tests and test::harness
14605              From: demerphq <demerphq@gmail.com>
14606              Date: Thu, 20 Apr 2006 22:36:08 +0200
14607              Message-ID: <9b18b3110604201336k5a974f28h732a2819853b995@mail.gmail.com>
14608      Branch: perl
14609            ! lib/Test/Harness.pm lib/Test/Harness/t/version.t
14610 ____________________________________________________________________________
14611 [ 27923] By: rgs                                   on 2006/04/20  20:24:46
14612         Log: Add test boilerplate and use test.pl instead of Test::More
14613      Branch: perl
14614            ! t/op/rxcode.t
14615 ____________________________________________________________________________
14616 [ 27922] By: rgs                                   on 2006/04/20  20:22:23
14617         Log: Add new tests for bug #32840 provided by David Landgren,
14618              as a new file rxcode.t (they mostly test $^R for now)
14619      Branch: perl
14620            + t/op/rxcode.t
14621            ! MANIFEST
14622 ____________________________________________________________________________
14623 [ 27919] By: nicholas                              on 2006/04/20  18:51:02
14624         Log: Tweak change 23256 to continue passing on 5.8.x
14625      Branch: perl
14626            ! lib/base/t/fields.t
14627 ____________________________________________________________________________
14628 [ 27918] By: nicholas                              on 2006/04/20  17:37:31
14629         Log: Convert two ok()s to better constructions.
14630      Branch: perl
14631            ! lib/base/t/fields.t
14632 ____________________________________________________________________________
14633 [ 27917] By: rgs                                   on 2006/04/20  17:25:43
14634         Log: Subject: [REPOST] [PATCH] Remove superfluous counter in threads
14635              From: "Jerry D. Hedden" <jerry@hedden.us>
14636              Date: Wed, 19 Apr 2006 05:32:14 -0700
14637              Message-ID: <20060419053214.fb30e530d17747c2b054d625b8945d88.4606123135.wbe@email.secureserver.net>
14638      Branch: perl
14639            ! ext/threads/threads.pm ext/threads/threads.xs
14640 ____________________________________________________________________________
14641 [ 27913] By: nicholas                              on 2006/04/20  13:54:45
14642         Log: Fix typo in the description of change 21323.
14643      Branch: perl
14644            ! Changes
14645 ____________________________________________________________________________
14646 [ 27912] By: rgs                                   on 2006/04/20  12:59:50
14647         Log: New test for the "Assignment to both a list and a scalar" error,
14648              suggested by Stephen McCamant
14649      Branch: perl
14650            ! t/comp/parser.t
14651 ____________________________________________________________________________
14652 [ 27911] By: davem                                 on 2006/04/20  12:33:09
14653         Log: regmatch(): replace magic value -1000 with symbolic CHRTEST_VOID
14654      Branch: perl
14655            ! regexec.c
14656 ____________________________________________________________________________
14657 [ 27910] By: rgs                                   on 2006/04/20  10:02:25
14658         Log: Subject: [PATCH] op_type shrinking
14659              From: andy@petdance.com (Andy Lester)
14660              Date: Wed, 19 Apr 2006 23:16:53 -0500
14661              Message-ID: <20060420041653.GA28523@petdance.com>
14662      Branch: perl
14663            ! dump.c sv.c
14664 ____________________________________________________________________________
14665 [ 27909] By: rgs                                   on 2006/04/20  09:35:00
14666         Log: Subject: [PATCH] regexec consting & localizing
14667              From: andy@petdance.com (Andy Lester)
14668              Date: Wed, 19 Apr 2006 12:35:43 -0500
14669              Message-ID: <20060419173543.GA8268@petdance.com>
14670      Branch: perl
14671            ! regexec.c
14672 ____________________________________________________________________________
14673 [ 27908] By: rgs                                   on 2006/04/20  09:04:46
14674         Log: Subject: [PATCH] Localizing vars
14675              From: andy@petdance.com (Andy Lester)
14676              Date: Wed, 19 Apr 2006 23:44:01 -0500
14677              Message-ID: <20060420044401.GA2792@petdance.com>
14678      Branch: perl
14679            ! util.c
14680 ____________________________________________________________________________
14681 [ 27907] By: davem                                 on 2006/04/20  00:30:53
14682         Log: regmatch: merge the greedy and non-greedy branches of CURLYM
14683      Branch: perl
14684            ! regexec.c regexp.h
14685 ____________________________________________________________________________
14686 [ 27906] By: stevep                                on 2006/04/19  16:40:56
14687         Log: Subject: [perl #38892] PATCH: remove spurious warning from Benchmark.pm
14688              From: Linda Walsh (via RT) <perlbug-followup@perl.org>
14689              Date: Mon, 10 Apr 2006 18:53:46 -0700
14690              Message-ID: <rt-3.0.11-38892-132143.0.516271519365361@perl.org>
14691      Branch: perl
14692            ! lib/Benchmark.pm
14693 ____________________________________________________________________________
14694 [ 27905] By: stevep                                on 2006/04/19  16:32:26
14695         Log: Changes to perlfaq8 "How do I find out if I'm running interactively 
14696              or not?" suggested by Slaven Rezic in RT #38901: perlfaq8 correction
14697      Branch: perl
14698            ! pod/perlfaq8.pod
14699 ____________________________________________________________________________
14700 [ 27904] By: stevep                                on 2006/04/19  14:57:36
14701         Log: Add a TODO test for RT #1085: "what should be output of perl -we
14702              'print do { foreach (1, 2) { 1; } }'"
14703      Branch: perl
14704            ! t/cmd/for.t
14705 ____________________________________________________________________________
14706 [ 27903] By: davem                                 on 2006/04/19  13:56:07
14707         Log: regmatch(): make IFMATCH use PUSH_STACK rather than fake recursion
14708      Branch: perl
14709            ! regexec.c regexp.h t/op/re_tests
14710 ____________________________________________________________________________
14711 [ 27902] By: rgs                                   on 2006/04/19  11:38:11
14712         Log: Upgrade to Test::Harness 2.57_05
14713      Branch: perl
14714            + lib/Test/Harness/Util.pm
14715            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
14716            ! lib/Test/Harness/Changes lib/Test/Harness/Point.pm
14717            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
14718            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
14719            ! lib/Test/Harness/t/prove-globbing.t
14720            ! lib/Test/Harness/t/prove-switches.t lib/Test/Harness/t/strap.t
14721            ! lib/Test/Harness/t/test-harness.t
14722 ____________________________________________________________________________
14723 [ 27901] By: nicholas                              on 2006/04/19  11:20:08
14724         Log: newCONSTSUB needs to be robust in case CopFILE is NULL.
14725      Branch: perl
14726            ! op.c
14727 ____________________________________________________________________________
14728 [ 27900] By: nicholas                              on 2006/04/19  09:58:19
14729         Log: Oops. Need a macro to convert cv_ckproto() to cv_ckproto_len().
14730      Branch: perl
14731            ! op.h
14732 ____________________________________________________________________________
14733 [ 27899] By: rgs                                   on 2006/04/19  09:34:48
14734         Log: There's a macro to get ${^RE_DEBUG_FLAGS} when debugging,
14735              so use it (and this fixes a valgrind memory access error)
14736      Branch: perl
14737            ! regcomp.c
14738 ____________________________________________________________________________
14739 [ 27898] By: nicholas                              on 2006/04/19  09:22:03
14740         Log: Avoid temporarily writing over the prototype when reporting an error.
14741              (And beef up the relevant tests to really check that it all works).
14742      Branch: perl
14743            ! op.c t/comp/proto.t
14744 ____________________________________________________________________________
14745 [ 27897] By: rgs                                   on 2006/04/19  09:09:14
14746         Log: Replace some Copy() by Move() calls, because valgrind reports
14747              we can have overlapping memory areas here
14748      Branch: perl
14749            ! doop.c
14750 ____________________________________________________________________________
14751 [ 27896] By: nicholas                              on 2006/04/19  08:42:18
14752         Log: Calling cv_undef() on the CV created by newCONSTSUB() would leak like
14753              a Jumblie's preferred maritime craft. To free CvFILE for this case,
14754              take advantage of the 0 length prototype that will also be there,
14755              and hang it from the prototype. To do this properly means changing
14756              code to actually pay attention to SvCUR() on prototypes. It turns out
14757              that we always know the length of the prototype string, so this may
14758              be faster. Certainly, it's a memory saving (even ignoring the leak).
14759      Branch: perl
14760            ! dump.c embed.fnc embed.h global.sym mathoms.c op.c
14761            ! pod/perlapi.pod proto.h sv.c util.c
14762 ____________________________________________________________________________
14763 [ 27895] By: nicholas                              on 2006/04/19  07:55:18
14764         Log: Fix compilation of microperl, which doesn't have INT_MAX.
14765      Branch: perl
14766            ! toke.c
14767 ____________________________________________________________________________
14768 [ 27894] By: nicholas                              on 2006/04/18  19:52:19
14769         Log: Revert 27869 at Jarkko's request.
14770      Branch: perl
14771            ! regcomp.c
14772 ____________________________________________________________________________
14773 [ 27893] By: davem                                 on 2006/04/18  17:03:15
14774         Log: regmatch: fix a || vs | typo in CACHEsayYES and add a test from Hugo.
14775              Also defer altering the cache bit until CACHEsayYES/NO is called
14776      Branch: perl
14777            ! regexec.c t/op/re_tests
14778 ____________________________________________________________________________
14779 [ 27892] By: stevep                                on 2006/04/18  16:47:58
14780         Log: Add a TODO regarding merging the win32 and wince codebases.
14781      Branch: perl
14782            ! pod/perltodo.pod
14783 ____________________________________________________________________________
14784 [ 27891] By: rgs                                   on 2006/04/18  16:05:15
14785         Log: When checking whether perl is built with -g in optimisation
14786              flags, use a more tolerant regexp, because we can now have
14787              things like '-O2 -g'.
14788      Branch: perl
14789            ! Makefile.SH
14790 ____________________________________________________________________________
14791 [ 27890] By: nicholas                              on 2006/04/18  16:03:10
14792         Log: Expand "am I hot or not" into a more general "Profile Perl" section.
14793      Branch: perl
14794            ! pod/perltodo.pod
14795 ____________________________________________________________________________
14796 [ 27889] By: stevep                                on 2006/04/18  15:47:48
14797         Log: A fix to change #27845 to get it to compile with -DPERL_MAD.
14798      Branch: perl
14799            ! dump.c
14800 ____________________________________________________________________________
14801 [ 27888] By: steveh                                on 2006/04/18  15:17:52
14802         Log: Subject: [PATCH] win32/Makefile changes for Windows 64 bit
14803              From: "Jan Dubois" <jand@ActiveState.com>
14804              Date: Mon, 17 Apr 2006 01:48:34 -0700
14805              Message-ID: <036401c661fb$bc7a1200$2217a8c0@candy>
14806              
14807              and make similar changes to win32/makefile.mk
14808              and delete a spurious extra line from that file
14809      Branch: perl
14810            ! win32/Makefile win32/makefile.mk
14811 ____________________________________________________________________________
14812 [ 27887] By: rgs                                   on 2006/04/18  14:02:23
14813         Log: Addition to README.riscos suggested by Nicholas
14814      Branch: perl
14815            ! README.riscos
14816 ____________________________________________________________________________
14817 [ 27886] By: nicholas                              on 2006/04/18  13:18:27
14818         Log: Note that Rafael has done the first cut of state variables.
14819              Document that UTF-8 cleansing the tokeniser and the pads is TODO.
14820      Branch: perl
14821            ! pod/perltodo.pod
14822 ____________________________________________________________________________
14823 [ 27885] By: nicholas                              on 2006/04/18  13:10:35
14824         Log: Relocatable @INC and parallel builds pretty much work now.
14825      Branch: perl
14826            ! pod/perltodo.pod
14827 ____________________________________________________________________________
14828 [ 27884] By: rgs                                   on 2006/04/18  12:48:31
14829         Log: Subject: [PATCH] Support compiling for RISC OS
14830              From: Alex Waugh <alex@alexwaugh.com>
14831              Date: Mon, 17 Apr 2006 00:14:26 +0100
14832              Message-ID: <2498b2184e.ajw498@caramel.cp15.org>
14833      Branch: perl
14834            + README.riscos hints/riscos.sh
14835            ! MANIFEST ext/Errno/Errno_pm.PL hv.c util.c
14836 ____________________________________________________________________________
14837 [ 27883] By: nicholas                              on 2006/04/18  11:18:12
14838         Log: Coverity still thinks that there is a route through do_vop that can
14839              leak resources. I believe that it's spotted that you can skip all the
14840              cases in the switch. Plug that hole.
14841      Branch: perl
14842            ! doop.c
14843 ____________________________________________________________________________
14844 [ 27882] By: nicholas                              on 2006/04/18  10:54:15
14845         Log: Coverity insists that if we deference a pointer without checking, and
14846              subsequently check that same pointer before deferencing it, something
14847              in our code or our logic is bogus. So assert() that it's safe the
14848              first time and remove the second check.
14849      Branch: perl
14850            ! regcomp.c
14851 ____________________________________________________________________________
14852 [ 27881] By: nicholas                              on 2006/04/17  20:50:34
14853         Log: Fix an error, spotted by Tim Bunce.
14854      Branch: perl
14855            ! pod/perlfunc.pod
14856 ____________________________________________________________________________
14857 [ 27880] By: nicholas                              on 2006/04/17  20:41:00
14858         Log: Coderefs in @INC are done and documented.
14859      Branch: perl
14860            ! pod/perltodo.pod
14861 ____________________________________________________________________________
14862 [ 27879] By: nicholas                              on 2006/04/17  20:35:52
14863         Log: Document all the return values that code references in @INC can return.
14864      Branch: perl
14865            ! pod/perlfunc.pod
14866 ____________________________________________________________________________
14867 [ 27878] By: stevep                                on 2006/04/17  20:05:03
14868         Log: Patch to fix RT #31227: perldoc -f, -q ignores extra arguments with no notice.
14869              Never made it to the mailing list though, so, was never found.  Patch
14870              previously provided to the Pod-Perldoc CPAN RT queue.
14871      Branch: perl
14872            ! lib/Pod/Perldoc.pm
14873 ____________________________________________________________________________
14874 [ 27877] By: nicholas                              on 2006/04/17  19:12:23
14875         Log: Coverity is upset about a signed int in ext/Filter/Util/Call/Call.xs,
14876              but the real problem is down in Perl_filter_read() in toke.c.
14877      Branch: perl
14878            ! toke.c
14879 ____________________________________________________________________________
14880 [ 27876] By: nicholas                              on 2006/04/17  18:30:59
14881         Log: Coverity is a persistent beast. Hot on the tails of fixing one leak,
14882              it notices a slightly earlier leak.
14883              (Which also suggests that marking bugs as RESOLVED isn't a great plan,
14884              as it's not clear whether that calls off the dogs of war. I'd much
14885              prefer it to be forced to scan again, and give a positve "all clear"
14886              (or more accurately "nowt wrong I can see with that"))
14887      Branch: perl
14888            ! ext/Storable/Storable.xs
14889 ____________________________________________________________________________
14890 [ 27875] By: nicholas                              on 2006/04/17  16:52:54
14891         Log: Turn on UTF8 cache assertions with -Ca
14892      Branch: perl
14893            ! locale.c perl.c perl.h pod/perlrun.pod util.c
14894 ____________________________________________________________________________
14895 [ 27874] By: nicholas                              on 2006/04/17  16:52:07
14896         Log: Oops. Change 27826 had an error in the definition of BGET_PADOFFSET().
14897      Branch: perl
14898            ! ext/ByteLoader/bytecode.h
14899 ____________________________________________________________________________
14900 [ 27873] By: stevep                                on 2006/04/17  16:49:51
14901         Log: Upgrade to CGI.pm-3.19.
14902      Branch: perl
14903            ! lib/CGI.pm lib/CGI/Changes
14904 ____________________________________________________________________________
14905 [ 27872] By: nicholas                              on 2006/04/17  15:33:21
14906         Log: Note that PVIOs probably aren't worth shrinking. Note 3 possible
14907              subflags for -C if the two Unicode TODOs are done.
14908      Branch: perl
14909            ! pod/perlrun.pod pod/perltodo.pod
14910 ____________________________________________________________________________
14911 [ 27871] By: nicholas                              on 2006/04/17  15:11:03
14912         Log: Subject: Re: [PATCH] update to pp_complement() via Coverity
14913              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14914              Message-Id: <20060416184044.4ADB.BQW10602@nifty.com>
14915              Date: Sun, 16 Apr 2006 18:45:37 +0900
14916              
14917              Subject: Re: [PATCH] update to pp_complement() via Coverity
14918              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14919              Message-Id: <20060417230614.20A5.BQW10602@nifty.com>
14920              Date: Mon, 17 Apr 2006 23:06:21 +0900
14921      Branch: perl
14922            ! pp.c t/op/bop.t
14923 ____________________________________________________________________________
14924 [ 27870] By: nicholas                              on 2006/04/17  14:48:13
14925         Log: In Change 27764 I forgot to at PL_hints_mutex to the list of symbols to
14926              exclude when not compiling with ithreads. It would be good to automate
14927              the processing of this.
14928      Branch: perl
14929            ! makedef.pl
14930 ____________________________________________________________________________
14931 [ 27869] By: nicholas                              on 2006/04/17  13:38:30
14932         Log: Subject: [PATCH] (tentative) regcomp.c: try convincing Coverity that data ptr in study_chunk is non-NULL when needed
14933              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
14934              Message-Id: <20060416092648.812D36CF2D@aprikoosi.hut.fi>
14935              Date: Sun, 16 Apr 2006 12:26:48 +0300 (EEST)
14936      Branch: perl
14937            ! regcomp.c
14938 ____________________________________________________________________________
14939 [ 27868] By: nicholas                              on 2006/04/17  13:15:34
14940         Log: Note in av_store() that S_regclass relies on being able to pass NULL.
14941      Branch: perl
14942            ! av.c
14943 ____________________________________________________________________________
14944 [ 27867] By: nicholas                              on 2006/04/17  13:14:55
14945         Log: Add assertions to cover cases where the Coverity scanner thinks we
14946              could are deferencing a NULL pointer, but we think it missed something
14947              it should have been capable of figuring out.
14948      Branch: perl
14949            ! hv.c op.c
14950 ____________________________________________________________________________
14951 [ 27866] By: nicholas                              on 2006/04/17  12:48:43
14952         Log: Add Dave's explainations of why certain pointers are always non-NULL,
14953              and assert() that it is true.
14954      Branch: perl
14955            ! regexec.c
14956 ____________________________________________________________________________
14957 [ 27865] By: stevep                                on 2006/04/17  12:30:08
14958         Log: Subject: [PATCH] fix cygwin build
14959              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14960              Date: Sun, 16 Apr 2006 18:05:20 -0700
14961              Message-ID: <20060417010520.GA2888@efn.org>
14962      Branch: perl
14963            ! cygwin/Makefile.SHs
14964 ____________________________________________________________________________
14965 [ 27863] By: merijn                                on 2006/04/17  12:18:07
14966         Log: Support for -DDEBUGGING and its alias -DEBUGGING
14967      Branch: perl
14968            ! Configure INSTALL config_h.SH
14969 ____________________________________________________________________________
14970 [ 27862] By: nicholas                              on 2006/04/17  12:07:23
14971         Log: Revert change 27818, as change 27853 fixes the real bug.
14972      Branch: perl
14973            ! sv.c
14974 ____________________________________________________________________________
14975 [ 27861] By: stevep                                on 2006/04/17  11:53:04
14976         Log: Subject: [PATCH] Compress::Zlib
14977              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
14978              Date: Mon, 17 Apr 2006 10:58:30 +0100
14979              Message-ID: <019b01c66205$7dc7ea50$6601a8c0@myopwv.com>
14980      Branch: perl
14981            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
14982            ! ext/Compress/Zlib/t/14gzopen.t
14983 ____________________________________________________________________________
14984 [ 27860] By: nicholas                              on 2006/04/17  11:39:27
14985         Log: Subject: [PATCH] pp_ctl.c caching
14986              From: andy@petdance.com (Andy Lester)
14987              Message-ID: <20060417044035.GA28818@petdance.com>
14988              Date: Sun, 16 Apr 2006 23:40:35 -0500
14989      Branch: perl
14990            ! pp_ctl.c
14991 ____________________________________________________________________________
14992 [ 27859] By: nicholas                              on 2006/04/17  11:37:38
14993         Log: Subject: [PATCH] dooop.c: the strong asserts in Sv* macros could cause memory leakage -- move the macro calls earlier (Coverity CID 84)
14994              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
14995              Message-Id: <20060417071937.C13346CF2D@aprikoosi.hut.fi>
14996              Date: Mon, 17 Apr 2006 10:19:37 +0300 (EEST)
14997      Branch: perl
14998            ! doop.c
14999 ____________________________________________________________________________
15000 [ 27857] By: nicholas                              on 2006/04/17  10:28:40
15001         Log: Revert 27856.
15002      Branch: perl
15003            ! doop.c
15004 ____________________________________________________________________________
15005 [ 27856] By: nicholas                              on 2006/04/17  10:24:58
15006         Log: The danger of piping an mbox to patch is that it contains more than
15007              one message. So both:
15008              
15009              Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity)
15010              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
15011              Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi>
15012              Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST)
15013              
15014              and
15015              
15016              Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity)
15017              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
15018              Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi>
15019              Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST)
15020      Branch: perl
15021            ! doop.c
15022 ____________________________________________________________________________
15023 [ 27855] By: davem                                 on 2006/04/16  23:30:36
15024         Log: generalize the 'continue on success' mechanism of deferred REs
15025      Branch: perl
15026            ! regexec.c regexp.h
15027 ____________________________________________________________________________
15028 [ 27854] By: davem                                 on 2006/04/16  23:12:31
15029         Log: abstract regmatch slab access with SLAB_FIRST and SLAB_LAST macros
15030      Branch: perl
15031            ! regexec.c
15032 ____________________________________________________________________________
15033 [ 27853] By: davem                                 on 2006/04/16  23:07:13
15034         Log: stop PL_op and PL_curpad referring to different pads at start of doeval
15035              (this could make find_uninit_var do Bad Things)
15036      Branch: perl
15037            ! pp_ctl.c
15038 ____________________________________________________________________________
15039 [ 27852] By: nicholas                              on 2006/04/16  21:44:59
15040         Log: Fix bug introduced with change 27841. (len + 1, not just len).
15041      Branch: perl
15042            ! sv.c
15043 ____________________________________________________________________________
15044 [ 27851] By: nicholas                              on 2006/04/16  19:06:19
15045         Log: Coverity is flagging a potential problem because it sees a check for
15046              NULL and assumes that this means that the variable host could be
15047              NULL. It can't, and the check added in change 13291 was a little bit
15048              more than the minimal solution needed for the bug report
15049              [ID 20011126.148]
15050              Hence remove the NULL check.
15051      Branch: perl
15052            ! ext/Socket/Socket.xs
15053 ____________________________________________________________________________
15054 [ 27850] By: nicholas                              on 2006/04/16  18:09:33
15055         Log: Subject: [PATCH] op.c patch, 2nd version
15056              From: andy@petdance.com (Andy Lester)
15057              Message-ID: <20060415042924.GA1786@petdance.com>
15058              Date: Fri, 14 Apr 2006 23:29:24 -0500
15059      Branch: perl
15060            ! op.c
15061 ____________________________________________________________________________
15062 [ 27849] By: nicholas                              on 2006/04/16  15:04:36
15063         Log: A scalar reference returned from a coderef in @INC is treated as the
15064              initial "content" of the file. When it is exhausted input is taken
15065              from a real file handle, or a generator sub, if either exists.
15066      Branch: perl
15067            ! pp_ctl.c t/op/incfilter.t
15068 ____________________________________________________________________________
15069 [ 27848] By: stevep                                on 2006/04/16  14:03:59
15070         Log: Subject: [PATCH] remove some cruft from makedef.pl
15071              From: "Jan Dubois" <jand@ActiveState.com>
15072              Date: Sun, 16 Apr 2006 02:05:00 -0700
15073              Message-ID: <022e01c66134$d7a8dec0$2217a8c0@candy>
15074      Branch: perl
15075            ! embed.fnc global.sym makedef.pl
15076 ____________________________________________________________________________
15077 [ 27847] By: stevep                                on 2006/04/16  13:52:47
15078         Log: Subject: [PATCH] testcase for change #27832
15079              From: "Jan Dubois" <jand@ActiveState.com>
15080              Date: Sun, 16 Apr 2006 00:57:00 -0700
15081              Message-ID: <022a01c6612b$575cb7e0$2217a8c0@candy>
15082      Branch: perl
15083            ! lib/Pod/Html.pm lib/Pod/t/htmllink.pod
15084 ____________________________________________________________________________
15085 [ 27846] By: stevep                                on 2006/04/16  13:44:47
15086         Log: Stray pod/perlapi.pod change found after a regen.
15087      Branch: perl
15088            ! pod/perlapi.pod
15089 ____________________________________________________________________________
15090 [ 27845] By: stevep                                on 2006/04/16  13:43:01
15091         Log: Subject: [PATCH] dump.c patch redux
15092              From: andy@petdance.com (Andy Lester)
15093              Date: Sun, 16 Apr 2006 00:29:36 -0500
15094              Message-ID: <20060416052936.GA19143@petdance.com>
15095      Branch: perl
15096            ! dump.c embed.fnc embed.h proto.h
15097 ____________________________________________________________________________
15098 [ 27843] By: nicholas                              on 2006/04/16  13:25:18
15099         Log: Perl_do_vop can profitably use Perl_sv_usepvn_flags, as it has
15100              allocated space for an initialised a trailing NUL.
15101      Branch: perl
15102            ! doop.c
15103 ____________________________________________________________________________
15104 [ 27842] By: nicholas                              on 2006/04/16  12:06:57
15105         Log: In Perl_sv_usepvn_flags, assert() that the caller has RTFM.
15106      Branch: perl
15107            ! sv.c
15108 ____________________________________________________________________________
15109 [ 27841] By: nicholas                              on 2006/04/16  11:35:38
15110         Log: Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING_NUL, which
15111              signals that the buffer passed in is already well-formed for use as
15112              SvPVX (i.e. it is followed by a trailing NUL), and hence the realloc()
15113              to add a NUL can be skipped.
15114      Branch: perl
15115            ! pp.c sv.c sv.h
15116 ____________________________________________________________________________
15117 [ 27840] By: nicholas                              on 2006/04/16  11:03:28
15118         Log: Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" the
15119              other two to mathoms.c
15120      Branch: perl
15121            ! embed.fnc embed.h global.sym mathoms.c proto.h sv.c sv.h
15122 ____________________________________________________________________________
15123 [ 27839] By: nicholas                              on 2006/04/16  10:37:46
15124         Log: In Perl_sv_usepvn(), force a move under DEBUGGING to shake out caller
15125              bugs.
15126      Branch: perl
15127            ! sv.c
15128 ____________________________________________________________________________
15129 [ 27838] By: nicholas                              on 2006/04/16  10:37:04
15130         Log: Fix htmllink.t to cater for the case where perladmin isn't an empty
15131              string.
15132      Branch: perl
15133            ! lib/Pod/t/htmllink.t
15134 ____________________________________________________________________________
15135 [ 27837] By: nicholas                              on 2006/04/16  09:36:18
15136         Log: Coverity notes that we might be dereferencing fgv before a check that
15137              it's not NULL. In fact, the code ordering meant that one "if (fgv)"
15138              would always be true. So fix this.
15139      Branch: perl
15140            ! pp_sys.c
15141 ____________________________________________________________________________
15142 [ 27836] By: stevep                                on 2006/04/16  05:24:04
15143         Log: Subject: [PATCH] update to pp_complement() via Coverity
15144              From: andy@petdance.com (Andy Lester)
15145              Date: Sun, 16 Apr 2006 00:14:23 -0500
15146              Message-ID: <20060416051423.GA17063@petdance.com>
15147      Branch: perl
15148            ! pp.c
15149 ____________________________________________________________________________
15150 [ 27835] By: stevep                                on 2006/04/16  05:17:57
15151         Log: Subject: [PATCH] clean up hv_assert()
15152              From: andy@petdance.com (Andy Lester)
15153              Date: Sat, 15 Apr 2006 23:18:27 -0500
15154              Message-ID: <20060416041827.GA3031@petdance.com>
15155      Branch: perl
15156            ! hv.c
15157 ____________________________________________________________________________
15158 [ 27834] By: stevep                                on 2006/04/16  05:12:56
15159         Log: Subject: [PATCH] Removed unused var in a macro
15160              From: andy@petdance.com (Andy Lester)
15161              Date: Sat, 15 Apr 2006 23:32:53 -0500
15162              Message-ID: <20060416043253.GA3438@petdance.com>
15163      Branch: perl
15164            ! thread.h
15165 ____________________________________________________________________________
15166 [ 27833] By: stevep                                on 2006/04/16  04:59:19
15167         Log: Subject: [PATCH] Change anchor generation in Pod::Html for "=item item 2"
15168              From: "Jan Dubois" <jand@ActiveState.com>
15169              Date: Fri, 14 Apr 2006 13:13:20 -0700
15170              Message-ID: <017a01c65fff$dfd0f370$2217a8c0@candy>
15171      Branch: perl
15172            ! lib/Pod/Html.pm lib/Pod/t/htmllink.t
15173 ____________________________________________________________________________
15174 [ 27832] By: stevep                                on 2006/04/16  04:50:15
15175         Log: Subject: [PATCH] Pod::Html::depod() doesn't work correctly for multi-line strings
15176              From: "Jan Dubois" <jand@ActiveState.com>
15177              Date: Mon, 10 Apr 2006 15:32:23 -0700
15178              Message-ID: <017b01c65cee$a2f5fe00$6062a8c0@candy>
15179      Branch: perl
15180            ! lib/Pod/Html.pm
15181 ____________________________________________________________________________
15182 [ 27831] By: stevep                                on 2006/04/16  04:41:34
15183         Log: Subject: [PATCH] Missing part of change 25186
15184              From: "Jan Dubois" <jand@ActiveState.com>
15185              Date: Thu, 13 Apr 2006 18:26:29 -0700
15186              Message-ID: <009401c65f62$74fded70$2217a8c0@candy>
15187      Branch: perl
15188            ! lib/Pod/t/htmllink.t
15189 ____________________________________________________________________________
15190 [ 27830] By: stevep                                on 2006/04/16  04:37:46
15191         Log: Subject: [PATCH] Missing part of change 25676
15192              From: "Jan Dubois" <jand@ActiveState.com>
15193              Date: Thu, 13 Apr 2006 18:19:26 -0700
15194              Message-ID: <009001c65f61$78866d60$2217a8c0@candy>
15195      Branch: perl
15196            ! lib/Pod/t/htmllink.t
15197 ____________________________________________________________________________
15198 [ 27829] By: nicholas                              on 2006/04/15  23:51:10
15199         Log: Subject: [PATCH] Handle null io in leavewrite (not possible?) (Coverity)
15200              From: bah@longitude.com
15201              Message-ID: <1661.38.96.138.153.1145124821.squirrel@mail.longitude.com>
15202              Date: Sat, 15 Apr 2006 14:13:41 -0400 (EDT)
15203      Branch: perl
15204            ! pp_sys.c
15205 ____________________________________________________________________________
15206 [ 27828] By: nicholas                              on 2006/04/15  23:41:23
15207         Log: Subject: [PATCH] Potential (?) memory leak in Storable.xs (Coverity)
15208              From: bah@longitude.com
15209              Message-ID: <1561.38.96.138.153.1145123650.squirrel@mail.longitude.com>
15210              Date: Sat, 15 Apr 2006 13:54:10 -0400 (EDT)
15211      Branch: perl
15212            ! ext/Storable/Storable.xs
15213 ____________________________________________________________________________
15214 [ 27827] By: nicholas                              on 2006/04/15  22:44:30
15215         Log: Teach Perl_do_sv_dump how to cope with IOs that have bogus things in
15216              GV slots. (Which source filters are prone to do to them).
15217      Branch: perl
15218            ! dump.c
15219 ____________________________________________________________________________
15220 [ 27826] By: nicholas                              on 2006/04/15  21:50:12
15221         Log: Coverity was getting upset about an assignment from a function
15222              returning int to a U8 variable. Curiously it was only getting upset
15223              about the first of many.
15224              However, we are doing NO ERROR CHECKING on whether we read in the
15225              requested number of bytes of bytecode. All except BGET_op_tr_array
15226              will now croak on a short read.
15227      Branch: perl
15228            ! ext/ByteLoader/bytecode.h
15229 ____________________________________________________________________________
15230 [ 27825] By: nicholas                              on 2006/04/15  21:43:13
15231         Log: Coverity reports that Storable can potentially cause a NULL pointer
15232              dereference while iterating a hash. This should never happen unless
15233              the hash lies about how many keys it has, so croak if a fib is spotted.
15234      Branch: perl
15235            ! ext/Storable/Storable.xs
15236 ____________________________________________________________________________
15237 [ 27824] By: nicholas                              on 2006/04/15  21:11:44
15238         Log: Coverity notes that resource are leaked in the unfinished and never
15239              called function _utf8_to_bytes.
15240      Branch: perl
15241            ! ext/Encode/Encode.xs
15242 ____________________________________________________________________________
15243 [ 27823] By: nicholas                              on 2006/04/15  20:55:20
15244         Log: Coverity correctly reports that gv might (just) be NULL. So don't
15245              derefernece it if it is.
15246      Branch: perl
15247            ! ext/IO/IO.pm ext/IO/IO.xs
15248 ____________________________________________________________________________
15249 [ 27822] By: nicholas                              on 2006/04/15  20:54:44
15250         Log: Update the assertion to a croak "Out of range special SV number"
15251              to give ByteLoader more meaningful failure diagnostics.
15252      Branch: perl
15253            ! ext/ByteLoader/bytecode.h
15254 ____________________________________________________________________________
15255 [ 27821] By: nicholas                              on 2006/04/15  20:19:22
15256         Log: I believe that it makes little sense for the simple user filters
15257              provided by coderefs to be run in block mode. Hence always read from
15258              the upstream filter in line mode, and always call the user's filter
15259              with 1 line.
15260      Branch: perl
15261            ! pp_ctl.c
15262 ____________________________________________________________________________
15263 [ 27820] By: nicholas                              on 2006/04/15  20:01:58
15264         Log: Fix a bug - the introduction of the caching code means that we should
15265              initialise the SV upstream after it.
15266              assert that filter_sub is always non-null now.
15267      Branch: perl
15268            ! pp_ctl.c
15269 ____________________________________________________________________________
15270 [ 27819] By: nicholas                              on 2006/04/15  19:37:32
15271         Log: Augment the user filter caching code so that if the user filter returns
15272              multiple lines, only one line at a time is returned.
15273              Rename the variable len to status, as it is the status value.
15274      Branch: perl
15275            ! pp_ctl.c t/op/incfilter.t
15276 ____________________________________________________________________________
15277 [ 27818] By: nicholas                              on 2006/04/15  19:17:51
15278         Log: Deep in the bowels of creating new and exciting bugs, I managed to
15279              segfault the uninitialised value reporting code. This protects against
15280              the segfault.
15281      Branch: perl
15282            ! sv.c
15283 ____________________________________________________________________________
15284 [ 27817] By: nicholas                              on 2006/04/15  18:08:04
15285         Log: $foo .= $bar doesn't warn if $foo is undefined, so simplify code.
15286      Branch: perl
15287            ! t/op/incfilter.t
15288 ____________________________________________________________________________
15289 [ 27816] By: nicholas                              on 2006/04/15  18:05:12
15290         Log: If the downstream caller wants block mode, and we're in line mode,
15291              then don't return more bytes than they asked for. Hold bytes over
15292              until next time if necessary.
15293      Branch: perl
15294            ! pp_ctl.c t/op/incfilter.t
15295 ____________________________________________________________________________
15296 [ 27815] By: nicholas                              on 2006/04/15  17:00:54
15297         Log: Eliminate the filter_child_proc hack from pp_require.
15298      Branch: perl
15299            ! pp_ctl.c
15300 ____________________________________________________________________________
15301 [ 27814] By: nicholas                              on 2006/04/15  16:43:22
15302         Log: If you return void from a filter subroutine, the caller's status is
15303              used. If not, your last statement is the return value, and if it keeps
15304              being +ve you'll never hit EOF.
15305              The probably should be a sanity check for this in toke.c, but I'm not
15306              sure how.
15307      Branch: perl
15308            ! t/op/incfilter.t
15309 ____________________________________________________________________________
15310 [ 27813] By: nicholas                              on 2006/04/15  16:42:23
15311         Log: Tests for having multiple pipes open simultaneously.
15312              (See comment added in change 3771 about this apparently being buggy)
15313      Branch: perl
15314            ! t/op/inccode.t
15315 ____________________________________________________________________________
15316 [ 27812] By: nicholas                              on 2006/04/15  13:45:13
15317         Log: Add more tests for the builtin source filter implementation, and fix
15318              two bugs - it would loop infinitely if data were already in the read
15319              buffer, and it would process those data twice.
15320      Branch: perl
15321            ! pp_ctl.c t/op/incfilter.t
15322 ____________________________________________________________________________
15323 [ 27811] By: nicholas                              on 2006/04/15  11:59:26
15324         Log: Add a test for source filters returned from code references in @INC.
15325      Branch: perl
15326            + t/op/incfilter.t
15327            ! MANIFEST
15328 ____________________________________________________________________________
15329 [ 27810] By: nicholas                              on 2006/04/15  11:22:29
15330         Log: Bump the expect file count in readdir.t. We keep writing more tests.
15331      Branch: perl
15332            ! t/op/readdir.t
15333 ____________________________________________________________________________
15334 [ 27809] By: nicholas                              on 2006/04/15  10:51:48
15335         Log: Subject: [PATCH] perlio.c: layer data might be allocated and unused (Coverity)
15336              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
15337              Message-Id: <20060415082417.24F0A6D08C@ugli.hut.fi>
15338              Date: Sat, 15 Apr 2006 11:24:17 +0300 (EEST)
15339              
15340              (with a correction)
15341      Branch: perl
15342            ! perlio.c
15343 ____________________________________________________________________________
15344 [ 27808] By: craigb                                on 2006/04/15  06:05:44
15345         Log: Fix bug in prime_env_iter where the terms of a comparison were reversed
15346              so we thought we didn't have a logical name table when we did.  Reported as:
15347              Subject: LWP::Simple crashes on VMSperl
15348              From: "juna" <ggl.20.jj...@spamgourmet.com>
15349              Date: 24 Mar 2006 13:52:41 -0800
15350              Newsgroups: comp.os.vms,comp.lang.perl.misc
15351              Message-ID: <1143237161.931669.48370@t31g2000cwb.googlegroups.com>
15352      Branch: perl
15353            ! vms/vms.c
15354 ____________________________________________________________________________
15355 [ 27807] By: craigb                                on 2006/04/15  00:45:26
15356         Log: Honor READALL privilege in cando_by_name (from Scott
15357              Lepage of HP OpenVMS Engineering)
15358      Branch: perl
15359            ! vms/vms.c
15360 ____________________________________________________________________________
15361 [ 27806] By: craigb                                on 2006/04/15  00:42:41
15362         Log: Don't die after SS$_NOPRIV in Perl_vmssetenv, courtesy
15363              of Scott Lepage at HP.
15364      Branch: perl
15365            ! vms/vms.c
15366 ____________________________________________________________________________
15367 [ 27805] By: nicholas                              on 2006/04/14  20:44:27
15368         Log: Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used to
15369              save the warnings on PL_compiling, so constraining its use to what we
15370              can test seems to make sense. Particularly as testing Perl_ss_dup is
15371              tricky.
15372      Branch: perl
15373            ! op.c pp_ctl.c scope.c scope.h sv.c
15374 ____________________________________________________________________________
15375 [ 27804] By: nicholas                              on 2006/04/14  19:44:34
15376         Log: In the description of require, clarify the file handle return and why
15377              C<INC> must be qualified.
15378      Branch: perl
15379            ! pod/perlfunc.pod
15380 ____________________________________________________________________________
15381 [ 27803] By: nicholas                              on 2006/04/14  16:43:03
15382         Log: S_glob_2inpuv() did not check if lenp was NULL. Oops.
15383      Branch: perl
15384            ! sv.c
15385 ____________________________________________________________________________
15386 [ 27802] By: nicholas                              on 2006/04/14  16:18:30
15387         Log: Replace explict "/dev/null" with BIT_BUCKET, which varies by platform.
15388      Branch: perl
15389            ! pp_ctl.c
15390 ____________________________________________________________________________
15391 [ 27801] By: rgs                                   on 2006/04/14  16:11:19
15392         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)
15393              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
15394              Date: Thu, 13 Apr 2006 19:20:46 +0300 (EEST)
15395              Message-Id: <20060413162046.5F9636D08C@ugli.hut.fi>
15396      Branch: perl
15397            ! doop.c pod/perlapi.pod sv.c t/op/bop.t
15398 ____________________________________________________________________________
15399 [ 27800] By: nicholas                              on 2006/04/14  14:45:04
15400         Log: Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.pl
15401              Remove a reference to the deleted function Perl_refcounted_he_dup.
15402      Branch: perl
15403            ! embed.fnc embed.h global.sym makedef.pl
15404 ____________________________________________________________________________
15405 [ 27799] By: stevep                                on 2006/04/14  12:16:01
15406         Log: Subject: [PATCH] IO::Compress::*
15407              From: Paul Marquess <paul.marquess@ntlworld.com>
15408              Date: Fri, 14 Apr 2006 09:05:39 +0100
15409              Message-ID: <004f01c65f9a$3871eb30$2405140a@myopwv.com>
15410      Branch: perl
15411            ! ext/Compress/IO/Base/Changes
15412            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
15413            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
15414            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
15415            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
15416            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README
15417            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
15418            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
15419            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
15420            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
15421            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
15422            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
15423            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
15424            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
15425            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
15426            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
15427            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
15428            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
15429            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
15430            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
15431            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
15432            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
15433            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
15434            ! ext/Compress/Raw/Zlib/README
15435            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
15436            ! ext/Compress/Zlib/README
15437            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
15438            ! t/lib/compress/generic.pl
15439 ____________________________________________________________________________
15440 [ 27798] By: nicholas                              on 2006/04/14  11:50:56
15441         Log: Subject: [PATCH] perlio.c: (Coverity) eliminate temp ptr that confuses Coverity into thinking there is a resource leak
15442              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
15443              Message-Id: <20060414085644.94A076D08C@ugli.hut.fi>
15444              Date: Fri, 14 Apr 2006 11:56:44 +0300 (EEST)
15445      Branch: perl
15446            ! perlio.c
15447 ____________________________________________________________________________
15448 [ 27797] By: stevep                                on 2006/04/14  11:26:59
15449         Log: Reverting change #27791 which may cause corruption addition corruption
15450              within a regular expression.
15451      Branch: perl
15452            ! regexec.c
15453 ____________________________________________________________________________
15454 [ 27796] By: rgs                                   on 2006/04/14  08:42:27
15455         Log: Fix implementation of threads->_handle on unixes.
15456              See :
15457              Subject: RE: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
15458              From: "Jerry D. Hedden" <jerry@hedden.us>
15459              Date: Tue, 04 Apr 2006 09:25:20 -0700
15460              Message-ID: <20060404092520.fb30e530d17747c2b054d625b8945d88.4a8a6b16c9.wbe@email.email.secureserver.net>
15461      Branch: perl
15462            ! ext/threads/threads.xs
15463 ____________________________________________________________________________
15464 [ 27795] By: nicholas                              on 2006/04/13  21:59:52
15465         Log: (Hopefully) fix coredumps in ByteLoader, which were a side effect of
15466              fixing a bug in B, and non-robust autogenerated code. When
15467              autogenerating initialiser statements for an array, it's a bad plan to
15468              have the size of that array hard coded.
15469      Branch: perl
15470            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
15471 ____________________________________________________________________________
15472 [ 27794] By: davem                                 on 2006/04/13  18:31:54
15473         Log: eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_sv
15474              (only another 434 to go ...)
15475      Branch: perl
15476            ! embed.fnc proto.h regexec.c regexp.h sv.c
15477 ____________________________________________________________________________
15478 [ 27793] By: davem                                 on 2006/04/13  17:16:41
15479         Log: disable 'split /(?{ split "" })/' test until recursive split is fixed
15480      Branch: perl
15481            ! t/op/pat.t
15482 ____________________________________________________________________________
15483 [ 27792] By: nicholas                              on 2006/04/13  16:14:23
15484         Log: Remove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't catered
15485              for in Perl_ss_dup, hence nothing is testing it and nothing will alert
15486              us if it breaks.
15487      Branch: perl
15488            ! scope.c scope.h
15489 ____________________________________________________________________________
15490 [ 27791] By: stevep                                on 2006/04/13  15:08:04
15491         Log: Add another NULL check thanks to Coverity.
15492      Branch: perl
15493            ! regexec.c
15494 ____________________________________________________________________________
15495 [ 27790] By: nicholas                              on 2006/04/13  14:14:57
15496         Log: For duping SAVEHINTS it rather helps if you pay attention to what is
15497              actually being pushed onto the save stack.
15498      Branch: perl
15499            ! sv.c
15500 ____________________________________________________________________________
15501 [ 27789] By: nicholas                              on 2006/04/13  13:53:55
15502         Log: Subject: [PATCH] regexec.c: (Coverity) add NULL check
15503              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15504              Message-Id: <200604131252.k3DCqFUL497781@kosh.hut.fi>
15505              Date: Thu, 13 Apr 2006 15:52:15 +0300 (EEST)
15506      Branch: perl
15507            ! regexec.c
15508 ____________________________________________________________________________
15509 [ 27788] By: nicholas                              on 2006/04/13  13:28:50
15510         Log: Subject: [PATCH] regexec.c: (Coverity) move NULL check even earlier
15511              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15512              Message-Id: <200604131239.k3DCdXhe124107@kosh.hut.fi>
15513              Date: Thu, 13 Apr 2006 15:39:33 +0300 (EEST)
15514      Branch: perl
15515            ! regexec.c
15516 ____________________________________________________________________________
15517 [ 27787] By: nicholas                              on 2006/04/13  13:02:30
15518         Log: Add a break; to the end of the SAVEt_COP_WARNINGS case, and don't try
15519              to dereference cop_hints if it's NULL.
15520      Branch: perl
15521            ! sv.c
15522 ____________________________________________________________________________
15523 [ 27786] By: nicholas                              on 2006/04/13  12:40:24
15524         Log: Fix B and ByteLoader to cope with cop_warnings no longer being an SV.
15525      Branch: perl
15526            ! bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
15527            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
15528 ____________________________________________________________________________
15529 [ 27785] By: nicholas                              on 2006/04/13  10:46:32
15530         Log: Add SAVEt_COP_WARNINGS to ss_dup.
15531      Branch: perl
15532            ! sv.c
15533 ____________________________________________________________________________
15534 [ 27784] By: nicholas                              on 2006/04/13  10:09:20
15535         Log: Subject: Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
15536              From: Steve Hay <steve.hay@uk.radan.com>
15537              Message-ID: <443E1998.9090909@uk.radan.com>
15538              Date: Thu, 13 Apr 2006 10:27:52 +0100
15539      Branch: perl
15540            ! embed.fnc mg.c perl.c pp_ctl.c proto.h util.c
15541 ____________________________________________________________________________
15542 [ 27783] By: davem                                 on 2006/04/13  02:20:33
15543         Log: eliminate PL_reg_re
15544              (only another 439 to go ...)
15545      Branch: perl
15546            ! embed.fnc embed.h pod/perlintern.pod proto.h regcomp.c
15547            ! regexec.c regexp.h sv.c
15548 ____________________________________________________________________________
15549 [ 27782] By: davem                                 on 2006/04/12  23:51:57
15550         Log: Subject: [perl #38906] Regex engine does not release MINMOD
15551              From: "Animator via RT" <perlbug-followup@perl.org>
15552              Message-ID: <rt-3.0.11-38906-132222.3.24032491323436@perl.org>
15553              Date: Wed, 12 Apr 2006 15:27:41 -0700
15554              
15555              zero-length minimum matches that failed could leak into a following
15556              maximal match
15557      Branch: perl
15558            ! regexec.c t/op/re_tests
15559 ____________________________________________________________________________
15560 [ 27781] By: nicholas                              on 2006/04/12  23:17:18
15561         Log: D'oh! Don't try to do #ifdefs inside "functions" that are actually
15562              macros.
15563      Branch: perl
15564            ! hv.c
15565 ____________________________________________________________________________
15566 [ 27780] By: nicholas                              on 2006/04/12  22:49:58
15567         Log: Add tests for all the other types that %^H serialisation is supposed
15568              to support. In the process, found and corrected a bug.
15569              Tests are good, m'kay.
15570      Branch: perl
15571            ! hv.c t/op/caller.t
15572 ____________________________________________________________________________
15573 [ 27779] By: nicholas                              on 2006/04/12  22:45:12
15574         Log: Change cop_warnings from an SV holding the warnings bitmask to a
15575              directly (shared) malloc()ed buffer holding the warnings bitmask.
15576              This avoids bugs/crashes when the interpreter that created an optree
15577              is freed but the optree remains in use by other interpreters.
15578      Branch: perl
15579            ! cop.h embed.fnc embed.h mg.c op.c perl.c pp_ctl.c proto.h
15580            ! scope.c scope.h sv.c util.c warnings.h warnings.pl
15581 ____________________________________________________________________________
15582 [ 27778] By: davem                                 on 2006/04/12  22:43:03
15583         Log: Remove the final recursion path from S_regmatch:  (??{...})
15584              Also put PUSH/POP_STATE infastructure in place
15585              Also eliminate PL_reg_call_cc
15586              (only another 440 global vars to go ...)
15587      Branch: perl
15588            ! regexec.c regexp.h sv.c
15589 ____________________________________________________________________________
15590 [ 27777] By: nicholas                              on 2006/04/12  16:18:30
15591         Log: Test that we can do embedded 0 bytes in hints.
15592      Branch: perl
15593            ! t/op/caller.t
15594 ____________________________________________________________________________
15595 [ 27776] By: nicholas                              on 2006/04/12  16:01:08
15596         Log: Store cop_hints as a shared structure without using any SVs (on
15597              ithreads).
15598      Branch: perl
15599            ! hv.c hv.h
15600 ____________________________________________________________________________
15601 [ 27775] By: nicholas                              on 2006/04/12  14:14:50
15602         Log: Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup.
15603      Branch: perl
15604            ! embed.fnc embed.h hv.c proto.h
15605 ____________________________________________________________________________
15606 [ 27774] By: nicholas                              on 2006/04/12  12:31:29
15607         Log: Newxz() can use calloc() rather than malloc(), as the implementation
15608              of calloc() may know that it has fresh pages from the OS, and so
15609              doesn't need to zero them itself. Plus our object code should be
15610              slightly smaller.
15611      Branch: perl
15612            ! handy.h
15613 ____________________________________________________________________________
15614 [ 27773] By: nicholas                              on 2006/04/12  12:01:38
15615         Log: As OPs are shared between threads, they should be using
15616              PerlMemShared_*alloc functions, rather than per-thread *alloc()s.
15617      Branch: perl
15618            ! op.c op.h
15619 ____________________________________________________________________________
15620 [ 27772] By: nicholas                              on 2006/04/11  22:17:25
15621         Log: Subject: [PATCH] regexec.c: move NULL check earlier to make Coverity happier
15622              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15623              Message-Id: <200604112004.k3BK4mV3097400@kosh.hut.fi>
15624              Date: Tue, 11 Apr 2006 23:04:48 +0300 (EEST)
15625      Branch: perl
15626            ! regexec.c
15627 ____________________________________________________________________________
15628 [ 27771] By: nicholas                              on 2006/04/11  21:53:33
15629         Log: Subject: [PATCH] regcomp.c (try II): use &PL_sv_undef for listsv as suggested by Nick
15630              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15631              Message-Id: <200604112053.k3BKrPgk310001@kosh.hut.fi>
15632              Date: Tue, 11 Apr 2006 23:53:25 +0300 (EEST)
15633      Branch: perl
15634            ! regcomp.c
15635 ____________________________________________________________________________
15636 [ 27770] By: nicholas                              on 2006/04/11  21:03:48
15637         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
15638              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15639              Message-Id: <200604112039.k3BKdWix334525@kosh.hut.fi>
15640              Date: Tue, 11 Apr 2006 23:39:32 +0300 (EEST)
15641      Branch: perl
15642            ! perlio.c
15643 ____________________________________________________________________________
15644 [ 27769] By: nicholas                              on 2006/04/11  19:47:15
15645         Log: Subject: [PATCH] locale.c: more Safefree() (Coverity finding)
15646              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
15647              Message-Id: <200604111908.k3BJ8ewn030950@kosh.hut.fi>
15648              Date: Tue, 11 Apr 2006 22:08:40 +0300 (EEST)
15649      Branch: perl
15650            ! locale.c
15651 ____________________________________________________________________________
15652 [ 27768] By: nicholas                              on 2006/04/11  19:26:48
15653         Log: First stab at using the pad to store the serialised hints data.
15654              This approach is almost certainly not only wrong, but also doomed.
15655              But it's needed to build a correct solution.
15656      Branch: perl
15657            ! hv.c hv.h op.c pp_ctl.c scope.h sv.c
15658 ____________________________________________________________________________
15659 [ 27767] By: nicholas                              on 2006/04/11  18:06:30
15660         Log: Within Perl_newSVhek, inline most of newSVpvn_share(), because
15661              share_hek_hek() is far more efficient than sharepvn().
15662      Branch: perl
15663            ! sv.c
15664 ____________________________________________________________________________
15665 [ 27766] By: nicholas                              on 2006/04/11  16:17:13
15666         Log: Stop Perl_newSVpvn_share() potentially leaking the return result from
15667              bytes_from_utf8().
15668      Branch: perl
15669            ! sv.c
15670 ____________________________________________________________________________
15671 [ 27764] By: nicholas                              on 2006/04/11  13:47:05
15672         Log: Need to migrate the refcounted_he structure to be properly shared.
15673              Add a mutex for manipulated their reference counts.
15674              Unwrap the structure, so that for ithreads it can store SVs in pads.
15675      Branch: perl
15676            ! dosish.h embedvar.h hv.c hv.h perl.c perlapi.h perlvars.h
15677            ! symbian/symbianish.h unixish.h vms/vmsish.h win32/win32.c
15678            ! wince/wince.c
15679 ____________________________________________________________________________
15680 [ 27763] By: rgs                                   on 2006/04/11  07:54:23
15681         Log: Subject: [PATCH] Quiet a coverity problem
15682              From: andy@petdance.com (Andy Lester)
15683              Date: Mon, 10 Apr 2006 23:51:50 -0500
15684              Message-ID: <20060411045150.GA1422@petdance.com>
15685      Branch: perl
15686            ! pp.c
15687 ____________________________________________________________________________
15688 [ 27762] By: nicholas                              on 2006/04/10  19:55:49
15689         Log: All S_dumpuntil()'s regnode pointer arguments can be const.
15690      Branch: perl
15691            ! embed.fnc proto.h regcomp.c
15692 ____________________________________________________________________________
15693 [ 27761] By: nicholas                              on 2006/04/10  17:48:04
15694         Log: Perl_unsharepvn() was no longer being used in core, and changes to
15695              S_unshare_hek_or_pvn() had broken it. Now fixed and tested.
15696      Branch: perl
15697            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
15698 ____________________________________________________________________________
15699 [ 27760] By: merijn                                on 2006/04/10  16:35:30
15700         Log: config_H being the last part of my mkglossary work
15701      Branch: perl
15702            ! Porting/config_H
15703 ____________________________________________________________________________
15704 [ 27758] By: merijn                                on 2006/04/10  16:14:32
15705         Log: Regeneration of Glossary and the underlying tools.
15706      Branch: perl
15707            ! Porting/Glossary Porting/config.sh
15708 ____________________________________________________________________________
15709 [ 27757] By: rgs                                   on 2006/04/10  15:46:27
15710         Log: Subject: [PATCH] Fix coverity warning in utf8.c
15711              From: Andy Dougherty <doughera@lafayette.edu>
15712              Date: Mon, 10 Apr 2006 11:18:35 -0400 (EDT)
15713              Message-ID: <Pine.SOC.4.62.0604101117450.22851@maxwell.phys.lafayette.edu>
15714      Branch: perl
15715            ! utf8.c
15716 ____________________________________________________________________________
15717 [ 27756] By: nicholas                              on 2006/04/10  12:21:34
15718         Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for format cv
15719              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
15720              Message-Id: <20060408155541.46B796D08C@ugli.hut.fi>
15721              Date: Sat,  8 Apr 2006 18:55:41 +0300 (EEST)
15722      Branch: perl
15723            ! pp_sys.c t/op/write.t
15724 ____________________________________________________________________________
15725 [ 27755] By: nicholas                              on 2006/04/10  11:56:21
15726         Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for io pointers
15727              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
15728              Message-Id: <20060408155232.4C9726D08C@ugli.hut.fi>
15729              Date: Sat,  8 Apr 2006 18:52:32 +0300 (EEST)
15730      Branch: perl
15731            ! pp_sys.c
15732 ____________________________________________________________________________
15733 [ 27754] By: nicholas                              on 2006/04/10  11:12:26
15734         Log: Subject: [PATCH]es: quiet some warnings (with a free AIX cpp insanity avoidance tip)
15735              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
15736              Message-ID: <44375F23.6030900@gmail.com>
15737              Date: Sat, 08 Apr 2006 09:58:43 +0300
15738      Branch: perl
15739            ! op.c pad.h pp_sys.c
15740 ____________________________________________________________________________
15741 [ 27753] By: davem                                 on 2006/04/10  09:10:37
15742         Log: Subject:  [PATCH] True consting goodness in regexes
15743              From:  andy@petdance.com (Andy Lester)
15744              Date:  Mon, 10 Apr 2006 02:15:58 -0500
15745              Message-Id:  <20060410071558.GA24756@petdance.com>
15746      Branch: perl
15747            ! embed.fnc proto.h regcomp.c regexec.c
15748 ____________________________________________________________________________
15749 [ 27752] By: nicholas                              on 2006/04/09  21:07:48
15750         Log: Fix pointer error in change 27741, spotted by John E. Malmberg.
15751      Branch: perl
15752            ! sv.c
15753 ____________________________________________________________________________
15754 [ 27751] By: stevep                                on 2006/04/09  19:28:35
15755         Log: Subject: Re: [PATCH] perlio.c: Coverity finding: finding false (Coverity notable to follow vtable logic) but adding an assert
15756              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
15757              Date: Sun, 09 Apr 2006 10:18:52 +0300
15758              Message-ID: <4438B55C.9010604@gmail.com>
15759      Branch: perl
15760            ! perlio.c
15761 ____________________________________________________________________________
15762 [ 27750] By: stevep                                on 2006/04/09  18:55:07
15763         Log: Subject: Re: [PATCH] locale.c: Coverity finding
15764              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
15765              Date: Sun, 09 Apr 2006 10:31:32 +0300
15766              Message-ID: <4438B854.6040301@gmail.com>
15767      Branch: perl
15768            ! locale.c
15769 ____________________________________________________________________________
15770 [ 27749] By: stevep                                on 2006/04/09  18:44:17
15771         Log: Subject: [PATCH] Rename variables in some mg_* funcs
15772              From: andy@petdance.com (Andy Lester)
15773              Date: Sun, 9 Apr 2006 00:20:12 -0500
15774              Message-ID: <20060409052012.GA15887@petdance.com>
15775      Branch: perl
15776            ! mg.c
15777 ____________________________________________________________________________
15778 [ 27746] By: davem                                 on 2006/04/08  23:58:51
15779         Log: fix potential null deref introduced by change #27716
15780      Branch: perl
15781            ! regexec.c
15782 ____________________________________________________________________________
15783 [ 27745] By: nicholas                              on 2006/04/08  22:37:29
15784         Log: Subject: [PATCH] perlio.c: Coverity finding: finding false (Coverity not able to follow vtable logic) but adding an assert
15785              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
15786              Message-Id: <20060408161136.CEAC86D08C@ugli.hut.fi>
15787              Date: Sat,  8 Apr 2006 19:11:36 +0300 (EEST)
15788      Branch: perl
15789            ! perlio.c
15790 ____________________________________________________________________________
15791 [ 27744] By: nicholas                              on 2006/04/08  22:23:26
15792         Log: Subject: [PATCH] sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=\0?)
15793              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
15794              Message-Id: <20060408152533.C4D5F6D08C@ugli.hut.fi>
15795              Date: Sat,  8 Apr 2006 18:25:33 +0300 (EEST)
15796              
15797              (although I should add that this version of Coverity is actually
15798              raising a false positive here, albeit something still interesting)
15799      Branch: perl
15800            ! pod/perlvar.pod sv.c t/base/rs.t
15801 ____________________________________________________________________________
15802 [ 27741] By: nicholas                              on 2006/04/08  15:14:13
15803         Log: As av_dup, gv_dup and hv_dup are the same as sv_dup, code in various
15804              branches of Perl_ss_dup() is actually duplicated, so can be merged.
15805      Branch: perl
15806            ! sv.c
15807 ____________________________________________________________________________
15808 [ 27740] By: nicholas                              on 2006/04/08  14:46:53
15809         Log: By swapping the order of pushes onto the save stack for
15810              SAVEt_GENERIC_PVREF, we can merge it with SAVEt_PPTR in Perl_ss_dup().
15811      Branch: perl
15812            ! scope.c sv.c
15813 ____________________________________________________________________________
15814 [ 27739] By: nicholas                              on 2006/04/08  13:43:46
15815         Log: Teach ss_dup about SAVEt_RE_STATE. (As correctly as it ever was before)
15816      Branch: perl
15817            ! sv.c
15818 ____________________________________________________________________________
15819 [ 27738] By: nicholas                              on 2006/04/08  12:50:13
15820         Log: ss_dup of SAVEt_COP_ARYBASE can use the same code as SAVEt_I8.
15821      Branch: perl
15822            ! sv.c
15823 ____________________________________________________________________________
15824 [ 27737] By: nicholas                              on 2006/04/07  21:24:35
15825         Log: Give more information in the panic in ss_dup. (Although I'm not sure
15826              if croak() works at this point, given PerlIO's dependency on a
15827              functional interpreter.)
15828      Branch: perl
15829            ! sv.c
15830 ____________________________________________________________________________
15831 [ 27736] By: gisle                                 on 2006/04/07  16:08:26
15832         Log: Make perl_fini() run when compiling perl with
15833              the Sun WorkShop compiler.
15834      Branch: perl
15835            ! perl.c
15836 ____________________________________________________________________________
15837 [ 27735] By: steveh                                on 2006/04/07  14:55:41
15838         Log: Patch from Jarkko to fix breakage caused by change #27649
15839              see: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00144.html
15840      Branch: perl
15841            ! malloc.c perl.h
15842 ____________________________________________________________________________
15843 [ 27734] By: nicholas                              on 2006/04/07  12:49:11
15844         Log: Oops. Being too terse for my own good - it's not a great idea to chain
15845              assignment of char * to struct pmop *, even when the value is NULL.
15846      Branch: perl
15847            ! perl.c
15848 ____________________________________________________________________________
15849 [ 27733] By: craigb                                on 2006/04/07  02:53:52
15850         Log: Subject: [patch@27694] VMS RMSEXPAND/PERL_CANDO fixes
15851              From: "John E. Malmberg" <wb8tyw@qsl.net>
15852              Date: Mon, 03 Apr 2006 07:39:10 -0400
15853              Message-id: <4431095E.8030003@qsl.net>
15854      Branch: perl
15855            ! vms/vms.c vms/vmsish.h
15856 ____________________________________________________________________________
15857 [ 27732] By: nicholas                              on 2006/04/06  15:52:37
15858         Log: Move all the regexp state variables into a single structure.
15859              This allows it to be saved, restored and cloned with a single Copy()
15860              (but inevitably still some fixup)
15861      Branch: perl
15862            ! embedvar.h perl.c perlapi.h regcomp.c regexp.h scope.c sv.c
15863            ! thrdvar.h
15864 ____________________________________________________________________________
15865 [ 27731] By: steveh                                on 2006/04/06  14:55:40
15866         Log: Subject: Re: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
15867              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
15868              Date: Thu, 6 Apr 2006 14:32:50 +0200
15869              Message-ID: <20060406143250.5a7de4b8@grubert.mandriva.com>
15870      Branch: perl
15871            ! mg.c
15872 ____________________________________________________________________________
15873 [ 27729] By: steveh                                on 2006/04/06  12:16:53
15874         Log: Fix skip count in ext\B\t\lint.t
15875      Branch: perl
15876            ! ext/B/t/lint.t
15877 ____________________________________________________________________________
15878 [ 27728] By: nicholas                              on 2006/04/05  21:40:11
15879         Log: Save the regexp engine state as 1 block on the save stack.
15880      Branch: perl
15881            ! regcomp.c regexp.h scope.c scope.h
15882 ____________________________________________________________________________
15883 [ 27727] By: rgs                                   on 2006/04/05  20:59:53
15884         Log: Subject: Re: expr foreach (...) isn't a B::Lint warning anymore
15885              From: "Joshua ben Jore" <twists@gmail.com>
15886              Date: Wed, 5 Apr 2006 01:11:11 -0500
15887              Message-ID: <dc5c751d0604042311v354547aanf482b3259e56ebb8@mail.gmail.com>
15888      Branch: perl
15889            ! ext/B/B/Lint.pm ext/B/t/lint.t
15890 ____________________________________________________________________________
15891 [ 27726] By: nicholas                              on 2006/04/05  20:19:34
15892         Log: Perl_save_alloc can use the new(er) SSGROW rather than looping.
15893      Branch: perl
15894            ! scope.c
15895 ____________________________________________________________________________
15896 [ 27725] By: rgs                                   on 2006/04/05  19:45:42
15897         Log: Assigning undef to an entry in %ENV shouldn't produce warnings, even
15898              though it's silently converted to ""
15899      Branch: perl
15900            ! mg.c t/lib/warnings/mg
15901 ____________________________________________________________________________
15902 [ 27724] By: stevep                                on 2006/04/05  16:15:41
15903         Log: Try not to use negative values when accessing arrays in C.  Yet another
15904              Coverity catch.
15905      Branch: perl
15906            ! util.c
15907 ____________________________________________________________________________
15908 [ 27723] By: stevep                                on 2006/04/05  15:31:18
15909         Log: Initializing variables is good.  This is another Coverity catch.
15910      Branch: perl
15911            ! gv.c
15912 ____________________________________________________________________________
15913 [ 27722] By: rgs                                   on 2006/04/05  14:44:11
15914         Log: Subject: perlio.c breaks on Solaris/gcc when > 256 FDs are available
15915              From: Alan Burlison <Alan.Burlison@sun.com>
15916              Date: Wed, 05 Apr 2006 15:52:14 +0100
15917              Message-ID: <4433D99E.40800@sun.com>
15918      Branch: perl
15919            ! perlio.c
15920 ____________________________________________________________________________
15921 [ 27721] By: rgs                                   on 2006/04/05  12:56:10
15922         Log: There should be only one META.yml file
15923      Branch: perl
15924            - ext/Devel/PPPort/META.yml ext/Encode/META.yml
15925            ! MANIFEST
15926 ____________________________________________________________________________
15927 [ 27720] By: rgs                                   on 2006/04/05  12:19:11
15928         Log: Fix test portability on non-ASCII platforms
15929              
15930              Subject: Re: lib/ExtUtils/t/Constant.t problem on z/OS
15931              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15932              Date: Wed, 05 Apr 2006 21:13:02 +0900
15933              Message-Id: <20060405210426.F99D.BQW10602@nifty.com>
15934      Branch: perl
15935            ! lib/ExtUtils/t/Constant.t
15936 ____________________________________________________________________________
15937 [ 27719] By: stevep                                on 2006/04/05  11:49:23
15938         Log: Document the functions htmlify() and anchorify() in Pod::Html.
15939      Branch: perl
15940            ! lib/Pod/Html.pm
15941 ____________________________________________________________________________
15942 [ 27718] By: steveh                                on 2006/04/05  10:35:58
15943         Log: Simplify tests for fork() capabilities
15944              
15945              Jarkko pointed out that change #27710 was causing some
15946              black smoke so makes the tests for fork() simpler, as
15947              per lib\Test\Simple\t\fork.t for now. (Ideally we want
15948              a $Config{d_pseudofork}, as suggested by Andy Dougherty,
15949              but that'll have to wait until I get some more tuits.)
15950      Branch: perl
15951            ! ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_sock.t
15952 ____________________________________________________________________________
15953 [ 27717] By: davem                                 on 2006/04/05  03:17:50
15954         Log: (??{...}) didn't always restore PL_reg_re.
15955              Also trie debugging output was using a var that was no longer
15956              valid
15957      Branch: perl
15958            ! regexec.c
15959 ____________________________________________________________________________
15960 [ 27716] By: davem                                 on 2006/04/05  01:50:33
15961         Log: eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdata
15962              (only another 441 global vars to go ...)
15963      Branch: perl
15964            ! embed.fnc embed.h embedvar.h perlapi.h proto.h regcomp.c
15965            ! regexec.c sv.c thrdvar.h
15966 ____________________________________________________________________________
15967 [ 27715] By: davem                                 on 2006/04/05  01:26:59
15968         Log: restructure the EVAL branch of regmatch() to minimise local var scope
15969              (no changes to functionality)
15970      Branch: perl
15971            ! regexec.c
15972 ____________________________________________________________________________
15973 [ 27714] By: rgs                                   on 2006/04/04  15:15:19
15974         Log: Subject: Re: Making IO::Socket pass test on Win32
15975              From: Jim Cromie <jim.cromie@gmail.com>
15976              Date: Tue, 04 Apr 2006 11:07:03 -0400
15977              Message-ID: <44328B97.2060903@gmail.com>
15978      Branch: perl
15979            ! ext/B/t/concise-xs.t
15980 ____________________________________________________________________________
15981 [ 27713] By: rgs                                   on 2006/04/04  12:42:44
15982         Log: FEATURE_IS_ENABLED takes only one parameter now, so reflect that in
15983              perl_keyword.pl
15984      Branch: perl
15985            ! perl_keyword.pl
15986 ____________________________________________________________________________
15987 [ 27712] By: rgs                                   on 2006/04/04  11:42:05
15988         Log: Subject: [PATCH] threads.pm should overload != operator
15989              From: "Jan Dubois" <jand@ActiveState.com>
15990              Date: Mon, 3 Apr 2006 18:06:24 -0700
15991              Message-ID: <02fc01c65783$fe4820f0$2217a8c0@candy>
15992      Branch: perl
15993            ! ext/threads/t/basic.t ext/threads/threads.pm
15994 ____________________________________________________________________________
15995 [ 27711] By: rgs                                   on 2006/04/04  11:14:27
15996         Log: Fix syntax error in io_pipe test
15997      Branch: perl
15998            ! ext/IO/t/io_pipe.t
15999 ____________________________________________________________________________
16000 [ 27710] By: steveh                                on 2006/04/04  10:34:10
16001         Log: Subject: Re: Making IO::Socket pass test on Win32
16002              From: demerphq <demerphq@gmail.com>
16003              Date: Sun, 2 Apr 2006 11:07:19 +0200
16004              Message-ID: <9b18b3110604020107o6a0b594cwfc2344a172c360b0@mail.gmail.com>
16005              
16006              plus extra $Config{d_fork} changes to io_pipe.t and io_multihomed.t
16007      Branch: perl
16008            ! ext/IO/lib/IO/Socket.pm ext/IO/t/io_multihomed.t
16009            ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_unix.t
16010 ____________________________________________________________________________
16011 [ 27709] By: rgs                                   on 2006/04/04  08:54:05
16012         Log: Subject: [PATCH] Move conditional SOCKS5 code into #ifdefs
16013              From: andy@petdance.com (Andy Lester)
16014              Date: Mon, 3 Apr 2006 08:28:18 -0500
16015              Message-ID: <20060403132818.GA7820@petdance.com>
16016      Branch: perl
16017            ! perlio.c
16018 ____________________________________________________________________________
16019 [ 27708] By: gisle                                 on 2006/04/04  08:36:02
16020         Log: Change 27592 disabled the building of manpages for non core-extensions
16021              The init_MAN3PODS method need to be called when no INSTALLMAN3DIR is
16022              present in the first place.
16023      Branch: perl
16024            ! lib/ExtUtils/MM_Unix.pm
16025 ____________________________________________________________________________
16026 [ 27707] By: rgs                                   on 2006/04/04  07:39:59
16027         Log: Subject: [PATCH] "smart match" description in overload.pm is in the middle of "fallback" section
16028              From: "Jan Dubois" <jand@ActiveState.com>
16029              Date: Mon, 3 Apr 2006 18:11:55 -0700
16030              Message-ID: <02fd01c65784$c3f3c430$2217a8c0@candy>
16031      Branch: perl
16032            ! lib/overload.pm
16033 ____________________________________________________________________________
16034 [ 27706] By: craigb                                on 2006/04/04  03:12:34
16035         Log: sort out some utime() issues on VMS
16036      Branch: perl
16037            ! vms/perlvms.pod vms/vms.c
16038 ____________________________________________________________________________
16039 [ 27705] By: rgs                                   on 2006/04/03  16:21:57
16040         Log: Subject: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
16041              From: "Jerry D. Hedden" <jerry@hedden.us>
16042              Date: Mon, 03 Apr 2006 06:10:35 -0700
16043              Message-ID: <20060403061035.fb30e530d17747c2b054d625b8945d88.7482c755b8.wbe@email.email.secureserver.net>
16044      Branch: perl
16045            ! ext/threads/Changes ext/threads/README ext/threads/t/basic.t
16046            ! ext/threads/t/join.t ext/threads/t/list.t
16047            ! ext/threads/t/problems.t ext/threads/t/thread.t
16048            ! ext/threads/threads.pm ext/threads/threads.xs
16049 ____________________________________________________________________________
16050 [ 27704] By: nicholas                              on 2006/04/03  11:32:44
16051         Log: Two modules in ext/ have dependencies that are post-miniperl.
16052              Encode this information in the Makefile for now.
16053      Branch: perl
16054            ! Makefile.SH
16055 ____________________________________________________________________________
16056 [ 27703] By: merijn                                on 2006/04/03  10:02:37
16057         Log: Regeneration after backports of #27447, #27484, #27485, #27488,
16058              #27489, #27490, #27491, and #27632
16059      Branch: perl
16060            ! Configure config_h.SH
16061 ____________________________________________________________________________
16062 [ 27702] By: davem                                 on 2006/04/03  09:56:29
16063         Log: undo #27700 and add a missing Safefree()
16064      Branch: perl
16065            ! regexec.c
16066 ____________________________________________________________________________
16067 [ 27701] By: rgs                                   on 2006/04/03  09:50:45
16068         Log: Subject: [PATCH] SvREFCNT_inc tweaks
16069              From: andy@petdance.com (Andy Lester)
16070              Date: Sat, 1 Apr 2006 02:01:30 -0600
16071              Message-ID: <20060401080130.GA19372@petdance.com>
16072      Branch: perl
16073            ! op.c pad.c perlio.c
16074 ____________________________________________________________________________
16075 [ 27700] By: rgs                                   on 2006/04/03  09:07:20
16076         Log: Subject: [PATCH] Removed unused code in regexec.c
16077              From: andy@petdance.com (Andy Lester)
16078              Date: Mon, 3 Apr 2006 00:00:50 -0500
16079              Message-ID: <20060403050050.GA19055@petdance.com>
16080      Branch: perl
16081            ! regexec.c
16082 ____________________________________________________________________________
16083 [ 27699] By: rgs                                   on 2006/04/03  08:57:57
16084         Log: Subject: [PATCH] ext/IO/t/io_unix.t
16085              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
16086              Date: Sun, 02 Apr 2006 21:57:19 +0300
16087              Message-ID: <44301E8F.2060503@gmail.com>
16088      Branch: perl
16089            ! ext/IO/t/io_unix.t
16090 ____________________________________________________________________________
16091 [ 27698] By: rgs                                   on 2006/04/03  08:50:28
16092         Log: Subject: revisited: pow.t test failures on AIX 5.1 perl588 with -Duselongdouble
16093              From: "John L. Allen" <allen@grumman.com>
16094              Date: Thu, 30 Mar 2006 17:53:13 -0500 (EST)
16095              Message-ID: <Pine.GSO.4.53.0603301710140.24672@gateway.northropgrumman.com>
16096      Branch: perl
16097            ! pp.c
16098 ____________________________________________________________________________
16099 [ 27697] By: rgs                                   on 2006/04/03  08:30:27
16100         Log: Document that the regexp engine is not currently reentrant
16101              
16102              Subject: Re: [perl #33936] segment fault when using split() in regexp with (??{...})
16103              From: Dominic Dunlop <domo@computer.org>
16104              Date: Sun, 2 Apr 2006 21:13:59 +0200
16105              Message-Id: <AD104FE7-2BD6-49B6-A845-46458179A4B1@computer.org>
16106      Branch: perl
16107            ! pod/perlre.pod
16108 ____________________________________________________________________________
16109 [ 27696] By: rgs                                   on 2006/04/03  08:22:15
16110         Log: Take splint into account for PERL_UNUSED_ARG (patch by Jarkko)
16111      Branch: perl
16112            ! XSUB.h perl.h
16113 ____________________________________________________________________________
16114 [ 27694] By: davem                                 on 2006/04/03  01:31:12
16115         Log: anonymous unions aren't legal ANSI c
16116      Branch: perl
16117            ! regexec.c regexp.h
16118 ____________________________________________________________________________
16119 [ 27693] By: nicholas                              on 2006/04/03  00:25:45
16120         Log: The make_ext script should pass MAKE=$MAKE to submakes it invokes for
16121              extentions, as they in turn may invoke $MAKE, and should invoke the
16122              same $MAKE as at the top level, which may not be $Config{make}
16123      Branch: perl
16124            ! ext/util/make_ext
16125 ____________________________________________________________________________
16126 [ 27692] By: davem                                 on 2006/04/02  23:50:25
16127         Log: whoops, change 27691 blew away the regexec.c changes from 27688
16128      Branch: perl
16129            ! regexec.c
16130 ____________________________________________________________________________
16131 [ 27691] By: davem                                 on 2006/04/02  22:37:57
16132         Log: subsume CURCUR (current curly) struct within the main regmatch_state
16133      Branch: perl
16134            ! regexec.c regexp.h
16135 ____________________________________________________________________________
16136 [ 27690] By: rgs                                   on 2006/04/02  21:41:28
16137         Log: Subject: [PATCH] Removed unnecessary pointers checks
16138              From: andy@petdance.com (Andy Lester)
16139              Date: Sat, 1 Apr 2006 01:01:32 -0600
16140              Message-ID: <20060401070132.GA6616@petdance.com>
16141      Branch: perl
16142            ! gv.c
16143 ____________________________________________________________________________
16144 [ 27689] By: rgs                                   on 2006/04/02  21:13:16
16145         Log: Subject: [PATCH] Prevent "use sort 'stable'" from reversing the order
16146              From: Robin Houston <robin@cpan.org>
16147              Date: Sun, 2 Apr 2006 17:20:24 +0100
16148              Message-ID: <20060402162024.GA3854@rpc142.cs.man.ac.uk>
16149      Branch: perl
16150            ! lib/sort.t pp_sort.c
16151 ____________________________________________________________________________
16152 [ 27688] By: rgs                                   on 2006/04/02  20:58:59
16153         Log: Subject: Re: [perl #38293] chr(65535) should be allowed in regexes
16154              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16155              Date: Sun, 02 Apr 2006 22:48:44 +0900
16156              Message-Id: <20060402224657.B942.BQW10602@nifty.com>
16157      Branch: perl
16158            ! doop.c op.c regcomp.c regexec.c t/op/pat.t t/op/tr.t utf8.h
16159 ____________________________________________________________________________
16160 [ 27687] By: nicholas                              on 2006/04/02  20:27:24
16161         Log: Change 27677 missed two direct accesses to op_private in COPs.
16162              I believe that all are now found, as redefining CopHINTS_get(c)
16163              to (~(c)->op_private) (with corresponding changes to CopHINTS_set()
16164              and the initialisation of PL_compiling) works.
16165      Branch: perl
16166            ! perl.h pp_ctl.c utf8.h
16167 ____________________________________________________________________________
16168 [ 27686] By: merijn                                on 2006/04/02  19:10:55
16169         Log: First stab at a more reliable Glossary. This now is (again)
16170              mostly generated. (Well, It's a repair to the existing version
16171              "based on" a generated version, which is now well sorted, but
16172              still incomplete for less obvious reasons).
16173      Branch: perl
16174            ! Porting/Glossary
16175 ____________________________________________________________________________
16176 [ 27685] By: davem                                 on 2006/04/02  18:32:32
16177         Log: make parts of struct regmatch_state unions
16178              This reduces its size from 120 to 72 bytes
16179      Branch: perl
16180            ! regexec.c regexp.h
16181 ____________________________________________________________________________
16182 [ 27681] By: nicholas                              on 2006/04/02  17:05:34
16183         Log: Better failure diagnostics from switch.t.
16184      Branch: perl
16185            ! t/op/switch.t
16186 ____________________________________________________________________________
16187 [ 27680] By: nicholas                              on 2006/04/02  16:51:53
16188         Log: Subject: Re: recent changes have some unmatching of parameters and types
16189              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16190              Message-Id: <20060402122547.0037.BQW10602@nifty.com>
16191              Date: Sun, 02 Apr 2006 12:32:53 +0900
16192      Branch: perl
16193            ! embed.fnc pod/perlintern.pod proto.h
16194 ____________________________________________________________________________
16195 [ 27679] By: davem                                 on 2006/04/02  16:32:10
16196         Log: use slabs to allocate save state space in regmatch() 
16197      Branch: perl
16198            ! embedvar.h perl.c perl.h perlapi.h regcomp.h regexec.c
16199            ! regexp.h sv.c thrdvar.h
16200 ____________________________________________________________________________
16201 [ 27677] By: nicholas                              on 2006/04/02  11:17:58
16202         Log: Abstract all reads/writes of the hints in COPs with 2 new macros,
16203              CopHINTS_get() and CopHINTS_set().
16204      Branch: perl
16205            ! cop.h op.c pp_ctl.c utf8.c
16206 ____________________________________________________________________________
16207 [ 27676] By: nicholas                              on 2006/04/02  10:55:36
16208         Log: 'SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)' is 'SvIV(sv)' so write it as such.
16209      Branch: perl
16210            ! mg.c
16211 ____________________________________________________________________________
16212 [ 27674] By: nicholas                              on 2006/04/02  10:41:30
16213         Log: Convert ByteLoader to use CopARYBASE_set().
16214      Branch: perl
16215            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
16216 ____________________________________________________________________________
16217 [ 27671] By: nicholas                              on 2006/04/02  10:08:04
16218         Log: Abstract all the accesses to cop_arybase (apart from ByteLoader)
16219      Branch: perl
16220            ! cop.h ext/B/B.xs mg.c op.c pp.c pp_ctl.c pp_hot.c scope.c
16221            ! scope.h toke.c
16222 ____________________________________________________________________________
16223 [ 27669] By: craigb                                on 2006/04/02  01:09:38
16224         Log: fix typo in vms/gen_shrfls.pl itanium detector
16225      Branch: perl
16226            ! vms/gen_shrfls.pl
16227 ____________________________________________________________________________
16228 [ 27668] By: nicholas                              on 2006/04/01  23:34:10
16229         Log: If the passed in target rv for Perl_newSVrv() was already a reference
16230              to something, it would leak the reference count on that thing.
16231      Branch: perl
16232            ! sv.c
16233 ____________________________________________________________________________
16234 [ 27667] By: nicholas                              on 2006/04/01  23:09:34
16235         Log: Test no mypragma;
16236      Branch: perl
16237            ! t/lib/mypragma.t
16238 ____________________________________________________________________________
16239 [ 27666] By: nicholas                              on 2006/04/01  21:17:46
16240         Log: Automatically set HINT_LOCALIZE_HH whenever %^H is modified.
16241      Branch: perl
16242            ! embed.fnc embed.h hv.c lib/feature.pm lib/sort.pm mg.c op.c
16243            ! proto.h scope.c scope.h t/lib/mypragma.pm
16244 ____________________________________________________________________________
16245 [ 27665] By: nicholas                              on 2006/04/01  19:38:31
16246         Log: The call to Perl_hv_assert(aTHX_ hv) should be wrapped in a DEBUG_A().
16247      Branch: perl
16248            ! hv.c
16249 ____________________________________________________________________________
16250 [ 27664] By: nicholas                              on 2006/04/01  15:26:48
16251         Log: Test that user pragmas work inside string eval.
16252      Branch: perl
16253            ! t/lib/mypragma.t
16254 ____________________________________________________________________________
16255 [ 27663] By: nicholas                              on 2006/04/01  15:22:54
16256         Log: Add Rafael's example user pragma, and convert his demo to a test.
16257      Branch: perl
16258            + t/lib/mypragma.pm t/lib/mypragma.t
16259            ! MANIFEST
16260 ____________________________________________________________________________
16261 [ 27662] By: nicholas                              on 2006/04/01  15:21:56
16262         Log: If the comment says "(and not ours)" then it should be tested.
16263      Branch: perl
16264            ! t/op/getppid.t
16265 ____________________________________________________________________________
16266 [ 27660] By: nicholas                              on 2006/04/01  15:11:11
16267         Log: Rewrite t/op/getppid.t to remove the assumption that init has PID of 1.
16268      Branch: perl
16269            ! t/op/getppid.t
16270 ____________________________________________________________________________
16271 [ 27659] By: nicholas                              on 2006/04/01  14:31:37
16272         Log: Propagate cop_hints inside string evals. For the unthreaded case this
16273              is easy. For the threaded case it's not, because the current OP may
16274              be shared with another thread, so solve this by copying the hints
16275              chain.
16276      Branch: perl
16277            ! embed.fnc embed.h hv.c pod/perlintern.pod pp_ctl.c proto.h
16278            ! t/op/caller.t
16279 ____________________________________________________________________________
16280 [ 27657] By: nicholas                              on 2006/04/01  12:32:23
16281         Log: Inconsistencies in paramter const-ness noticed by SADAHIRO Tomoyuki.
16282      Branch: perl
16283            ! embed.fnc proto.h sv.c
16284 ____________________________________________________________________________
16285 [ 27656] By: rgs                                   on 2006/03/31  21:53:22
16286         Log: Subject: [PATCH] Re: recursion now removed from the regex engine
16287              From: Dominic Dunlop <shouldbedomo@mac.com>
16288              Date: Thu, 30 Mar 2006 10:31:55 +0200
16289              Message-Id: <C4D69F9F-FB90-4564-8C46-E51765EB0440@mac.com>
16290      Branch: perl
16291            ! t/op/pat.t
16292 ____________________________________________________________________________
16293 [ 27653] By: rgs                                   on 2006/03/31  20:02:40
16294         Log: Updated version of the grumpy comment deleted by change #27649,
16295              by Jarkko
16296      Branch: perl
16297            ! perl.h
16298 ____________________________________________________________________________
16299 [ 27652] By: merijn                                on 2006/03/31  19:36:44
16300         Log: Glossary part for #27447 (madlyh, madlyobj, madlysrc)
16301      Branch: perl
16302            ! Porting/Glossary
16303 ____________________________________________________________________________
16304 [ 27650] By: nicholas                              on 2006/03/31  19:30:09
16305         Log: Need to dup any hints HV stored on the save stack.
16306      Branch: perl
16307            ! sv.c
16308 ____________________________________________________________________________
16309 [ 27649] By: rgs                                   on 2006/03/31  16:59:53
16310         Log: Subject: [PATCH] Redo PERL_UNUSED_DECL
16311              From: andy@petdance.com (Andy Lester)
16312              Date: Fri, 31 Mar 2006 00:54:58 -0600
16313              Message-ID: <20060331065458.GA28571@petdance.com>
16314      Branch: perl
16315            ! malloc.c perl.h
16316 ____________________________________________________________________________
16317 [ 27648] By: craigb                                on 2006/03/31  16:31:28
16318         Log: Subject: [patch@27638] Enable standard stat for VMS >=8.2
16319              From: "John E. Malmberg" <wb8tyw@qsl.net>
16320              Date: Fri, 31 Mar 2006 00:39:23 -0500
16321              Message-id: <442CC08A.30409@qsl.net>
16322      Branch: perl
16323            ! configure.com vms/vms.c vms/vmsish.h
16324 ____________________________________________________________________________
16325 [ 27647] By: nicholas                              on 2006/03/31  16:22:13
16326         Log: Note future possible flexibility for Perl_magic_sethint().
16327      Branch: perl
16328            ! mg.c
16329 ____________________________________________________________________________
16330 [ 27646] By: nicholas                              on 2006/03/31  16:19:38
16331         Log: Test that entries in %^H are actually independant.
16332      Branch: perl
16333            ! t/op/caller.t
16334 ____________________________________________________________________________
16335 [ 27645] By: nicholas                              on 2006/03/31  14:10:39
16336         Log: I can't spell.
16337      Branch: perl
16338            ! op.c
16339 ____________________________________________________________________________
16340 [ 27644] By: rgs                                   on 2006/03/31  14:08:12
16341         Log: Document new magic types in perlguts. Fix a comment about sort hints.
16342      Branch: perl
16343            ! perl.h pod/perlguts.pod
16344 ____________________________________________________________________________
16345 [ 27643] By: nicholas                              on 2006/03/31  13:45:57
16346         Log: Serialise changes to %^H onto the current COP. Return the compile time
16347              state of %^H as an eleventh value from caller. This allows users to
16348              write pragmas.
16349      Branch: perl
16350            ! cop.h dump.c embed.fnc embed.h gv.c hv.c hv.h makedef.pl mg.c
16351            ! op.c perl.c perl.h pod/perlfunc.pod pod/perlintern.pod
16352            ! pp_ctl.c proto.h scope.c scope.h sv.c t/op/caller.t
16353 ____________________________________________________________________________
16354 [ 27642] By: rgs                                   on 2006/03/31  13:22:00
16355         Log: Upgrade to Time::Local 1.12_01
16356      Branch: perl
16357            ! lib/Time/Local.pm lib/Time/Local.t
16358 ____________________________________________________________________________
16359 [ 27641] By: rgs                                   on 2006/03/31  12:30:31
16360         Log: Subject: [PATCH] Random accumulated patches
16361              From: andy@petdance.com (Andy Lester)
16362              Date: Thu, 30 Mar 2006 23:42:28 -0600
16363              Message-ID: <20060331054228.GA18940@petdance.com>
16364      Branch: perl
16365            ! cop.h doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c op.c perl.c
16366            ! perl.h pp.c pp_ctl.c pp_hot.c pp_sort.c proto.h regcomp.c sv.c
16367            ! sv.h toke.c utf8.c
16368 ____________________________________________________________________________
16369 [ 27640] By: rgs                                   on 2006/03/31  12:10:57
16370         Log: Subject: [PATCH] IO::Compress::Zip
16371              From: "Paul Marquess" <paul.marquess@ntlworld.com>
16372              Date: Fri, 31 Mar 2006 09:48:36 +0100
16373              Message-ID: <005201c6549f$e7374490$2405140a@myopwv.com>
16374      Branch: perl
16375            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
16376 ____________________________________________________________________________
16377 [ 27639] By: rgs                                   on 2006/03/31  08:00:08
16378         Log: Test for fileno definedness instead of truth
16379              Don't load Config.pm, which isn't used
16380      Branch: perl
16381            ! lib/FileCache.pm
16382 ____________________________________________________________________________
16383 [ 27638] By: nicholas                              on 2006/03/30  20:55:17
16384         Log: Localising hash slices with UTF-8 encoded keys was also buggy.
16385              (See also change 27637)
16386      Branch: perl
16387            ! pp.c t/op/local.t
16388 ____________________________________________________________________________
16389 [ 27637] By: nicholas                              on 2006/03/30  20:37:03
16390         Log: Fix bug #38815 (localising keys which are UTF-8 encoded didn't delete
16391              them correctly on scope exit)
16392      Branch: perl
16393            ! pp_hot.c scope.c t/op/local.t
16394 ____________________________________________________________________________
16395 [ 27636] By: nicholas                              on 2006/03/30  18:18:27
16396         Log: Fix bug 36267 - assigning to a tied hash shouldn't change the
16397              underlying hash. (It used to, if the underlying hash had had storage
16398              allocated). This has the side effect of changing the return value from
16399              hv_store and hv_store_ent for some tied hash scenarios. But *to*
16400              something consistent (ly crazy)
16401      Branch: perl
16402            ! ext/XS/APItest/t/hash.t hv.c t/op/tie.t
16403 ____________________________________________________________________________
16404 [ 27635] By: stevep                                on 2006/03/30  12:49:28
16405         Log: Pod nit mentioned in Debian bug #358455.
16406      Branch: perl
16407            ! pod/perlsec.pod
16408 ____________________________________________________________________________
16409 [ 27634] By: gisle                                 on 2006/03/30  12:31:26
16410         Log: Populate pre-canned config.sh files with
16411              d_archlib and d_inc_version_list.
16412              Ref change 27632.
16413      Branch: perl
16414            ! configure.com symbian/config.sh win32/config.bc
16415            ! win32/config.gc win32/config.vc win32/config.vc64
16416            ! wince/config.ce
16417 ____________________________________________________________________________
16418 [ 27633] By: rgs                                   on 2006/03/30  12:15:35
16419         Log: Subject: PATCH t/op/tie.t
16420              From: Robin Barker <Robin.Barker@npl.co.uk>
16421              Date: Thu, 30 Mar 2006 13:07:47 +0100
16422              Message-ID: <533D273D4014D411AB1D00062938C4D90849C9CA@hotel.npl.ad.local>
16423      Branch: perl
16424            ! t/op/tie.t
16425 ____________________________________________________________________________
16426 [ 27632] By: gisle                                 on 2006/03/30  12:13:54
16427         Log: Introduce d_sitearch and d_inc_version_list config.sh variables.
16428              These allow me to set sitearch and sitelib to be the same without
16429              ending up with duplicate entries in @INC.
16430              
16431              Basically the same way the old d_archlib variable is used.
16432      Branch: perl
16433            ! Configure Porting/Glossary config_h.SH perl.c
16434 ____________________________________________________________________________
16435 [ 27631] By: rgs                                   on 2006/03/30  08:28:38
16436         Log: Subject: Re: New Module::Build released
16437              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
16438              Date: Wed, 29 Mar 2006 14:10:32 -0500
16439              Message-ID: <442ADBA8.4000203@thepierianspring.org>
16440      Branch: perl
16441            + lib/Module/Build/YAML.pm lib/Module/Build/t/mbyaml.t
16442            ! MANIFEST lib/ExtUtils/CBuilder.pm
16443            ! lib/ExtUtils/CBuilder/Changes
16444            ! lib/ExtUtils/CBuilder/Platform/VMS.pm lib/Module/Build.pm
16445            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
16446            ! lib/Module/Build/Changes lib/Module/Build/Platform/MacOS.pm
16447            ! lib/Module/Build/Platform/VMS.pm
16448            ! lib/Module/Build/Platform/Windows.pm
16449            ! lib/Module/Build/Platform/os2.pm
16450            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
16451            ! lib/Module/Build/t/lib/DistGen.pm
16452            ! lib/Module/Build/t/metadata.t
16453 ____________________________________________________________________________
16454 [ 27630] By: rgs                                   on 2006/03/30  08:17:12
16455         Log: Subject: [PATCH] Clean up regexec.c, and remove two functions
16456              From: andy@petdance.com (Andy Lester)
16457              Date: Wed, 29 Mar 2006 10:13:36 -0600
16458              Message-ID: <20060329161336.GA12456@petdance.com>
16459      Branch: perl
16460            ! embed.fnc embed.h proto.h regexec.c
16461 ____________________________________________________________________________
16462 [ 27629] By: rgs                                   on 2006/03/29  12:30:56
16463         Log: Subject: child's processor time
16464              From: hv@crypt.org <hv@crypt.org>
16465              Date: Mar 29, 2006 2:34 PM
16466              Message-Id: <200603291234.k2TCY6r29535@zen.crypt.org>
16467      Branch: perl
16468            ! pod/perlfunc.pod
16469 ____________________________________________________________________________
16470 [ 27628] By: rgs                                   on 2006/03/29  09:26:01
16471         Log: Subject: CLONE for Tie::RefHash
16472              From: Yuval Kogman <nothingmuch@woobling.org>
16473              Date: Mon, 27 Mar 2006 15:34:07 +0200
16474              Message-ID: <20060327133407.GA16901@woobling.org>
16475              
16476              (also rename old Tie::RefHash test, so several test files
16477              are allowed.)
16478      Branch: perl
16479            + lib/Tie/RefHash/threaded.t
16480           +> lib/Tie/RefHash/refhash.t
16481            - lib/Tie/RefHash.t
16482            ! MANIFEST lib/Tie/RefHash.pm
16483 ____________________________________________________________________________
16484 [ 27627] By: rgs                                   on 2006/03/29  09:01:21
16485         Log: Subject: [PATCH] Devel::DProf consting
16486              From: andy@petdance.com (Andy Lester)
16487              Date: Sat, 25 Mar 2006 23:32:13 -0600
16488              Message-ID: <20060326053213.GA10401@petdance.com>
16489      Branch: perl
16490            ! ext/Devel/DProf/DProf.xs
16491 ____________________________________________________________________________
16492 [ 27626] By: rgs                                   on 2006/03/29  08:55:21
16493         Log: Subject: re-[PATCH] Re: [PATCH] Poison now in two different flavours!
16494              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
16495              Date: Sun, 26 Mar 2006 14:53:56 +0300
16496              Message-ID: <442680D4.3000809@gmail.com>
16497      Branch: perl
16498            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
16499            ! pp_ctl.c scope.c sv.c util.c
16500 ____________________________________________________________________________
16501 [ 27625] By: rgs                                   on 2006/03/29  08:42:28
16502         Log: Subject: [doc-patch] clarify -Accflags in INSTALL
16503              From: Jim Cromie <jim.cromie@gmail.com>
16504              Date: Sun, 26 Mar 2006 20:33:23 -0500
16505              Message-ID: <442740E3.8030006@gmail.com>
16506      Branch: perl
16507            ! INSTALL
16508 ____________________________________________________________________________
16509 [ 27622] By: nicholas                              on 2006/03/28  15:43:59
16510         Log: Only compile Perl_hv_assert with DEBUGGING.
16511      Branch: perl
16512            ! hv.c makedef.pl
16513 ____________________________________________________________________________
16514 [ 27621] By: nicholas                              on 2006/03/28  15:17:06
16515         Log: Having tested IPv6 support in all builtins for TCP and UDP, it all
16516              seem to work perfectly. So remove from perltodo.pod.
16517      Branch: perl
16518            ! pod/perltodo.pod
16519 ____________________________________________________________________________
16520 [ 27620] By: gisle                                 on 2006/03/28  11:18:52
16521         Log: Improved description of the tmon.out format.
16522              The / lines where undocumented.
16523      Branch: perl
16524            ! ext/Devel/DProf/DProf.pm
16525 ____________________________________________________________________________
16526 [ 27619] By: steveh                                on 2006/03/28  10:38:52
16527         Log: Subject: [PATCH lib/Term/ReadLine] Re: [cpan #17773] Bug in Term::ReadKey being trigger by a bug in Term::ReadLine
16528              From: Jonathan Stowe <jns@gellyfish.com>
16529              Date: Mon, 13 Mar 2006 16:09:44 +0000
16530              Message-Id: <1142266184.5811.141.camel@orpheus.gellyfish.com>
16531      Branch: perl
16532            ! lib/Term/ReadLine.pm
16533 ____________________________________________________________________________
16534 [ 27618] By: craigb                                on 2006/03/28  04:01:21
16535         Log: Subject: [patch@27613] VMS long file path support active.
16536              From: "John E. Malmberg" <wb8tyw@qsl.net>
16537              Date: Mon, 27 Mar 2006 08:05:33 -0500
16538              Message-id: <4427E31D.2030801@qsl.net>
16539
16540      Branch: perl
16541            ! vms/vms.c vms/vmsish.h
16542 ____________________________________________________________________________
16543 [ 27617] By: nicholas                              on 2006/03/27  21:04:58
16544         Log: Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with
16545              the near identical code in pp_entertry into Perl_create_eval_scope.
16546              Move the cut & paste code from Perl_call_sv/Perl_fold_constants into
16547              Perl_delete_eval_scope.
16548      Branch: perl
16549            ! cop.h embed.fnc embed.h ext/B/t/concise-xs.t op.c perl.c
16550            ! pp_ctl.c proto.h
16551 ____________________________________________________________________________
16552 [ 27616] By: nicholas                              on 2006/03/27  20:31:52
16553         Log: It helps to actually add the files you add to MANIFEST. (Thanks Dave
16554              for spotting my mistake).
16555      Branch: perl
16556            + t/comp/fold.t
16557 ____________________________________________________________________________
16558 [ 27615] By: nicholas                              on 2006/03/27  19:25:02
16559         Log: If constant folding fails, don't fold constants, rather than reporting
16560              the error at compile time. This allows illegal constant expressions in
16561              dead code to be ignored.
16562      Branch: perl
16563            ! MANIFEST op.c pod/perldiag.pod pod/perltodo.pod
16564 ____________________________________________________________________________
16565 [ 27613] By: craigb                                on 2006/03/27  00:04:10
16566         Log: EU::MM::MM_VMS::one_liner must quote "--" argument
16567      Branch: perl
16568            ! lib/ExtUtils/MM_VMS.pm
16569 ____________________________________________________________________________
16570 [ 27612] By: nicholas                              on 2006/03/26  22:12:57
16571         Log: Replace all sv_mortalcopy(&PL_sv_no); sv_set*(...) with
16572              sv2mortal(newSV*(...)) to avoid needless upgrades to PVNV and needless
16573              allocation of a copy of "".
16574      Branch: perl
16575            ! pp_sys.c
16576 ____________________________________________________________________________
16577 [ 27611] By: craigb                                on 2006/03/26  21:58:49
16578         Log: Subject: [patch@27609] vms pool corruption fix for _NLA0:
16579              From: "John E. Malmberg" <wb8tyw@qsl.net>
16580              Date: Sun, 26 Mar 2006 14:32:30 -0500
16581              Message-id: <4426EC4E.8030801@qsl.net>
16582      Branch: perl
16583            ! vms/vms.c
16584 ____________________________________________________________________________
16585 [ 27610] By: gisle                                 on 2006/03/26  09:15:01
16586         Log: REXEC_ML is unused.
16587      Branch: perl
16588            ! regexp.h
16589 ____________________________________________________________________________
16590 [ 27609] By: gbarr                                 on 2006/03/26  02:49:11
16591         Log: Update to IO-1.23
16592      Branch: perl
16593            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/lib/IO/Dir.pm
16594            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
16595            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
16596            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IO/t/io_multihomed.t
16597            ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
16598            ! ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
16599 ____________________________________________________________________________
16600 [ 27608] By: nicholas                              on 2006/03/25  22:45:34
16601         Log: Add S_space_join_names_mortal() which joins a char** array with " "s,
16602              replacing 5 instances of the same code.
16603      Branch: perl
16604            ! embed.fnc embed.h pp_sys.c proto.h
16605 ____________________________________________________________________________
16606 [ 27607] By: nicholas                              on 2006/03/25  22:10:27
16607         Log: Silence 3 (spurious) gcc warnings about "maybe used uninitialized".
16608      Branch: perl
16609            ! regexec.c sv.c
16610 ____________________________________________________________________________
16611 [ 27603] By: davem                                 on 2006/03/25  14:57:19
16612         Log: make configpm only update Config.pm, Config_heavy.pl if changed.
16613              Should stop spurious rebuilding of extensions.
16614              Also add documentation and copyright to top of file.
16615      Branch: perl
16616            ! configpm
16617 ____________________________________________________________________________
16618 [ 27602] By: nicholas                              on 2006/03/25  14:46:09
16619         Log: PL_multiline isn't referenced, and can be removed.
16620      Branch: perl
16621            ! embedvar.h intrpvar.h perl.c perlapi.h sv.c
16622 ____________________________________________________________________________
16623 [ 27601] By: rgs                                   on 2006/03/25  13:42:38
16624         Log: Subject: [PATCH] ext/Compress/IO/Zlib/t/050interop-gzip.t
16625              From: "Paul Marquess" <paul.marquess@ntlworld.com>
16626              Date: Fri, 24 Mar 2006 16:19:05 -0000
16627              Message-ID: <001b01c64f5e$ad8284d0$6b65140a@myopwv.com>
16628      Branch: perl
16629            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
16630 ____________________________________________________________________________
16631 [ 27600] By: nicholas                              on 2006/03/25  11:35:33
16632         Log: Free the regexp state when exiting "recursion".
16633      Branch: perl
16634            ! regexec.c
16635 ____________________________________________________________________________
16636 [ 27599] By: davem                                 on 2006/03/24  23:21:52
16637         Log: remove unused PL_regcc variable
16638      Branch: perl
16639            ! embedvar.h perlapi.h regcomp.c sv.c thrdvar.h
16640 ____________________________________________________________________________
16641 [ 27598] By: davem                                 on 2006/03/24  23:05:11
16642         Log: make S_regmatch() iterative rather than recursive.
16643              Goodbye stack-bustng regexes!
16644      Branch: perl
16645            ! regexec.c
16646 ____________________________________________________________________________
16647 [ 27597] By: craigb                                on 2006/03/24  21:05:45
16648         Log: restore EU::MM test fixes from 26079, 26813, and 26919
16649              that were lost in 27590
16650      Branch: perl
16651            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/FIRST_MAKEFILE.t
16652            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
16653 ____________________________________________________________________________
16654 [ 27596] By: rgs                                   on 2006/03/24  13:51:15
16655         Log: Bump version number of ExtUtils::MM_Win32
16656      Branch: perl
16657            ! lib/ExtUtils/MM_Win32.pm
16658 ____________________________________________________________________________
16659 [ 27595] By: steveh                                on 2006/03/24  13:01:32
16660         Log: Fix broken MM_Win32.t tests following 27590
16661              
16662              Test 31 was failing because 27590 had undone part of 25627.
16663              Test 41 was failing because the change to pasthru() in MM_Win32.pm
16664              means that $self->{MAKE} now needs to be initialized.
16665      Branch: perl
16666            ! lib/ExtUtils/t/MM_Win32.t
16667 ____________________________________________________________________________
16668 [ 27594] By: rgs                                   on 2006/03/24  11:01:01
16669         Log: Subject: [PATCH] (2nd revised) 1st patch to sync blead 'threads' with CPAN
16670              From: "Jerry D. Hedden" <jerry@hedden.us>
16671              Date: Thu, 23 Mar 2006 09:19:54 -0700
16672              Message-ID: <20060323091954.fb30e530d17747c2b054d625b8945d88.884826707f.wbe@email.email.secureserver.net>
16673      Branch: perl
16674            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
16675            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
16676            ! ext/threads/t/libc.t ext/threads/t/list.t
16677            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
16678            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
16679            ! ext/threads/t/thread.t ext/threads/threads.pm
16680            ! ext/threads/threads.xs
16681 ____________________________________________________________________________
16682 [ 27593] By: craigb                                on 2006/03/23  23:19:38
16683         Log: improve thread linking options on VMS
16684      Branch: perl
16685            ! configure.com vms/descrip_mms.template
16686 ____________________________________________________________________________
16687 [ 27592] By: rgs                                   on 2006/03/23  22:13:13
16688         Log: When MAN3PODS is forced to {} in a Makefile.PL, manpages should not be
16689              built from pods. This change fixes bleadperl compilation -- trying to
16690              build manpages with miniperl causes a bootstrapping problem.
16691      Branch: perl
16692            ! lib/ExtUtils/MM_Unix.pm
16693 ____________________________________________________________________________
16694 [ 27591] By: rgs                                   on 2006/03/23  17:50:29
16695         Log: No reason to ship MakeMaker's META.yml
16696      Branch: perl
16697            - lib/ExtUtils/META.yml
16698            ! MANIFEST
16699 ____________________________________________________________________________
16700 [ 27590] By: rgs                                   on 2006/03/23  17:43:26
16701         Log: Merge changes from CPAN's EU:MM 6.30_01.
16702              The modules that have local changes have superior
16703              version numbers than the CPAN counterparts.
16704      Branch: perl
16705            + lib/ExtUtils/t/INSTALL_BASE.t lib/ExtUtils/t/make.t
16706            + lib/ExtUtils/t/revision.t
16707            - lib/ExtUtils/t/installbase.t
16708            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
16709            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
16710            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
16711            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
16712            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
16713            ! lib/ExtUtils/PATCHING lib/ExtUtils/t/Command.t
16714            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/MM_NW5.t
16715            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
16716            ! lib/ExtUtils/t/basic.t
16717 ____________________________________________________________________________
16718 [ 27589] By: nicholas                              on 2006/03/23  16:27:42
16719         Log: Document the values for ${^UTF8CACHE}
16720      Branch: perl
16721            ! pod/perlvar.pod
16722 ____________________________________________________________________________
16723 [ 27588] By: nicholas                              on 2006/03/23  16:25:51
16724         Log: Rejig the location of the cache assertion code in Perl_sv_pos_b2u().
16725      Branch: perl
16726            ! sv.c
16727 ____________________________________________________________________________
16728 [ 27587] By: rgs                                   on 2006/03/23  15:27:15
16729         Log: Get version numbers in line with what's in the CPAN
16730              EU::MM 6.30_01 tarball. (ExtUtils::Install has local changes,
16731              so bump its version number.)
16732      Branch: perl
16733            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
16734            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
16735            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
16736 ____________________________________________________________________________
16737 [ 27586] By: nicholas                              on 2006/03/23  14:31:28
16738         Log: Move orphaned documentation back to its functions
16739              Document the new static functions, and how the cache works.
16740      Branch: perl
16741            ! pod/perltodo.pod sv.c
16742 ____________________________________________________________________________
16743 [ 27585] By: nicholas                              on 2006/03/23  14:09:33
16744         Log: Make S_sv_pos_u2b_cached use both cache pairs.
16745      Branch: perl
16746            ! sv.c
16747 ____________________________________________________________________________
16748 [ 27584] By: nicholas                              on 2006/03/23  13:47:41
16749         Log: Use both cache entries for Perl_sv_pos_b2u().
16750      Branch: perl
16751            ! sv.c
16752 ____________________________________________________________________________
16753 [ 27583] By: nicholas                              on 2006/03/23  13:16:53
16754         Log: Complete the other 2 arms of the cache update code.
16755      Branch: perl
16756            ! sv.c
16757 ____________________________________________________________________________
16758 [ 27582] By: nicholas                              on 2006/03/23  12:44:35
16759         Log: Pass the (byte) length of the entire string into
16760              utf8_mg_pos_cache_update()
16761              Start to use the cache to store two pairs of byte/utf-8 pairs.
16762              Add the first third of the cache update code.
16763      Branch: perl
16764            ! embed.fnc embed.h proto.h sv.c
16765 ____________________________________________________________________________
16766 [ 27581] By: rgs                                   on 2006/03/23  12:30:39
16767         Log: Upgrade to Time::Local 1.12
16768      Branch: perl
16769            ! lib/Time/Local.pm lib/Time/Local.t
16770 ____________________________________________________________________________
16771 [ 27580] By: nicholas                              on 2006/03/23  11:33:48
16772         Log: Add all new static functions to embed.fnc
16773              Remove old unused static functions.
16774              Remove references to cache[2] and cache[3].
16775      Branch: perl
16776            ! embed.fnc embed.h proto.h sv.c
16777 ____________________________________________________________________________
16778 [ 27579] By: nicholas                              on 2006/03/23  11:06:52
16779         Log: Use the cache in S_sv_pos_u2b_cached() when the desired offset is
16780              between the start of the string and the cached location.
16781              Remove unneccesary else from Perl_sv_pos_b2u().
16782      Branch: perl
16783            ! sv.c
16784 ____________________________________________________________________________
16785 [ 27578] By: nicholas                              on 2006/03/23  10:42:26
16786         Log: Use the cache in S_sv_pos_u2b_cached when the sought offset is after
16787              the first cache entry.
16788      Branch: perl
16789            ! sv.c
16790 ____________________________________________________________________________
16791 [ 27577] By: rgs                                   on 2006/03/23  10:01:48
16792         Log: Further adjustement to change #27576 by Jan Dubois
16793              (this change being blead-specific, while #27576 is
16794              integrable to maint)
16795      Branch: perl
16796            ! sv.c
16797 ____________________________________________________________________________
16798 [ 27576] By: rgs                                   on 2006/03/23  09:58:22
16799         Log: Subject: RE: [PATCH, no, really!] Re: [perl #38779] NAN's on Win32
16800              From: "Jan Dubois" <jand@ActiveState.com>
16801              Date: Wed, 22 Mar 2006 22:49:11 -0800
16802              Message-ID: <060201c64e45$e4ca7020$2217a8c0@candy>
16803              
16804              Also, back out change #27567.
16805      Branch: perl
16806            ! README.win32 pp.c pp_hot.c sv.c win32/win32.h
16807 ____________________________________________________________________________
16808 [ 27575] By: nicholas                              on 2006/03/23  00:14:53
16809         Log: Call S_utf8_mg_pos_cache_update() from S_sv_pos_u2b_cached().
16810              S_utf8_mg_pos_cache_update() can't use S_sv_pos_b2u_forwards() in the
16811              cache assertion code as it triggers warnings about surrogates.
16812      Branch: perl
16813            ! sv.c
16814 ____________________________________________________________________________
16815 [ 27574] By: nicholas                              on 2006/03/22  22:49:42
16816         Log: Take advantage of uoffset >= uoffset0, to simplify some logic.
16817      Branch: perl
16818            ! sv.c
16819 ____________________________________________________________________________
16820 [ 27573] By: nicholas                              on 2006/03/22  21:19:50
16821         Log: Add S_sv_pos_u2b_midway for when we know the utf-8/bytes offsets on
16822              both sides of the desired offset, so could count either way.
16823              Use cached utf-8 length in S_sv_pos_u2b_cached.
16824              Check the results if PL_utf8cache < 0.
16825      Branch: perl
16826            ! sv.c
16827 ____________________________________________________________________________
16828 [ 27572] By: nicholas                              on 2006/03/22  20:38:20
16829         Log: Create S_sv_pos_u2b_cached, which abstracts away utf-8 to byte
16830              conversions, hiding the complexity of any cache lookup.
16831      Branch: perl
16832            ! sv.c
16833 ____________________________________________________________________________
16834 [ 27571] By: rgs                                   on 2006/03/22  20:33:56
16835         Log: Subject: Uninitialized value in Archive::Tar
16836              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
16837              Date: Mon, 20 Mar 2006 06:37:31 -0500
16838              Message-ID: <441E93FB.3050906@thepierianspring.org>
16839      Branch: perl
16840            ! lib/Archive/Tar.pm
16841 ____________________________________________________________________________
16842 [ 27570] By: nicholas                              on 2006/03/22  18:13:06
16843         Log: The simplest way to start on Perl_sv_pos_u2b seems to be to take out
16844              all of the caching code.
16845      Branch: perl
16846            ! sv.c
16847 ____________________________________________________________________________
16848 [ 27569] By: davem                                 on 2006/03/22  16:05:16
16849         Log: remove idential code branch from regmatch()
16850      Branch: perl
16851            ! regexec.c
16852 ____________________________________________________________________________
16853 [ 27568] By: stevep                                on 2006/03/22  15:59:07
16854         Log: Fix some test failures in t/op/cmp.t when compiling with the Intel
16855              C++ Compiler on Linux.
16856      Branch: perl
16857            ! hints/linux.sh
16858 ____________________________________________________________________________
16859 [ 27567] By: rgs                                   on 2006/03/22  14:27:21
16860         Log: Subject: [PATCH] Re: [perl #38779] NAN's on Win32
16861              From: Dominic Dunlop <shouldbedomo@mac.com>
16862              Date: Wed, 22 Mar 2006 15:18:33 +0100
16863              Message-Id: <E44A2151-DE7F-4C5D-8A4B-DDA0412229C2@mac.com>
16864      Branch: perl
16865            ! README.win32
16866 ____________________________________________________________________________
16867 [ 27566] By: gisle                                 on 2006/03/22  13:37:19
16868         Log: Adjust docs to reflect that DynaLoader, as of change 27549,
16869              is part of libperl.
16870      Branch: perl
16871            ! lib/ExtUtils/Embed.pm
16872 ____________________________________________________________________________
16873 [ 27565] By: stevep                                on 2006/03/22  02:18:58
16874         Log: Increase the length of content compressed as a kludge to get 
16875              around incompatibilities in OpenBSD's gzip.
16876      Branch: perl
16877            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
16878 ____________________________________________________________________________
16879 [ 27564] By: nicholas                              on 2006/03/21  22:09:51
16880         Log: (Hopefully) make VMS happy.
16881      Branch: perl
16882            ! sv.c
16883 ____________________________________________________________________________
16884 [ 27563] By: craigb                                on 2006/03/21  13:01:47
16885         Log: Subject: [patch@27529] thread.h - VMS needs more stack
16886              From: "John E. Malmberg" <wb8tyw@qsl.net>
16887              Date: Fri, 17 Mar 2006 11:05:33 -0500
16888              Message-id: <441ADE4D.2090207@qsl.net>
16889
16890      Branch: perl
16891            ! thread.h
16892 ____________________________________________________________________________
16893 [ 27562] By: gisle                                 on 2006/03/21  11:34:38
16894         Log: Upgrade to Digest-1.15
16895      Branch: perl
16896            ! lib/Digest.pm lib/Digest/Changes
16897 ____________________________________________________________________________
16898 [ 27561] By: rgs                                   on 2006/03/21  10:49:14
16899         Log: Subject: [patch@27538] utime patch for VMS
16900              From: "John E. Malmberg" <wb8tyw@qsl.net>
16901              Date: Mon, 20 Mar 2006 08:12:19 -0500
16902              Message-ID: <441EAA33.6010603@qsl.net>
16903      Branch: perl
16904            ! configure.com vms/vms.c vms/vmsish.h
16905 ____________________________________________________________________________
16906 [ 27560] By: gisle                                 on 2006/03/21  10:16:43
16907         Log: Test croak(NULL)
16908      Branch: perl
16909            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/exception.t
16910 ____________________________________________________________________________
16911 [ 27559] By: nicholas                              on 2006/03/20  19:30:48
16912         Log: Extend change 27558 - if we know the character offset of the end, but
16913              don't have a cache for intermediate offsets, we can still use the end
16914              offset.
16915      Branch: perl
16916            ! sv.c
16917 ____________________________________________________________________________
16918 [ 27558] By: nicholas                              on 2006/03/20  18:54:32
16919         Log: In Perl_sv_pos_b2u, if we know the character offset of the end, we
16920              can take advantage of this to count backwards if close.
16921              Remove some now unnecessary casts.
16922      Branch: perl
16923            ! sv.c
16924 ____________________________________________________________________________
16925 [ 27557] By: nicholas                              on 2006/03/20  18:17:39
16926         Log: Abstract the string walking functionality from Perl_sv_pos_b2u into
16927              static functions, and make it respect PL_utf8cache.
16928      Branch: perl
16929            ! sv.c
16930 ____________________________________________________________________________
16931 [ 27556] By: steveh                                on 2006/03/20  17:32:25
16932         Log: Merge some more changes from ActivePerl 5.8.8.816
16933              
16934              See (again):
16935              http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt
16936              
16937              These changes improve support for the MS 64-bit compiler in
16938              win32/Makefile (and tentatively make the same changes to
16939              win32/makefile.mk), and also switches the now deprecated -Gf switch to
16940              -GF for all flavours of VC++ instead of just the latest ones.
16941              
16942              (See:
16943              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-02/msg00353.html
16944              for a comment on the s/-Gf/-GF/ change.)
16945      Branch: perl
16946            ! win32/Makefile win32/makefile.mk
16947 ____________________________________________________________________________
16948 [ 27555] By: steveh                                on 2006/03/20  17:21:15
16949         Log: Merge some changes from ActivePerl 5.8.8.816
16950              
16951              See:
16952              http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt
16953              
16954              These changes provide better support for building XS extension modules
16955              using VC++ or MinGW when perl itself was built with the opposite of
16956              those two compilers.
16957      Branch: perl
16958            ! win32/config_H.gc win32/config_H.vc
16959 ____________________________________________________________________________
16960 [ 27554] By: rgs                                   on 2006/03/20  13:03:07
16961         Log: Revert part of change 27546 related to a /dev/null bug
16962              workaround on VMS, as requested by John E. Malmberg
16963      Branch: perl
16964            ! vms/vms.c
16965 ____________________________________________________________________________
16966 [ 27553] By: nicholas                              on 2006/03/20  12:37:22
16967         Log: Perl_utf8_distance can be implemented as a call to Perl_utf8_length.
16968      Branch: perl
16969            ! utf8.c
16970 ____________________________________________________________________________
16971 [ 27552] By: nicholas                              on 2006/03/20  12:13:46
16972         Log: The two loops in Perl_utf8_distance can be merged.
16973      Branch: perl
16974            ! utf8.c
16975 ____________________________________________________________________________
16976 [ 27551] By: gisle                                 on 2006/03/20  10:51:36
16977         Log: Avoid "uninitialized value" warnings during 'make test'.
16978              My system is set up with a few PATH entries I'm not allowed
16979              to access, so stat() fails for these.
16980      Branch: perl
16981            ! t/test.pl
16982 ____________________________________________________________________________
16983 [ 27550] By: gisle                                 on 2006/03/20  10:44:08
16984         Log: Also strip $ENV{PATH} dirs writable by world.
16985              The stripping was introduced in change 27364 to improve taint handling.
16986      Branch: perl
16987            ! t/test.pl
16988 ____________________________________________________________________________
16989 [ 27549] By: gisle                                 on 2006/03/20  10:21:50
16990         Log: Move DynaLoader.o into libperl.so.
16991              
16992              This avoids the need to statically link DynaLoader into the stub perl
16993              executable and make libperl.so provide all the code needed to get a
16994              functional embedded perl interpreter up running.  As a side effect
16995              this also moves DynaLoader into libperl.a for non-useshrplib builds.
16996              
16997              Fixes [perl #32539]
16998      Branch: perl
16999            ! Makefile.SH ext/DynaLoader/Makefile.PL ext/util/make_ext
17000            ! writemain.SH
17001 ____________________________________________________________________________
17002 [ 27548] By: nicholas                              on 2006/03/20  10:13:38
17003         Log: If the scalar has just been upgraded to SVt_RV, there's no way SvPVX
17004              can be non-NULL, so no need to check.
17005      Branch: perl
17006            ! pp.c
17007 ____________________________________________________________________________
17008 [ 27547] By: rgs                                   on 2006/03/20  10:11:21
17009         Log: Subject: [PATCH blead] Re: [perl #38710] localised stash slice
17010              From: Rick Delaney <rick@bort.ca>
17011              Date: Sat, 18 Mar 2006 19:52:11 -0500
17012              Message-ID: <20060319005211.GM25733@localhost.localdomain>
17013              
17014              One can now localize slices.
17015      Branch: perl
17016            ! pp.c t/op/local.t
17017 ____________________________________________________________________________
17018 [ 27546] By: rgs                                   on 2006/03/20  09:53:17
17019         Log: Subject: [patch@27538] Misc vms.c fixes for buffer sizes.
17020              From: "John E. Malmberg" <wb8tyw@qsl.net>
17021              Date: Sun, 19 Mar 2006 20:08:34 -0500
17022              Message-ID: <441E0092.2010405@qsl.net>
17023      Branch: perl
17024            ! vms/vms.c
17025 ____________________________________________________________________________
17026 [ 27545] By: steveh                                on 2006/03/20  09:34:57
17027         Log: Subject: [PATCH] win32_async_check must *always* check for pending signals
17028              From: "Jan Dubois" <jand@ActiveState.com>
17029              Date: Fri, 17 Mar 2006 12:23:01 -0800
17030              Message-ID: <00d401c64a00$96af8ae0$2217a8c0@candy>
17031      Branch: perl
17032            ! win32/win32.c
17033 ____________________________________________________________________________
17034 [ 27544] By: davem                                 on 2006/03/20  00:52:09
17035         Log: merge the TRIEF/TRIEFL and TRIE branches in regmatch(),
17036              expunge a couple of macros, and move some variable declarations
17037              inwards
17038      Branch: perl
17039            ! regexec.c
17040 ____________________________________________________________________________
17041 [ 27543] By: nicholas                              on 2006/03/19  19:26:05
17042         Log: Remove a redundant test on mg->mg_ptr. (It had to be non-NULL to get
17043              into this block).
17044      Branch: perl
17045            ! sv.c
17046 ____________________________________________________________________________
17047 [ 27542] By: stevep                                on 2006/03/19  16:38:11
17048         Log: Subject: [PATCH] Change the semantics of S_isa_lookup
17049              From: Andy Lester <andy@petdance.com>
17050              Date: Sat, 18 Mar 2006 00:28:45 -0600
17051              Message-ID: <20060318062845.GA11607@petdance.com>
17052      Branch: perl
17053            ! embed.fnc proto.h universal.c
17054 ____________________________________________________________________________
17055 [ 27541] By: stevep                                on 2006/03/19  16:32:16
17056         Log: Subject: [PATCH] a bit 'use strict' cleanliness
17057              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
17058              Date: Sun, 19 Mar 2006 13:21:37 +0200
17059              Message-ID: <441D3EC1.20902@gmail.com>
17060      Branch: perl
17061            ! lib/English.pm lib/Text/Tabs.pm lib/Tie/Hash.pm
17062            ! lib/Tie/Scalar.pm
17063 ____________________________________________________________________________
17064 [ 27540] By: stevep                                on 2006/03/19  16:24:22
17065         Log: Subject: [PATCH] Data::Dumper consting
17066              From: Andy Lester <andy@petdance.com>
17067              Date: Sun, 19 Mar 2006 01:22:04 -0600
17068              Message-ID: <20060319072204.GB5596@petdance.com>
17069      Branch: perl
17070            ! ext/Data/Dumper/Dumper.xs
17071 ____________________________________________________________________________
17072 [ 27539] By: stevep                                on 2006/03/19  16:21:29
17073         Log: Subject: [PATCH] Cleanups in op.c
17074              From: Andy Lester <andy@petdance.com>
17075              Date: Sun, 19 Mar 2006 00:30:29 -0600
17076              Message-ID: <20060319063029.GA5077@petdance.com>
17077      Branch: perl
17078            ! op.c
17079 ____________________________________________________________________________
17080 [ 27538] By: nicholas                              on 2006/03/17  22:12:27
17081         Log: Make Perl_sv_len_utf8 honour the new ${^UTF8CACHE}.
17082              If PERL_UTF8_CACHE_ASSERT is defined, default ${^UTF8CACHE} to -1
17083              (assertion mode). Need a way to turn this on with existing command
17084              line flags.
17085      Branch: perl
17086            ! intrpvar.h sv.c
17087 ____________________________________________________________________________
17088 [ 27537] By: nicholas                              on 2006/03/17  20:39:47
17089         Log: Remove a duplicated conditional test by putting everything for the
17090              not readonly case inside one block.
17091      Branch: perl
17092            ! sv.c
17093 ____________________________________________________________________________
17094 [ 27536] By: nicholas                              on 2006/03/17  19:37:41
17095         Log: Properly set/reset the UTF-8 length cache in regcomp.c.
17096      Branch: perl
17097            ! regcomp.c sv.c
17098 ____________________________________________________________________________
17099 [ 27535] By: nicholas                              on 2006/03/17  16:46:44
17100         Log: Restore a bit of change 27533 that change 27534 inadvertently unwound.
17101      Branch: perl
17102            ! regexec.c
17103 ____________________________________________________________________________
17104 [ 27534] By: davem                                 on 2006/03/17  15:58:45
17105         Log: inline, then delete, S_regrepeat_hard()
17106      Branch: perl
17107            ! embed.fnc embed.h proto.h regexec.c
17108 ____________________________________________________________________________
17109 [ 27533] By: nicholas                              on 2006/03/17  13:38:34
17110         Log: sv_find() returning false, followed by sv_magic() to add the magic,
17111              followed immediately by sv_find() to find it, is somewhat wasteful.
17112              So use sv_magicext(). (All cases are also correct w.r.t. SvREADONLY())
17113      Branch: perl
17114            ! mg.c pp_ctl.c pp_hot.c regexec.c sv.c
17115 ____________________________________________________________________________
17116 [ 27532] By: steveh                                on 2006/03/17  13:20:11
17117         Log: Make "distclean" target on Win32 clean up temporary HTML directory
17118              that gets left behind after running the "install" target.
17119              Also clean up a couple of leftover pod2html cache files.
17120      Branch: perl
17121            ! win32/Makefile win32/makefile.mk
17122 ____________________________________________________________________________
17123 [ 27531] By: rgs                                   on 2006/03/17  13:18:38
17124         Log: Upgrade to ExtUtils::CBuilder 0.17
17125      Branch: perl
17126            + lib/ExtUtils/CBuilder/Changes
17127            ! MANIFEST lib/ExtUtils/CBuilder.pm
17128            ! lib/ExtUtils/CBuilder/Base.pm
17129            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
17130            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
17131 ____________________________________________________________________________
17132 [ 27530] By: steveh                                on 2006/03/17  11:10:41
17133         Log: Install POD files into "lib\pods" rather than "lib\pod" on Win32
17134              to avoid clashing with "lib\Pod" (cf. perl change #26363)
17135              
17136              Also remove a couple of unused macros from the makefiles
17137      Branch: perl
17138            ! installperl win32/Makefile win32/makefile.mk
17139 ____________________________________________________________________________
17140 [ 27529] By: stevep                                on 2006/03/17  04:40:24
17141         Log: Subject: [PATCH] threads.xs broken under PERL_IMPLICIT_SYS; 5.8.8 regression 
17142              From: Jan Dubois <jand@ActiveState.com> 
17143              Date: Thu, 16 Mar 2006 19:34:00 -0800
17144              Message-ID: <02e601c64973$a1960cf0$6062a8c0@candy> 
17145              
17146              Also includes a version bump to ext/threads/threads.pm.
17147      Branch: perl
17148            ! ext/threads/threads.pm ext/threads/threads.xs
17149 ____________________________________________________________________________
17150 [ 27528] By: stevep                                on 2006/03/17  04:29:30
17151         Log: Subject: [PATCH] win32_pclose() error exit doesn't unlock mutex
17152              From: Jan Dubois <jand@ActiveState.com>
17153              Date: Thu, 16 Mar 2006 16:30:23 -0800
17154              Message-ID: <02c701c64959$fac63ad0$6062a8c0@candy>
17155      Branch: perl
17156            ! win32/win32.c wince/wince.c
17157 ____________________________________________________________________________
17158 [ 27527] By: stevep                                on 2006/03/17  04:19:01
17159         Log: Subject: [PATCH] win32_async_check() can loop indefinitely; 5.8.8 regression
17160              From: Jan Dubois <jand@ActiveState.com>
17161              Date: Thu, 16 Mar 2006 16:11:48 -0800
17162              Message-ID: <02ab01c64957$62142e70$6062a8c0@candy>
17163      Branch: perl
17164            ! win32/win32.c
17165 ____________________________________________________________________________
17166 [ 27526] By: davem                                 on 2006/03/17  02:57:45
17167         Log: reduce S_regrepeat_hard() callers from 3 to 1
17168      Branch: perl
17169            ! regexec.c
17170 ____________________________________________________________________________
17171 [ 27525] By: nicholas                              on 2006/03/16  23:11:11
17172         Log: Add a new per-interpeter variable PL_utf8cache, which will be used to
17173              control the UTF-8 offset caching code. Make this visible as
17174              ${^UTF8CACHE}
17175      Branch: perl
17176            ! embedvar.h gv.c intrpvar.h mg.c perlapi.h pod/perlvar.pod
17177 ____________________________________________________________________________
17178 [ 27524] By: nicholas                              on 2006/03/16  22:20:57
17179         Log: Note that it's worth looking to downsize variables in the interpreter
17180              structure.
17181      Branch: perl
17182            ! pod/perltodo.pod
17183 ____________________________________________________________________________
17184 [ 27523] By: nicholas                              on 2006/03/16  21:52:49
17185         Log: Correct the macros in the comments in hv.c. Given the improvements in
17186              compiler optimisation, and the almost irrelevance of instructions
17187              executed over cache misses, maybe we should just remove the comments
17188              by putting their code back in place of the o{ptimis,bfuscat}ed version.
17189      Branch: perl
17190            ! hv.c
17191 ____________________________________________________________________________
17192 [ 27522] By: gisle                                 on 2006/03/16  21:27:00
17193         Log: Avoid hardcoded $(OBJ_EXT)
17194      Branch: perl
17195            ! ext/DynaLoader/Makefile.PL
17196 ____________________________________________________________________________
17197 [ 27521] By: gisle                                 on 2006/03/16  21:20:46
17198         Log: Change 27520 was a bit too aggressive.  Let's keep the warning.
17199      Branch: perl
17200            ! ext/util/make_ext
17201 ____________________________________________________________________________
17202 [ 27520] By: gisle                                 on 2006/03/16  21:14:26
17203         Log: Remove unused code. No extension use Makefile.SH any more.
17204      Branch: perl
17205            ! ext/util/make_ext
17206 ____________________________________________________________________________
17207 [ 27519] By: gisle                                 on 2006/03/16  20:32:27
17208         Log: Fix up miniperl dependency.
17209              Depend on $(obj) when we use that to build miniperl.
17210      Branch: perl
17211            ! Makefile.SH
17212 ____________________________________________________________________________
17213 [ 27518] By: gisle                                 on 2006/03/16  20:24:08
17214         Log: Simplify; make perl.o included in $(obj)
17215      Branch: perl
17216            ! Makefile.SH
17217 ____________________________________________________________________________
17218 [ 27517] By: rgs                                   on 2006/03/16  16:17:38
17219         Log: Add a couple of regression tests for the untested
17220              "Bad name after %s" parsing error
17221      Branch: perl
17222            ! t/comp/parser.t
17223 ____________________________________________________________________________
17224 [ 27516] By: rgs                                   on 2006/03/16  15:19:03
17225         Log: Subject: [PATCH] Compress::Raw::Zlib, Compress::Zlib, IO::Compress::Zlib 2.000_10
17226              From: "Paul Marquess" <paul.marquess@ntlworld.com>
17227              Date: Thu, 16 Mar 2006 14:38:52 -0000
17228              Message-ID: <009401c64907$5a6ed710$4c05140a@myopwv.com>
17229      Branch: perl
17230            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
17231            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
17232            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
17233            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
17234            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
17235            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/Makefile.PL
17236            ! ext/Compress/IO/Zlib/README
17237            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
17238            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
17239            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
17240            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
17241            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
17242            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
17243            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
17244            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
17245            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
17246            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
17247            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
17248            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
17249            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
17250            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
17251            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
17252            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
17253            ! ext/Compress/IO/Zlib/t/010examples.t
17254            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
17255            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
17256            ! ext/Compress/Raw/Zlib/Zlib.xs
17257            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
17258            ! ext/Compress/Raw/Zlib/t/02zlib.t ext/Compress/Zlib/Changes
17259            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
17260            ! ext/Compress/Zlib/examples/gzcat
17261            ! ext/Compress/Zlib/examples/gzstream
17262            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
17263            ! ext/Compress/Zlib/t/14gzopen.t t/lib/compress/generic.pl
17264            ! t/lib/compress/tied.pl
17265 ____________________________________________________________________________
17266 [ 27515] By: gisle                                 on 2006/03/16  12:01:10
17267         Log: require should ignore directories found when searching @INC not just
17268              die as soon as it finds one.  It should for instance be possible to
17269              for require "File" to read the file "./File" even if there happens to
17270              be a "File" directory in perl's standard library.
17271              
17272              This fixes the RT #24404 fix in change 26373.
17273      Branch: perl
17274            ! pp_ctl.c t/comp/require.t
17275 ____________________________________________________________________________
17276 [ 27514] By: rgs                                   on 2006/03/16  08:32:28
17277         Log: Make the threads tests silent with regard to the new :unique deprecation warning
17278      Branch: perl
17279            ! ext/threads/t/problems.t
17280 ____________________________________________________________________________
17281 [ 27513] By: nicholas                              on 2006/03/15  23:02:49
17282         Log: Make the original versions of relocated paths available from
17283              %Config::Config with the prefix "raw_". Not sure if "raw_" is the
17284              best choice.
17285      Branch: perl
17286            ! configpm
17287 ____________________________________________________________________________
17288 [ 27511] By: nicholas                              on 2006/03/15  19:47:02
17289         Log: Correct the non gcc-brace-group definition of SvAMAGIC_off
17290      Branch: perl
17291            ! sv.h
17292 ____________________________________________________________________________
17293 [ 27510] By: nicholas                              on 2006/03/15  18:47:32
17294         Log: D'oh! 27508 wasn't quite testing what I wanted it to test. This does.
17295      Branch: perl
17296            ! lib/overload.t
17297 ____________________________________________________________________________
17298 [ 27508] By: nicholas                              on 2006/03/15  17:57:14
17299         Log: Test for reblessing objects with weak references.
17300      Branch: perl
17301            ! lib/overload.t
17302 ____________________________________________________________________________
17303 [ 27507] By: nicholas                              on 2006/03/15  17:21:00
17304         Log: Expunge references to HV_AMAGIC, HV_AMAGICbad and HV_AMAGICmb which
17305              have been unused since revision 1.
17306      Branch: perl
17307            ! hv.h sv.h
17308 ____________________________________________________________________________
17309 [ 27506] By: nicholas                              on 2006/03/15  15:08:49
17310         Log: Moving the overloading flag from the reference to the referant allows
17311              (re)?blessing of overloaded objects to work correctly.
17312      Branch: perl
17313            ! dump.c lib/overload.t sv.c sv.h
17314 ____________________________________________________________________________
17315 [ 27505] By: nicholas                              on 2006/03/15  13:13:19
17316         Log: Finish converting overload.t to Test::More
17317      Branch: perl
17318            ! lib/overload.t
17319 ____________________________________________________________________________
17320 [ 27504] By: nicholas                              on 2006/03/15  12:43:15
17321         Log: Further conversion of overload.t
17322      Branch: perl
17323            ! lib/overload.t
17324 ____________________________________________________________________________
17325 [ 27503] By: stevep                                on 2006/03/15  12:34:10
17326         Log: Additions to README.win32 and win32/Makefile based on comments from
17327              Steve Hay.
17328      Branch: perl
17329            ! README.win32 win32/Makefile
17330 ____________________________________________________________________________
17331 [ 27502] By: nicholas                              on 2006/03/15  12:29:01
17332         Log: Further conversion of overload.t
17333      Branch: perl
17334            ! lib/overload.t
17335 ____________________________________________________________________________
17336 [ 27501] By: nicholas                              on 2006/03/15  12:05:27
17337         Log: Partially convert overload.t to Test::More
17338      Branch: perl
17339            ! lib/overload.t
17340 ____________________________________________________________________________
17341 [ 27500] By: stevep                                on 2006/03/15  11:06:34
17342         Log: The first step in supporting VC++ 8.0.  Added macros for the free .NET 2.0 SDK and Visual Studio
17343              2005.  Added these macros to "if" conditions that were appropriate.  Added a fix to prevent
17344              the .NET 1.1 and 2.0 SDK compilers from attempting to build perlglob.exe (they are both missing
17345              the setargv.obj file necessary to do it).
17346      Branch: perl
17347            ! win32/Makefile
17348 ____________________________________________________________________________
17349 [ 27499] By: rgs                                   on 2006/03/14  17:32:48
17350         Log: Deprecate :unique even with threads
17351      Branch: perl
17352            ! toke.c
17353 ____________________________________________________________________________
17354 [ 27498] By: rgs                                   on 2006/03/14  17:02:38
17355         Log: Make usage of :unique emit a deprecation warning.
17356              Remove its outdated documentation.
17357      Branch: perl
17358            ! cv.h pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke
17359            ! toke.c
17360 ____________________________________________________________________________
17361 [ 27497] By: rgs                                   on 2006/03/14  16:02:35
17362         Log: Subject: [PATCH] perl @ 27483 fix lib/Pod/Simple/t/corpustest.t to work on VMS ODS-2
17363              From: Peter Prymmer <PPrymmer@factset.com>
17364              Date: Tue, 14 Mar 2006 10:38:00 -0500
17365              Message-ID: <OF85EC8E5E.4DF3A439-ON85257131.0055870A-85257131.0055E07C@factset.com>
17366      Branch: perl
17367            ! lib/Pod/Simple/t/corpustest.t
17368 ____________________________________________________________________________
17369 [ 27496] By: nicholas                              on 2006/03/14  15:21:54
17370         Log: SVphv_REHASH can use the same flag bit as SVf_FAKE. This allows
17371              0x10000000 (SVf_AMAGIC) to be set on all 16 SV types, which seems to
17372              be necessary to fix subtle bugs involving reblessing and overloading. 
17373      Branch: perl
17374            ! sv.h
17375 ____________________________________________________________________________
17376 [ 27495] By: rgs                                   on 2006/03/14  09:55:17
17377         Log: Subject: [perl #38710] localised stash slice 
17378              From: Hugo van der Sanden (via RT) <perlbug-followup@perl.org>
17379              Date: Sat, 11 Mar 2006 02:47:56 -0800
17380              Message-ID: <rt-3.0.11-38710-131000.18.015529928953@perl.org>
17381              
17382              (new TODO tests)
17383      Branch: perl
17384            ! t/op/local.t
17385 ____________________________________________________________________________
17386 [ 27494] By: rgs                                   on 2006/03/14  08:53:07
17387         Log: threads and threads::shared are now dual-lived modules
17388      Branch: perl
17389            ! Porting/Maintainers.pl
17390 ____________________________________________________________________________
17391 [ 27493] By: rgs                                   on 2006/03/14  08:38:45
17392         Log: Subject: [PATCH] Do nothing in a GCC-friendly way
17393              From: andy@petdance.com (Andy Lester)
17394              Date: Mon, 13 Mar 2006 12:48:50 -0600
17395              Message-ID: <20060313184850.GA16905@petdance.com>
17396      Branch: perl
17397            ! perl.h
17398 ____________________________________________________________________________
17399 [ 27492] By: rgs                                   on 2006/03/14  08:35:24
17400         Log: Subject: [PATCH] looks_like_bool can be const
17401              From: andy@petdance.com (Andy Lester)
17402              Date: Mon, 13 Mar 2006 09:31:52 -0600
17403              Message-ID: <20060313153152.GA13254@petdance.com>
17404      Branch: perl
17405            ! embed.fnc op.c proto.h
17406 ____________________________________________________________________________
17407 [ 27491] By: nicholas                              on 2006/03/13  23:13:23
17408         Log: Somewhat less shaky relocatable @INC support. You can install things
17409              to the current location of the perl tree, move it, install more things,
17410              move it again, lather rinse repeat.
17411              Configure with -Duserelocatableinc
17412      Branch: perl
17413            ! Configure configpm installperl
17414 ____________________________________________________________________________
17415 [ 27490] By: nicholas                              on 2006/03/13  20:49:55
17416         Log: First stab at rather shaky Configure support for relocatable @INC.
17417              Seems to be installing rather more that it's supposed to be.
17418      Branch: perl
17419            ! Configure configpm
17420 ____________________________________________________________________________
17421 [ 27489] By: nicholas                              on 2006/03/13  18:59:27
17422         Log: Split break out the installprefix code from setprefixvar, which allows
17423              the remaining 8 places to call the common prefix conversion code.
17424      Branch: perl
17425            ! Configure
17426 ____________________________________________________________________________
17427 [ 27488] By: nicholas                              on 2006/03/13  18:01:11
17428         Log: Refactor most of the cut & paste for setting prefix/prefixexp variables
17429              and the "Change installation prefix, if necessary" into a new
17430              "function" setprefixvar (which I assume will become Setprefixvar.U)
17431              How many platforms still have Bourne shells that can't do shell
17432              functions? Someone's going to say Irix?
17433      Branch: perl
17434            ! Configure
17435 ____________________________________________________________________________
17436 [ 27487] By: rgs                                   on 2006/03/13  17:35:59
17437         Log: Forgot the ending \. Why did it still compile ?
17438      Branch: perl
17439            ! ext/List/Util/multicall.h
17440 ____________________________________________________________________________
17441 [ 27486] By: rgs                                   on 2006/03/13  17:34:09
17442         Log: Subject: [PATCH] Automatically SPAGAIN in the poor-man's-multicall API
17443              From: Robin Houston <robin@cpan.org>
17444              Date: Mon, 13 Mar 2006 12:48:21 +0000
17445              Message-ID: <20060313124821.GA11203@rpc142.cs.man.ac.uk>
17446      Branch: perl
17447            ! ext/List/Util/multicall.h
17448 ____________________________________________________________________________
17449 [ 27485] By: nicholas                              on 2006/03/13  17:10:14
17450         Log: The existing order of the checks for whether man1dir and man3dir were
17451              ' ' were obviously buggy, because they set installman[13]dir only for
17452              the next if block to set it again. Reordering removes that daftness.
17453      Branch: perl
17454            ! Configure
17455 ____________________________________________________________________________
17456 [ 27484] By: nicholas                              on 2006/03/13  15:50:04
17457         Log: The "Change installation prefix, if necessary." code needs to use
17458              the ~ expanded prefix and installprefix in the substitution.
17459      Branch: perl
17460            ! Configure
17461 ____________________________________________________________________________
17462 [ 27483] By: rgs                                   on 2006/03/12  15:12:29
17463         Log: Load .pmc always, even if they are older than a matching .pm file.
17464              (This trick is going to be used by pugs.)
17465      Branch: perl
17466            ! pod/perlfunc.pod pp_ctl.c
17467 ____________________________________________________________________________
17468 [ 27482] By: stevep                                on 2006/03/12  14:07:17
17469         Log: Subject: [PATCH] Removed unnecessary NULL check in Digest::SHA
17470              From: Andy Lester <andy@petdance.com>
17471              Date: Tue, 7 Mar 2006 12:12:35 -0600
17472              Message-ID: <20060307181235.GA25688@petdance.com>
17473      Branch: perl
17474            ! ext/Digest/SHA/src/hmac.c
17475 ____________________________________________________________________________
17476 [ 27481] By: stevep                                on 2006/03/12  13:48:10
17477         Log: Upgrade to Module-Build-0.27_09
17478      Branch: perl
17479            ! Porting/Maintainers.pl lib/Module/Build.pm
17480            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
17481            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
17482            ! lib/Module/Build/Cookbook.pm
17483 ____________________________________________________________________________
17484 [ 27480] By: nicholas                              on 2006/03/11  23:40:34
17485         Log: isSPACE('\0') is false, so can simplify the condition in the for
17486              loop. As the for loop is basically a while loop, write it as one, to
17487              make its intentions clearer.
17488      Branch: perl
17489            ! toke.c
17490 ____________________________________________________________________________
17491 [ 27479] By: nicholas                              on 2006/03/11  22:51:26
17492         Log: Fix the last 2 perly.y specific parts of regen_perly.pl, and make
17493              the regen_perly target call it for both perly.y and madly.y.
17494      Branch: perl
17495            - regen_madly.pl
17496            ! MANIFEST Makefile.SH regen_perly.pl
17497 ____________________________________________________________________________
17498 [ 27478] By: nicholas                              on 2006/03/11  22:29:56
17499         Log: NNs and NULLOKs for MAD's new functions.
17500      Branch: perl
17501            ! embed.fnc proto.h
17502 ____________________________________________________________________________
17503 [ 27477] By: stevep                                on 2006/03/11  22:08:34
17504         Log: Perl_newWHILEOP() had exactly the same lack of a NULL pointer check
17505              that Perl_newLOOPOP() had and fixed in change #27476.  Maybe some 
17506              refactoring is needed?
17507      Branch: perl
17508            ! op.c
17509 ____________________________________________________________________________
17510 [ 27476] By: stevep                                on 2006/03/11  21:41:20
17511         Log: Possible NULL pointer reference found by Coverity checks.
17512      Branch: perl
17513            ! op.c
17514 ____________________________________________________________________________
17515 [ 27475] By: stevep                                on 2006/03/11  20:57:26
17516         Log: Keep from using a variable in S_my_kid() before it is initialized.  This        was introduced with the MAD changes.
17517      Branch: perl
17518            ! op.c
17519 ____________________________________________________________________________
17520 [ 27474] By: craigb                                on 2006/03/11  17:26:00
17521         Log: Subject: [PATCH] perl@27437 fix File::Path::mkpath so that perl installs on VMS
17522              From: Peter Prymmer <PPrymmer@factset.com>
17523              Date: Fri, 10 Mar 2006 15:24:23 -0500
17524              Message-id: <OFBE8F84F1.A708DA4A-ON8525712D.006E4BF7-8525712D.007018C6@factset.com>
17525      Branch: perl
17526            ! lib/File/Path.pm
17527 ____________________________________________________________________________
17528 [ 27473] By: merijn                                on 2006/03/11  11:03:55
17529         Log: Subject: [PATCH] Reapply change 24432
17530              From: "Jan Dubois" <jand@ActiveState.com>
17531              Date: Fri, 10 Mar 2006 18:21:39 -0800
17532              Message-ID: <01b001c644b2$879a1f50$6062a8c0@candy>
17533      Branch: perl
17534            ! config_h.SH
17535 ____________________________________________________________________________
17536 [ 27471] By: nicholas                              on 2006/03/11  10:21:27
17537         Log: Missed the hunk that adds regen_madly.pl to the regen_perl target.
17538      Branch: perl
17539            ! Makefile.SH
17540 ____________________________________________________________________________
17541 [ 27470] By: nicholas                              on 2006/03/11  10:16:04
17542         Log: Subject: [PATCH] Sync up embed.fnc and doio.c
17543              From: andy@petdance.com (Andy Lester)
17544              Message-ID: <20060311071338.GA12490@petdance.com>
17545              Date: Sat, 11 Mar 2006 01:13:38 -0600
17546      Branch: perl
17547            ! embed.fnc proto.h
17548 ____________________________________________________________________________
17549 [ 27469] By: nicholas                              on 2006/03/11  09:55:43
17550         Log: Subject: [PATCH] Localizing some vars in S_checkcomma
17551              From: andy@petdance.com (Andy Lester)
17552              Message-ID: <20060310223100.GA13455@petdance.com>
17553              Date: Fri, 10 Mar 2006 16:31:00 -0600
17554      Branch: perl
17555            ! toke.c
17556 ____________________________________________________________________________
17557 [ 27468] By: nicholas                              on 2006/03/11  09:32:18
17558         Log: Remove the obsolete mad/P5RE.pm
17559      Branch: perl
17560            - mad/P5RE.pm
17561            ! MANIFEST
17562 ____________________________________________________________________________
17563 [ 27467] By: craigb                                on 2006/03/11  01:52:37
17564         Log: null terminate command string -- broken in #27438
17565      Branch: perl
17566            ! vms/vms.c
17567 ____________________________________________________________________________
17568 [ 27466] By: nicholas                              on 2006/03/10  21:54:18
17569         Log: Move the 12 static MAD variables from toke.c into the interpeter
17570              structure.
17571      Branch: perl
17572            ! embedvar.h intrpvar.h makedef.pl perl.c perlapi.h sv.c toke.c
17573 ____________________________________________________________________________
17574 [ 27465] By: nicholas                              on 2006/03/10  20:58:23
17575         Log: Rename the 12 static variables in toke.c to PL_*
17576      Branch: perl
17577            ! toke.c
17578 ____________________________________________________________________________
17579 [ 27464] By: nicholas                              on 2006/03/10  19:47:11
17580         Log: gozer took over from gsar (some time ago).
17581      Branch: perl
17582            ! Porting/repository.pod
17583 ____________________________________________________________________________
17584 [ 27463] By: nicholas                              on 2006/03/10  18:53:01
17585         Log: All the autogenerated files from change 27462.
17586      Branch: perl
17587            ! madly.act madly.h madly.tab
17588 ____________________________________________________________________________
17589 [ 27462] By: nicholas                              on 2006/03/10  18:52:40
17590         Log: Merge perly.y changes from 5.9.2 to now into madly.y.
17591      Branch: perl
17592            ! madly.y
17593 ____________________________________________________________________________
17594 [ 27461] By: nicholas                              on 2006/03/10  12:57:18
17595         Log: Teaching embed.pl about conditional symbols is a TODO.
17596      Branch: perl
17597            ! pod/perltodo.pod
17598 ____________________________________________________________________________
17599 [ 27460] By: nicholas                              on 2006/03/10  12:09:39
17600         Log: Tweak change 27457 - make PL_lasttoke MAD only, but teach makedef.pl
17601              about MADness (and unMADness - maybe there is a special word for that)
17602      Branch: perl
17603            ! intrpvar.h makedef.pl
17604 ____________________________________________________________________________
17605 [ 27459] By: nicholas                              on 2006/03/10  11:31:14
17606         Log: Summon constman! S_checkcomma now has all 3 arguments const char.
17607      Branch: perl
17608            ! embed.fnc proto.h toke.c
17609 ____________________________________________________________________________
17610 [ 27458] By: nicholas                              on 2006/03/10  10:50:29
17611         Log: Tease apart the keyword/subroutine test in S_checkcomma.
17612      Branch: perl
17613            ! toke.c
17614 ____________________________________________________________________________
17615 [ 27457] By: stevep                                on 2006/03/10  02:17:43
17616         Log: Move PL_lasttoke out of its PERL_MAD define in intrpvar.h.
17617              Otherwise, Win32 does not compile.
17618      Branch: perl
17619            ! intrpvar.h
17620 ____________________________________________________________________________
17621 [ 27456] By: nicholas                              on 2006/03/09  23:23:19
17622         Log: Correct another gv_fetchpv() - it takes a bitmask of flags, not simply
17623              TRUE/FALSE.
17624      Branch: perl
17625            ! gv.c
17626 ____________________________________________________________________________
17627 [ 27455] By: nicholas                              on 2006/03/09  22:50:23
17628         Log: Remove two NEWSV()s in the non-ithread dump code that got missed.
17629      Branch: perl
17630            ! dump.c
17631 ____________________________________________________________________________
17632 [ 27454] By: mhx                                   on 2006/03/09  22:07:01
17633         Log: Subject: Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek on filehandle
17634              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
17635              Date: Thu, 9 Mar 2006 16:29:12 -0500
17636              Message-ID: <20060309212912.GF22682@penkwe.pair.com>
17637      Branch: perl
17638            ! pod/perlfunc.pod
17639 ____________________________________________________________________________
17640 [ 27453] By: nicholas                              on 2006/03/09  22:03:55
17641         Log: Add the Perl 5 to Perl 5 convertor scripts.
17642      Branch: perl
17643            + mad/P5AST.pm mad/P5RE.pm mad/P5re.pm mad/PLXML.pm mad/nomad
17644            + mad/p55
17645            ! MANIFEST
17646 ____________________________________________________________________________
17647 [ 27452] By: nicholas                              on 2006/03/09  22:01:28
17648         Log: Superior *printf-fu lets us avoid modifying source code.
17649      Branch: perl
17650            ! toke.c
17651 ____________________________________________________________________________
17652 [ 27451] By: nicholas                              on 2006/03/09  21:49:20
17653         Log: Avoid scribbling on the passed in command line string for -i in 
17654              moreswitches.
17655      Branch: perl
17656            ! perl.c
17657 ____________________________________________________________________________
17658 [ 27450] By: nicholas                              on 2006/03/09  21:24:04
17659         Log: -Dmad works, albeit with some test failures:
17660              ext/B/t/f_sort.t                       20    5  25.00%  2 4-6 16
17661              ext/B/t/optree_samples.t               20    1   5.00%  18
17662              ext/List/Util/t/weak.t      1   256    22    1   4.55%  22
17663              ext/Safe/t/safeops.t        0   134   354  288  81.36%  211-354
17664              lib/warnings.t                        561    2   0.36%  3 10
17665      Branch: perl
17666            ! toke.c
17667 ____________________________________________________________________________
17668 [ 27449] By: nicholas                              on 2006/03/09  20:53:11
17669         Log: Oops. Failed to add madly.c
17670      Branch: perl
17671            + madly.c
17672 ____________________________________________________________________________
17673 [ 27448] By: stevep                                on 2006/03/09  20:48:50
17674         Log: The Coverity audit is upset that the scream_olds variable is not
17675              directly initialized, although it is likely initialized after 
17676              another variable takes a reference to it.
17677      Branch: perl
17678            ! regexec.c
17679 ____________________________________________________________________________
17680 [ 27447] By: nicholas                              on 2006/03/09  20:48:18
17681         Log: Add the madly parser. I believe that this is all the C code. Now to
17682              find the bugs that stowed away.
17683      Branch: perl
17684            + madly.act madly.h madly.tab madly.y regen_madly.pl
17685            ! Configure MANIFEST Makefile.SH embed.fnc embed.h perly.c
17686            ! proto.h
17687 ____________________________________________________________________________
17688 [ 27446] By: nicholas                              on 2006/03/09  19:53:53
17689         Log: It helps to run embed.pl in the correct directory. (not the symlink
17690              tree)
17691      Branch: perl
17692            ! embed.h embedvar.h perlapi.h proto.h
17693 ____________________________________________________________________________
17694 [ 27445] By: nicholas                              on 2006/03/09  19:22:10
17695         Log: The remainder of the toke.c MAD changes. Now to investigate why MAD
17696              no longer builds.
17697      Branch: perl
17698            ! embed.fnc intrpvar.h sv.c toke.c
17699 ____________________________________________________________________________
17700 [ 27444] By: nicholas                              on 2006/03/09  19:00:26
17701         Log: Another refactoring from Larry implicit in the MAD patch.
17702      Branch: perl
17703            ! toke.c
17704 ____________________________________________________________________________
17705 [ 27443] By: nicholas                              on 2006/03/09  18:08:52
17706         Log: Refactoring from Larry implicit in the MAD patch.
17707      Branch: perl
17708            ! toke.c
17709 ____________________________________________________________________________
17710 [ 27442] By: nicholas                              on 2006/03/09  17:06:46
17711         Log: Replace PL_nextval[PL_nexttoke].opval with the macro NEXTVAL_NEXTTOKE
17712              as MAD conditionally changes this consistently in 27 places.
17713      Branch: perl
17714            ! toke.c
17715 ____________________________________________________________________________
17716 [ 27441] By: stevep                                on 2006/03/09  16:14:20
17717         Log: Need to update test count from change #27440.
17718      Branch: perl
17719            ! ext/POSIX/t/sigaction.t
17720 ____________________________________________________________________________
17721 [ 27440] By: stevep                                on 2006/03/09  16:03:21
17722         Log: croak in POSIX::sigaction() when passed a negative signal instead
17723              dumping core.
17724      Branch: perl
17725            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
17726 ____________________________________________________________________________
17727 [ 27439] By: nicholas                              on 2006/03/09  15:13:49
17728         Log: MAD changes for bare skipspace()
17729      Branch: perl
17730            ! embed.fnc embed.h proto.h toke.c
17731 ____________________________________________________________________________
17732 [ 27438] By: craigb                                on 2006/03/09  14:49:45
17733         Log: Subject: patch@27385 - VMS thread fixes (was: threads and VMS)
17734              From: "John E. Malmberg" <wb8tyw@qsl.net>
17735              Date: Wed, 08 Mar 2006 23:34:05 -0500
17736              Message-id: <440FB03D.8010409@qsl.net>
17737
17738      Branch: perl
17739            ! vms/vms.c
17740 ____________________________________________________________________________
17741 [ 27437] By: nicholas                              on 2006/03/09  13:45:30
17742         Log: Add the MAD change to perly.y, which brings a new PEG token.
17743      Branch: perl
17744            ! perly.act perly.h perly.tab perly.y
17745 ____________________________________________________________________________
17746 [ 27436] By: mhx                                   on 2006/03/09  12:54:19
17747         Log: Fix a memory leak in ck_grep(), spotted by coverity:
17748              perl -e'eval "grep" while 1'
17749      Branch: perl
17750            ! op.c
17751 ____________________________________________________________________________
17752 [ 27435] By: nicholas                              on 2006/03/09  12:41:40
17753         Log: Tweaking the order of op creation/op free in Perl_ck_require to Larry's
17754              order doesn't make tests pass :-(. Nor does it make them fail.
17755      Branch: perl
17756            ! op.c
17757 ____________________________________________________________________________
17758 [ 27434] By: nicholas                              on 2006/03/09  12:17:41
17759         Log: Fix C99ism in dump.c
17760      Branch: perl
17761            ! dump.c
17762 ____________________________________________________________________________
17763 [ 27433] By: nicholas                              on 2006/03/09  12:01:36
17764         Log: Unroll 27425 - keeping Larry's order in op.c means that exactly the
17765              same sequence of pad usage is generated with and without MAD.
17766      Branch: perl
17767            ! ext/B/t/f_map.t op.c
17768 ____________________________________________________________________________
17769 [ 27432] By: nicholas                              on 2006/03/09  11:20:14
17770         Log: Note the weakref.t failure that commenting out this code caused.
17771              Pesky waterbeds.
17772      Branch: perl
17773            ! op.c
17774 ____________________________________________________________________________
17775 [ 27431] By: nicholas                              on 2006/03/09  11:04:23
17776         Log: Note the cause of another MAD test failure - an explicit abort trap
17777              for saving PL_formfeed is being hit.
17778      Branch: perl
17779            ! scope.c
17780 ____________________________________________________________________________
17781 [ 27430] By: nicholas                              on 2006/03/09  10:53:25
17782         Log: Bodge MAD code to get pack.t and ext/Encode/t/Encode.t passing.
17783      Branch: perl
17784            ! op.c
17785 ____________________________________________________________________________
17786 [ 27429] By: nicholas                              on 2006/03/08  23:33:05
17787         Log: Make MAD at least compile and link once more. Although it's now failing
17788              6 regression tests.
17789      Branch: perl
17790            ! op.c perly.c
17791 ____________________________________________________________________________
17792 [ 27428] By: nicholas                              on 2006/03/08  22:36:30
17793         Log: Further MAD changes.
17794      Branch: perl
17795            ! perl.c perly.c pp_ctl.c scope.c
17796 ____________________________________________________________________________
17797 [ 27427] By: nicholas                              on 2006/03/08  21:53:06
17798         Log: Oops. Didn't mean to commit 27426 to maint first. Integrate it:
17799              Avoid writing over the input string in the case 'F' in moreswitches.
17800      Branch: perl
17801           !> perl.c
17802 ____________________________________________________________________________
17803 [ 27425] By: nicholas                              on 2006/03/08  21:18:58
17804         Log: The last MAD change to op.c changes the pad offsets of the test that
17805              ext/B/t/f_map.t is using.
17806      Branch: perl
17807            ! ext/B/t/f_map.t op.c
17808 ____________________________________________________________________________
17809 [ 27424] By: nicholas                              on 2006/03/08  20:34:16
17810         Log: Almost all the MAD changes for op.c
17811      Branch: perl
17812            ! embed.fnc embed.h op.c perl.h proto.h
17813 ____________________________________________________________________________
17814 [ 27423] By: nicholas                              on 2006/03/08  18:17:09
17815         Log: Change from Larry in the MAD code which seems to be unrelated to MAD.
17816      Branch: perl
17817            ! op.c
17818 ____________________________________________________________________________
17819 [ 27422] By: nicholas                              on 2006/03/08  16:29:26
17820         Log: MAD changes to dump.c
17821      Branch: perl
17822            ! dump.c embed.fnc embed.h global.sym makedef.pl proto.h
17823 ____________________________________________________________________________
17824 [ 27421] By: steveh                                on 2006/03/08  16:25:23
17825         Log: Get rid of unnecessary "rmdir /s" calls in Win32 makefiles
17826              
17827              They only existed for the benefit of old shells that didn't
17828              understand "rmdir /s /q", but since change #27195 effectively
17829              drops support for old shells that don't understand "xcopy /y"
17830              it seems unnecessary now.
17831              
17832              Windows NT4, 2000, XP and onwards all support "rmdir /s /q", so
17833              it's probably only the Windows 9x shells that lose out.
17834      Branch: perl
17835            ! win32/Makefile win32/makefile.mk
17836 ____________________________________________________________________________
17837 [ 27420] By: steveh                                on 2006/03/08  15:20:28
17838         Log: Sort the ext/ and lib/ tests when running under t/harness
17839              
17840              Unless they are sorted then they are run in the same order in which
17841              they are listed in MANIFEST, which is not always ideal. In particular,
17842              the ext/Compress/IO/Zlib/t/*.t tests are not run in the correct order,
17843              which causes some files to be left behind afterwards.
17844              
17845              ExtUtils::Command::MM::test_harness() sorts test files, so it seems
17846              sensible for t/harness to do likewise, rather than relying on the
17847              ordering in MANIFEST.
17848      Branch: perl
17849            ! t/harness
17850 ____________________________________________________________________________
17851 [ 27419] By: nicholas                              on 2006/03/08  13:40:48
17852         Log: Add MAD changes to pad code (new function Perl_pad_peg)
17853      Branch: perl
17854            ! embed.fnc embed.h makedef.pl pad.c pad.h proto.h
17855 ____________________________________________________________________________
17856 [ 27418] By: steveh                                on 2006/03/08  13:37:28
17857         Log: Adjust Win32 distclean as per changes #27411 and #27417
17858      Branch: perl
17859            ! win32/Makefile win32/makefile.mk
17860 ____________________________________________________________________________
17861 [ 27417] By: rgs                                   on 2006/03/08  13:29:26
17862         Log: "make distclean" fix noticed by Steve Hay
17863      Branch: perl
17864            ! Makefile.SH
17865 ____________________________________________________________________________
17866 [ 27416] By: steveh                                on 2006/03/08  12:15:04
17867         Log: Cleanup Archive-Tar temporary test files
17868              
17869              I've done this twice before already (changes #25043 and #26785),
17870              but it keeps getting accidentally removed. Third time lucky?
17871      Branch: perl
17872            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
17873 ____________________________________________________________________________
17874 [ 27415] By: rgs                                   on 2006/03/08  10:31:24
17875         Log: Subject: [PATCH] Re: [perl #38684] O::Deparse not working as expected 
17876              From: Stephen McCamant <smcc@mit.edu>
17877              Date: Tue, 7 Mar 2006 20:00:30 -0800
17878              Message-ID: <17422.22238.570532.2771@apocalypse.OCF.Berkeley.EDU>
17879      Branch: perl
17880            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
17881 ____________________________________________________________________________
17882 [ 27414] By: rgs                                   on 2006/03/08  10:25:26
17883         Log: Subject: [PATCH] Removed unused check and assignment in pp_hot.c
17884              From: andy@petdance.com (Andy Lester)
17885              Date: Wed, 8 Mar 2006 00:45:29 -0600
17886              Message-ID: <20060308064529.GA16499@petdance.com>
17887      Branch: perl
17888            ! pp_hot.c
17889 ____________________________________________________________________________
17890 [ 27413] By: steveh                                on 2006/03/08  09:36:50
17891         Log: Don't try to export PL_madskills/PL_xmlfp when they're not defined
17892              (Fixes Win32 linker error introduced by change #27408)
17893      Branch: perl
17894            ! makedef.pl
17895 ____________________________________________________________________________
17896 [ 27412] By: steveh                                on 2006/03/08  08:42:44
17897         Log: Complete change #27407/27410 on Win32 and tidy up change #27372
17898      Branch: perl
17899            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17900            ! win32/config_H.vc64
17901 ____________________________________________________________________________
17902 [ 27411] By: rgs                                   on 2006/03/08  08:23:54
17903         Log: "make distclean" adjustments for the new Compress modules
17904      Branch: perl
17905            ! Makefile.SH
17906 ____________________________________________________________________________
17907 [ 27410] By: merijn                                on 2006/03/08  08:10:25
17908         Log: Backport #27407
17909              Add a Configure question for mad (Misc Attribute Decoration - Larry's
17910              perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
17911      Branch: perl
17912            ! Configure Porting/Glossary config_h.SH
17913 ____________________________________________________________________________
17914 [ 27408] By: nicholas                              on 2006/03/07  23:24:55
17915         Log: Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp,
17916              and default definitions for the 2 variables. (Which will save a lot of
17917              conditional complilation, by instead letting the C compiler optimiser
17918              remove dead code.)
17919      Branch: perl
17920            ! XSUB.h embedvar.h intrpvar.h op.h perl.h perlapi.h
17921 ____________________________________________________________________________
17922 [ 27407] By: nicholas                              on 2006/03/07  22:16:55
17923         Log: Add a Configure question for mad (Misc Attribute Decoration - Larry's
17924              perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
17925      Branch: perl
17926            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
17927            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
17928            ! perl.c plan9/config_sh.sample symbian/config.sh uconfig.sh
17929            ! win32/config.bc win32/config.gc win32/config.vc
17930            ! win32/config.vc64 wince/config.ce
17931 ____________________________________________________________________________
17932 [ 27406] By: nicholas                              on 2006/03/07  19:31:49
17933         Log: Two more TODOs for those with C knowledge.
17934      Branch: perl
17935            ! pod/perltodo.pod
17936 ____________________________________________________________________________
17937 [ 27405] By: nicholas                              on 2006/03/07  19:27:28
17938         Log: Remove the #define - ARENASETS are always on now.
17939      Branch: perl
17940            ! perl.h sv.c
17941 ____________________________________________________________________________
17942 [ 27404] By: nicholas                              on 2006/03/07  19:23:14
17943         Log: TPF++ # http://www.perlfoundation.org/gc/grants/2006-perl5-improve.html
17944              Shrinking PVGVs, PVLVs, PVCVs and PVFMs is TODOne.
17945      Branch: perl
17946            ! pod/perltodo.pod
17947 ____________________________________________________________________________
17948 [ 27403] By: rgs                                   on 2006/03/07  17:09:54
17949         Log: This looks like a memory leak.
17950      Branch: perl
17951            ! op.c
17952 ____________________________________________________________________________
17953 [ 27402] By: rgs                                   on 2006/03/07  16:49:58
17954         Log: $[ = 2 should not warn.
17955      Branch: perl
17956            ! op.c t/lib/warnings/op
17957 ____________________________________________________________________________
17958 [ 27401] By: steveh                                on 2006/03/07  14:58:20
17959         Log: Fix lib/Module/Build/t/compat.t
17960              (e.g. see http://www.nntp.perl.org/group/perl.daily-build.reports/36431)
17961      Branch: perl
17962            ! lib/Module/Build/t/compat.t
17963 ____________________________________________________________________________
17964 [ 27400] By: rgs                                   on 2006/03/07  14:36:00
17965         Log: Make report on bad filenames easier to read
17966      Branch: perl
17967            ! Porting/check83.pl
17968 ____________________________________________________________________________
17969 [ 27399] By: rgs                                   on 2006/03/07  14:15:46
17970         Log: FAQ sync. (FAQ now moved to svn)
17971      Branch: perl
17972            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
17973            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17974            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
17975            ! pod/perlfaq9.pod
17976 ____________________________________________________________________________
17977 [ 27398] By: stevep                                on 2006/03/07  04:48:29
17978         Log: Upgrade to PathTools-3.17
17979      Branch: perl
17980            ! ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
17981 ____________________________________________________________________________
17982 [ 27397] By: stevep                                on 2006/03/06  23:31:21
17983         Log: Subject:  Re: [PATCH] Removed a redundant o->op_type
17984              From: Paul Johnson <paul@pjcj.net>
17985              Date: Tue, 28 Feb 2006 20:17:31 +0100
17986              Message-ID: <20060228191731.GD20933@pjcj.net>
17987      Branch: perl
17988            ! op.c
17989 ____________________________________________________________________________
17990 [ 27396] By: mhx                                   on 2006/03/06  22:18:52
17991         Log: Don't free thread memory if PERL_DESTRUCT_LEVEL is set to a non-zero
17992              value as we're probably hunting memory leaks then
17993      Branch: perl
17994            ! perl.c
17995 ____________________________________________________________________________
17996 [ 27393] By: nicholas                              on 2006/03/06  20:44:02
17997         Log: Update David Dyck's e-mail address.
17998      Branch: perl
17999            ! AUTHORS Porting/checkAUTHORS.pl
18000 ____________________________________________________________________________
18001 [ 27390] By: rgs                                   on 2006/03/06  17:26:43
18002         Log: Add all new utilities in the perlutil man page.
18003              Includes lots of work by Zsban Ambrus.
18004      Branch: perl
18005            ! pod/perlutil.pod
18006 ____________________________________________________________________________
18007 [ 27389] By: rgs                                   on 2006/03/06  16:09:50
18008         Log: Subject: [PATCH] add Module::Build 0.27_08
18009              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18010              Date: Sun, 5 Mar 2006 12:08:30 -0800
18011              Message-ID: <20060305200830.GA2660@efn.org>
18012      Branch: perl
18013            + lib/Module/Build.pm lib/Module/Build/Authoring.pod
18014            + lib/Module/Build/Base.pm lib/Module/Build/Changes
18015            + lib/Module/Build/Compat.pm lib/Module/Build/ConfigData.pm
18016            + lib/Module/Build/Cookbook.pm lib/Module/Build/ModuleInfo.pm
18017            + lib/Module/Build/Notes.pm lib/Module/Build/PPMMaker.pm
18018            + lib/Module/Build/Platform/Amiga.pm
18019            + lib/Module/Build/Platform/Default.pm
18020            + lib/Module/Build/Platform/EBCDIC.pm
18021            + lib/Module/Build/Platform/MPEiX.pm
18022            + lib/Module/Build/Platform/MacOS.pm
18023            + lib/Module/Build/Platform/RiscOS.pm
18024            + lib/Module/Build/Platform/Unix.pm
18025            + lib/Module/Build/Platform/VMS.pm
18026            + lib/Module/Build/Platform/VOS.pm
18027            + lib/Module/Build/Platform/Windows.pm
18028            + lib/Module/Build/Platform/aix.pm
18029            + lib/Module/Build/Platform/cygwin.pm
18030            + lib/Module/Build/Platform/darwin.pm
18031            + lib/Module/Build/Platform/os2.pm lib/Module/Build/PodParser.pm
18032            + lib/Module/Build/scripts/config_data
18033            + lib/Module/Build/t/basic.t
18034            + lib/Module/Build/t/bundled/Tie/CPHash.pm
18035            + lib/Module/Build/t/compat.t lib/Module/Build/t/destinations.t
18036            + lib/Module/Build/t/ext.t lib/Module/Build/t/extend.t
18037            + lib/Module/Build/t/files.t lib/Module/Build/t/install.t
18038            + lib/Module/Build/t/lib/DistGen.pm
18039            + lib/Module/Build/t/lib/MBTest.pm
18040            + lib/Module/Build/t/manifypods.t lib/Module/Build/t/metadata.t
18041            + lib/Module/Build/t/metadata2.t lib/Module/Build/t/moduleinfo.t
18042            + lib/Module/Build/t/notes.t lib/Module/Build/t/parents.t
18043            + lib/Module/Build/t/pod_parser.t lib/Module/Build/t/ppm.t
18044            + lib/Module/Build/t/runthrough.t lib/Module/Build/t/signature.t
18045            + lib/Module/Build/t/tilde.t lib/Module/Build/t/versions.t
18046            + lib/Module/Build/t/xs.t utils/config_data.PL
18047            ! MANIFEST Porting/Maintainers.pl installperl pod/perlutil.pod
18048            ! utils.lst utils/Makefile vms/descrip_mms.template
18049            ! win32/Makefile win32/makefile.mk
18050 ____________________________________________________________________________
18051 [ 27388] By: rgs                                   on 2006/03/06  14:52:48
18052         Log: Upgrade to Archive::Tar 1.29
18053      Branch: perl
18054            ! lib/Archive/Tar.pm lib/Archive/Tar/t/00_setup.t
18055            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
18056 ____________________________________________________________________________
18057 [ 27387] By: rgs                                   on 2006/03/06  10:06:53
18058         Log: Add and remove files forgotten in change #27384
18059      Branch: perl
18060            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
18061            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
18062            + ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
18063            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
18064            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
18065            + ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
18066            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
18067            - (delete 110 files)
18068            ! MANIFEST
18069 ____________________________________________________________________________
18070 [ 27386] By: craigb                                on 2006/03/06  03:42:19
18071         Log: Subject: PATCH: 2 vms specific build files in perl @ 27383
18072              From: Peter Prymmer <PPrymmer@factset.com>
18073              Date: Sun, 05 Mar 2006 20:30:09 -0500
18074              Message-id: <OFF0B19477.39D9ABEB-ON85257129.00070590-85257129.000840D3@factset.com>
18075      Branch: perl
18076            ! configure.com vms/gen_shrfls.pl
18077 ____________________________________________________________________________
18078 [ 27385] By: craigb                                on 2006/03/06  03:26:39
18079         Log: Subject: Re: threads and VMS
18080              From: "John E. Malmberg" <wb8tyw@qsl.net>
18081              Date: Sun, 05 Mar 2006 00:32:27 -0500
18082              Message-id: <440A77EB.2030205@qsl.net>
18083      Branch: perl
18084            ! vms/vms.c
18085 ____________________________________________________________________________
18086 [ 27384] By: stevep                                on 2006/03/06  02:06:04
18087         Log: Subject: [PATCH] Compress::Zlib
18088              From: "Paul Marquess" <paul.marquess@ntlworld.com>
18089              Date: Fri, 3 Mar 2006 10:25:48 -0000
18090              Message-ID: <007101c63eac$d919c6c0$4c05140a@myopwv.com>
18091      Branch: perl
18092            + (add 129 files)
18093            ! MANIFEST ext/Compress/Zlib/Changes
18094            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
18095            ! ext/Compress/Zlib/examples/filtdef
18096            ! ext/Compress/Zlib/examples/filtinf
18097            ! ext/Compress/Zlib/examples/gzcat
18098            ! ext/Compress/Zlib/examples/gzgrep
18099            ! ext/Compress/Zlib/examples/gzstream
18100            ! ext/Compress/Zlib/t/01version.t
18101            ! ext/Compress/Zlib/t/03zlib-v1.t
18102            ! ext/Compress/Zlib/t/05examples.t
18103            ! ext/Compress/Zlib/t/06gzsetp.t
18104            ! ext/Compress/Zlib/t/08encoding.t
18105            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/99pod.t
18106            ! t/lib/compress/any.pl t/lib/compress/anyunc.pl
18107            ! t/lib/compress/destroy.pl t/lib/compress/generic.pl
18108            ! t/lib/compress/merge.pl t/lib/compress/multi.pl
18109            ! t/lib/compress/newtied.pl t/lib/compress/oneshot.pl
18110            ! t/lib/compress/prime.pl t/lib/compress/tied.pl
18111            ! t/lib/compress/truncate.pl t/lib/compress/zlib-generic.pl
18112 ____________________________________________________________________________
18113 [ 27383] By: nicholas                              on 2006/03/05  21:21:10
18114         Log: Change 27380 (HEK into the IV union failed to convert the code in the
18115              non-gcc-debugging ifdef. Whoops. Very lax of me)
18116      Branch: perl
18117            ! gv.h
18118 ____________________________________________________________________________
18119 [ 27382] By: nicholas                              on 2006/03/05  19:07:12
18120         Log: Perl_gv_name_set should not leak the old HEK. Allow the flag GV_ADD
18121              to simplify GV initialisation.
18122      Branch: perl
18123            ! gv.c gv.h sv.c
18124 ____________________________________________________________________________
18125 [ 27381] By: nicholas                              on 2006/03/05  18:40:59
18126         Log: Change hv_name_set to take U32 length and flags parameters.
18127      Branch: perl
18128            ! embed.fnc hv.c proto.h
18129 ____________________________________________________________________________
18130 [ 27380] By: nicholas                              on 2006/03/05  18:13:42
18131         Log: Move the GvNAME HEK into the IV union - every GV is now 1 pointer
18132              smaller.
18133      Branch: perl
18134            ! av.h cv.h gv.c gv.h hv.h sv.h
18135 ____________________________________________________________________________
18136 [ 27379] By: nicholas                              on 2006/03/05  17:47:23
18137         Log: Use a HEK to store the GV's name, rather than a malloc()ed string.
18138              Saves 1 word in each GV (no more strlen), and will also save the memory
18139              used by the string itself, as the HEK will exist already due to the
18140              key used by the symbol table for this GV.
18141      Branch: perl
18142            ! gv.c gv.h sv.c sv.h
18143 ____________________________________________________________________________
18144 [ 27378] By: nicholas                              on 2006/03/05  12:12:56
18145         Log: Only #define PERL_DONT_CREATE_GVSV if it wasn't already defined.
18146      Branch: perl
18147            ! perl.h
18148 ____________________________________________________________________________
18149 [ 27377] By: nicholas                              on 2006/03/05  11:53:55
18150         Log: Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET.
18151      Branch: perl
18152            ! embed.fnc embed.h global.sym gv.c gv.h proto.h sv.c
18153 ____________________________________________________________________________
18154 [ 27376] By: craigb                                on 2006/03/05  00:03:31
18155         Log: Subject: Re: threads and VMS
18156              From: "John E. Malmberg" <wb8tyw@qsl.net>
18157              Date: Sat, 04 Mar 2006 18:29:22 -0500
18158              Message-id: <440A22D2.30009@qsl.net>
18159      Branch: perl
18160            ! doio.c
18161 ____________________________________________________________________________
18162 [ 27375] By: merijn                                on 2006/03/04  06:48:13
18163         Log: Subject: patch@27373 VMS build fix + more long pathname stuff
18164              From: "John E. Malmberg" <wb8tyw@qsl.net>
18165              Date: Sat, 04 Mar 2006 00:36:03 -0500
18166              Message-ID: <44092743.4030607@qsl.net>
18167      Branch: perl
18168            ! vms/vms.c
18169 ____________________________________________________________________________
18170 [ 27374] By: merijn                                on 2006/03/04  06:44:10
18171         Log: Subject: Re: [PATCH] include configure.com in Porting/checkcfgvar.pl
18172              From: Abe Timmerman <abe@ztreet.demon.nl>
18173              Date: Fri, 3 Mar 2006 22:56:47 +0100
18174              Message-Id: <200603032256.47170.abe@ztreet.demon.nl>
18175      Branch: perl
18176            ! Porting/checkcfgvar.pl configure.com
18177 ____________________________________________________________________________
18178 [ 27373] By: stevep                                on 2006/03/03  18:40:22
18179         Log: Add d_builtin_choose_expr and d_builtin_expect to configure.com as
18180              'undef'.
18181      Branch: perl
18182            ! configure.com
18183 ____________________________________________________________________________
18184 [ 27372] By: stevep                                on 2006/03/03  18:34:18
18185         Log: Make Win32 configuration changes for HAS_BUILTIN_CHOOSE_EXPR and
18186              HAS_BUILTIN_EXPECT.
18187      Branch: perl
18188            ! win32/config.bc win32/config.gc win32/config.vc
18189            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
18190            ! win32/config_H.vc win32/config_H.vc64
18191 ____________________________________________________________________________
18192 [ 27371] By: stevep                                on 2006/03/03  17:49:01
18193         Log: Subject: [PATCH] include configure.com in Porting/checkcfgvar.pl
18194              From: Abe Timmerman <abe@ztreet.demon.nl>
18195              Date: Fri, 3 Mar 2006 18:43:24 +0100
18196              Message-Id: <200603031843.24250.abe@ztreet.demon.nl>
18197      Branch: perl
18198            ! Porting/checkcfgvar.pl
18199 ____________________________________________________________________________
18200 [ 27370] By: merijn                                on 2006/03/03  16:40:57
18201         Log: Subject: [PATCH] Support for __builtin_expect and __builtin_choose_expr
18202              From: Andy Lester <andy@petdance.com>
18203              Date: Wed, 28 Dec 2005 15:34:08 -0600
18204              Message-ID: <20051228213408.GB26033@petdance.com>
18205      Branch: perl
18206            ! Configure Porting/Glossary config_h.SH perl.h
18207 ____________________________________________________________________________
18208 [ 27368] By: rgs                                   on 2006/03/03  15:45:32
18209         Log: Subject: [PATCH] Re: [perl #38657] -d:Foo=bar broke in 5.8.8
18210              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
18211              Date: Thu, 02 Mar 2006 20:21:26 +0200
18212              Message-ID: <440737A6.4060606@gmail.com>
18213      Branch: perl
18214            ! t/lib/Devel/switchd.pm t/run/switchd.t
18215 ____________________________________________________________________________
18216 [ 27367] By: merijn                                on 2006/03/03  07:35:51
18217         Log: #27363 broke HP-UX (and others). if [[ ... ]] syntax not supported
18218      Branch: perl
18219            ! Configure
18220 ____________________________________________________________________________
18221 [ 27365] By: stevep                                on 2006/03/03  00:18:40
18222         Log: Subject: Re: [PATCH] Re: [perl #38612] Data::Dumper core dump in 5.8.6, fixed by 5.8.7
18223              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
18224              Date: Thu, 02 Mar 2006 22:46:14 +0200
18225              Message-ID: <44075996.1000002@gmail.com>
18226      Branch: perl
18227            ! ext/Data/Dumper/t/bugs.t
18228 ____________________________________________________________________________
18229 [ 27364] By: merijn                                on 2006/03/02  20:14:50
18230         Log: Taint handling for runperl:
18231              - better taint detection (switch -T in command)
18232              - $ENV{PATH} stripping of writeable directories on unix/linux
18233      Branch: perl
18234            ! t/test.pl
18235 ____________________________________________________________________________
18236 [ 27363] By: merijn                                on 2006/03/02  20:07:51
18237         Log: Subject: [perl #38385] _h2ph_pre.ph / $Config{cppsymbols} omits gcc-3.4+ cpp "predefined macros" 
18238              Date: Tue, 31 Jan 2006 09:50:32 -0800
18239              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
18240      Branch: perl
18241            ! Configure utils/h2ph.PL
18242 ____________________________________________________________________________
18243 [ 27361] By: rgs                                   on 2006/03/02  09:11:35
18244         Log: Subject: [PATCH] mgvtbl initialization
18245              From: andy@petdance.com (Andy Lester)
18246              Date: Wed, 1 Mar 2006 22:52:20 -0600
18247              Message-ID: <20060302045220.GA15985@petdance.com>
18248      Branch: perl
18249            ! perl.h
18250 ____________________________________________________________________________
18251 [ 27360] By: rgs                                   on 2006/03/02  09:08:30
18252         Log: Subject: [PATCH] Non-null optimizations
18253              From: andy@petdance.com (Andy Lester)
18254              Date: Wed, 1 Mar 2006 22:13:45 -0600
18255              Message-ID: <20060302041345.GA13731@petdance.com>
18256      Branch: perl
18257            ! embed.fnc pod/perlapi.pod proto.h sv.c
18258 ____________________________________________________________________________
18259 [ 27359] By: rgs                                   on 2006/03/01  22:39:24
18260         Log: Don't put strings with embedded NULs in the environment.
18261              This makes things like -d:Foo=bar work again.
18262      Branch: perl
18263            ! perl.c
18264 ____________________________________________________________________________
18265 [ 27358] By: stevep                                on 2006/03/01  20:15:27
18266         Log: Grammar nit in Locale::Maketext::TPJ13.pod, found by Justin Pryzby.
18267      Branch: perl
18268            ! lib/Locale/Maketext/TPJ13.pod
18269 ____________________________________________________________________________
18270 [ 27357] By: stevep                                on 2006/03/01  16:53:49
18271         Log: Upgrade to podlators-2.04
18272      Branch: perl
18273            + lib/Pod/t/filehandle.t
18274            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
18275 ____________________________________________________________________________
18276 [ 27356] By: stevep                                on 2006/03/01  16:29:37
18277         Log: Upgrade to assertions-0.03
18278      Branch: perl
18279            ! lib/assertions.pm lib/assertions/activate.pm
18280            ! lib/assertions/compat.pm t/comp/assertions.t
18281            ! t/comp/asstcompat.t
18282 ____________________________________________________________________________
18283 [ 27355] By: rgs                                   on 2006/03/01  16:13:56
18284         Log: Subject: [PATCH] a buglet in fakesdio.h
18285              From: Anton Berezin <tobez@tobez.org>
18286              Date: Wed, 1 Mar 2006 16:56:13 +0100
18287              Message-ID: <20060301155613.GA30368@heechee.tobez.org>
18288      Branch: perl
18289            ! fakesdio.h
18290 ____________________________________________________________________________
18291 [ 27354] By: stevep                                on 2006/03/01  16:08:17
18292         Log: Upgrade to CGI.pm-3.17, but continuing the version bump for 
18293              unintegrated changes.
18294      Branch: perl
18295            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
18296 ____________________________________________________________________________
18297 [ 27353] By: rgs                                   on 2006/03/01  09:08:46
18298         Log: Subject: Re: Patch lint for grep { /.../ } and grep /.../,
18299              From: "Joshua ben Jore" <twists@gmail.com>
18300              Date: Wed, 1 Mar 2006 01:14:14 -0600
18301              Message-ID: <dc5c751d0602282314o19c54a3av92d1a3addbc895fb@mail.gmail.com>
18302      Branch: perl
18303            ! ext/B/B/Lint.pm ext/B/t/lint.t
18304 ____________________________________________________________________________
18305 [ 27352] By: steveh                                on 2006/02/28  12:51:55
18306         Log: Silence another VC++ warning
18307              (signed/unsigned mismatch)
18308      Branch: perl
18309            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c
18310 ____________________________________________________________________________
18311 [ 27351] By: steveh                                on 2006/02/28  12:40:06
18312         Log: Silence a VC++ warning with DEBUGGING builds
18313              (signed/unsigned mismatch)
18314      Branch: perl
18315            ! sv.c
18316 ____________________________________________________________________________
18317 [ 27350] By: nicholas                              on 2006/02/27  21:41:58
18318         Log: In Perl_sv_setsv_flags, swap the default in the type based switch to
18319              the "Bizarre copy" failure case.
18320      Branch: perl
18321            ! sv.c
18322 ____________________________________________________________________________
18323 [ 27349] By: nicholas                              on 2006/02/27  21:10:21
18324         Log: Subject: [PATCH] Removed a redundant o->op_type
18325              From: andy@petdance.com (Andy Lester)
18326              Message-ID: <20060227202043.GA7783@petdance.com>
18327              Date: Mon, 27 Feb 2006 14:20:43 -0600
18328      Branch: perl
18329            ! op.c
18330 ____________________________________________________________________________
18331 [ 27348] By: steveh                                on 2006/02/27  17:48:55
18332         Log: Silence a GCC warning
18333              (assignment from incompatible pointer type)
18334      Branch: perl
18335            ! sv.h
18336 ____________________________________________________________________________
18337 [ 27347] By: steveh                                on 2006/02/27  17:24:37
18338         Log: Silence a VC++ warning
18339              (conversion from 'long ' to 'char ', possible loss of data)
18340      Branch: perl
18341            ! sv.c
18342 ____________________________________________________________________________
18343 [ 27346] By: rgs                                   on 2006/02/27  17:00:37
18344         Log: Upgrade to CPAN 1.87
18345      Branch: perl
18346            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
18347            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
18348 ____________________________________________________________________________
18349 [ 27345] By: nicholas                              on 2006/02/27  16:13:05
18350         Log: Move all the de-tainting logic for runperl into test.pl.
18351      Branch: perl
18352            ! t/op/utftaint.t t/test.pl
18353 ____________________________________________________________________________
18354 [ 27344] By: rgs                                   on 2006/02/27  15:43:41
18355         Log: Subject: [PATCH] fix up gv.c and gv.h
18356              From: andy@petdance.com (Andy Lester)
18357              Date: Sat, 25 Feb 2006 20:52:16 -0600
18358              Message-ID: <20060226025216.GA12758@petdance.com>
18359      Branch: perl
18360            ! gv.h
18361 ____________________________________________________________________________
18362 [ 27343] By: rgs                                   on 2006/02/27  15:36:46
18363         Log: Subject: [PATCH] PERL_TRACK_MEMPOOL cripples environment after exit()
18364              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
18365              Date: Sun, 26 Feb 2006 20:47:21 +0100
18366              Message-ID: <20060226204721.00be2bff@r2d2>
18367      Branch: perl
18368            ! miniperlmain.c
18369 ____________________________________________________________________________
18370 [ 27342] By: rgs                                   on 2006/02/27  14:45:00
18371         Log: Subject: [patch] dumping tied globs without FILENO method on the debugger fails
18372              From: Salvador Fandino <sfandino@yahoo.com>
18373              Date: Sat, 25 Feb 2006 11:14:20 +0100
18374              Message-ID: <20060225101254.726.qmail@lists.develooper.com>
18375      Branch: perl
18376            ! lib/dumpvar.pl
18377 ____________________________________________________________________________
18378 [ 27341] By: steveh                                on 2006/02/27  14:39:46
18379         Log: Fix op/utftaint.t on Win32 following change #27248
18380              (Don't remove PATH completely because it'll break on Unix if you
18381              have . in the PATH)
18382      Branch: perl
18383            ! t/op/utftaint.t
18384 ____________________________________________________________________________
18385 [ 27340] By: nicholas                              on 2006/02/27  14:19:32
18386         Log: There is now the potential for an upgrade from something without an
18387              offset (PVNV or PVMG) to something with one (PVCV, PVFM). Deal with
18388              this correctly.
18389      Branch: perl
18390            ! sv.c
18391 ____________________________________________________________________________
18392 [ 27339] By: rgs                                   on 2006/02/27  13:40:44
18393         Log: ptr_table_find() is only defined with ithreads
18394      Branch: perl
18395            ! embed.fnc embed.h proto.h sv.c
18396 ____________________________________________________________________________
18397 [ 27338] By: merijn                                on 2006/02/27  13:28:04
18398         Log: Workaround for initialization errors on HP's pre-compiler
18399              Do not ask me to explain. This re-definition works on AIX
18400              and HP-UX. Let's await the smokes.
18401      Branch: perl
18402            ! sv.c
18403 ____________________________________________________________________________
18404 [ 27337] By: steveh                                on 2006/02/27  12:21:14
18405         Log: Fix code-before-declaration error (under VC++) from change #27334
18406      Branch: perl
18407            ! perlio.c
18408 ____________________________________________________________________________
18409 [ 27336] By: nicholas                              on 2006/02/27  12:00:12
18410         Log: Change 27330 failed to decontaminate SvCUR/GvFLAGS when upgrading an
18411              SvPV acting as a prototype placeholder to a full typeglob.
18412      Branch: perl
18413            ! gv.c
18414 ____________________________________________________________________________
18415 [ 27335] By: rgs                                   on 2006/02/27  11:26:58
18416         Log: Subject: Testing hash key stringification
18417              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
18418              Date: Sun, 26 Feb 2006 23:30:01 +0100
18419              Message-Id: <4871E87D-4B59-40A3-A091-A7A3CFA221CF@mailbox.tu-berlin.de>
18420      Branch: perl
18421            ! t/op/hashassign.t
18422 ____________________________________________________________________________
18423 [ 27334] By: rgs                                   on 2006/02/27  11:06:30
18424         Log: Subject: [PATCH] Speedups and shrinkages of SvREFCNT_inc
18425              From: andy@petdance.com (Andy Lester)
18426              Date: Fri, 24 Feb 2006 14:54:35 -0600
18427              Message-ID: <20060224205434.GA17867@petdance.com>
18428      Branch: perl
18429            ! av.c cop.h doio.c doop.c gv.c hv.c mg.c op.c pad.c perl.c
18430            ! perl.h perlio.c pod/perlapi.pod pod/perlintern.pod pp.c
18431            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
18432            ! sv.h toke.c
18433 ____________________________________________________________________________
18434 [ 27333] By: rgs                                   on 2006/02/27  10:33:59
18435         Log: Subject: [PATCH] Suppress System V IPC for 64-bit Darwin builds
18436              From: Dominic Dunlop <shouldbedomo@mac.com>
18437              Date: Fri, 24 Feb 2006 17:22:54 +0100
18438              Message-Id: <A685C5DB-23CE-430E-95F1-CC7A9480DDF9@mac.com>
18439      Branch: perl
18440            ! README.macosx hints/darwin.sh
18441 ____________________________________________________________________________
18442 [ 27332] By: rgs                                   on 2006/02/27  10:30:35
18443         Log: Subject: [perl #38633] doc patch: perlfunc "new" section lacks lock and qr 
18444              From: Zsban Ambrus (via RT) <perlbug-followup@perl.org>
18445              Date: Sat, 25 Feb 2006 05:11:03 -0800
18446              Message-ID: <rt-3.0.11-38633-130596.7.22367548359067@perl.org>
18447      Branch: perl
18448            ! pod/perlfunc.pod
18449 ____________________________________________________________________________
18450 [ 27331] By: rgs                                   on 2006/02/27  07:33:53
18451         Log: Fix argument grouping for some macros
18452      Branch: perl
18453            ! gv.h
18454 ____________________________________________________________________________
18455 [ 27330] By: nicholas                              on 2006/02/25  17:16:24
18456         Log: GvFLAGS can be overlaid with SvCUR.
18457      Branch: perl
18458            ! gv.h sv.h
18459 ____________________________________________________________________________
18460 [ 27329] By: nicholas                              on 2006/02/25  16:51:34
18461         Log: Subject: Re: [perl #38619] Bug in lc and uc (interaction between UTF-8, substr, and lc/uc)
18462              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18463              Date: Sat, 25 Feb 2006 18:16:45 +0900
18464              Message-Id: <20060225180934.FCC3.BQW10602@nifty.com>
18465      Branch: perl
18466            ! pp.c t/op/lc.t
18467 ____________________________________________________________________________
18468 [ 27328] By: nicholas                              on 2006/02/25  16:50:15
18469         Log: Use xpv_len rather than xpv_cur in GVs to store GvASSIGN_GENERATION.
18470              Assert that GVs do not access SvCUR or SvLEN.
18471      Branch: perl
18472            ! gv.h sv.h
18473 ____________________________________________________________________________
18474 [ 27327] By: nicholas                              on 2006/02/25  16:48:46
18475         Log: Abstract the specific use of SvCUR in GVs for detecting variables on
18476              both sides of an assignment using GvASSIGN_GENERATION() and
18477              GvASSIGN_GENERATION_set().
18478      Branch: perl
18479            ! gv.h op.c
18480 ____________________________________________________________________________
18481 [ 27326] By: nicholas                              on 2006/02/25  15:38:25
18482         Log: xgv_stash can be stored as a union with the NV, reducing the size of
18483              PVGVs by another pointer.
18484      Branch: perl
18485            ! av.h cv.h gv.h hv.h sv.h
18486 ____________________________________________________________________________
18487 [ 27325] By: nicholas                              on 2006/02/25  15:11:28
18488         Log: Curiously none of the macros SvIVX, SvUVX or SvNVX are used on
18489              typeglobs.
18490      Branch: perl
18491            ! dump.c ext/Devel/Peek/t/Peek.t sv.h
18492 ____________________________________________________________________________
18493 [ 27324] By: nicholas                              on 2006/02/25  14:50:38
18494         Log: Amazingly, it seems that none of the other GV specific macros are
18495              accessed unless the GV thinks that it is a GV.
18496      Branch: perl
18497            ! gv.h sv.c
18498 ____________________________________________________________________________
18499 [ 27323] By: nicholas                              on 2006/02/25  00:39:30
18500         Log: Store GvGP in the SV head union. For all the common lookups [eg GvCV()]
18501              this avoids 1 pointer dereference and the associated risk of a CPU
18502              cache miss. Although this patch looks deceptively small, I fear its
18503              CBV(*) might be rather high.
18504              (* Crack By Volume)
18505      Branch: perl
18506            ! dump.c ext/Devel/Peek/t/Peek.t gv.c gv.h pp.c pp_hot.c sv.c
18507            ! sv.h
18508 ____________________________________________________________________________
18509 [ 27322] By: nicholas                              on 2006/02/24  23:30:50
18510         Log: With PERL_DONT_CREATE_GVSV, don't need to create a new GvSV in
18511              Perl_save_scalar.
18512      Branch: perl
18513            ! scope.c
18514 ____________________________________________________________________________
18515 [ 27321] By: nicholas                              on 2006/02/24  22:43:14
18516         Log: Given that SvPV on a typeglob is now irrelevant, really we only need
18517              to store the GvGP.
18518      Branch: perl
18519            ! scope.c
18520 ____________________________________________________________________________
18521 [ 27320] By: nicholas                              on 2006/02/24  21:42:33
18522         Log: Given that Perl_gp_free() is refcount-dec-and-maybe-free for the glob
18523              pointer, it's inconsistent that it only sets this GV's GvGP to 0 if
18524              this GV happened to have the last reference. Why should this GV care if
18525              it had the last reference? So always set it to 0. It's free. Gone.
18526      Branch: perl
18527            ! gv.c
18528 ____________________________________________________________________________
18529 [ 27319] By: nicholas                              on 2006/02/24  19:32:11
18530         Log: Avoid special case SvMAGIC macros just to cope with Perl_sv_unmagic.
18531      Branch: perl
18532            ! sv.c sv.h
18533 ____________________________________________________________________________
18534 [ 27313] By: nicholas                              on 2006/02/24  14:19:37
18535         Log: Use PVMGs rather than PVGVs to store the names of our variables in the
18536              pad.
18537      Branch: perl
18538            ! pad.c sv.c sv.h
18539 ____________________________________________________________________________
18540 [ 27312] By: nicholas                              on 2006/02/24  13:59:57
18541         Log: Store the stash for our in the magic slot. This will allow us to use
18542              PVMGs in pad names where previously PVGVs were used. In turn, this
18543              gives much greater flexibility for the layout of PVGVs.
18544      Branch: perl
18545            ! av.h cv.h hv.h pad.c sv.c sv.h
18546 ____________________________________________________________________________
18547 [ 27311] By: stevep                                on 2006/02/24  13:55:23
18548         Log: Upgrade to CPAN-1.86
18549      Branch: perl
18550            ! lib/CPAN.pm lib/CPAN/SIGNATURE
18551 ____________________________________________________________________________
18552 [ 27309] By: rgs                                   on 2006/02/24  12:52:01
18553         Log: Skip unportable test on VMS
18554      Branch: perl
18555            ! t/comp/opsubs.t
18556 ____________________________________________________________________________
18557 [ 27307] By: nicholas                              on 2006/02/24  11:52:53
18558         Log: Assert that GvSTASH is only called on PVGVs and PVLVs.
18559      Branch: perl
18560            ! gv.h
18561 ____________________________________________________________________________
18562 [ 27306] By: nicholas                              on 2006/02/24  11:52:28
18563         Log: Replace usage of GvSTASH for storing the stash of C<our> with
18564              OURSTASH. Set the stash with OURSTASH_SET.
18565      Branch: perl
18566            ! pad.c pad.h sv.h
18567 ____________________________________________________________________________
18568 [ 27304] By: nicholas                              on 2006/02/24  11:21:06
18569         Log: assert that SvMAGIC is never non-NULL for any PVMG used as a pad name.
18570      Branch: perl
18571            ! sv.h
18572 ____________________________________________________________________________
18573 [ 27302] By: nicholas                              on 2006/02/24  10:56:00
18574         Log: Redo previous sv.h change.
18575      Branch: perl
18576            ! sv.h
18577 ____________________________________________________________________________
18578 [ 27301] By: stevep                                on 2006/02/24  10:54:14
18579         Log: Subject: [PATCH] Perl_save_aelem can't be const
18580              From: Andy Lester <andy@petdance.com>
18581              Date: Thu, 23 Feb 2006 22:53:40 -0600
18582              Message-ID: <20060224045340.GA6318@petdance.com>
18583      Branch: perl
18584            ! embed.fnc proto.h scope.c
18585 ____________________________________________________________________________
18586 [ 27300] By: stevep                                on 2006/02/24  10:41:53
18587         Log: Subject: [PATCH] unused context warnings
18588              From: andy@petdance.com (Andy Lester)
18589              Date: Tue, 21 Feb 2006 00:27:11 -0600
18590              Message-ID: <20060221062711.GA16160@petdance.com>
18591      Branch: perl
18592            ! deb.c embed.pl hv.c locale.c mathoms.c mg.c miniperlmain.c
18593            ! numeric.c op.c perl.c perl.h perlapi.c perlio.c pp_ctl.c
18594            ! regcomp.c scope.c sv.c toke.c universal.c utf8.c util.c
18595 ____________________________________________________________________________
18596 [ 27297] By: nicholas                              on 2006/02/24  10:29:48
18597         Log: As SVs can't both be in a pad, and the name of a variable in the pad,
18598              overlay SVs_PADTMP with SVpad_TYPED and SVs_PADMY with SVpad_OUR.
18599      Branch: perl
18600            ! pad.h
18601 ____________________________________________________________________________
18602 [ 27296] By: stevep                                on 2006/02/24  02:56:02
18603         Log: Revert change #27295, which I thought fixed builds on Win32.
18604              Instead remove &PL_vtbl_glob from globvar.sym.
18605      Branch: perl
18606            ! XSUB.h globvar.sym
18607 ____________________________________________________________________________
18608 [ 27295] By: stevep                                on 2006/02/24  02:02:14
18609         Log: Last instance of PL_vtbl_glob removed.  It was missed change #27289.
18610      Branch: perl
18611            ! XSUB.h
18612 ____________________________________________________________________________
18613 [ 27294] By: nicholas                              on 2006/02/23  23:45:39
18614         Log: Replace direct flags tests & manipulations for SVpad_TYPED and
18615              SVpad_OUR with macros SvPAD_TYPED(), SvPAD_OUR() etc, to abstract
18616              away the flags bits acutally used to store this information.
18617      Branch: perl
18618            ! XSUB.h dump.c op.c pad.c pad.h pp.c sv.c sv.h toke.c
18619 ____________________________________________________________________________
18620 [ 27293] By: nicholas                              on 2006/02/23  22:17:07
18621         Log: Document a sixth use for SVf_FAKE
18622      Branch: perl
18623            ! sv.h
18624 ____________________________________________________________________________
18625 [ 27292] By: nicholas                              on 2006/02/23  20:28:34
18626         Log: We have sufficient spare bits to store the SV type in body_details,
18627              so add a small sanity check to ensure that we have the array in the
18628              correct order.
18629      Branch: perl
18630            ! sv.c
18631 ____________________________________________________________________________
18632 [ 27291] By: nicholas                              on 2006/02/23  19:40:23
18633         Log: Shrink struct body_details and hence sv.o slightly further by using
18634              bitfields.
18635      Branch: perl
18636            ! sv.c
18637 ____________________________________________________________________________
18638 [ 27290] By: nicholas                              on 2006/02/23  19:15:48
18639         Log: Using U8 rather than size type shrinks the body_details table.
18640      Branch: perl
18641            ! sv.c
18642 ____________________________________________________________________________
18643 [ 27289] By: nicholas                              on 2006/02/23  18:00:19
18644         Log: Remove set magic from typeglobs. Remove typeglob magic entirely.
18645              Typeglobs now never access the SvPVX, SvIVX or SvNVX when holding a
18646              valid GvGP().
18647      Branch: perl
18648            ! dump.c ext/Devel/Peek/t/Peek.t gv.c perl.h pod/perlguts.pod
18649            ! sv.c util.c
18650 ____________________________________________________________________________
18651 [ 27288] By: nicholas                              on 2006/02/23  17:45:55
18652         Log: In XS_attributes__guess_stash, attempting to call Gv* on a PVMG is
18653              bad and wrong.
18654      Branch: perl
18655            ! xsutils.c
18656 ____________________________________________________________________________
18657 [ 27287] By: stevep                                on 2006/02/23  17:42:09
18658         Log: Add test for RT #2166: foreach spuriously autovivifies
18659      Branch: perl
18660            ! t/cmd/for.t
18661 ____________________________________________________________________________
18662 [ 27286] By: stevep                                on 2006/02/23  16:24:19
18663         Log: Converted t/op/pos.t to use test.pl and added TODO test for 
18664              RT #1716 - search position reset after 'local' save/restore
18665      Branch: perl
18666            ! t/op/pos.t
18667 ____________________________________________________________________________
18668 [ 27283] By: rgs                                   on 2006/02/23  14:07:13
18669         Log: Subject: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
18670              From: "Jan Dubois" <jand@ActiveState.com>
18671              Date: Tue, 21 Feb 2006 12:36:31 -0800
18672              Message-ID: <019601c63726$7fcca200$6062a8c0@candy>
18673      Branch: perl
18674            ! win32/win32.c
18675 ____________________________________________________________________________
18676 [ 27282] By: nicholas                              on 2006/02/23  13:42:29
18677         Log: Recalculate dstr in Perl_sv_setsv_flags, as dstr may have been upgraded.
18678      Branch: perl
18679            ! sv.c
18680 ____________________________________________________________________________
18681 [ 27279] By: nicholas                              on 2006/02/23  13:07:54
18682         Log: Remove un-needed case in Perl_sv_setsv_flags (sv_upgrade will cover
18683              this one for us).
18684      Branch: perl
18685            ! sv.c
18686 ____________________________________________________________________________
18687 [ 27278] By: nicholas                              on 2006/02/23  11:11:12
18688         Log: Remove get magic from typeglobs. This means that PVGVs holding
18689              typeglobs never need to use SvPVX. This comes at price - typeglobs
18690              were using magic get for their stringificiation, and to pass SvOK(),
18691              so need to make typeglobs SvOK by default (by sucking SVp_SCREAM into
18692              SVf_OK - it's the only flag left), tweak SvSCREAM() to also check
18693              SVp_POK, and teach sv_2[inpu]v how to convert globs.
18694              However, it should free up SvPVX for the next part of the plan to
18695              pointer indirections, and therefore CPU cache pressure.
18696      Branch: perl
18697            ! embed.fnc embed.h ext/Devel/Peek/t/Peek.t gv.c mg.c perl.h
18698            ! proto.h sv.c sv.h
18699 ____________________________________________________________________________
18700 [ 27276] By: nicholas                              on 2006/02/23  00:29:04
18701         Log: Fix the copy sizes for PVFM and PVCV back to sanity.
18702      Branch: perl
18703            ! sv.c
18704 ____________________________________________________________________________
18705 [ 27274] By: nicholas                              on 2006/02/22  23:43:10
18706         Log: Fix typos and a missing bracket.
18707      Branch: perl
18708            ! pp.c t/op/studytied.t
18709 ____________________________________________________________________________
18710 [ 27273] By: nicholas                              on 2006/02/22  22:30:19
18711         Log: Avoid C<study>ing any strings that might change underneath us, such
18712              as tied scalars and scalars with overloaded stringification.
18713      Branch: perl
18714            ! pp.c t/op/studytied.t
18715 ____________________________________________________________________________
18716 [ 27272] By: rgs                                   on 2006/02/22  22:09:41
18717         Log: Mark some new study tests as TODO
18718      Branch: perl
18719            ! t/op/studytied.t
18720 ____________________________________________________________________________
18721 [ 27271] By: rgs                                   on 2006/02/22  21:04:33
18722         Log: Add a test for study() on tied scalars, by Andy Lester after
18723              Rick Delaney
18724      Branch: perl
18725            + t/op/studytied.t
18726            ! MANIFEST
18727 ____________________________________________________________________________
18728 [ 27270] By: rgs                                   on 2006/02/22  20:28:41
18729         Log: Turn on match string copying when /e flag is set on a substitution.
18730              
18731              Subject: [PATCH] dodge a valgrind error (for maint or blead)
18732              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
18733              Date: Feb 22, 2006 8:16 PM
18734              Message-ID: <43FCB896.7060106@gmail.com>
18735      Branch: perl
18736            ! pp_hot.c
18737 ____________________________________________________________________________
18738 [ 27269] By: nicholas                              on 2006/02/22  18:21:30
18739         Log: sv_dump should report the PV for PVGVs, as it can get set.
18740              (Typeglobs stringify via a call to GET magic, which uses the PV slot.)
18741      Branch: perl
18742            ! dump.c ext/Devel/Peek/t/Peek.t
18743 ____________________________________________________________________________
18744 [ 27268] By: nicholas                              on 2006/02/22  16:50:25
18745         Log: Test warnings for converting globs to other forms.
18746      Branch: perl
18747            ! t/op/gv.t
18748 ____________________________________________________________________________
18749 [ 27267] By: nicholas                              on 2006/02/22  00:23:49
18750         Log: Change 24643 made the mistake of assuming that CvCONST can only be true
18751              on XSUBs. Somehow it can also end up on perl subs. Bug spotted by and
18752              test case from Marcus Holland-Moritz.
18753      Branch: perl
18754            ! sv.c t/op/threads.t
18755 ____________________________________________________________________________
18756 [ 27265] By: nicholas                              on 2006/02/21  20:09:25
18757         Log: Can merge the two arms of Perl_magic_getglob to save space.
18758      Branch: perl
18759            ! mg.c
18760 ____________________________________________________________________________
18761 [ 27264] By: nicholas                              on 2006/02/21  19:04:39
18762         Log: Reorder the SV flags so that SVp_?OK and SVf_?OK occupy 8 contiguous
18763              bits (0x0000XX00). This makes perl 3K smaller with -Os on x86 FreeBSD,
18764              and might also help on other architectures (eg with 8 contiguous bits,
18765              the SvOK() test on ARM won't need an intermediate constant).
18766      Branch: perl
18767            ! sv.h
18768 ____________________________________________________________________________
18769 [ 27263] By: stevep                                on 2006/02/21  18:44:21
18770         Log: Additional hints needed to build threaded Perls on NetBSD.
18771      Branch: perl
18772            ! hints/netbsd.sh
18773 ____________________________________________________________________________
18774 [ 27262] By: nicholas                              on 2006/02/21  18:00:57
18775         Log: PL_body_arenas should be set to NULL when the interpreter is cleared.
18776      Branch: perl
18777            ! sv.c
18778 ____________________________________________________________________________
18779 [ 27261] By: nicholas                              on 2006/02/21  16:28:02
18780         Log: Teach B about CVf_ISXSUB
18781      Branch: perl
18782            ! ext/B/defsubs_h.PL ext/B/t/concise-xs.t
18783 ____________________________________________________________________________
18784 [ 27260] By: nicholas                              on 2006/02/21  16:12:37
18785         Log: Goodbye PERL_XSUB_OLDSTYLE.
18786      Branch: perl
18787            ! cv.h ext/B/defsubs_h.PL ext/B/t/concise-xs.t
18788            ! ext/Devel/Peek/t/Peek.t pp_ctl.c pp_hot.c
18789 ____________________________________________________________________________
18790 [ 27259] By: nicholas                              on 2006/02/21  15:40:04
18791         Log: Re-order the definitions of the private bits in SvFLAGS by value, so
18792              that we can see where we're already double-booked.
18793      Branch: perl
18794            ! sv.h
18795 ____________________________________________________________________________
18796 [ 27258] By: nicholas                              on 2006/02/21  15:23:21
18797         Log: Document the many uses of SVf_FAKE.
18798      Branch: perl
18799            ! sv.h
18800 ____________________________________________________________________________
18801 [ 27257] By: stevep                                on 2006/02/21  15:18:58
18802         Log: Add tests for the previously untested Hash::Util::all_keys().
18803      Branch: perl
18804            ! ext/Hash/Util/t/Util.t
18805 ____________________________________________________________________________
18806 [ 27256] By: stevep                                on 2006/02/21  00:43:43
18807         Log: $ExtUtils::MM_Unix::VERSION needs to stay numeric to avoid test
18808              warnings.
18809      Branch: perl
18810            ! lib/ExtUtils/MM_Unix.pm
18811 ____________________________________________________________________________
18812 [ 27255] By: stevep                                on 2006/02/21  00:40:23
18813         Log: Subject: Patches: B, CGI, ExtUtils::MM_Unix
18814              From: "Joshua ben Jore" <twists@gmail.com>
18815              Date: Sun, 19 Feb 2006 02:58:10 -0600
18816              Message-ID: <dc5c751d0602190058t78d915fv78c6318370307b63@mail.gmail.com>
18817      Branch: perl
18818            ! AUTHORS lib/CGI.pm
18819 ____________________________________________________________________________
18820 [ 27254] By: stevep                                on 2006/02/21  00:02:46
18821         Log: Subject: Re: Patches: B, CGI, ExtUtils::MM_Unix
18822              From: "Joshua ben Jore" <twists@gmail.com>
18823              Date: Mon, 20 Feb 2006 09:50:15 -0600
18824              Message-ID: <dc5c751d0602200750j21447031m86ea670b04ac27ed@mail.gmail.com>
18825              
18826              Includes changes to increment test count in ext/B/t/concise-xs.t and
18827              uses "no warnings 'once';" in ext/B/t/b.t rather than kludging to 
18828              avoid the warning.
18829      Branch: perl
18830            ! ext/B/B.pm ext/B/B.xs ext/B/t/b.t ext/B/t/concise-xs.t
18831 ____________________________________________________________________________
18832 [ 27252] By: stevep                                on 2006/02/20  23:01:41
18833         Log: Subject: [PATCH] op/magic failure on cygwin after 1.5.19-4
18834              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18835              Date: Mon, 20 Feb 2006 11:09:33 -0800
18836              Message-ID: <20060220190933.GA1316@efn.org>
18837      Branch: perl
18838            ! t/op/magic.t
18839 ____________________________________________________________________________
18840 [ 27251] By: nicholas                              on 2006/02/20  20:32:09
18841         Log: Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arena
18842              arrays, rather than SVt_LAST, so that SVt_LAST can truthfully remain
18843              the number of genuine SV types, unclouded by implementation details.
18844      Branch: perl
18845            ! intrpvar.h sv.c sv.h
18846 ____________________________________________________________________________
18847 [ 27250] By: rgs                                   on 2006/02/20  20:03:37
18848         Log: Subject: [PATCH] Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X)
18849              From: Dominic Dunlop <shouldbedomo@mac.com>
18850              Date: Feb 20, 2006 1:46 PM
18851              Message-Id: <B699DDDE-EC4E-495D-AFF5-3D7399332A24@mac.com>
18852      Branch: perl
18853            ! ext/SDBM_File/Makefile.PL hints/darwin.sh
18854 ____________________________________________________________________________
18855 [ 27249] By: nicholas                              on 2006/02/20  19:00:22
18856         Log: PVCVs don't need XNVs either.
18857              (And actually remove xcv_depth)
18858              (And fix the copy lengths in bodies_by_type)
18859      Branch: perl
18860            ! cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t sv.c
18861 ____________________________________________________________________________
18862 [ 27248] By: rgs                                   on 2006/02/20  17:59:42
18863         Log: Subject: [PATCH] Trouble with $ENV{CDPATH} after change #27236
18864              From: Dominic Dunlop <shouldbedomo@mac.com>
18865              Date: Feb 20, 2006 2:49 PM
18866              Message-Id: <6393FA5A-6B84-46E9-A557-DED3BB0AD7EE@mac.com>
18867      Branch: perl
18868            ! t/op/utftaint.t
18869 ____________________________________________________________________________
18870 [ 27247] By: nicholas                              on 2006/02/20  17:48:21
18871         Log: PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving
18872              xcv_depth into the IV union saves 4(ish) bytes per CV and format.
18873              "ish" because it was a long, but has been changed to I32 (along with
18874              the corresponding field in struct block_sub) so as not to enlarge the
18875              IV union on platforms where sizeof(long) > sizeof(IV), or struct
18876              block_sub where sizeof(long) > sizeof(I32)
18877      Branch: perl
18878            ! cop.h cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t
18879            ! op.c sv.c sv.h
18880 ____________________________________________________________________________
18881 [ 27245] By: nicholas                              on 2006/02/20  14:01:59
18882         Log: Fix sv_dump to dump formats without the (non-existent) NVX.
18883      Branch: perl
18884            ! dump.c
18885 ____________________________________________________________________________
18886 [ 27244] By: nicholas                              on 2006/02/20  13:42:47
18887         Log: xcv_root and xcv_xsub can also be merged into a union, providing a new
18888              flag is added to denote whether the PVCV is perl or XSUB.
18889      Branch: perl
18890            ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t op.c sv.c sv.h
18891 ____________________________________________________________________________
18892 [ 27243] By: nicholas                              on 2006/02/20  11:54:38
18893         Log: xcv_start and xcv_xsubany can be merged into a union, as they are never
18894              both needed.
18895      Branch: perl
18896            ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t sv.h
18897 ____________________________________________________________________________
18898 [ 27242] By: nicholas                              on 2006/02/20  11:54:03
18899         Log: Need to clear CvXSUBANY() too to turn a constant sub into a prototype.
18900      Branch: perl
18901            ! lib/ExtUtils/Constant/ProxySubs.pm
18902 ____________________________________________________________________________
18903 [ 27241] By: nicholas                              on 2006/02/20  10:40:59
18904         Log: Add a new CvISXSUB() macro, for abstracting the test as to whether a
18905              PVCV is perl or XS.
18906      Branch: perl
18907            ! cv.h dump.c ext/Devel/Peek/Peek.xs gv.c op.c pad.c pp_ctl.c
18908            ! pp_hot.c pp_sort.c sv.c
18909 ____________________________________________________________________________
18910 [ 27240] By: nicholas                              on 2006/02/20  10:10:11
18911         Log: Abolish BROKEN_UNION_INIT in B::C, as it works around problems in
18912              pre-ANSI C compilers, but pays in code duplication.
18913      Branch: perl
18914            ! cv.h ext/B/B/C.pm
18915 ____________________________________________________________________________
18916 [ 27239] By: rgs                                   on 2006/02/20  09:31:03
18917         Log: Subject: patch@27236 vms glob/readdir/chdir EFS/long filename support
18918              From: John E. Malmberg <wb8tyw@qsl.net>
18919              Date: Feb 20, 2006 3:43 AM
18920              Message-ID: <43F92CE6.5040704@qsl.net>
18921      Branch: perl
18922            ! doio.c t/io/fs.t vms/vms.c
18923 ____________________________________________________________________________
18924 [ 27238] By: rgs                                   on 2006/02/20  09:26:15
18925         Log: More NullXXX macro removal from Andy Lester
18926      Branch: perl
18927            ! cop.h deb.c doio.c doop.c hv.c intrpvar.h mg.h pad.c pad.h
18928            ! perl.c pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c toke.c
18929            ! universal.c util.c
18930 ____________________________________________________________________________
18931 [ 27237] By: rgs                                   on 2006/02/20  08:54:22
18932         Log: Yitzchak points out that the perldiag entry for "Integer overflow in
18933              division" is no longer useful.
18934      Branch: perl
18935            ! pod/perldiag.pod
18936 ____________________________________________________________________________
18937 [ 27236] By: nicholas                              on 2006/02/20  00:36:34
18938         Log: utftaint.t won't be able to run tests with -T if you have
18939              Insecure directory in $ENV{PATH}
18940              so skip them. (Probably this means you have . in your PATH)
18941      Branch: perl
18942            ! t/op/utftaint.t
18943 ____________________________________________________________________________
18944 [ 27235] By: nicholas                              on 2006/02/20  00:21:09
18945         Log: Remove the last (U16) cast for CV depths, missed by change 17835.
18946      Branch: perl
18947            ! pp_ctl.c
18948 ____________________________________________________________________________
18949 [ 27234] By: nicholas                              on 2006/02/20  00:02:53
18950         Log: Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits,
18951              and make other flag bits that are paired in the code adjacent.
18952              Will produce tighter code on ARM; might help on other platforms too.
18953      Branch: perl
18954            ! cv.h ext/Devel/Peek/t/Peek.t
18955 ____________________________________________________________________________
18956 [ 27233] By: nicholas                              on 2006/02/19  23:59:52
18957         Log: Ministry of Truth removes typo in description of Change 26166.
18958              Change 26166 was correct from the start.
18959              Nothing to see. Move along.
18960              We thank Big Brother for raising the chocolate ration to 20g per week.
18961      Branch: perl
18962            ! Changes
18963 ____________________________________________________________________________
18964 [ 27231] By: nicholas                              on 2006/02/19  22:35:24
18965         Log: Shave sizeof(NV) bytes from formats, by using the same offset
18966              manoeuvre as PVs, PVIVs, PVAVs and PVHVs.
18967      Branch: perl
18968            ! sv.c sv.h
18969 ____________________________________________________________________________
18970 [ 27230] By: nicholas                              on 2006/02/19  20:30:24
18971         Log: AVs and HVs don't have IVXs or NVXs, so assert this too.
18972      Branch: perl
18973            ! sv.h
18974 ____________________________________________________________________________
18975 [ 27229] By: nicholas                              on 2006/02/19  20:10:34
18976         Log: Under -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX aren't being
18977              used on scalars that don't have the memory allocated. Correct
18978              SvSTASH and SvMAGIC to only evaluate the sv argument once.
18979      Branch: perl
18980            ! sv.h
18981 ____________________________________________________________________________
18982 [ 27228] By: nicholas                              on 2006/02/19  18:57:35
18983         Log: To make arithmetic on tainted dualvars work properly requires that
18984              sv_2nv uses SvIVX in preference to SvPVX, if SVp_IOK is true.
18985      Branch: perl
18986            ! sv.c t/op/taint.t
18987 ____________________________________________________________________________
18988 [ 27227] By: nicholas                              on 2006/02/19  12:14:15
18989         Log: SvROK(sv) will never be true when SvIOKp() or SvNOKp() is true, so the
18990              code inside the if() test in sv_2pv_flags is dead and can be removed.
18991      Branch: perl
18992            ! sv.c
18993 ____________________________________________________________________________
18994 [ 27223] By: rgs                                   on 2006/02/18  20:13:51
18995         Log: As Anno Siegel points out, mtime/ctime test should be skipped
18996              on OS X on HFS+.
18997      Branch: perl
18998            ! t/op/stat.t
18999 ____________________________________________________________________________
19000 [ 27222] By: nicholas                              on 2006/02/18  19:01:48
19001         Log: save_re_context() and even errsv_save = newSVsv(ERRSV); can turn
19002              PL_tainted back on, so defer turning if off as late as possible.
19003              This gets lib/locale.t working once more.
19004      Branch: perl
19005            ! utf8.c
19006 ____________________________________________________________________________
19007 [ 27221] By: nicholas                              on 2006/02/18  18:23:43
19008         Log: Turn of tainting locally inside swash_init(), as the internal
19009              implementation of the regexp engine has nothing to do with user data,
19010              so when and where it happens to call require is agnostic of the current
19011              expression's taintedness.
19012      Branch: perl
19013            ! t/op/utftaint.t utf8.c
19014 ____________________________________________________________________________
19015 [ 27220] By: nicholas                              on 2006/02/18  18:22:13
19016         Log: Assume that if runperl is called under tainting, that the caller really
19017              really wanted to run perl, so brute force untaint everything.
19018      Branch: perl
19019            ! t/test.pl
19020 ____________________________________________________________________________
19021 [ 27219] By: nicholas                              on 2006/02/18  17:38:38
19022         Log: Convert utftaint.t to test.pl (from Test.pm) and provide it with
19023              tainted() from taint.t to remove the dependency on Scalar::Util.
19024              (So it will now work with miniperl)
19025      Branch: perl
19026            ! t/op/utftaint.t
19027 ____________________________________________________________________________
19028 [ 27218] By: stevep                                on 2006/02/18  12:58:49
19029         Log: Upgrade to Digest-SHA-5.34.
19030      Branch: perl
19031            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
19032            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
19033            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/src/hmac.c
19034            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
19035            ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/0-pod-coverage.t
19036            ! ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
19037            ! ext/Digest/SHA/t/1-hello-world.t
19038            ! ext/Digest/SHA/t/2-nist-sha-1.t
19039            ! ext/Digest/SHA/t/2-nist-sha-224.t
19040            ! ext/Digest/SHA/t/2-nist-sha-256.t
19041            ! ext/Digest/SHA/t/2-nist-sha-384.t
19042            ! ext/Digest/SHA/t/2-nist-sha-512.t
19043            ! ext/Digest/SHA/t/2-nist-sha-base64.t
19044            ! ext/Digest/SHA/t/2-nist-sha-oo.t
19045            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
19046            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
19047            ! ext/Digest/SHA/t/3-gillogly-easy.t
19048            ! ext/Digest/SHA/t/3-gillogly-hard.t
19049            ! ext/Digest/SHA/t/4-bitstr-increasing.t
19050            ! ext/Digest/SHA/t/4-bitstr-large.t
19051            ! ext/Digest/SHA/t/4-bitstr-random.t
19052            ! ext/Digest/SHA/t/5-hmac-fips198.t
19053            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
19054            ! ext/Digest/SHA/t/5-hmac-sha-256.t
19055            ! ext/Digest/SHA/t/5-hmac-woodbury.t
19056            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
19057 ____________________________________________________________________________
19058 [ 27215] By: nicholas                              on 2006/02/18  00:11:07
19059         Log: Subject: arena-rework : consolidated patch
19060              From: Jim Cromie <jim.cromie@gmail.com>
19061              Message-ID: <43F0F649.9040205@gmail.com>
19062              Date: Mon, 13 Feb 2006 14:12:41 -0700
19063              
19064              Tweaked somewhat to split the arena boolean from the arena_size,
19065              and with the PTE still doubling-up with one of the SV types in the
19066              array.
19067      Branch: perl
19068            ! embed.fnc embed.h hv.c perl.h pod/perlapi.pod proto.h sv.c
19069            ! sv.h
19070 ____________________________________________________________________________
19071 [ 27214] By: nicholas                              on 2006/02/17  23:26:58
19072         Log: Subject: Re: Smoke [5.9.4] 27195 FAIL(m) irix 6.2 (IP22/1 cpu)
19073              From: Abe Timmerman <abe@ztreet.demon.nl>
19074              Message-Id: <200602172358.23977.abe@ztreet.demon.nl>
19075              Date: Fri, 17 Feb 2006 23:58:23 +0100
19076      Branch: perl
19077            ! Makefile.SH
19078 ____________________________________________________________________________
19079 [ 27213] By: nicholas                              on 2006/02/17  22:40:31
19080         Log: The two whitespace changes from
19081              
19082              Subject: arena-rework : consolidated patch
19083              From: Jim Cromie <jim.cromie@gmail.com>
19084              Message-ID: <43F0F649.9040205@gmail.com>
19085              Date: Mon, 13 Feb 2006 14:12:41 -0700
19086      Branch: perl
19087            ! sv.c
19088 ____________________________________________________________________________
19089 [ 27212] By: gisle                                 on 2006/02/17  21:21:05
19090         Log: Don't add -fPIC if already present.
19091              
19092              Subject: [PATCH] 5.8.8: Debian patches
19093              From: "Brendan O'Dea" <bod@debian.org>
19094              Date: Sat, 11 Feb 2006 00:37:15 +1100
19095              Message-ID: <20060210133715.GA6826@londo.c47.org>
19096      Branch: perl
19097            ! hints/linux.sh
19098 ____________________________________________________________________________
19099 [ 27211] By: gisle                                 on 2006/02/17  21:19:03
19100         Log: Fix precedence.
19101              
19102              Subject: [PATCH] 5.8.8: Debian patches
19103              From: "Brendan O'Dea" <bod@debian.org>
19104              Date: Sat, 11 Feb 2006 00:37:15 +1100
19105              Message-ID: <20060210133715.GA6826@londo.c47.org>
19106      Branch: perl
19107            ! lib/Net/NNTP.pm
19108 ____________________________________________________________________________
19109 [ 27210] By: gisle                                 on 2006/02/17  20:54:46
19110         Log: Fix quote typo.
19111              
19112              Subject: [PATCH] 5.8.8: Debian patches
19113              From: "Brendan O'Dea" <bod@debian.org>
19114              Date: Sat, 11 Feb 2006 00:37:15 +1100
19115              Message-ID: <20060210133715.GA6826@londo.c47.org>
19116      Branch: perl
19117            ! utils/c2ph.PL
19118 ____________________________________________________________________________
19119 [ 27209] By: rgs                                   on 2006/02/17  15:48:59
19120         Log: In TODO: make encoding.pm lexical ?
19121      Branch: perl
19122            ! pod/perltodo.pod
19123 ____________________________________________________________________________
19124 [ 27208] By: rgs                                   on 2006/02/17  15:09:11
19125         Log: Subject: [PATCH] cleaning up perly.c
19126              From: andy@petdance.com (Andy Lester)
19127              Date: Sun, 12 Feb 2006 23:04:56 -0600
19128              Message-ID: <20060213050455.GA27993@petdance.com>
19129      Branch: perl
19130            ! perly.c
19131 ____________________________________________________________________________
19132 [ 27207] By: rgs                                   on 2006/02/17  14:27:22
19133         Log: Subject: Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127 FAIL(XF) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
19134              From: Robin Houston <robin@cpan.org>
19135              Date: Sun, 27 Nov 2005 00:43:13 +0000
19136              Message-ID: <20051127004313.GA7007@rpc142.cs.man.ac.uk>
19137              
19138              Simplification of the code in my_exit_jump() that unwinds context
19139              stacks
19140      Branch: perl
19141            ! perl.c
19142 ____________________________________________________________________________
19143 [ 27205] By: rgs                                   on 2006/02/17  08:50:27
19144         Log: Subject: Re: [perl #38485] use integer; 0x80000000/-1; # coredump
19145              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19146              Date: Mon, 13 Feb 2006 01:39:25 -0800
19147              Message-ID: <20060213093925.GA3476@efn.org>
19148      Branch: perl
19149            ! lib/integer.t pp.c
19150 ____________________________________________________________________________
19151 [ 27204] By: rgs                                   on 2006/02/16  14:44:10
19152         Log: Subject: Re: how to build with -DPERL_MEM_LOG ?
19153              From: Andy Dougherty <doughera@lafayette.edu>
19154              Date: Fri, 3 Feb 2006 11:55:58 -0500 (EST)
19155              Message-ID: <Pine.SOC.4.62.0602031129530.9630@maxwell.phys.lafayette.edu>
19156      Branch: perl
19157            ! x2p/a2p.h
19158 ____________________________________________________________________________
19159 [ 27203] By: rgs                                   on 2006/02/16  14:15:53
19160         Log: Subject: Problem compiling swigged c++ code with 5.8.8
19161              From: Merijn Broeren <merijnb@iloquent.com>
19162              Date: Wed, 15 Feb 2006 13:51:49 +0100
19163              Message-ID: <20060215125148.GA12535@brugman.iloquent.nl>
19164      Branch: perl
19165            ! XSUB.h perl.h
19166 ____________________________________________________________________________
19167 [ 27202] By: stevep                                on 2006/02/16  12:54:08
19168         Log: Upgrade to CGI-3.16, with version bump on CGI.pm for documentation
19169              fixes not yet integrated.
19170      Branch: perl
19171            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
19172            ! lib/CGI/Fast.pm lib/CGI/t/cookie.t lib/CGI/t/function.t
19173            ! lib/CGI/t/html.t
19174 ____________________________________________________________________________
19175 [ 27201] By: rgs                                   on 2006/02/16  12:47:13
19176         Log: Remove lib/Hash directory when doing make distclean
19177      Branch: perl
19178            ! Makefile.SH
19179 ____________________________________________________________________________
19180 [ 27200] By: rgs                                   on 2006/02/16  11:46:51
19181         Log: Subject: [PATCH] stat() on Windows doesn't handle trailing slashes/backslashes correctly
19182              From: "Jan Dubois" <jand@ActiveState.com>
19183              Date: Wed, 15 Feb 2006 17:19:29 -0800
19184              Message-ID: <017901c63297$08e1e3f0$2217a8c0@candy>
19185      Branch: perl
19186            ! win32/win32.c
19187 ____________________________________________________________________________
19188 [ 27199] By: rgs                                   on 2006/02/16  11:43:09
19189         Log: Subject: [patch] t/lib/warnings/pp_sys
19190              From: "Green, Paul" <Paul.Green@stratus.com>
19191              Date: Wed, 15 Feb 2006 11:09:57 -0500
19192              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB011A19AF@EXNA.corp.stratus.com>
19193      Branch: perl
19194            ! t/lib/warnings/pp_sys
19195 ____________________________________________________________________________
19196 [ 27198] By: rgs                                   on 2006/02/16  11:40:42
19197         Log: CPAN::FirstTime can go as well from the untested module list
19198      Branch: perl
19199            ! t/lib/1_compile.t
19200 ____________________________________________________________________________
19201 [ 27197] By: rgs                                   on 2006/02/16  11:38:00
19202         Log: Pod::Plainer is tested, actually (spotted by chromatic)
19203      Branch: perl
19204            ! t/lib/1_compile.t
19205 ____________________________________________________________________________
19206 [ 27195] By: rgs                                   on 2006/02/16  09:10:38
19207         Log: Subject: [PATCH] Make XCOPY not prompt every two seconds when rebuilding on Win32
19208              From: demerphq <demerphq@gmail.com>
19209              Date: Mon, 13 Feb 2006 09:41:37 +0100
19210              Message-ID: <9b18b3110602130041q2d64122am5c83392dd75e0413@mail.gmail.com>
19211      Branch: perl
19212            ! win32/Makefile win32/makefile.mk
19213 ____________________________________________________________________________
19214 [ 27194] By: gisle                                 on 2006/02/15  15:25:36
19215         Log: Get perl_fini() running on HP-UX again.
19216              It was effectively disabled by change 24667 since
19217              __ux_version is only available under DCE threads
19218              which isn't used when perl is built on HP-UX 11
19219              and later.
19220      Branch: perl
19221            ! perl.c
19222 ____________________________________________________________________________
19223 [ 27193] By: rgs                                   on 2006/02/15  13:22:27
19224         Log: Fix to run this test in the core
19225      Branch: perl
19226            ! lib/CPAN/t/03pkgs.t
19227 ____________________________________________________________________________
19228 [ 27192] By: stevep                                on 2006/02/15  13:11:06
19229         Log: Subject:  [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.84.tar.gz
19230              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
19231              Date: Wed, 15 Feb 2006 09:19:56 +0100
19232              Message-ID: <87oe19owyb.fsf@k75.linux.bogus>
19233      Branch: perl
19234            + lib/CPAN/t/01loadme.t lib/CPAN/t/02nox.t lib/CPAN/t/03pkgs.t
19235            + lib/CPAN/t/10version.t lib/CPAN/t/11mirroredby.t
19236            - lib/CPAN/t/Nox.t lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t
19237            - lib/CPAN/t/vcmp.t lib/CPAN/t/version.t
19238            ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
19239            ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
19240            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
19241 ____________________________________________________________________________
19242 [ 27190] By: merijn                                on 2006/02/15  09:11:12
19243         Log: Added hints/dragonfly.sh for #27189
19244      Branch: perl
19245            ! MANIFEST
19246 ____________________________________________________________________________
19247 [ 27189] By: merijn                                on 2006/02/15  09:07:43
19248         Log: Subject: Patch for perl to compile/work on DragonFlyBSD
19249              From: Robert Sebastian Gerus <arachnist@gmail.com>
19250              Date: Tue, 14 Feb 2006 17:27:52 +0100
19251              Message-ID: <4a1e16420602140827w17fd6595w@mail.gmail.com>
19252      Branch: perl
19253            + hints/dragonfly.sh
19254            ! Configure Makefile.SH
19255 ____________________________________________________________________________
19256 [ 27187] By: craigb                                on 2006/02/15  04:32:14
19257         Log: Subject: patch@27162 long path name support in readdir / cando_by_name
19258              From: "John E. Malmberg" <wb8tyw@qsl.net>
19259              Date: Sun, 12 Feb 2006 15:24:58 -0500
19260              Message-id: <43EF999A.1020500@qsl.net>
19261      Branch: perl
19262            ! vms/vms.c vms/vmsish.h
19263 ____________________________________________________________________________
19264 [ 27186] By: stevep                                on 2006/02/15  02:55:13
19265         Log: Version bump to go along with change #27185
19266      Branch: perl
19267            ! lib/Getopt/Long.pm
19268 ____________________________________________________________________________
19269 [ 27185] By: stevep                                on 2006/02/15  02:53:10
19270         Log: Subject: Getopt::Long::Configure 'no_getopt_compat'
19271              From: Abigail <abigail@abigail.nl>
19272              Date: Tue, 14 Feb 2006 23:58:07 +0100
19273              Message-ID: <20060214225806.GA4120@abigail.nl>
19274      Branch: perl
19275            ! lib/Getopt/Long.pm
19276 ____________________________________________________________________________
19277 [ 27184] By: nicholas                              on 2006/02/14  23:42:45
19278         Log: Back out change change 10214 (drop SVp_IOK from >> PRIVSHIFT) as it
19279              never felt quite correct, and other parts of the SV conversion
19280              implementation have improved such that the symptoms 10214 covered
19281              over are gone even without it.
19282      Branch: perl
19283            ! mg.c scope.c sv.c
19284 ____________________________________________________________________________
19285 [ 27182] By: stevep                                on 2006/02/14  17:50:06
19286         Log: Upgrade to Time-HiRes-1.87
19287      Branch: perl
19288            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19289            ! ext/Time/HiRes/t/HiRes.t
19290 ____________________________________________________________________________
19291 [ 27181] By: stevep                                on 2006/02/14  17:41:02
19292         Log: Hash::Util tests should check if Hash::Util has been built, not
19293              List::Util (spotted by Rafael).
19294      Branch: perl
19295            ! ext/Hash/Util/t/Util.t
19296 ____________________________________________________________________________
19297 [ 27180] By: stevep                                on 2006/02/14  17:08:08
19298         Log: Subject: [Patch] Enhance Hash::Util
19299              From: demerphq <demerphq@gmail.com>
19300              Date: Mon, 13 Feb 2006 11:39:33 +0100
19301              Message-ID: <9b18b3110602130239w311d05fcr776ae8333776ca2e@mail.gmail.com>
19302      Branch: perl
19303            + ext/Hash/Util/Changes ext/Hash/Util/Makefile.PL
19304            + ext/Hash/Util/Util.xs ext/Hash/Util/lib/Hash/Util.pm
19305            + ext/Hash/Util/t/Util.t
19306            - lib/Hash/Util.pm lib/Hash/Util.t
19307            ! MANIFEST win32/Makefile win32/makefile.mk
19308 ____________________________________________________________________________
19309 [ 27179] By: rgs                                   on 2006/02/14  13:23:04
19310         Log: One shouldn't be able to dereference a GLOB as a SCALAR.
19311              
19312              Subject: Re: [perl #38484] Data::Dumper only warns on unhandled reference types
19313              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19314              Date: Sun, 12 Feb 2006 09:18:39 -0800
19315              Message-ID: <20060212171839.GA3604@efn.org>
19316              
19317              plus regression tests.
19318      Branch: perl
19319            ! pp.c t/op/ref.t
19320 ____________________________________________________________________________
19321 [ 27178] By: rgs                                   on 2006/02/14  10:18:48
19322         Log: Remove a my_perl that slipped in
19323      Branch: perl
19324            ! perlio.c
19325 ____________________________________________________________________________
19326 [ 27177] By: rgs                                   on 2006/02/14  10:00:36
19327         Log: Subject: [PATCH] Sun Studio lint patches
19328              From: andy@petdance.com (Andy Lester)
19329              Date: Mon, 13 Feb 2006 23:46:17 -0600
19330              Message-ID: <20060214054617.GA8824@petdance.com>
19331      Branch: perl
19332            ! Makefile.SH gv.c hv.c op.c pad.c perlio.c pp.c pp_ctl.c
19333            ! pp_hot.c regcomp.c sv.c toke.c utf8.c
19334 ____________________________________________________________________________
19335 [ 27176] By: nicholas                              on 2006/02/13  21:46:13
19336         Log: Ensure that public I, N and P flags are off when SvTAINT is called on
19337              something that already has taint magic.
19338      Branch: perl
19339            ! sv.c
19340 ____________________________________________________________________________
19341 [ 27174] By: rgs                                   on 2006/02/13  17:27:59
19342         Log: Subject: [PATCH] perldiag.pod patching re: integer overflow
19343              From: andy@petdance.com (Andy Lester)
19344              Date: Sun, 12 Feb 2006 23:08:48 -0600
19345              Message-ID: <20060213050848.GB27993@petdance.com>
19346      Branch: perl
19347            ! pod/perldiag.pod pod/perlop.pod
19348 ____________________________________________________________________________
19349 [ 27173] By: rgs                                   on 2006/02/13  17:17:40
19350         Log: Subject: [perl #38346] [PATCH] Re: B::Deparse's bug?
19351              From: Stephen McCamant <smcc@mit.edu>
19352              Date: Wed, 8 Feb 2006 17:48:49 -0800
19353              Message-ID: <17386.40833.64309.454938@conquest.OCF.Berkeley.EDU>
19354      Branch: perl
19355            ! ext/B/B/Deparse.pm
19356 ____________________________________________________________________________
19357 [ 27172] By: steveh                                on 2006/02/13  16:46:14
19358         Log: Teach checkAUTHORS.pl about Changelogs with leading tabs
19359              in the log entries, and fix a malformed log entry in Changes5.005
19360      Branch: perl
19361            ! Changes5.005 Porting/checkAUTHORS.pl
19362 ____________________________________________________________________________
19363 [ 27171] By: steveh                                on 2006/02/13  16:03:23
19364         Log: Revert an assert() fix in the light of change #27152
19365              
19366              The MinGW problem described here:
19367              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-01/msg00146.html
19368              was fixed by change #26664. This is no longer relevant in the light of
19369              change #27152, so revert it.
19370              
19371              (The other problems with VC++ 6 and BCC, fixed by change #26634, have
19372              not gone away, however.)
19373      Branch: perl
19374            ! gv.h
19375 ____________________________________________________________________________
19376 [ 27169] By: nicholas                              on 2006/02/13  15:12:58
19377         Log: All the bits of clone_params.flags need to be initialised, not just
19378              CLONEf_JOIN_IN.
19379      Branch: perl
19380            ! ext/threads/threads.xs
19381 ____________________________________________________________________________
19382 [ 27166] By: nicholas                              on 2006/02/12  19:03:47
19383         Log: Fix change 27059 so that it actually works with >16 file descriptors.
19384              With programmers like these, we need Stadler & Waldorf on code review.
19385      Branch: perl
19386            ! perlio.c
19387 ____________________________________________________________________________
19388 [ 27162] By: nicholas                              on 2006/02/11  22:52:40
19389         Log: In perldiag.pod add an entry for the error message that change 27155
19390              introduced.
19391      Branch: perl
19392            ! pod/perldiag.pod
19393 ____________________________________________________________________________
19394 [ 27161] By: nicholas                              on 2006/02/11  16:10:22
19395         Log: Remove SOFT_CAST() as it no longer does anything useful.
19396      Branch: perl
19397            ! perl.h scope.h
19398 ____________________________________________________________________________
19399 [ 27159] By: nicholas                              on 2006/02/11  15:10:32
19400         Log: Coalesce 2 if blocks with duplicated conditions in Perl_sv_dup.
19401      Branch: perl
19402            ! sv.c
19403 ____________________________________________________________________________
19404 [ 27158] By: stevep                                on 2006/02/11  14:16:45
19405         Log: Test to go with change #27155.
19406      Branch: perl
19407            ! lib/integer.t
19408 ____________________________________________________________________________
19409 [ 27155] By: stevep                                on 2006/02/11  06:14:02
19410         Log: Die when integer overflow condition is detected in division under
19411              C<use integer>.  Hopefully fixes RT #38485.
19412      Branch: perl
19413            ! pp.c
19414 ____________________________________________________________________________
19415 [ 27154] By: nicholas                              on 2006/02/11  00:40:04
19416         Log: assert() that we can't reach two unreachable code paths
19417              (in Perl_magic_get and Perl_pp_shift).
19418      Branch: perl
19419            ! mg.c pp.c
19420 ____________________________________________________________________________
19421 [ 27153] By: nicholas                              on 2006/02/10  22:37:23
19422         Log: The return value from S_hv_auxinit can be ignored, as it's also stored
19423              within the passed in hv parameter.
19424      Branch: perl
19425            ! embed.fnc proto.h
19426 ____________________________________________________________________________
19427 [ 27152] By: steveh                                on 2006/02/10  17:46:35
19428         Log: A better fix than 27148
19429              
19430              Subject: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
19431              From: Nicholas Clark <nick@ccl4.org>
19432              Date: Fri, 10 Feb 2006 14:58:47 +0000
19433              Message-ID: <20060210145847.GA85020@plum.flirble.org>
19434              
19435              Subject: RE: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
19436              From: "Jan Dubois" <jand@ActiveState.com>
19437              Date: Fri, 10 Feb 2006 09:03:41 -0800
19438              Message-ID: <024401c62e63$f1e53c10$6062a8c0@candy>
19439      Branch: perl
19440            ! embed.fnc embed.h hv.c perl.h proto.h sv.c
19441 ____________________________________________________________________________
19442 [ 27151] By: nicholas                              on 2006/02/10  14:25:33
19443         Log: With PERL_POISON defined, ensure freshly malloc()ed memory isn't zeros,
19444              and when PERL_TRACK_MEMPOOL is also defined scribble on any extension
19445              added by realloc().
19446      Branch: perl
19447            ! util.c
19448 ____________________________________________________________________________
19449 [ 27148] By: steveh                                on 2006/02/10  11:20:23
19450         Log: Fix the effects of 27136 on Win32 with DEBUGGING and PERL_IMPLICIT_SYS
19451      Branch: perl
19452            ! embed.fnc embed.h hv.c proto.h sv.c
19453 ____________________________________________________________________________
19454 [ 27145] By: nicholas                              on 2006/02/09  23:23:59
19455         Log: Change 27136 seems to have inadvertently upset some compilers,
19456              presumably where NULL was defined as 0, not (void *)0
19457      Branch: perl
19458            ! op.c
19459 ____________________________________________________________________________
19460 [ 27140] By: stevep                                on 2006/02/09  18:25:02
19461         Log: Fix breakage in S_set_csh() from change #27136.
19462      Branch: perl
19463            ! toke.c
19464 ____________________________________________________________________________
19465 [ 27139] By: gisle                                 on 2006/02/09  18:09:01
19466         Log: Document incompatible interpretation of chdir FOO.
19467              Ref change 27125.
19468      Branch: perl
19469            ! pod/perl594delta.pod
19470 ____________________________________________________________________________
19471 [ 27138] By: rgs                                   on 2006/02/09  17:49:18
19472         Log: Really regenerate headers
19473      Branch: perl
19474            ! embed.h proto.h
19475 ____________________________________________________________________________
19476 [ 27137] By: stevep                                on 2006/02/09  17:40:02
19477         Log: Regenerated headers for change #27136.
19478      Branch: perl
19479            ! embed.h proto.h
19480 ____________________________________________________________________________
19481 [ 27136] By: stevep                                on 2006/02/09  16:49:32
19482         Log: Subject: [PATCH] Trying my "remove the pTHXes" patch again
19483              From: Andy Lester <andy@petdance.com>
19484              Date: Thu, 9 Feb 2006 09:40:18 -0600
19485              Message-ID: <20060209154018.GA14610@petdance.com>
19486      Branch: perl
19487            ! Makefile.SH cc_runtime.h cop.h deb.c embed.fnc hv.c mg.c op.c
19488            ! op.h perl.c pp.c pp_ctl.c pp_sort.c regcomp.c regexec.c sv.c
19489            ! toke.c utf8.c util.c
19490 ____________________________________________________________________________
19491 [ 27135] By: rgs                                   on 2006/02/09  12:38:35
19492         Log: Skip new chdir warning test if fchdir is not available
19493      Branch: perl
19494            ! t/lib/warnings/pp_sys
19495 ____________________________________________________________________________
19496 [ 27134] By: nicholas                              on 2006/02/09  12:37:13
19497         Log: Avoid calling all the scanning code in gv_fetchpvn_flags when saving
19498              $1 etc, as we can perfom a hash lookup on %:: directly.
19499      Branch: perl
19500            ! regcomp.c
19501 ____________________________________________________________________________
19502 [ 27133] By: nicholas                              on 2006/02/08  20:57:24
19503         Log: lastparen in the regexp structure is never initialised, and so will
19504              still be uninitialised after a failed match, yet various points in
19505              mg.c read it come what may. Should fix bug 38461.
19506      Branch: perl
19507            ! regcomp.c
19508 ____________________________________________________________________________
19509 [ 27132] By: gisle                                 on 2006/02/08  17:52:16
19510         Log: Bareword file handles not supported for chown/chmod/utime.
19511      Branch: perl
19512            ! pod/perlfunc.pod
19513 ____________________________________________________________________________
19514 [ 27131] By: rgs                                   on 2006/02/08  16:57:48
19515         Log: Wave hands about encoding::warnings
19516      Branch: perl
19517            ! pod/perltodo.pod
19518 ____________________________________________________________________________
19519 [ 27130] By: rgs                                   on 2006/02/08  13:15:51
19520         Log: Subject: [perl #38464] chdir() on closed handles 
19521              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
19522              Date: Wed, 08 Feb 2006 01:33:54 -0800
19523              Message-ID: <rt-3.0.11-38464-129771.3.46114092925276@perl.org>
19524              
19525              Plus a regression test.
19526      Branch: perl
19527            ! pp_sys.c t/lib/warnings/pp_sys
19528 ____________________________________________________________________________
19529 [ 27129] By: stevep                                on 2006/02/08  03:23:27
19530         Log: Subject: [PATCH] Handle unused args
19531              From: andy@petdance.com (Andy Lester)
19532              Date: Tue, 7 Feb 2006 16:36:56 -0600
19533              Message-ID: <20060207223656.GA5177@petdance.com>
19534      Branch: perl
19535            ! doio.c pad.c perl.c pp_sys.c
19536 ____________________________________________________________________________
19537 [ 27128] By: stevep                                on 2006/02/08  03:04:05
19538         Log: Subject: [patch] several broken make *.valgrind targets
19539              From: Jim Cromie <jim.cromie@gmail.com>
19540              Date: Tue, 07 Feb 2006 15:11:54 -0700
19541              Message-ID: <43E91B2A.4060700@gmail.com>
19542      Branch: perl
19543            ! Makefile.SH
19544 ____________________________________________________________________________
19545 [ 27127] By: nicholas                              on 2006/02/08  00:05:44
19546         Log: Borland's C compiler warns that the & is unnecessary.
19547      Branch: perl
19548            ! pp.c
19549 ____________________________________________________________________________
19550 [ 27126] By: nicholas                              on 2006/02/07  18:01:26
19551         Log: Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K.
19552              The overloading tests are not free.
19553      Branch: perl
19554            ! mathoms.c opcode.h opcode.pl pp.c pp.h
19555 ____________________________________________________________________________
19556 [ 27125] By: gisle                                 on 2006/02/07  17:32:50
19557         Log: Allow bareword file handle as argument to chdir().
19558              This copies the mechanism used by truncate().
19559              Fixes bug #38457.
19560      Branch: perl
19561            ! embed.h op.c opcode.h opcode.pl pp.sym pp_proto.h pp_sys.c
19562            ! t/op/chdir.t
19563 ____________________________________________________________________________
19564 [ 27124] By: nicholas                              on 2006/02/07  17:12:08
19565         Log: All the trancendental unary operators can be merged into PP_sin
19566              (cos, exp, log, sqrt)
19567      Branch: perl
19568            ! mathoms.c opcode.h opcode.pl pp.c
19569 ____________________________________________________________________________
19570 [ 27123] By: nicholas                              on 2006/02/07  15:52:18
19571         Log: Avoid gcc warning about possibly uninitialised variables.
19572      Branch: perl
19573            ! pp.c
19574 ____________________________________________________________________________
19575 [ 27122] By: nicholas                              on 2006/02/07  15:28:41
19576         Log: Create new macros AMG_CALLun_var, AMG_CALLun_var and tryAMAGICun_var
19577              which don't do the pre-processor string manipulation internally.
19578      Branch: perl
19579            ! pp.c pp.h
19580 ____________________________________________________________________________
19581 [ 27121] By: nicholas                              on 2006/02/07  14:57:36
19582         Log: pp_pop can be implemented by pp_shift.
19583      Branch: perl
19584            ! mathoms.c opcode.h opcode.pl pp.c
19585 ____________________________________________________________________________
19586 [ 27120] By: rgs                                   on 2006/02/07  14:37:15
19587         Log: Subject: Re: [PATCH] Documentation patch for overload
19588              From: Steffen Mueller <dtr8sin02@sneakemail.com>
19589              Date: Mon, 06 Feb 2006 10:58:44 +0100
19590              Message-ID: <43E71DD4.5010108@sneakemail.com>
19591      Branch: perl
19592            ! lib/overload.pm
19593 ____________________________________________________________________________
19594 [ 27119] By: nicholas                              on 2006/02/07  14:11:42
19595         Log: pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom.
19596      Branch: perl
19597            ! mathoms.c opcode.h opcode.pl pp.c
19598 ____________________________________________________________________________
19599 [ 27118] By: nicholas                              on 2006/02/07  13:13:44
19600         Log: Merge pp_index and pp_rindex - we have another mathom.
19601      Branch: perl
19602            ! mathoms.c opcode.h opcode.pl pp.c
19603 ____________________________________________________________________________
19604 [ 27117] By: nicholas                              on 2006/02/07  12:41:27
19605         Log: Some refactoring to converge pp_index and pp_rindex
19606      Branch: perl
19607            ! pp.c
19608 ____________________________________________________________________________
19609 [ 27116] By: nicholas                              on 2006/02/07  12:19:17
19610         Log: Fix bug 38454 (rindex corrects for $[ on bytes rather than UTF-8)
19611      Branch: perl
19612            ! pp.c t/op/index.t
19613 ____________________________________________________________________________
19614 [ 27115] By: craigb                                on 2006/02/07  04:46:47
19615         Log: Subject: Re: Configure.com issue, more quoting needed.
19616              From: Peter Prymmer <PPrymmer@factset.com>
19617              Date: Mon, 06 Feb 2006 13:27:14 -0500
19618              Message-id:  <OF3536E719.A8B8D167-ON8525710D.0065011E-8525710D.00655ED0@factset.com>
19619      Branch: perl
19620            ! configure.com
19621 ____________________________________________________________________________
19622 [ 27114] By: craigb                                on 2006/02/07  04:39:09
19623         Log: Subject: patch@27082 Allow fatal exceptions to bring up VMS debugger
19624              From: "John E. Malmberg" <wb8tyw@qsl.net>
19625              Date: Sat, 04 Feb 2006 16:04:32 -0500
19626              Message-id: <43E516E0.1000508@qsl.net>
19627
19628      Branch: perl
19629            ! vms/perlvms.pod vms/vms.c
19630 ____________________________________________________________________________
19631 [ 27113] By: nicholas                              on 2006/02/06  22:28:41
19632         Log: Optimise index so that if the big string is ISO-8859-1 but the little
19633              string is UTF-8, it tries to downgrade the little string, rather than
19634              upgrade the big string. For half-meg big strings this is a fourfold
19635              speed gain.
19636      Branch: perl
19637            ! pp.c
19638 ____________________________________________________________________________
19639 [ 27112] By: nicholas                              on 2006/02/06  21:40:57
19640         Log: Given that the memory allocated in Perl_bytes_from_utf8 and
19641              Perl_bytes_to_utf8 will immediately be written to, I see no need to
19642              allocate it zeroed.
19643      Branch: perl
19644            ! utf8.c
19645 ____________________________________________________________________________
19646 [ 27111] By: nicholas                              on 2006/02/06  20:52:41
19647         Log: Rename S_glob_assign to S_glob_assign_glob
19648              Rename S_pvgv_assign to S_glob_assign_ref
19649              
19650              I don't think that they share enough common code to merge them.
19651      Branch: perl
19652            ! sv.c
19653 ____________________________________________________________________________
19654 [ 27110] By: nicholas                              on 2006/02/06  20:12:58
19655         Log: I think that "merge Perl_sv_2[inpu]v" and "reduce duplication in
19656              sv_setsv_flags" are about as done as they can be.
19657      Branch: perl
19658            ! pod/perltodo.pod
19659 ____________________________________________________________________________
19660 [ 27109] By: nicholas                              on 2006/02/06  20:04:35
19661         Log: In Perl_sv_upgrade, the assignment to new_type_details only needs to
19662              be done once.
19663      Branch: perl
19664            ! sv.c
19665 ____________________________________________________________________________
19666 [ 27108] By: stevep                                on 2006/02/06  19:43:17
19667         Log: Document the limitations of calling exit() (instead of _exit()) from
19668              a child process on Solaris.
19669      Branch: perl
19670            ! pod/perlfork.pod
19671 ____________________________________________________________________________
19672 [ 27107] By: nicholas                              on 2006/02/06  18:45:35
19673         Log: Remove a duplicate flag copy line from Perl_sv_setsv_flags.
19674      Branch: perl
19675            ! sv.c
19676 ____________________________________________________________________________
19677 [ 27106] By: nicholas                              on 2006/02/06  18:07:28
19678         Log: Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_save_iv,
19679              Perl_save_nogv, Perl_save_list, Perl_save_destructor to mathoms.c
19680              Perl_save_svref can't actually move because it calls a static function.
19681      Branch: perl
19682            ! mathoms.c scope.c
19683 ____________________________________________________________________________
19684 [ 27105] By: nicholas                              on 2006/02/06  16:50:22
19685         Log: Expunge USE_5005THREADS from perl.c
19686      Branch: perl
19687            ! perl.c
19688 ____________________________________________________________________________
19689 [ 27104] By: nicholas                              on 2006/02/06  13:08:34
19690         Log: Fix bug #38439 - reference to typeglob assignment needs to be based
19691              on SvROK(sstr) rather than SvTYPE(sstr) == SVt_RV.
19692      Branch: perl
19693            ! sv.c t/op/gv.t
19694 ____________________________________________________________________________
19695 [ 27103] By: rgs                                   on 2006/02/06  09:42:33
19696         Log: Subject: [PATCH] 5.8.8: Unicos test skip (and for the record: config.sh and harness results)
19697              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
19698              Date: Sun, 05 Feb 2006 12:16:37 +0200
19699              Message-ID: <43E5D085.90400@iki.fi>
19700      Branch: perl
19701            ! lib/Math/BigInt/t/bigintc.t
19702 ____________________________________________________________________________
19703 [ 27102] By: stevep                                on 2006/02/06  04:48:04
19704         Log: Subject: [PATCH] Cleaning up shadowed variables
19705              From: Andy Lester <andy@petdance.com>
19706              Date: Sun, 5 Feb 2006 21:56:43 -0600
19707              Message-Id: <B375E848-FA07-479D-9571-FA3925106D16@petdance.com>
19708      Branch: perl
19709            ! op.c pp_ctl.c
19710 ____________________________________________________________________________
19711 [ 27101] By: nicholas                              on 2006/02/05  23:44:12
19712         Log: Merge the PVCV case into the common code in S_pvgv_assign.
19713      Branch: perl
19714            ! sv.c
19715 ____________________________________________________________________________
19716 [ 27100] By: nicholas                              on 2006/02/05  23:20:21
19717         Log: Merge the PVAV and PVHV clauses into the common code of S_pvgv_assign.
19718      Branch: perl
19719            ! sv.c
19720 ____________________________________________________________________________
19721 [ 27099] By: nicholas                              on 2006/02/05  23:02:58
19722         Log: Merge the default case (GvSV) with the common code in S_pvgv_assign.
19723      Branch: perl
19724            ! sv.c
19725 ____________________________________________________________________________
19726 [ 27098] By: nicholas                              on 2006/02/05  22:41:42
19727         Log: Start to merge the 6 arms of S_pvgv_assign into one.
19728      Branch: perl
19729            ! sv.c
19730 ____________________________________________________________________________
19731 [ 27097] By: nicholas                              on 2006/02/05  22:00:11
19732         Log: Subject: [patch] rework arenas - repair arenasets
19733              From: Jim Cromie <jim.cromie@gmail.com>
19734              Message-ID: <43E5F012.1080203@gmail.com>
19735              Date: Sun, 05 Feb 2006 05:31:14 -0700
19736      Branch: perl
19737            ! hv.c sv.c
19738 ____________________________________________________________________________
19739 [ 27096] By: rgs                                   on 2006/02/05  21:22:03
19740         Log: Subject: [PATCH] Documentation patch for overload
19741              From: Steffen Mueller <dtr8sin02@sneakemail.com>
19742              Date: Feb 5, 2006 12:26 PM
19743              Message-ID: <43E5E0E9.1070707@sneakemail.com>
19744      Branch: perl
19745            ! lib/overload.pm
19746 ____________________________________________________________________________
19747 [ 27095] By: nicholas                              on 2006/02/05  20:51:43
19748         Log: The message "Can't upgrade that kind of scalar" can be far more
19749              informative.
19750      Branch: perl
19751            ! pod/perldiag.pod sv.c
19752 ____________________________________________________________________________
19753 [ 27094] By: nicholas                              on 2006/02/05  20:33:57
19754         Log: new_body_type doesn't need to subtract the offset, that's what
19755              new_body_allocated is for.
19756      Branch: perl
19757            ! sv.c
19758 ____________________________________________________________________________
19759 [ 27093] By: nicholas                              on 2006/02/05  20:26:40
19760         Log: Yes, I broke Win32 with change 27089 by having a { in the wrong place.
19761      Branch: perl
19762            ! perl.c
19763 ____________________________________________________________________________
19764 [ 27092] By: nicholas                              on 2006/02/05  19:52:50
19765         Log: Remove "Can't upgrade to undef" from perldiag, as the corresponding
19766              code is now gone from sv_upgrade.
19767      Branch: perl
19768            ! pod/perldiag.pod
19769 ____________________________________________________________________________
19770 [ 27091] By: nicholas                              on 2006/02/05  19:45:37
19771         Log: Merge and refactor the PVAV and PVHV code in Perl_sv_upgrade, which
19772              reduces the object size by about 80 bytes.
19773      Branch: perl
19774            ! sv.c
19775 ____________________________________________________________________________
19776 [ 27090] By: nicholas                              on 2006/02/05  18:51:17
19777         Log: Eliminate a croak we can't get to.
19778      Branch: perl
19779            ! sv.c
19780 ____________________________________________________________________________
19781 [ 27089] By: nicholas                              on 2006/02/05  11:15:34
19782         Log: Without this Windows and Netware compilers should be complaining 
19783              about perl.c having code before a declaration, *but only if compiling
19784              with PERL_TRACK_MEMPOOL*. So, will it fix the smoke failures? Place
19785              bets now.
19786      Branch: perl
19787            ! perl.c
19788 ____________________________________________________________________________
19789 [ 27088] By: stevep                                on 2006/02/05  05:08:02
19790         Log: Don't export PL_memory_debug_header to Win32 (and others) unless 
19791              PERL_TRACK_MEMPOOL is defined.
19792      Branch: perl
19793            ! makedef.pl
19794 ____________________________________________________________________________
19795 [ 27087] By: stevep                                on 2006/02/05  04:13:27
19796         Log: Fixed embed.fnc entry for S_forbid_setid() and picked up a change in 
19797              pod/perlapi.pod for good measure when regenerating files.
19798      Branch: perl
19799            ! embed.fnc pod/perlapi.pod proto.h
19800 ____________________________________________________________________________
19801 [ 27086] By: nicholas                              on 2006/02/04  22:51:17
19802         Log: bcc was issuing a warning about this line in Perl_sv_2cv, so tweak it
19803              to keep it happy.
19804      Branch: perl
19805            ! sv.c
19806 ____________________________________________________________________________
19807 [ 27085] By: nicholas                              on 2006/02/04  22:13:08
19808         Log: Add regression tests to lib/charnames.t to ensure that unicore/Names.pl
19809              is 100% 7 bit ASCII.
19810      Branch: perl
19811            ! lib/charnames.t
19812 ____________________________________________________________________________
19813 [ 27084] By: nicholas                              on 2006/02/04  19:09:17
19814         Log: Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHost
19815              behaviour of freeing up all memory at thread exit. With this and
19816              tools such as valgrind you will now get warnings as soon as you
19817              read from the deallocated memory, rather than just a warning much
19818              later about freeing to the wrong pool.
19819      Branch: perl
19820            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h pod/perltodo.pod
19821            ! sv.c util.c
19822 ____________________________________________________________________________
19823 [ 27083] By: nicholas                              on 2006/02/04  18:48:09
19824         Log: The TODO 'Tidy up global variables' can go, replaced with a second
19825              paragraph on 'Ordering of "global" variables'.
19826      Branch: perl
19827            ! pod/perltodo.pod
19828 ____________________________________________________________________________
19829 [ 27082] By: nicholas                              on 2006/02/04  17:11:54
19830         Log: I believe that mathoms have been completely TODOne.
19831      Branch: perl
19832            ! pod/perltodo.pod
19833 ____________________________________________________________________________
19834 [ 27081] By: nicholas                              on 2006/02/04  13:27:00
19835         Log: Rejig the definition of ARENAS_PER_SET to maximise the size of the
19836              array whilst keeping the structure within PERL_ARENA_SIZE.
19837      Branch: perl
19838            ! sv.c
19839 ____________________________________________________________________________
19840 [ 27080] By: nicholas                              on 2006/02/04  13:00:06
19841         Log: Tweak arena sets to avoid assignment between different pointers.
19842      Branch: perl
19843            ! sv.c
19844 ____________________________________________________________________________
19845 [ 27079] By: nicholas                              on 2006/02/04  12:28:03
19846         Log: Subject: [patch] arena rework - arena sets
19847              From: Jim Cromie <jim.cromie@gmail.com>
19848              Message-ID: <43DF4F66.4080808@gmail.com>
19849              Date: Tue, 31 Jan 2006 04:52:06 -0700
19850      Branch: perl
19851            ! embed.fnc embed.h hv.c proto.h sv.c
19852 ____________________________________________________________________________
19853 [ 27078] By: nicholas                              on 2006/02/04  11:10:52
19854         Log: warnings.h does some evil(*) pointer arithmetic on (SV *)0, so a
19855              simple replace of Nullsv with NULL turns out to be a bad idea.
19856              * Technically undefined behaviour, I believe.
19857      Branch: perl
19858            ! warnings.h warnings.pl
19859 ____________________________________________________________________________
19860 [ 27077] By: nicholas                              on 2006/02/04  10:37:08
19861         Log: Remove obsolete comment.
19862      Branch: perl
19863            ! perl.c
19864 ____________________________________________________________________________
19865 [ 27076] By: nicholas                              on 2006/02/03  23:21:37
19866         Log: S_find_beginning is only called from one place, so by hoisting the
19867              forbid_setid check for -x into the caller, we can eliminate the
19868              suidscript parameter from S_find_beginning.
19869      Branch: perl
19870            ! embed.fnc embed.h perl.c proto.h
19871 ____________________________________________________________________________
19872 [ 27075] By: nicholas                              on 2006/02/03  22:41:55
19873         Log: And as we've now got to the point where all calls to Perl_moreswitches
19874              have -1 as the second argument, we can remove the second argument,
19875              which gets us back to where we started, only with the elimination of
19876              a per-thread variable.
19877      Branch: perl
19878            ! embed.fnc embed.h perl.c proto.h toke.c
19879 ____________________________________________________________________________
19880 [ 27074] By: nicholas                              on 2006/02/03  22:18:45
19881         Log: The MSDOS-only call to moreswitches will never reach forbid_setid, so
19882              it can have a parameter of -1 without changing any behaviour.
19883              I see no reason to forbid "command line" switches when they are
19884              actually coming from the #! line of the script itself (as read by perl)
19885              as they must have been written by the owner of the script, rather than
19886              being crafted by the user manipulating the command line, and therefore
19887              cannot be subverted. (Or alternatively, can be subverted as easily as
19888              the rest of the script, and we're permitting *that* to be run)
19889      Branch: perl
19890            ! perl.c
19891 ____________________________________________________________________________
19892 [ 27073] By: nicholas                              on 2006/02/03  21:47:04
19893         Log: Pull the variables fdscript and suidscript into a much smaller scope.
19894              Replace suidscript with literal -1 where it could only have been -1.
19895              (Re-indent the other code inside the new block creating the scope.
19896              Rejig the indentation of the conditionals)
19897      Branch: perl
19898            ! perl.c
19899 ____________________________________________________________________________
19900 [ 27072] By: nicholas                              on 2006/02/03  21:23:21
19901         Log: Change 27070 failed to initialise a variable. (But despite that still
19902              passed all tests locally.)
19903      Branch: perl
19904            ! perl.c
19905 ____________________________________________________________________________
19906 [ 27071] By: nicholas                              on 2006/02/03  20:12:10
19907         Log: Silence a warning about "statement not reached" from the Sun C compiler.
19908              It was accurate - the conditional code used to give 2 return statements.
19909      Branch: perl
19910            ! mathoms.c
19911 ____________________________________________________________________________
19912 [ 27070] By: nicholas                              on 2006/02/03  20:10:07
19913         Log: Eliminating PL_suidscript is more tricky, and requires changing the
19914              prototype of Perl_moreswitches.
19915      Branch: perl
19916            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
19917            ! proto.h toke.c
19918 ____________________________________________________________________________
19919 [ 27069] By: nicholas                              on 2006/02/03  18:27:52
19920         Log: Passing the flag to S_forbit_setid as a single char rather than a
19921              string is a slight space optimisation.
19922      Branch: perl
19923            ! embed.fnc intrpvar.h perl.c proto.h
19924 ____________________________________________________________________________
19925 [ 27068] By: nicholas                              on 2006/02/03  18:10:45
19926         Log: Oops. I *thought* that I had checked that all changed files were open.
19927              Clearly not. (Fixes change 27066)
19928      Branch: perl
19929            ! embed.h embedvar.h perlapi.h proto.h
19930 ____________________________________________________________________________
19931 [ 27067] By: nicholas                              on 2006/02/03  17:06:43
19932         Log: Oops. When changing warnings.pl one should re-run it. Well spotted
19933              Rafael.
19934      Branch: perl
19935            ! warnings.h
19936 ____________________________________________________________________________
19937 [ 27066] By: nicholas                              on 2006/02/03  17:06:04
19938         Log: It's actually easier to get rid of PL_fdscript than we thought.
19939      Branch: perl
19940            ! embed.fnc intrpvar.h perl.c
19941 ____________________________________________________________________________
19942 [ 27065] By: nicholas                              on 2006/02/03  16:03:01
19943         Log: Subject: Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
19944              From: Steven Schubiger <schubiger@cpan.org>
19945              Message-ID: <20060203152449.GI12591@accognoscere.homeunix.org>
19946              Date: Fri, 3 Feb 2006 16:24:49 +0100
19947      Branch: perl
19948            ! cop.h doio.c doop.c dump.c embed.pl gv.c hv.c hv.h intrpvar.h
19949            ! locale.c mathoms.c mg.c op.c pad.c pad.h perl.c perlio.c
19950            ! perlio.h pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
19951            ! regexec.c scope.c sv.c sv.h thrdvar.h toke.c utf8.c util.c
19952            ! warnings.pl
19953 ____________________________________________________________________________
19954 [ 27064] By: rgs                                   on 2006/02/03  15:18:18
19955         Log: Fix file where internal XS functions are defined
19956      Branch: perl
19957            ! universal.c
19958 ____________________________________________________________________________
19959 [ 27063] By: rgs                                   on 2006/02/03  14:06:40
19960         Log: Help to compile on VMS with UNLINK_ALL_VERSIONS
19961              See :
19962              Subject: bug@26347 embed.fnc/embed.h with unlnk macro
19963              From: "John E. Malmberg" <wb8tyw@qsl.net>
19964              Date: Tue, 13 Dec 2005 22:18:56 -0500
19965              Message-ID: <439F8F20.4050207@qsl.net>
19966      Branch: perl
19967            ! perl.h
19968 ____________________________________________________________________________
19969 [ 27062] By: rgs                                   on 2006/02/03  13:46:46
19970         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_64.tar.gz
19971              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
19972              Date: Thu, 02 Feb 2006 12:35:41 +0100
19973              Message-ID: <87acda0z8y.fsf@k75.linux.bogus>
19974      Branch: perl
19975            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
19976            ! lib/CPAN/SIGNATURE
19977 ____________________________________________________________________________
19978 [ 27061] By: rgs                                   on 2006/02/03  13:35:44
19979         Log: Subject: L<PerlIO> and Pod::Html
19980              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19981              Date: Mon, 09 Jan 2006 12:53:15 +0900
19982              Message-Id: <20060109125220.3BB0.BQW10602@nifty.com>
19983      Branch: perl
19984            ! lib/Pod/Html.pm
19985 ____________________________________________________________________________
19986 [ 27060] By: nicholas                              on 2006/02/03  13:21:46
19987         Log: Subject: [PATCH] s/Nullcv/NULL/g
19988              From: Steven Schubiger <schubiger@cpan.org>
19989              Message-ID: <20060202150241.GF12591@accognoscere.homeunix.org>
19990              Date: Thu, 2 Feb 2006 16:02:41 +0100
19991      Branch: perl
19992            ! cop.h dump.c gv.c gv.h mg.c op.c pad.c perl.c pp_ctl.c sv.c
19993 ____________________________________________________________________________
19994 [ 27059] By: nicholas                              on 2006/02/03  13:06:00
19995         Log: Change PL_perlio_fd_refcnt from a fixed size static array to a pointer
19996              to a dynamic array.
19997      Branch: perl
19998            ! embedvar.h perlapi.h perlio.c perlvars.h
19999 ____________________________________________________________________________
20000 [ 27057] By: stevep                                on 2006/02/02  20:57:01
20001         Log: It would be nice to have tests in B for the functions getting changed.
20002      Branch: perl
20003            ! ext/B/t/b.t
20004 ____________________________________________________________________________
20005 [ 27056] By: stevep                                on 2006/02/02  20:42:56
20006         Log: Death to magic characters!  No pun intended.
20007      Branch: perl
20008            ! ext/B/B.xs
20009 ____________________________________________________________________________
20010 [ 27054] By: rgs                                   on 2006/02/02  14:24:03
20011         Log: Subject: Re: [PATCH] s/Null(av|ch)/NULL/g
20012              From: Steven Schubiger <schubiger@cpan.org>
20013              Date: Thu, 2 Feb 2006 10:38:49 +0100
20014              Message-ID: <20060202093849.GD12591@accognoscere.homeunix.org>
20015      Branch: perl
20016            ! XSUB.h cop.h doio.c doop.c dump.c gv.c hv.c hv.h locale.c
20017            ! malloc.c mathoms.c mg.c op.c op.h pad.c perl.c perl.h perlio.c
20018            ! perlsdio.h pod/perlapi.pod pp_sort.c pp_sys.c regcomp.h
20019            ! regexec.c sv.c sv.h thrdvar.h toke.c util.c
20020 ____________________________________________________________________________
20021 [ 27053] By: nicholas                              on 2006/02/02  12:31:30
20022         Log: gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning
20023              loop is iterated over millions of times. Add a flag GV_NOTQUAL purely
20024              as an optimisation, when the caller is passing in a string that is
20025              known not to contain any package separators.
20026      Branch: perl
20027            ! doio.c gv.c gv.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c
20028            ! toke.c util.c
20029 ____________________________________________________________________________
20030 [ 27052] By: rgs                                   on 2006/02/02  11:22:43
20031         Log: Update to Module::CoreList 3.04.
20032              Cleanup corelist manpage.
20033              Remove -w in corelist shebang to avoid spurious warnings.
20034      Branch: perl
20035            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
20036 ____________________________________________________________________________
20037 [ 27051] By: gisle                                 on 2006/02/02  10:05:32
20038         Log: perl-5.8.8 also contained change 27040.
20039      Branch: perl
20040            ! lib/Module/CoreList.pm
20041 ____________________________________________________________________________
20042 [ 27050] By: nicholas                              on 2006/02/02  00:36:38
20043         Log: Yet more instances of gv_fetchpv... that should be GV_ADD rather than
20044              TRUE.
20045              Convert two gv_fetchpvn_flags to gv_fetchpvs.
20046      Branch: perl
20047            ! doio.c gv.c perl.c pp_ctl.c pp_sort.c util.c
20048 ____________________________________________________________________________
20049 [ 27049] By: nicholas                              on 2006/02/02  00:24:06
20050         Log: And another assumption.
20051      Branch: perl
20052            ! gv.c
20053 ____________________________________________________________________________
20054 [ 27048] By: nicholas                              on 2006/02/01  23:38:53
20055         Log: Since PERL_COPY_ON_WRITE becamse PERL_OLD_COPY_ON_WRITE it seems that
20056              no-one has been testing it, as there was a const too far.
20057      Branch: perl
20058            ! sv.c
20059 ____________________________________________________________________________
20060 [ 27047] By: stevep                                on 2006/02/01  23:34:47
20061         Log: Doc nit found by Stephen Gordon.
20062      Branch: perl
20063            ! pod/perlfunc.pod
20064 ____________________________________________________________________________
20065 [ 27046] By: nicholas                              on 2006/02/01  23:03:11
20066         Log: doubleplusoops. Apart from the documented NUL termination assumption.
20067              Now removed.
20068      Branch: perl
20069            ! gv.c
20070 ____________________________________________________________________________
20071 [ 27045] By: nicholas                              on 2006/02/01  22:39:29
20072         Log: References can't have SVp_IOK or SVp_NOK set, so no need for all the
20073              conditional code to copy IVX and NVX if true. "You cannot get here".
20074      Branch: perl
20075            ! sv.c
20076 ____________________________________________________________________________
20077 [ 27044] By: nicholas                              on 2006/02/01  22:03:37
20078         Log: Oops. 1 NUL termination assumption remains in Perl_gv_fetchpvn_flags
20079      Branch: perl
20080            ! gv.c
20081 ____________________________________________________________________________
20082 [ 27043] By: nicholas                              on 2006/02/01  20:26:46
20083         Log: Correct my comment, so that it's actually useful. :-)
20084      Branch: perl
20085            ! sv.c
20086 ____________________________________________________________________________
20087 [ 27042] By: nicholas                              on 2006/02/01  19:30:52
20088         Log: , tweaked from
20089              Subject: Re: [:...:] and \p{...} character class equivalence in utf8 regexps
20090              From: Steve Purkis <Steve.Purkis@multimap.com>
20091              Message-Id: <0DAE5956-3ECC-4692-A0C9-C62C8F790C97@multimap.com>
20092              Date: Fri, 20 Jan 2006 12:35:06 -0500
20093      Branch: perl
20094            ! pod/perlre.pod
20095 ____________________________________________________________________________
20096 [ 27039] By: rgs                                   on 2006/02/01  18:07:26
20097         Log: Improve a bit the documentation for kill() with SIGNAL==0
20098      Branch: perl
20099            ! pod/perlfunc.pod
20100 ____________________________________________________________________________
20101 [ 27038] By: nicholas                              on 2006/02/01  18:05:20
20102         Log: Mmm, it looks like it's a bad plan to rebuild the TOC from a tree that
20103              has other modules in ext/
20104              TODO - fix buildtoc to cross check with MANIFEST.
20105      Branch: perl
20106            ! pod/perltoc.pod
20107 ____________________________________________________________________________
20108 [ 27037] By: nicholas                              on 2006/02/01  17:53:28
20109         Log: Integrate perl588delta.pod from maint, and re-run pod/buildtoc.
20110      Branch: perl
20111           +> pod/perl588delta.pod
20112            ! pod/perl.pod vms/descrip_mms.template
20113           !> MANIFEST Makefile.SH pod.lst pod/perltoc.pod win32/Makefile
20114           !> win32/makefile.mk win32/pod.mak
20115 ____________________________________________________________________________
20116 [ 27036] By: rgs                                   on 2006/02/01  17:49:53
20117         Log: Doc nit by Andy Dougherty
20118      Branch: perl
20119            ! README.aix
20120 ____________________________________________________________________________
20121 [ 27035] By: rgs                                   on 2006/02/01  16:14:07
20122         Log: autouse actually requires perl 5.6 at least.
20123      Branch: perl
20124            ! lib/autouse.pm
20125 ____________________________________________________________________________
20126 [ 27034] By: rgs                                   on 2006/02/01  15:51:35
20127         Log: Avoid "Prototype mismatch" warnings with autouse.
20128      Branch: perl
20129            ! lib/autouse.pm
20130 ____________________________________________________________________________
20131 [ 27033] By: rgs                                   on 2006/02/01  13:22:26
20132         Log: Fix corelist data for 5.8.8
20133      Branch: perl
20134            ! lib/Module/CoreList.pm
20135 ____________________________________________________________________________
20136 [ 27032] By: rgs                                   on 2006/02/01  12:41:37
20137         Log: More history
20138      Branch: perl
20139            ! pod/perlhist.pod
20140 ____________________________________________________________________________
20141 [ 27031] By: rgs                                   on 2006/02/01  12:30:14
20142         Log: Update to Module::CoreList 2.03 (includes 5.8.8 and 5.9.3)
20143      Branch: perl
20144            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
20145 ____________________________________________________________________________
20146 [ 27030] By: nicholas                              on 2006/02/01  11:53:04
20147         Log: Subject: [patch] arena rework - unify arenaroots
20148              From: Jim Cromie <jim.cromie@gmail.com>
20149              Message-ID: <43DF3D0A.3040102@gmail.com>
20150              Date: Tue, 31 Jan 2006 03:33:46 -0700
20151      Branch: perl
20152            ! embedvar.h hv.c intrpvar.h perlapi.h sv.c
20153 ____________________________________________________________________________
20154 [ 27028] By: nicholas                              on 2006/01/31  22:59:27
20155         Log: Make Perl_gv_fetchpvn_flags actually heed the passed in length.
20156              This means that \0 bytes in symbolic references now work.
20157      Branch: perl
20158            ! doio.c gv.c perl.c t/op/ref.t toke.c
20159 ____________________________________________________________________________
20160 [ 27027] By: stevep                                on 2006/01/31  18:42:31
20161         Log: Intel C Compiler 9.0 hatefully defines __GNUC__.  Unfortunately, 
20162              icc does not support gcc built-ins like __attribiute__.
20163      Branch: perl
20164            ! perl.h
20165 ____________________________________________________________________________
20166 [ 27022] By: nicholas                              on 2006/01/31  15:33:15
20167         Log: Subject: [perl #38380] Typo in perlfunc.pod 
20168              From: p.boven@sara.nl (via RT) <perlbug-followup@perl.org>
20169              Message-ID: <rt-3.0.11-38380-129047.11.4217468041333@perl.org>
20170              Date: Tue, 31 Jan 2006 05:22:28 -0800
20171      Branch: perl
20172            ! pod/perlfunc.pod
20173 ____________________________________________________________________________
20174 [ 27021] By: nicholas                              on 2006/01/31  15:10:37
20175         Log: Eliminate save_threadsv, as it is never linked to, and all it does
20176              post 5005 threads is croak().
20177      Branch: perl
20178            ! embed.fnc embed.h global.sym proto.h scope.c
20179 ____________________________________________________________________________
20180 [ 27016] By: rgs                                   on 2006/01/31  10:07:00
20181         Log: Subject: Re: [PATCH] Re: replacing "inuse" Win files (was Re: Help with a Cwd.pm build error)
20182              From: demerphq <demerphq@gmail.com>
20183              Date: Tue, 31 Jan 2006 09:55:25 +0100
20184              Message-ID: <9b18b3110601310055h7aeb9aa1gdc2d63cc56d97768@mail.gmail.com>
20185      Branch: perl
20186            ! lib/ExtUtils/Install.pm
20187 ____________________________________________________________________________
20188 [ 27015] By: craigb                                on 2006/01/31  04:37:27
20189         Log: Subject: patch@26996 - patch around stat("_NLA0:") bug
20190              From: "John E. Malmberg" <wb8tyw@qsl.net>Date: Mon, 30 Jan 2006 23:21:34 -0500
20191              Message-id: <43DEE5CE.7060108@qsl.net>
20192
20193      Branch: perl
20194            ! vms/vms.c vms/vmsish.h
20195 ____________________________________________________________________________
20196 [ 27014] By: nicholas                              on 2006/01/31  00:15:26
20197         Log: Silence a warning from the MS compiler about signed/unsigned mismatch.
20198      Branch: perl
20199            ! util.c
20200 ____________________________________________________________________________
20201 [ 27010] By: rgs                                   on 2006/01/30  17:47:56
20202         Log: Add perl594delta
20203      Branch: perl
20204            + pod/perl594delta.pod
20205            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
20206            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
20207            ! win32/pod.mak
20208 ____________________________________________________________________________
20209 [ 27009] By: nicholas                              on 2006/01/30  17:12:54
20210         Log: Change the author aliasing to reflect updates to AUTHORS.
20211      Branch: perl
20212            ! Porting/checkAUTHORS.pl
20213 ____________________________________________________________________________
20214 [ 27007] By: rgs                                   on 2006/01/30  16:58:47
20215         Log: Bump version number to 5.9.4
20216              Regenerate template config in Porting
20217      Branch: perl
20218            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
20219            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
20220            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
20221            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
20222            ! win32/makefile.mk wince/Makefile.ce wince/config_H.ce
20223 ____________________________________________________________________________
20224 [ 27006] By: nicholas                              on 2006/01/30  16:50:38
20225         Log: Silence another Irix compiler warning.
20226      Branch: perl
20227            ! toke.c
20228 ____________________________________________________________________________
20229 [ 27005] By: nicholas                              on 2006/01/30  16:29:38
20230         Log: Avoid a warning from the Irix C compiler.
20231      Branch: perl
20232            ! hv.c
20233 ____________________________________________________________________________
20234 [ 27004] By: stevep                                on 2006/01/30  15:04:50
20235         Log: Teach the Makefile how to cleanup config.over.
20236      Branch: perl
20237            ! Makefile.SH
20238 ____________________________________________________________________________
20239 [ 27002] By: nicholas                              on 2006/01/30  13:42:56
20240         Log: Code assumes that *FOO{SCALAR} will always return a scalar reference,
20241              so make it so, creating $FOO if necessary.
20242              (Effectively this is a policy decision that PERL_DONT_CREATE_GVSV is
20243              visible to XS code, but isn't visible to Perl code)
20244      Branch: perl
20245            ! pp.c t/op/gv.t
20246 ____________________________________________________________________________
20247 [ 27001] By: stevep                                on 2006/01/30  13:25:04
20248         Log: Add -DPTR_IS_LONG when building with -Duse64bitint on Solaris/i386.  
20249              Otherwise, the build fails in POSIX.
20250      Branch: perl
20251            ! hints/solaris_2.sh
20252 ____________________________________________________________________________
20253 [ 27000] By: nicholas                              on 2006/01/30  12:59:12
20254         Log: Use a union for storing the shared hash key reference count, rather
20255              than messy pointer hacks.
20256      Branch: perl
20257            ! ext/XS/APItest/APItest.xs hv.c hv.h perl.c
20258 ____________________________________________________________________________
20259 [ 26999] By: rgs                                   on 2006/01/30  09:52:06
20260         Log: Subject: [DOC PATCH] $^X isn't necessarily argv[0]
20261              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20262              Date: Mon, 30 Jan 2006 01:06:24 -0800
20263              Message-ID: <20060130090624.GA3760@efn.org>
20264      Branch: perl
20265            ! pod/perlvar.pod
20266 ____________________________________________________________________________
20267 [ 26998] By: merijn                                on 2006/01/30  09:10:53
20268         Log: Subject: [PATCH] maint and blead: unicos.sh hints
20269              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
20270              Date: Sun, 29 Jan 2006 23:45:03 +0200 (EET)
20271              Message-Id: <200601292145.k0TLj3mW320311@kosh.hut.fi>
20272      Branch: perl
20273            ! hints/unicos.sh
20274 ____________________________________________________________________________
20275 [ 26997] By: nicholas                              on 2006/01/30  00:18:52
20276         Log: Assert that IVs and NVs can never be tainted.
20277      Branch: perl
20278            ! sv.c
20279 ____________________________________________________________________________
20280 [ 26996] By: nicholas                              on 2006/01/29  22:00:11
20281         Log: Solaris seems not to enjoy initialising constants from SIG_??? on 64
20282              bit builds.
20283      Branch: perl
20284            ! ext/POSIX/Makefile.PL
20285 ____________________________________________________________________________
20286 [ 26995] By: stevep                                on 2006/01/29  20:43:44
20287         Log: Upgrade to podlators-2.0.3
20288      Branch: perl
20289            ! lib/Pod/t/basic.t lib/Pod/t/color.t lib/Pod/t/man.t
20290            ! lib/Pod/t/termcap.t lib/Pod/t/text-options.t lib/Pod/t/text.t
20291 ____________________________________________________________________________
20292 [ 26994] By: rgs                                   on 2006/01/29  18:31:52
20293         Log: Email change for Steven Schubiger
20294      Branch: perl
20295            ! AUTHORS
20296 ____________________________________________________________________________
20297 [ 26993] By: merijn                                on 2006/01/29  10:14:09
20298         Log: Subject: Re: [patch] s/ar ts/ar s/g
20299              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
20300              Date: Thu, 26 Jan 2006 13:53:07 -0800
20301              Message-ID: <43D944C3.60101@ActiveState.com>
20302      Branch: perl
20303            ! Configure
20304 ____________________________________________________________________________
20305 [ 26991] By: nicholas                              on 2006/01/29  00:25:04
20306         Log: C compilers don't let you return void. Pay attention gcc, and
20307              stop aping Shildt.
20308      Branch: perl
20309            ! sv.c
20310 ____________________________________________________________________________
20311 [ 26990] By: nicholas                              on 2006/01/29  00:09:10
20312         Log: Avoid using space to create 2 functions just to force mathoms to be
20313              linked. Instead, force the link via the perl interpreter structure
20314              via a function pointer that gets replaced at run time anyway.
20315      Branch: perl
20316            ! embed.fnc embed.h intrpvar.h mathoms.c perl.c proto.h
20317 ____________________________________________________________________________
20318 [ 26989] By: nicholas                              on 2006/01/28  17:46:56
20319         Log: Call gv_fetchpvn_flags where we already know the length.
20320      Branch: perl
20321            ! doio.c toke.c
20322 ____________________________________________________________________________
20323 [ 26988] By: stevep                                on 2006/01/28  17:25:03
20324         Log: Upgrade to podlators-2.0.2
20325      Branch: perl
20326            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
20327            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.t lib/Pod/t/color.t
20328            ! lib/Pod/t/man.t lib/Pod/t/termcap.t lib/Pod/t/text-options.t
20329            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
20330 ____________________________________________________________________________
20331 [ 26987] By: nicholas                              on 2006/01/28  17:15:21
20332         Log: Squeeze more flag manipulations together in sv_setsv_flags.
20333      Branch: perl
20334            ! sv.c
20335 ____________________________________________________________________________
20336 [ 26986] By: stevep                                on 2006/01/28  16:50:32
20337         Log: Upgrade to CPAN-1.83_59
20338      Branch: perl
20339            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
20340            ! lib/CPAN/SIGNATURE
20341 ____________________________________________________________________________
20342 [ 26985] By: stevep                                on 2006/01/28  16:43:43
20343         Log: Upgrade to Archive-Tar-1.28
20344      Branch: perl
20345            ! lib/Archive/Tar.pm lib/Archive/Tar/bin/ptardiff
20346            ! lib/Archive/Tar/t/02_methods.t
20347            ! lib/Archive/Tar/t/04_resolved_issues.t
20348 ____________________________________________________________________________
20349 [ 26983] By: nicholas                              on 2006/01/28  15:44:04
20350         Log: Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.
20351              Many strlen()s saved.
20352      Branch: perl
20353            ! doio.c handy.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c toke.c
20354            ! util.c
20355 ____________________________________________________________________________
20356 [ 26982] By: nicholas                              on 2006/01/28  14:46:35
20357         Log: Merge the IOK and NOK clauses together in sv_setsv_flags.
20358      Branch: perl
20359            ! sv.c
20360 ____________________________________________________________________________
20361 [ 26981] By: nicholas                              on 2006/01/28  14:23:49
20362         Log: The flags manipulation in sv_setsv_flags can be more efficient.
20363      Branch: perl
20364            ! sv.c
20365 ____________________________________________________________________________
20366 [ 26980] By: nicholas                              on 2006/01/28  14:02:10
20367         Log: PERL_DONT_CREATE_GVSV wasn't as effective as it should have been.
20368      Branch: perl
20369            ! gv.c
20370 ____________________________________________________________________________
20371 [ 26979] By: nicholas                              on 2006/01/28  13:38:28
20372         Log: By changing SvVOK() from returning 0/1 to 0/pointer-to-magic we can
20373              save duplicating mg_find calls, without changing the semantics in any
20374              boolean context.
20375      Branch: perl
20376            ! sv.c sv.h util.c
20377 ____________________________________________________________________________
20378 [ 26978] By: nicholas                              on 2006/01/28  12:49:15
20379         Log: Pull the other large chunk of PVGV assignment code into S_pvgv_assign.
20380              There seems to be some duplication with S_glob_assign.
20381      Branch: perl
20382            ! sv.c
20383 ____________________________________________________________________________
20384 [ 26977] By: nicholas                              on 2006/01/28  12:26:47
20385         Log: Remove goto glob_assign;
20386      Branch: perl
20387            ! sv.c
20388 ____________________________________________________________________________
20389 [ 26976] By: nicholas                              on 2006/01/28  12:08:01
20390         Log: Pull glob_assign out from sv_setsv_flags into a static function.
20391      Branch: perl
20392            ! sv.c
20393 ____________________________________________________________________________
20394 [ 26975] By: rgs                                   on 2006/01/28  11:00:30
20395         Log: Update Changes
20396      Branch: perl
20397            ! Changes
20398 ____________________________________________________________________________
20399 [ 26974] By: rgs                                   on 2006/01/28  10:57:04
20400         Log: Add perl 5.9.3 in release list
20401      Branch: perl
20402            ! pod/perlhist.pod
20403 ____________________________________________________________________________
20404 [ 26970] By: gisle                                 on 2006/01/27  19:48:28
20405         Log: Subject: Re: Make Passive mode the default for Net::FTP
20406              From: Gisle Aas <gisle@ActiveState.com>
20407              Date: 27 Jan 2006 07:21:16 -0800
20408              Message-ID: <lrslr91ytv.fsf@caliper.activestate.com>
20409      Branch: perl
20410            ! lib/Net/Config.pm lib/Net/FTP.pm
20411 ____________________________________________________________________________
20412 [ 26969] By: rgs                                   on 2006/01/27  18:27:22
20413         Log: Oops. Forgot to add this file.
20414      Branch: perl
20415            + utils/ptardiff.PL
20416 ____________________________________________________________________________
20417 [ 26968] By: rgs                                   on 2006/01/27  18:07:54
20418         Log: Regenerate META.yml
20419      Branch: perl
20420            ! META.yml
20421 ____________________________________________________________________________
20422 [ 26967] By: rgs                                   on 2006/01/27  18:04:17
20423         Log: Regenerate Changes; remove ^M chars in Changes
20424      Branch: perl
20425            ! Changes
20426 ____________________________________________________________________________
20427 [ 26966] By: rgs                                   on 2006/01/27  17:47:32
20428         Log: Remove patch number
20429      Branch: perl
20430            ! patchlevel.h
20431 ____________________________________________________________________________
20432 [ 26965] By: rgs                                   on 2006/01/27  17:44:48
20433         Log: Mention ptardiff in perldelta.
20434      Branch: perl
20435            ! pod/perl593delta.pod
20436 ____________________________________________________________________________
20437 [ 26964] By: rgs                                   on 2006/01/27  17:37:27
20438         Log: Don't install ptardiff in the module tree
20439      Branch: perl
20440            ! installperl
20441 ____________________________________________________________________________
20442 [ 26963] By: rgs                                   on 2006/01/27  17:19:52
20443         Log: Install the ptardiff utility that comes with Archive::Tar
20444      Branch: perl
20445            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
20446            ! win32/Makefile win32/makefile.mk
20447 ____________________________________________________________________________
20448 [ 26962] By: rgs                                   on 2006/01/27  17:04:35
20449         Log: Install nit : README.e2x should be installed, the other READMEs shouldn't
20450      Branch: perl
20451            ! installperl
20452 ____________________________________________________________________________
20453 [ 26961] By: rgs                                   on 2006/01/27  16:31:33
20454         Log: Regenerate PODs
20455      Branch: perl
20456            ! pod/perlmodlib.pod pod/perltoc.pod
20457 ____________________________________________________________________________
20458 [ 26960] By: rgs                                   on 2006/01/27  15:35:01
20459         Log: Some spelling fixes by David Landgren.
20460              Mention perltodo.
20461      Branch: perl
20462            ! pod/perl593delta.pod
20463 ____________________________________________________________________________
20464 [ 26959] By: rgs                                   on 2006/01/27  15:26:05
20465         Log: Revert change 24461, now that change 26757 allows TEST
20466              to accept extra output from module tests
20467      Branch: perl
20468            ! cygwin/perlld.in
20469 ____________________________________________________________________________
20470 [ 26958] By: rgs                                   on 2006/01/27  13:54:06
20471         Log: Subject: [PATCH] quiet gcc Info message in cygwin
20472              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20473              Date: Wed, 25 Jan 2006 19:16:09 -0800
20474              Message-ID: <20060126031608.GA2588@efn.org>
20475      Branch: perl
20476            ! hints/cygwin.sh
20477 ____________________________________________________________________________
20478 [ 26957] By: rgs                                   on 2006/01/27  13:08:12
20479         Log: Remove note about #elif, see :
20480              Subject: Re: Change 26954: Simplify nested '#ifdef' by replacing it with '#elif defined()'
20481              From: Steve Hay <steve.hay@uk.radan.com>
20482              Date: Fri, 27 Jan 2006 11:09:02 +0000
20483              Message-ID: <43D9FF4E.6010501@uk.radan.com>
20484      Branch: perl
20485            ! Porting/pumpkin.pod
20486 ____________________________________________________________________________
20487 [ 26955] By: nicholas                              on 2006/01/27  10:36:05
20488         Log: A description of the new constants.
20489      Branch: perl
20490            ! pod/perl593delta.pod
20491 ____________________________________________________________________________
20492 [ 26954] By: gisle                                 on 2006/01/27  08:54:04
20493         Log: Simplify nested '#ifdef' by replacing it with '#elif defined()'
20494      Branch: perl
20495            ! mg.c
20496 ____________________________________________________________________________
20497 [ 26953] By: gisle                                 on 2006/01/27  08:49:34
20498         Log: Safer implementation of RTRIM().
20499              Don't rely on SvCUR to be sane unless SvPOK.
20500      Branch: perl
20501            ! mg.c
20502 ____________________________________________________________________________
20503 [ 26952] By: nicholas                              on 2006/01/26  22:03:19
20504         Log: Subject: [PATCH] Change 26781/26830 (SvRTRIM should also write a new '\0' at the end) can cause segfaults
20505              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
20506              Message-ID: <43D941AF.1060503@ActiveState.com>
20507              Date: Thu, 26 Jan 2006 13:39:59 -0800
20508      Branch: perl
20509            ! mg.c
20510 ____________________________________________________________________________
20511 [ 26951] By: stevep                                on 2006/01/26  19:23:48
20512         Log: Fix a few nits in perl593delta
20513      Branch: perl
20514            ! pod/perl593delta.pod
20515 ____________________________________________________________________________
20516 [ 26950] By: rgs                                   on 2006/01/26  18:48:27
20517         Log: miniperl isn't enough anymore to run pod2man.
20518      Branch: perl
20519            ! pod/Makefile.SH
20520 ____________________________________________________________________________
20521 [ 26949] By: nicholas                              on 2006/01/26  18:35:56
20522         Log: 2 spelling corrections, and rephrase the entry on perlivp (better
20523              grammer, more succinct)
20524      Branch: perl
20525            ! pod/perl593delta.pod
20526 ____________________________________________________________________________
20527 [ 26948] By: rgs                                   on 2006/01/26  18:14:26
20528         Log: More work on perldelta
20529      Branch: perl
20530            ! pod/perl593delta.pod
20531 ____________________________________________________________________________
20532 [ 26947] By: steveh                                on 2006/01/26  16:25:20
20533         Log: Make dump and -u croak on Win32 and Cygwin to avoid confusion
20534              such as was seen here:
20535              
20536              Subject: Weird Win32 error: "This application has requested the Runtime to terminate it in an unusual way."
20537              From: demerphq <demerphq@gmail.com>
20538              Date: Thu, 26 Jan 2006 15:40:42 +0100
20539              Message-ID: <9b18b3110601260640x34b2442cnf5379d2f83b74187@mail.gmail.com>
20540      Branch: perl
20541            ! perl.c pod/perldiag.pod pod/perlport.pod
20542 ____________________________________________________________________________
20543 [ 26946] By: nicholas                              on 2006/01/26  14:57:42
20544         Log: SvREADONLY_off inside the magic routines is also dangerous on shared
20545              hash key scalars, so decompose them to normal scalars if they ever
20546              get here.
20547      Branch: perl
20548            ! mg.c
20549 ____________________________________________________________________________
20550 [ 26945] By: rgs                                   on 2006/01/26  11:49:22
20551         Log: assertions.pm is dual-lived
20552      Branch: perl
20553            ! Porting/Maintainers.pl
20554 ____________________________________________________________________________
20555 [ 26943] By: rgs                                   on 2006/01/25  17:12:11
20556         Log: Subject: aelemfast optimization opclass problem (c.f. [perl #38279])
20557              From: Stephen McCamant <smcc@mit.edu>
20558              Date: Jan 24, 2006 7:23 AM
20559              Message-ID: <17365.51166.604020.571992@conquest.OCF.Berkeley.EDU>
20560      Branch: perl
20561            + ext/B/t/optree_misc.t
20562            ! MANIFEST ext/B/B.xs
20563 ____________________________________________________________________________
20564 [ 26941] By: gisle                                 on 2006/01/24  15:37:25
20565         Log: Subject: Simplify &IO::Handle::say
20566              From: Gisle Aas <gisle@ActiveState.com>
20567              Date: 24 Jan 2006 05:01:28 -0800
20568              Message-ID: <lrzmll7pav.fsf@caliper.activestate.com>
20569      Branch: perl
20570            ! ext/IO/lib/IO/Handle.pm
20571 ____________________________________________________________________________
20572 [ 26940] By: rgs                                   on 2006/01/24  15:10:27
20573         Log: Fix a regression on suidperl : the error message "No #! line" was
20574              produced in erroneous cases, because we used to read values in a
20575              string buffer that pointed to nothing.
20576      Branch: perl
20577            ! perl.c
20578 ____________________________________________________________________________
20579 [ 26936] By: steveh                                on 2006/01/24  12:13:15
20580         Log: Remove d_nanosleep from win32 configs
20581              Change 19899 removed them before, but they have accidentally crept back.
20582      Branch: perl
20583            ! win32/config.bc win32/config.gc win32/config.vc
20584            ! win32/config.vc64
20585 ____________________________________________________________________________
20586 [ 26935] By: steveh                                on 2006/01/24  09:22:44
20587         Log: Subject: SPRINTF_RETURNS_STRLEN isn't really a compile-time option 
20588              From: Gisle Aas <gisle@ActiveState.com>
20589              Date: 23 Jan 2006 02:12:04 -0800
20590              Message-ID: <lr3bjfb6dn.fsf@caliper.activestate.com>
20591              
20592              Subject: RE: SPRINTF_RETURNS_STRLEN isn't really a compile-time option
20593              From: "Jan Dubois" <jand@ActiveState.com>
20594              Date: Mon, 23 Jan 2006 11:30:51 -0800
20595              Message-ID: <008001c62053$86adf680$2217a8c0@candy>
20596      Branch: perl
20597            ! makedef.pl perl.c
20598 ____________________________________________________________________________
20599 [ 26933] By: rgs                                   on 2006/01/23  19:24:06
20600         Log: More work on perldelta
20601      Branch: perl
20602            ! pod/perl593delta.pod
20603 ____________________________________________________________________________
20604 [ 26932] By: nicholas                              on 2006/01/23  19:06:41
20605         Log: constant_add_symbol needs to be static, else static builds can fail at
20606              link time. (*How* many meanings is "static" overloaded with?)
20607      Branch: perl
20608            ! lib/ExtUtils/Constant/ProxySubs.pm
20609 ____________________________________________________________________________
20610 [ 26930] By: stevep                                on 2006/01/23  18:40:08
20611         Log: Subject: [PATCH] Tru64: -Uusedl: lib/ExtUtils/t/Embed.t
20612              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
20613              Date: Mon, 23 Jan 2006 20:34:18 +0200
20614              Message-ID: <43D521AA.7030008@gmail.com>
20615      Branch: perl
20616            ! lib/ExtUtils/t/Embed.t
20617 ____________________________________________________________________________
20618 [ 26929] By: stevep                                on 2006/01/23  15:56:34
20619         Log: Upgrade to Pod-Simple-3.04
20620      Branch: perl
20621            ! lib/Pod/Simple.pm lib/Pod/Simple/BlackBox.pm
20622            ! lib/Pod/Simple/Search.pm
20623 ____________________________________________________________________________
20624 [ 26928] By: rgs                                   on 2006/01/23  15:28:51
20625         Log: Now that change #26410 is reverted, mark as TODO the tests added
20626              by change #26925.
20627      Branch: perl
20628            ! t/op/pat.t
20629 ____________________________________________________________________________
20630 [ 26927] By: rgs                                   on 2006/01/23  15:18:30
20631         Log: Missing chunk in change #26926
20632      Branch: perl
20633            ! t/op/taint.t
20634 ____________________________________________________________________________
20635 [ 26926] By: rgs                                   on 2006/01/23  15:18:10
20636         Log: Revert change 26410, marking the test that was added there as TODO.
20637              See the thread :
20638              Subject: LVALUE m//g (was Re: au revoir ...)
20639              From: Nicholas Clark <nick@ccl4.org>
20640              Date: Jan 18, 2006 9:30 PM
20641              Message-ID: <20060118203058.GQ616@plum.flirble.org>
20642      Branch: perl
20643            ! op.c
20644 ____________________________________________________________________________
20645 [ 26925] By: nicholas                              on 2006/01/23  15:11:11
20646         Log: Change the regression test added by 26410 to use test.pl; this makes
20647              it easier to TODO if needed.
20648              Add the TODO test provided by Rick Delaney, but not as TODO, because
20649              change 26410 also made pos on LVALUE subroutines work for the first
20650              time.
20651      Branch: perl
20652            ! t/op/pat.t t/op/taint.t
20653 ____________________________________________________________________________
20654 [ 26924] By: rgs                                   on 2006/01/23  14:44:59
20655         Log: Un-const magic virtual tables; this consting breaks the nasty
20656              things done by Swig, as noticed by Audrey.
20657      Branch: perl
20658            ! embed.fnc mg.c mg.h perl.h pod/perlapi.pod proto.h sv.c
20659 ____________________________________________________________________________
20660 [ 26923] By: stevep                                on 2006/01/23  14:35:52
20661         Log: Upgrade to CPAN-1.83_58
20662      Branch: perl
20663            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
20664            ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE
20665            ! lib/CPAN/Version.pm lib/CPAN/t/vcmp.t
20666 ____________________________________________________________________________
20667 [ 26922] By: gisle                                 on 2006/01/23  12:33:02
20668         Log: Avoid warning with MS Visual C compiler.
20669              Encode.xs(443) : warning C4761: integral size mismatch in argument; conversion supplied
20670      Branch: perl
20671            ! ext/Encode/Encode.xs
20672 ____________________________________________________________________________
20673 [ 26921] By: gisle                                 on 2006/01/23  09:57:10
20674         Log: Subject: Avoid most getprotobyname/number calls in IO::Socket::INET
20675              From: Gisle Aas <gisle@ActiveState.com>
20676              Date: 18 Jan 2006 09:28:24 -0800
20677              Message-ID: <lr3bjlbg3r.fsf@caliper.activestate.com>
20678      Branch: perl
20679            ! ext/IO/lib/IO/Socket/INET.pm
20680 ____________________________________________________________________________
20681 [ 26919] By: craigb                                on 2006/01/21  17:05:07
20682         Log: Make Manifest.t do what is says it's doing.
20683      Branch: perl
20684            ! lib/ExtUtils/t/Manifest.t
20685 ____________________________________________________________________________
20686 [ 26918] By: mhx                                   on 2006/01/21  15:31:06
20687         Log: Remove wrong cast to (void *), which fixes a gcc warning, and use
20688              the return value of upg_version() at least once in the core.
20689      Branch: perl
20690            ! pp_ctl.c util.c
20691 ____________________________________________________________________________
20692 [ 26915] By: nicholas                              on 2006/01/20  10:12:12
20693         Log: Note 5.8.8-RC1
20694      Branch: perl
20695            ! pod/perlhist.pod
20696 ____________________________________________________________________________
20697 [ 26914] By: mhx                                   on 2006/01/19  18:44:34
20698         Log: Upgrade to Devel::PPPort 3.08
20699      Branch: perl
20700            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
20701            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
20702            ! ext/Devel/PPPort/PPPort_pm.PL
20703            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
20704 ____________________________________________________________________________
20705 [ 26913] By: craigb                                on 2006/01/19  04:55:19
20706         Log: find_perl() must be after environment initialization
20707      Branch: perl
20708            ! ext/Devel/PPPort/t/ppphtest.t
20709 ____________________________________________________________________________
20710 [ 26912] By: stevep                                on 2006/01/19  02:58:37
20711         Log: Fix hardcoded "/" in a filepath that causes ext/List/Util/t/p_tainted.t
20712              to fail on VMS.
20713      Branch: perl
20714            ! ext/List/Util/t/p_tainted.t
20715 ____________________________________________________________________________
20716 [ 26911] By: stevep                                on 2006/01/19  02:32:06
20717         Log: Fix another concatenated filepath in a test for Digest::SHA.
20718      Branch: perl
20719            ! ext/Digest/SHA/t/6-dump-load.t
20720 ____________________________________________________________________________
20721 [ 26910] By: nicholas                              on 2006/01/18  23:52:20
20722         Log: Integrate 26847 from maint.
20723              [Whoops, that was never the plan. Didn't realise which directory I was
20724              in]
20725      Branch: perl
20726           !> AUTHORS Porting/Maintainers.pl
20727 ____________________________________________________________________________
20728 [ 26904] By: nicholas                              on 2006/01/18  18:02:17
20729         Log: Change 26410 caused a regression, with the RVALUE return value of
20730              method calls now failing if bound to a global match. Add a TODO test.
20731      Branch: perl
20732            ! t/op/pat.t
20733 ____________________________________________________________________________
20734 [ 26903] By: gisle                                 on 2006/01/18  14:43:14
20735         Log: Allow IPPROTO_ICMP and IPPROTO_UDP to be exported.
20736              These were introduced in change 26897.
20737      Branch: perl
20738            ! ext/Socket/Socket.pm
20739 ____________________________________________________________________________
20740 [ 26902] By: gisle                                 on 2006/01/18  14:41:17
20741         Log: Use the IPPROTO_TCP constant instead of 6.
20742      Branch: perl
20743            ! ext/Socket/t/Socket.t
20744 ____________________________________________________________________________
20745 [ 26901] By: steveh                                on 2006/01/18  14:23:09
20746         Log: Change all NEWSV() to newSV() in the core and non-dual-lived modules.
20747              Keep NEWSV() itself for backwards-compatibility outside of the core,
20748              but don't advertise it any more.
20749              (cf. change #25101).
20750      Branch: perl
20751            ! av.c doio.c dump.c ext/ByteLoader/bytecode.h
20752            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs gv.c handy.h hv.c
20753            ! mathoms.c op.c os2/OS2/REXX/REXX.xs pad.c perl.c perly.c
20754            ! pod/perlapi.pod pod/perlembed.pod pp.c pp_ctl.c pp_hot.c
20755            ! pp_pack.c pp_sys.c regexec.c scope.c sv.c toke.c
20756            ! vms/ext/Stdio/Stdio.xs
20757 ____________________________________________________________________________
20758 [ 26900] By: stevep                                on 2006/01/18  13:32:09
20759         Log: Digest::SHA's t/2-nist-sha-oo.t has some path related problems on
20760              VMS as well.
20761      Branch: perl
20762            ! ext/Digest/SHA/t/2-nist-sha-oo.t
20763 ____________________________________________________________________________
20764 [ 26899] By: stevep                                on 2006/01/18  13:09:10
20765         Log: Fixes for Digest::SHA.  Replaced old ppport.h file with a new one
20766              generated from Devel::PPPort 3.07.  Also, fixed a UNIX-based path
20767              element that caused test failures on VMS (reported by John E. Malmberg
20768              <wb8tyw@qsl.net>).
20769      Branch: perl
20770            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/t/6-dump-load.t
20771 ____________________________________________________________________________
20772 [ 26897] By: gisle                                 on 2006/01/18  11:57:07
20773         Log: Make sure the most common IPPROTO_* constants are always available.
20774              These are well known numbers so it should not be a problem to
20775              hardcode values when no constant is provided by the C library.
20776              Ref <http://www.iana.org/assignments/protocol-numbers>.
20777              
20778              On some old glibc systems (eg Redhat 6) IPPROTO_TCP is an enum only
20779              and this change workaround that problem as well.
20780      Branch: perl
20781            ! ext/Socket/Makefile.PL
20782 ____________________________________________________________________________
20783 [ 26893] By: gisle                                 on 2006/01/18  10:12:14
20784         Log: Suppress "statement not reached" warning from the Sun C compiler.
20785      Branch: perl
20786            ! doio.c
20787 ____________________________________________________________________________
20788 [ 26892] By: rgs                                   on 2006/01/18  10:06:24
20789         Log: Explain better how that test count works.
20790      Branch: perl
20791            ! t/comp/require.t
20792 ____________________________________________________________________________
20793 [ 26891] By: nicholas                              on 2006/01/18  10:02:19
20794         Log: New t/comp/require.t tests should go before the conditional exit.
20795      Branch: perl
20796            ! t/comp/require.t
20797 ____________________________________________________________________________
20798 [ 26889] By: craigb                                on 2006/01/18  05:12:10
20799         Log: special VMS handling no longer needed since we now close the file
20800      Branch: perl
20801            ! lib/File/Compare.t
20802 ____________________________________________________________________________
20803 [ 26885] By: rgs                                   on 2006/01/17  21:45:37
20804         Log: Gisle points out that it's ok to ignore the return value of newSVrv.
20805              Due to how embed.pl is implemented, this also has the unfortunate
20806              side-effect of removing __attribute__malloc__ from the attributes of
20807              this function, but given that the new pointer is stored elsewhere
20808              anyway, this shouldn't impact what gcc could have optimized.
20809      Branch: perl
20810            ! embed.fnc proto.h
20811 ____________________________________________________________________________
20812 [ 26883] By: rgs                                   on 2006/01/17  21:22:38
20813         Log: Regression test for change #26881
20814      Branch: perl
20815            ! t/comp/require.t
20816 ____________________________________________________________________________
20817 [ 26881] By: rgs                                   on 2006/01/17  19:03:51
20818         Log: The current OP that is tested in doeval() can be a require(), an
20819              eval() or a do(). When we test whether OPf_SPECIAL is set on it, be
20820              sure to take into account that it's the eval-related meaning of
20821              OPf_SPECIAL we're testing for, not the require-related one.
20822      Branch: perl
20823            ! pp_ctl.c
20824 ____________________________________________________________________________
20825 [ 26878] By: rgs                                   on 2006/01/17  16:15:15
20826         Log: Make the description of $^M in perlvar a bit more clear
20827              w.r.t. cross-references to the INSTALL document. (spotted
20828              by Stas Bekman)
20829      Branch: perl
20830            ! pod/perlvar.pod
20831 ____________________________________________________________________________
20832 [ 26877] By: rgs                                   on 2006/01/17  16:08:47
20833         Log: Subject: Re: [PATCH] Updated README.macosx
20834              From: Sherm Pendley <sherm@dot-app.org>
20835              Date: Mon, 16 Jan 2006 16:53:23 -0500
20836              Message-Id: <619C9A5D-972F-4B90-A99A-B4B6D04C584D@dot-app.org>
20837      Branch: perl
20838            ! README.macosx
20839 ____________________________________________________________________________
20840 [ 26871] By: gisle                                 on 2006/01/17  11:37:54
20841         Log: More readable MEM_WRAP_CHECK_1() macro.
20842              This form also avoids the "dead part of constant expression is nonconstant"
20843              warning from the Sun Studio 10 compiler.
20844      Branch: perl
20845            ! README.solaris handy.h
20846 ____________________________________________________________________________
20847 [ 26870] By: craigb                                on 2006/01/17  04:03:01
20848         Log: Dots in directory names aren't nice on VMS.
20849      Branch: perl
20850            ! lib/Archive/Tar/t/04_resolved_issues.t
20851 ____________________________________________________________________________
20852 [ 26869] By: craigb                                on 2006/01/17  03:28:20
20853         Log: more case tolerance for vms/ext/filespec.t
20854      Branch: perl
20855            ! vms/ext/filespec.t
20856 ____________________________________________________________________________
20857 [ 26868] By: stevep                                on 2006/01/16  22:31:52
20858         Log: Don't warn about a directory being closed in the DESTROY for
20859              IO::Dir.
20860      Branch: perl
20861            ! ext/IO/lib/IO/Dir.pm
20862 ____________________________________________________________________________
20863 [ 26867] By: rgs                                   on 2006/01/16  19:16:58
20864         Log: defined %foo::bar:: wasn't working like it used to do in evals
20865              (and, consequently, when require'ing modules.)
20866      Branch: perl
20867            ! t/op/stash.t toke.c
20868 ____________________________________________________________________________
20869 [ 26866] By: mhx                                   on 2006/01/16  18:13:28
20870         Log: Upgrade to Devel::PPPort 3.07
20871      Branch: perl
20872            + ext/Devel/PPPort/parts/base/5008007
20873            + ext/Devel/PPPort/parts/base/5009003
20874            + ext/Devel/PPPort/parts/inc/Sv_set
20875            + ext/Devel/PPPort/parts/inc/memory
20876            + ext/Devel/PPPort/parts/inc/variables
20877            + ext/Devel/PPPort/parts/todo/5008007
20878            + ext/Devel/PPPort/parts/todo/5009003
20879            + ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/memory.t
20880            + ext/Devel/PPPort/t/variables.t
20881            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
20882            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/META.yml
20883            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
20884            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
20885            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/README
20886            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
20887            ! ext/Devel/PPPort/devel/buildperl.pl
20888            ! ext/Devel/PPPort/devel/mkapidoc.sh
20889            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
20890            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
20891            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
20892            ! ext/Devel/PPPort/parts/apicheck.pl
20893            ! ext/Devel/PPPort/parts/apidoc.fnc
20894            ! ext/Devel/PPPort/parts/base/5004000
20895            ! ext/Devel/PPPort/parts/base/5004050
20896            ! ext/Devel/PPPort/parts/base/5006000
20897            ! ext/Devel/PPPort/parts/base/5007001
20898            ! ext/Devel/PPPort/parts/base/5008001
20899            ! ext/Devel/PPPort/parts/embed.fnc
20900            ! ext/Devel/PPPort/parts/inc/MY_CXT
20901            ! ext/Devel/PPPort/parts/inc/SvPV
20902            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
20903            ! ext/Devel/PPPort/parts/inc/exception
20904            ! ext/Devel/PPPort/parts/inc/format
20905            ! ext/Devel/PPPort/parts/inc/grok
20906            ! ext/Devel/PPPort/parts/inc/limits
20907            ! ext/Devel/PPPort/parts/inc/mPUSH
20908            ! ext/Devel/PPPort/parts/inc/magic
20909            ! ext/Devel/PPPort/parts/inc/misc
20910            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
20911            ! ext/Devel/PPPort/parts/inc/newRV
20912            ! ext/Devel/PPPort/parts/inc/ppphbin
20913            ! ext/Devel/PPPort/parts/inc/ppphdoc
20914            ! ext/Devel/PPPort/parts/inc/ppphtest
20915            ! ext/Devel/PPPort/parts/inc/sv_xpvf
20916            ! ext/Devel/PPPort/parts/inc/threads
20917            ! ext/Devel/PPPort/parts/inc/uv
20918            ! ext/Devel/PPPort/parts/inc/version
20919            ! ext/Devel/PPPort/parts/ppptools.pl
20920            ! ext/Devel/PPPort/parts/todo/5004000
20921            ! ext/Devel/PPPort/parts/todo/5007001
20922            ! ext/Devel/PPPort/parts/todo/5008001
20923            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
20924            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/ppphtest.t
20925            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/typemap
20926 ____________________________________________________________________________
20927 [ 26863] By: rgs                                   on 2006/01/16  14:09:29
20928         Log: Upgrade to Encode 2.14
20929      Branch: perl
20930            + ext/Encode/t/from_to.t
20931            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
20932            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
20933            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
20934            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
20935            ! ext/Encode/lib/Encode/MIME/Header.pm
20936            ! ext/Encode/t/mime-header.t ext/Encode/ucm/8859-7.ucm
20937 ____________________________________________________________________________
20938 [ 26861] By: nicholas                              on 2006/01/16  13:10:06
20939         Log: Teach checkAUTHORS about all the authors in 5.8.2-5.8.8, and any others
20940              whose e-mail address I recognise.
20941      Branch: perl
20942            ! Porting/checkAUTHORS.pl
20943 ____________________________________________________________________________
20944 [ 26859] By: rgs                                   on 2006/01/16  12:07:34
20945         Log: Add new directories from C::Zlib to make clean
20946      Branch: perl
20947            ! Makefile.SH
20948 ____________________________________________________________________________
20949 [ 26858] By: rgs                                   on 2006/01/16  11:13:54
20950         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_55.tar.gz
20951              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
20952              Date: Sat, 14 Jan 2006 12:57:48 +0100
20953              Message-ID: <87u0c7yqbn.fsf@k75.linux.bogus>
20954      Branch: perl
20955            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
20956            ! lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
20957 ____________________________________________________________________________
20958 [ 26857] By: craigb                                on 2006/01/14  16:45:56
20959         Log: Give up on through.t on VMS for now -- no can do with current 
20960              pipe implementation.
20961      Branch: perl
20962            ! t/io/through.t
20963 ____________________________________________________________________________
20964 [ 26856] By: nicholas                              on 2006/01/14  12:49:31
20965         Log: Can now count the patches committed with --thanks-applied.
20966              Changes5.8's top 3:
20967              3332:   jhi
20968              321:    ams
20969              60:     nick
20970      Branch: perl
20971            ! Porting/checkAUTHORS.pl
20972 ____________________________________________________________________________
20973 [ 26855] By: nicholas                              on 2006/01/14  12:35:58
20974         Log: Oops. When the e-mail address came first, or there was no name with it,
20975              checkAUTHORS.pl wasn't recognising it, which caused the change to be
20976              attributed to the committer rather than the author. This now reveals
20977              several people "missing" from the AUTHORS file.
20978      Branch: perl
20979            ! Porting/checkAUTHORS.pl
20980 ____________________________________________________________________________
20981 [ 26854] By: nicholas                              on 2006/01/14  12:25:15
20982         Log: Some reordering and one new address for Stéphane Payrard
20983      Branch: perl
20984            ! Porting/checkAUTHORS.pl
20985 ____________________________________________________________________________
20986 [ 26853] By: nicholas                              on 2006/01/14  12:20:19
20987         Log: Teach checkAUTHORS.pl about everyone in Changes5.8.[2-8], adding to
20988              AUTHORS where necessary.
20989      Branch: perl
20990            ! AUTHORS Porting/checkAUTHORS.pl
20991 ____________________________________________________________________________
20992 [ 26852] By: nicholas                              on 2006/01/14  11:54:09
20993         Log: Add Ken Hirsch to AUTHORS.
20994      Branch: perl
20995            ! AUTHORS
20996 ____________________________________________________________________________
20997 [ 26850] By: nicholas                              on 2006/01/14  11:39:42
20998         Log: e-mail update from Phil Lobbes
20999      Branch: perl
21000            ! AUTHORS Porting/checkAUTHORS.pl
21001 ____________________________________________________________________________
21002 [ 26849] By: rgs                                   on 2006/01/14  10:26:15
21003         Log: Perldelta nits by Jim Cromie
21004      Branch: perl
21005            ! pod/perl593delta.pod
21006 ____________________________________________________________________________
21007 [ 26846] By: rgs                                   on 2006/01/14  08:49:12
21008         Log: Adapt test.valgrind make target to recent valgrinds (3.x)
21009              by Jim Cromie
21010      Branch: perl
21011            ! t/TEST
21012 ____________________________________________________________________________
21013 [ 26845] By: craigb                                on 2006/01/14  05:16:27
21014         Log: Friday the 13th, Part II.  Don't call SYS$GETJPI with fancy case
21015              lookup stuff on older systems that don't know what it means (broken
21016              in #25306).
21017      Branch: perl
21018            ! vms/vms.c
21019 ____________________________________________________________________________
21020 [ 26844] By: craigb                                on 2006/01/14  05:02:38
21021         Log: Eek.  #25783 broke all pre-v8.2 VMS builds.  Undo all the bits
21022              having to do with dirent, opendir, etc.  Must be Friday the 13th.
21023      Branch: perl
21024            ! configure.com vms/vms.c vms/vmsish.h
21025 ____________________________________________________________________________
21026 [ 26838] By: nicholas                              on 2006/01/13  21:44:47
21027         Log: checkAUTHORS.pl --rank would loop infinitely on an empty results array.
21028      Branch: perl
21029            ! Porting/checkAUTHORS.pl
21030 ____________________________________________________________________________
21031 [ 26835] By: stevep                                on 2006/01/13  19:31:19
21032         Log: Additional tests for RT #38207: "Useless localization of constant ($[)
21033              in getopts.pl".
21034      Branch: perl
21035            ! t/op/local.t
21036 ____________________________________________________________________________
21037 [ 26831] By: nicholas                              on 2006/01/13  18:10:55
21038         Log: Subject: Re: Today's compiling adventure
21039              From: Ken Hirsch <kenhirsch@ftml.net>
21040              Message-ID: <43C69F48.7090600@ftml.net>
21041              Date: Thu, 12 Jan 2006 13:26:16 -0500
21042      Branch: perl
21043            ! pp_sys.c
21044 ____________________________________________________________________________
21045 [ 26826] By: rgs                                   on 2006/01/13  17:32:31
21046         Log: More perldelta work
21047      Branch: perl
21048            ! pod/perl593delta.pod
21049 ____________________________________________________________________________
21050 [ 26824] By: nicholas                              on 2006/01/13  17:08:13
21051         Log: $utf8::VERSION++ # Documentation.
21052      Branch: perl
21053            ! lib/utf8.pm
21054 ____________________________________________________________________________
21055 [ 26819] By: rgs                                   on 2006/01/13  14:50:32
21056         Log: Fix internal links in POD.
21057      Branch: perl
21058            ! lib/utf8.pm
21059 ____________________________________________________________________________
21060 [ 26817] By: nicholas                              on 2006/01/13  14:02:00
21061         Log: More $VERSION bumps.
21062      Branch: perl
21063            ! ext/PerlIO/via/via.pm lib/Attribute/Handlers.pm lib/Switch.pm
21064 ____________________________________________________________________________
21065 [ 26816] By: rgs                                   on 2006/01/13  13:47:52
21066         Log: Better wording for change 26796. Plus, make podchecker happy.
21067      Branch: perl
21068            ! lib/PerlIO.pm
21069 ____________________________________________________________________________
21070 [ 26815] By: gisle                                 on 2006/01/13  12:10:28
21071         Log: Fix [perl #38223]; _IOC_SIZE() not always safe.
21072      Branch: perl
21073            ! perl.h
21074 ____________________________________________________________________________
21075 [ 26814] By: rgs                                   on 2006/01/13  09:22:14
21076         Log: Add a link to the Opcode doc in Safe.
21077              (see RT CPAN ticket #8579)
21078      Branch: perl
21079            ! ext/Opcode/Safe.pm
21080 ____________________________________________________________________________
21081 [ 26813] By: craigb                                on 2006/01/13  01:12:44
21082         Log: Assorted VMS-only MakeMaker fixes for blead
21083      Branch: perl
21084            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
21085            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/basic.t
21086 ____________________________________________________________________________
21087 [ 26812] By: rgs                                   on 2006/01/12  23:11:16
21088         Log: Make h2ph recognize (and skip) const and __const__ in C function
21089              prototypes. This makes it produce better files on linux-sparc64.
21090      Branch: perl
21091            ! utils/h2ph.PL
21092 ____________________________________________________________________________
21093 [ 26809] By: nicholas                              on 2006/01/12  20:03:51
21094         Log: Upgrade to Devel::PPPort 3.06_01
21095      Branch: perl
21096            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
21097            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
21098            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
21099            ! ext/Devel/PPPort/devel/buildperl.pl
21100            ! ext/Devel/PPPort/devel/mkapidoc.sh ext/Devel/PPPort/mktests.PL
21101            ! ext/Devel/PPPort/parts/apicheck.pl
21102            ! ext/Devel/PPPort/parts/apidoc.fnc
21103            ! ext/Devel/PPPort/parts/base/5006000
21104            ! ext/Devel/PPPort/parts/base/5009002
21105            ! ext/Devel/PPPort/parts/embed.fnc
21106            ! ext/Devel/PPPort/parts/inc/MY_CXT
21107            ! ext/Devel/PPPort/parts/inc/SvPV
21108            ! ext/Devel/PPPort/parts/inc/format
21109            ! ext/Devel/PPPort/parts/inc/grok
21110            ! ext/Devel/PPPort/parts/inc/misc
21111            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
21112            ! ext/Devel/PPPort/parts/inc/ppphbin
21113            ! ext/Devel/PPPort/parts/inc/ppphdoc
21114            ! ext/Devel/PPPort/parts/inc/ppphtest
21115            ! ext/Devel/PPPort/parts/inc/version
21116            ! ext/Devel/PPPort/parts/ppptools.pl
21117            ! ext/Devel/PPPort/parts/todo/5004040
21118            ! ext/Devel/PPPort/parts/todo/5005000
21119            ! ext/Devel/PPPort/parts/todo/5006000
21120            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
21121            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/ppphtest.t
21122 ____________________________________________________________________________
21123 [ 26808] By: merijn                                on 2006/01/12  19:54:57
21124         Log: Add new mpeix file from #26807
21125      Branch: perl
21126            ! MANIFEST
21127 ____________________________________________________________________________
21128 [ 26807] By: merijn                                on 2006/01/12  19:52:01
21129         Log: Subject: Re: Today's compiling adventure
21130              From: Ken Hirsch <kenhirsch@ftml.net>
21131              Date: Thu, 12 Jan 2006 13:26:16 -0500
21132              Message-ID: <43C69F48.7090600@ftml.net>
21133      Branch: perl
21134            + mpeix/mpeix_setjmp.c
21135            ! README.mpeix hints/mpeix.sh mpeix/mpeix.c mpeix/mpeixish.h
21136            ! pp_sys.c
21137 ____________________________________________________________________________
21138 [ 26805] By: nicholas                              on 2006/01/12  19:09:19
21139         Log: $Socket::VERSION++; # You always miss one.
21140      Branch: perl
21141            ! ext/Socket/Socket.pm
21142 ____________________________________________________________________________
21143 [ 26804] By: nicholas                              on 2006/01/12  18:44:49
21144         Log: Bump $VERSION in many modules that have changed.
21145      Branch: perl
21146            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
21147            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
21148            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
21149            ! ext/SDBM_File/SDBM_File.pm ext/XS/Typemap/Typemap.pm
21150            ! ext/attrs/attrs.pm ext/re/re.pm ext/threads/shared/shared.pm
21151            ! lib/DB.pm lib/Dumpvalue.pm lib/English.pm lib/File/Copy.pm
21152            ! lib/FileCache.pm lib/Pod/Functions.pm lib/Pod/Html.pm
21153            ! lib/Term/ReadLine.pm lib/Tie/Hash.pm lib/Unicode/UCD.pm
21154            ! lib/User/grent.pm lib/blib.pm lib/diagnostics.pm
21155            ! lib/overload.pm lib/vmsish.pm lib/warnings.pm
21156            ! lib/warnings/register.pm os2/OS2/PrfDB/PrfDB.pm
21157            ! os2/OS2/Process/Process.pm os2/OS2/REXX/REXX.pm warnings.pl
21158 ____________________________________________________________________________
21159 [ 26803] By: rgs                                   on 2006/01/12  15:40:53
21160         Log: Don't warn when localizing $[
21161      Branch: perl
21162            ! op.c t/lib/warnings/op
21163 ____________________________________________________________________________
21164 [ 26802] By: rgs                                   on 2006/01/12  13:47:59
21165         Log: Subject: [perl #38205] misleading typo in perlfaq8
21166              From: erik@cs.uni-jena.de (via RT) <perlbug-followup@perl.org>
21167              Date: Wed, 11 Jan 2006 14:56:28 -0800
21168              Message-ID: <rt-3.0.11-38205-127890.10.340635502974@perl.org>
21169      Branch: perl
21170            ! pod/perlfaq8.pod
21171 ____________________________________________________________________________
21172 [ 26801] By: rgs                                   on 2006/01/12  13:36:05
21173         Log: FAQ sync.
21174      Branch: perl
21175            ! pod/perlfaq.pod pod/perlfaq2.pod
21176 ____________________________________________________________________________
21177 [ 26800] By: rgs                                   on 2006/01/12  13:25:15
21178         Log: Subject: [PATCH] Compress::Zlib
21179              From: "Paul Marquess" <paul.marquess@ntlworld.com>
21180              Date: Thu, 12 Jan 2006 13:20:58 -0000
21181              Message-ID: <020d01c6177b$087b1c60$4c05140a@myopwv.com>
21182      Branch: perl
21183            ! ext/Compress/Zlib/t/16oneshot-gzip-only.t
21184            ! ext/Compress/Zlib/t/16oneshot-zip-only.t
21185 ____________________________________________________________________________
21186 [ 26799] By: rgs                                   on 2006/01/12  11:20:27
21187         Log: Subject: Re: cloning and foo_dup functions
21188              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21189              Date: Thu, 12 Jan 2006 01:41:18 -0800
21190              Message-ID: <20060112094118.GA1432@efn.org>
21191      Branch: perl
21192            ! embed.fnc pod/perltodo.pod proto.h
21193 ____________________________________________________________________________
21194 [ 26798] By: rgs                                   on 2006/01/12  11:02:45
21195         Log: Test comment fix by Dominic Dunlop
21196      Branch: perl
21197            ! lib/locale.t
21198 ____________________________________________________________________________
21199 [ 26797] By: rgs                                   on 2006/01/12  10:13:27
21200         Log: Typo fix.
21201      Branch: perl
21202            ! pod/perlvar.pod
21203 ____________________________________________________________________________
21204 [ 26796] By: nicholas                              on 2006/01/11  22:41:04
21205         Log: Subject: [PATCH] fix for :crlf example 
21206              From: Xavier Noria <fxn@hashref.com> 
21207              Message-Id: <0F64C146-3A80-4FDF-8149-AFB35B3C4D3B@hashref.com> 
21208              Date: Wed, 11 Jan 2006 23:11:49 +0100 
21209              
21210              plus bump its $VERSION
21211      Branch: perl
21212            ! lib/PerlIO.pm
21213 ____________________________________________________________________________
21214 [ 26795] By: gisle                                 on 2006/01/11  21:09:19
21215         Log: A few more places that can use hv_fetchs().
21216              Ref change 26676.
21217      Branch: perl
21218            ! ext/POSIX/POSIX.xs gv.c mg.c pp_ctl.c toke.c universal.c
21219            ! utf8.c util.c
21220 ____________________________________________________________________________
21221 [ 26793] By: merijn                                on 2006/01/11  21:02:14
21222         Log: Cygwin issue (26792) and patchlevel (26790)
21223              
21224              Subject: Re: Cygwin status, maint and blead
21225              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21226              Date: Fri, 6 Jan 2006 13:47:10 -0800
21227              Message-ID: <20060106214710.GA592@efn.org>
21228              
21229              Subject: Re: Cygwin status, maint and blead
21230              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21231              Date: Thu, 10 Nov 2005 00:46:33 -0800
21232              Message-ID: <20051110084633.GA3364@efn.org>
21233      Branch: perl
21234            ! Configure
21235 ____________________________________________________________________________
21236 [ 26791] By: gisle                                 on 2006/01/11  20:50:30
21237         Log: Make $( and $) list the groups in the order they
21238              are returned from the OS.  Linux seems to return
21239              the gids sorted and it seemed wrong for perl to
21240              reverse this order.
21241      Branch: perl
21242            ! mg.c
21243 ____________________________________________________________________________
21244 [ 26789] By: stevep                                on 2006/01/11  19:07:04
21245         Log: Subject: Re: [PATCH] Mac OS X 10.4.4 (Darwin 8.4.0) still does not fix locale issue
21246              From: Dominic Dunlop <domo@computer.org>
21247              Date: Wed, 11 Jan 2006 19:52:20 +0100
21248              Message-Id: <FD99F9D3-16DB-484C-BC0A-702F60DAACA4@computer.org>
21249      Branch: perl
21250            ! lib/locale.t
21251 ____________________________________________________________________________
21252 [ 26787] By: nicholas                              on 2006/01/11  14:47:04
21253         Log: Refactor S_vdie_common so that Perl_vwarn can use it too.
21254      Branch: perl
21255            ! embed.fnc embed.h proto.h util.c
21256 ____________________________________________________________________________
21257 [ 26786] By: gisle                                 on 2006/01/11  14:23:28
21258         Log: Get rid of the following gcc format warnings by    simplifying the
21259              getgroups implementation:
21260              
21261              mg.c: In function Perl_magic_get':
21262              mg.c:1008: warning: long unsigned int format, gid_t arg (arg 3)
21263              mg.c:1014: warning: long unsigned int format, gid_t arg (arg 3)
21264              mg.c:1025: warning: long unsigned int format, unsigned int arg (arg 3)
21265              
21266              Since we already cast the numeric Gid_t values to an IV it should not
21267              be too risky to also cast the Group_t values.  Converting these values
21268              with Gid_t_f wasn't quite right anyway.
21269      Branch: perl
21270            ! mg.c
21271 ____________________________________________________________________________
21272 [ 26785] By: steveh                                on 2006/01/11  14:07:47
21273         Log: Clean up temp files/dirs left by Archive-Tar tests
21274              
21275              Part of this reinstates change 25043 which was mistakenly removed
21276              by change 25312
21277      Branch: perl
21278            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
21279 ____________________________________________________________________________
21280 [ 26784] By: rgs                                   on 2006/01/11  12:52:27
21281         Log: Make description of new warning introduced in change 26780 more precise
21282      Branch: perl
21283            ! pod/perldiag.pod
21284 ____________________________________________________________________________
21285 [ 26783] By: steveh                                on 2006/01/11  12:31:26
21286         Log: Clean up libdirs left behind by new Compress-Zlib
21287      Branch: perl
21288            ! win32/Makefile win32/makefile.mk
21289 ____________________________________________________________________________
21290 [ 26782] By: stevep                                on 2006/01/11  12:25:24
21291         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.13.tar.gz
21292              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
21293              Date: Wed, 11 Jan 2006 02:13:31 +0100
21294              Message-ID: <1136942011.43c45bbb82dce@imp1-g19.free.fr>
21295      Branch: perl
21296            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
21297 ____________________________________________________________________________
21298 [ 26781] By: nicholas                              on 2006/01/11  12:11:03
21299         Log: Gisle notes that SvRTRIM should also write a new '\0' at the end.
21300      Branch: perl
21301            ! mg.c
21302 ____________________________________________________________________________
21303 [ 26780] By: stevep                                on 2006/01/11  11:53:07
21304         Log: Fix the new warning created with version-0.53
21305      Branch: perl
21306            ! pod/perldiag.pod util.c
21307 ____________________________________________________________________________
21308 [ 26779] By: gisle                                 on 2006/01/11  09:52:18
21309         Log: Make setting 'PL_origalen = 1' before perl_parse() disable
21310              argv[0] munging when $0 is assigned to.
21311      Branch: perl
21312            ! mg.c perl.c pod/perlembed.pod
21313 ____________________________________________________________________________
21314 [ 26778] By: steveh                                on 2006/01/11  09:04:38
21315         Log: Bleadperl's Win32::Win32 is more recent than the current CPAN release
21316              of libwin32 (0.26), so bump the $VERSION a little
21317      Branch: perl
21318            ! win32/ext/Win32/Win32.pm
21319 ____________________________________________________________________________
21320 [ 26777] By: stevep                                on 2006/01/11  03:22:57
21321         Log: Upgrade to version-0.53
21322      Branch: perl
21323            ! lib/version.pm lib/version.t util.c
21324 ____________________________________________________________________________
21325 [ 26774] By: nicholas                              on 2006/01/10  17:46:15
21326         Log: s/superceded/superseded/g
21327      Branch: perl
21328            ! Changes5.004 Changes5.6 handy.h pod/perlapi.pod
21329 ____________________________________________________________________________
21330 [ 26773] By: nicholas                              on 2006/01/10  16:59:25
21331         Log: Subject: Re: Sys::Syslog blows up rather spectacularly on Solaris
21332              From: Alan Burlison <Alan.Burlison@sun.com>
21333              Message-ID: <43C3D80E.20704@sun.com>
21334              Date: Tue, 10 Jan 2006 15:51:42 +0000
21335      Branch: perl
21336            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
21337 ____________________________________________________________________________
21338 [ 26772] By: nicholas                              on 2006/01/10  16:36:03
21339         Log: Gisle is correct - $host needs to stay in case the user sets it
21340              themselves. But if the user doesn't, default to INADDR_LOOPBACK.
21341      Branch: perl
21342            ! ext/Sys/Syslog/Syslog.pm
21343 ____________________________________________________________________________
21344 [ 26770] By: merijn                                on 2006/01/10  15:16:03
21345         Log: 1. Make HP C-ANSI-C work on Itanium2 (HP-UX 11.23)
21346              broken optimizer
21347              2. Remove a compiler warning in a try program
21348      Branch: perl
21349            ! hints/hpux.sh
21350 ____________________________________________________________________________
21351 [ 26769] By: nicholas                              on 2006/01/10  15:09:07
21352         Log: Why should Syslog jump through hoops to look up the hostname so it can
21353              immediately convert it to an IP address, when all it really wants is
21354              a connection to the loopback device?
21355      Branch: perl
21356            ! ext/Sys/Syslog/Syslog.pm
21357 ____________________________________________________________________________
21358 [ 26768] By: gisle                                 on 2006/01/10  14:32:43
21359         Log: If getservbyname fails tell what service the lookup
21360              attempt tried to use.
21361      Branch: perl
21362            ! ext/Sys/Syslog/Syslog.pm
21363 ____________________________________________________________________________
21364 [ 26767] By: nicholas                              on 2006/01/10  13:24:26
21365         Log: Missing an initialisation, as spotted by Merijn's HP compiler.
21366      Branch: perl
21367            ! toke.c
21368 ____________________________________________________________________________
21369 [ 26766] By: rgs                                   on 2006/01/10  13:20:52
21370         Log: Remove Syslog tests that use external modules
21371      Branch: perl
21372            - ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
21373            - ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
21374            - ext/Sys/Syslog/t/portfs.t
21375            ! MANIFEST
21376 ____________________________________________________________________________
21377 [ 26765] By: gisle                                 on 2006/01/10  11:41:24
21378         Log: Move initialization of old values prior to moreswitches()
21379              closer to their use and together with 'switches_done'.
21380      Branch: perl
21381            ! toke.c
21382 ____________________________________________________________________________
21383 [ 26764] By: rgs                                   on 2006/01/10  10:51:16
21384         Log: Subject: [PATCH] It's the Barbie bus patch
21385              From: Andy Lester <andy@petdance.com>
21386              Date: Mon, 9 Jan 2006 23:42:43 -0600
21387              Message-ID: <20060110054243.GA26165@petdance.com>
21388      Branch: perl
21389            ! av.c doio.c embed.fnc embed.h gv.c hv.c mg.c op.c pad.c
21390            ! pp_ctl.c pp_hot.c pp_sys.c proto.h reentr.c reentr.h regcomp.c
21391            ! regexec.c sv.c toke.c uconfig.sh util.c
21392 ____________________________________________________________________________
21393 [ 26762] By: gisle                                 on 2006/01/10  10:10:10
21394         Log: Remove stale date.
21395      Branch: perl
21396            ! pod/perlembed.pod
21397 ____________________________________________________________________________
21398 [ 26761] By: rgs                                   on 2006/01/10  10:05:26
21399         Log: Subject: [PATCH] Compress::Zlib  becomes zlib agnostic
21400              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
21401              Date: Mon, 9 Jan 2006 20:25:00 -0000
21402              Message-ID: <002101c6155a$c5886c90$1340100a@myopwv.com>
21403      Branch: perl
21404            + ext/Compress/Zlib/lib/Compress/Zip/Constants.pm
21405            + ext/Compress/Zlib/lib/CompressPlugin/Deflate.pm
21406            + ext/Compress/Zlib/lib/CompressPlugin/Identity.pm
21407            + ext/Compress/Zlib/lib/IO/Compress/Base.pm
21408            + ext/Compress/Zlib/lib/IO/Compress/Zip.pm
21409            + ext/Compress/Zlib/lib/IO/Uncompress/AnyUncompress.pm
21410            + ext/Compress/Zlib/lib/IO/Uncompress/Base.pm
21411            + ext/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
21412            + ext/Compress/Zlib/lib/UncompressPlugin/Identity.pm
21413            + ext/Compress/Zlib/lib/UncompressPlugin/Inflate.pm
21414            + ext/Compress/Zlib/t/04generic-deflate.t
21415            + ext/Compress/Zlib/t/04generic-gzip.t
21416            + ext/Compress/Zlib/t/04generic-rawdeflate.t
21417            + ext/Compress/Zlib/t/04generic-zip.t
21418            + ext/Compress/Zlib/t/04zlib-generic-deflate.t
21419            + ext/Compress/Zlib/t/04zlib-generic-gzip.t
21420            + ext/Compress/Zlib/t/04zlib-generic-rawdeflate.t
21421            + ext/Compress/Zlib/t/04zlib-generic-zip.t
21422            + ext/Compress/Zlib/t/12any-deflate.t
21423            + ext/Compress/Zlib/t/12any-gzip.t
21424            + ext/Compress/Zlib/t/12any-rawdeflate.t
21425            + ext/Compress/Zlib/t/12any-transparent.t
21426            + ext/Compress/Zlib/t/12any-zip.t
21427            + ext/Compress/Zlib/t/13prime-deflate.t
21428            + ext/Compress/Zlib/t/13prime-gzip.t
21429            + ext/Compress/Zlib/t/13prime-rawdeflate.t
21430            + ext/Compress/Zlib/t/13prime-zip.t
21431            + ext/Compress/Zlib/t/15multi-deflate.t
21432            + ext/Compress/Zlib/t/15multi-gzip.t
21433            + ext/Compress/Zlib/t/15multi-rawdeflate.t
21434            + ext/Compress/Zlib/t/15multi-zip.t
21435            + ext/Compress/Zlib/t/16oneshot-deflate.t
21436            + ext/Compress/Zlib/t/16oneshot-gzip-only.t
21437            + ext/Compress/Zlib/t/16oneshot-gzip.t
21438            + ext/Compress/Zlib/t/16oneshot-rawdeflate.t
21439            + ext/Compress/Zlib/t/16oneshot-zip-only.t
21440            + ext/Compress/Zlib/t/16oneshot-zip.t
21441            + ext/Compress/Zlib/t/19destroy-deflate.t
21442            + ext/Compress/Zlib/t/19destroy-gzip.t
21443            + ext/Compress/Zlib/t/19destroy-rawdeflate.t
21444            + ext/Compress/Zlib/t/19destroy-zip.t
21445            + ext/Compress/Zlib/t/20tied-deflate.t
21446            + ext/Compress/Zlib/t/20tied-gzip.t
21447            + ext/Compress/Zlib/t/20tied-rawdeflate.t
21448            + ext/Compress/Zlib/t/20tied-zip.t
21449            + ext/Compress/Zlib/t/21newtied-deflate.t
21450            + ext/Compress/Zlib/t/21newtied-gzip.t
21451            + ext/Compress/Zlib/t/21newtied-rawdeflate.t
21452            + ext/Compress/Zlib/t/21newtied-zip.t
21453            + ext/Compress/Zlib/t/22merge-deflate.t
21454            + ext/Compress/Zlib/t/22merge-gzip.t
21455            + ext/Compress/Zlib/t/22merge-rawdeflate.t
21456            + ext/Compress/Zlib/t/22merge-zip.t
21457            + ext/Compress/Zlib/t/25anyunc-deflate.t
21458            + ext/Compress/Zlib/t/25anyunc-gzip.t
21459            + ext/Compress/Zlib/t/25anyunc-rawdeflate.t
21460            + ext/Compress/Zlib/t/25anyunc-transparent.t
21461            + ext/Compress/Zlib/t/25anyunc-zip.t ext/Compress/Zlib/t/99pod.t
21462            + t/lib/compress/ZlibTestUtils.pm t/lib/compress/any.pl
21463            + t/lib/compress/anyunc.pl t/lib/compress/destroy.pl
21464            + t/lib/compress/generic.pl t/lib/compress/merge.pl
21465            + t/lib/compress/multi.pl t/lib/compress/newtied.pl
21466            + t/lib/compress/oneshot.pl t/lib/compress/prime.pl
21467            + t/lib/compress/tied.pl t/lib/compress/truncate.pl
21468            + t/lib/compress/zlib-generic.pl
21469            - ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/12any.t
21470            - ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/15multi.t
21471            - ext/Compress/Zlib/t/16oneshot.t
21472            - ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
21473            - ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
21474            - t/lib/ZlibTestUtils.pm
21475            ! MANIFEST ext/Compress/Zlib/Changes
21476            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
21477            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
21478            ! ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
21479            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
21480            ! ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
21481            ! ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
21482            ! ext/Compress/Zlib/lib/File/GlobMapper.pm
21483            ! ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
21484            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
21485            ! ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
21486            ! ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
21487            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
21488            ! ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
21489            ! ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
21490            ! ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
21491            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
21492            ! ext/Compress/Zlib/t/03zlib-v1.t
21493            ! ext/Compress/Zlib/t/05examples.t
21494            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
21495            ! ext/Compress/Zlib/t/08encoding.t
21496            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
21497            ! ext/Compress/Zlib/t/11truncate.t
21498            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/17isize.t
21499            ! ext/Compress/Zlib/t/18lvalue.t ext/Compress/Zlib/t/23misc.t
21500            ! ext/Compress/Zlib/t/globmapper.t
21501 ____________________________________________________________________________
21502 [ 26760] By: gisle                                 on 2006/01/10  08:58:21
21503         Log: Avoid possible dereference of NULL in the initialization of PL_origalen.
21504              This can only happen when perlparse is called with no argv.
21505              Don't try to update PL_origargv unless PL_origalen is at least 2.
21506      Branch: perl
21507            ! mg.c perl.c
21508 ____________________________________________________________________________
21509 [ 26759] By: craigb                                on 2006/01/10  04:28:25
21510         Log: Make FAKE,READONLY optional on VMS in test 21
21511      Branch: perl
21512            ! ext/Devel/Peek/t/Peek.t
21513 ____________________________________________________________________________
21514 [ 26758] By: rgs                                   on 2006/01/09  14:58:57
21515         Log: Add Digest::SHA to the Win32 makefiles
21516      Branch: perl
21517            ! win32/Makefile win32/makefile.mk
21518 ____________________________________________________________________________
21519 [ 26757] By: rgs                                   on 2006/01/09  14:42:18
21520         Log: Subject: Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches)
21521              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21522              Date: Mon, 9 Jan 2006 06:38:25 -0800
21523              Message-ID: <20060109143825.GB4132@efn.org>
21524      Branch: perl
21525            ! t/TEST
21526 ____________________________________________________________________________
21527 [ 26756] By: rgs                                   on 2006/01/09  14:28:20
21528         Log: Subject: [patch] more about embed.fnc in perlguts
21529              From: Jim Cromie <jim.cromie@gmail.com>
21530              Date: Sun, 08 Jan 2006 11:35:46 -0700
21531              Message-ID: <43C15B82.9090309@gmail.com>
21532              
21533              (with a few nits)
21534      Branch: perl
21535            ! embed.fnc pod/perlguts.pod
21536 ____________________________________________________________________________
21537 [ 26755] By: stevep                                on 2006/01/09  14:27:07
21538         Log: Added standard core header to test cases for Digest::SHA
21539      Branch: perl
21540            ! ext/Digest/SHA/t/0-pod-coverage.t ext/Digest/SHA/t/0-pod.t
21541            ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/1-hello-world.t
21542            ! ext/Digest/SHA/t/2-nist-sha-1.t
21543            ! ext/Digest/SHA/t/2-nist-sha-224.t
21544            ! ext/Digest/SHA/t/2-nist-sha-256.t
21545            ! ext/Digest/SHA/t/2-nist-sha-384.t
21546            ! ext/Digest/SHA/t/2-nist-sha-512.t
21547            ! ext/Digest/SHA/t/2-nist-sha-base64.t
21548            ! ext/Digest/SHA/t/2-nist-sha-oo.t
21549            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
21550            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
21551            ! ext/Digest/SHA/t/3-gillogly-easy.t
21552            ! ext/Digest/SHA/t/3-gillogly-hard.t
21553            ! ext/Digest/SHA/t/4-bitstr-increasing.t
21554            ! ext/Digest/SHA/t/4-bitstr-large.t
21555            ! ext/Digest/SHA/t/4-bitstr-random.t
21556            ! ext/Digest/SHA/t/5-hmac-fips198.t
21557            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
21558            ! ext/Digest/SHA/t/5-hmac-sha-256.t
21559            ! ext/Digest/SHA/t/5-hmac-woodbury.t
21560            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
21561 ____________________________________________________________________________
21562 [ 26754] By: nicholas                              on 2006/01/09  14:10:34
21563         Log: POSIX and Fcntl both export the same constants derived from the same
21564              C macros. Given that constants are now real inline and *defined*,
21565              rather than merely declared and AUTOLOADed as needed, it is best that
21566              POSIX quite litereally re-exports the constants defined by Fcntl.
21567      Branch: perl
21568            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
21569 ____________________________________________________________________________
21570 [ 26753] By: gisle                                 on 2006/01/09  13:59:48
21571         Log: Restore hardcoded PERL_PATCHNUM removed in change 26672.
21572              This is actually needed for the current Configure logic
21573              to pick up the real patchnum from the .patch file.
21574      Branch: perl
21575            ! patchlevel.h
21576 ____________________________________________________________________________
21577 [ 26752] By: rgs                                   on 2006/01/09  13:44:20
21578         Log: Upgrade to Sys::Syslog 0.12
21579      Branch: perl
21580            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
21581            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
21582            ! ext/Sys/Syslog/t/podspell.t
21583 ____________________________________________________________________________
21584 [ 26751] By: rgs                                   on 2006/01/09  10:16:23
21585         Log: Subject: [PATCH] RE: Failing tests on VMS blead@26652
21586              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
21587              Date: Sun, 8 Jan 2006 23:47:33 -0000
21588              Message-ID: <00cd01c614ad$e815d340$6401a8c0@myopwv.com>
21589      Branch: perl
21590            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
21591            ! ext/Compress/Zlib/t/05examples.t
21592            ! ext/Compress/Zlib/t/06gzsetp.t
21593            ! ext/Compress/Zlib/t/08encoding.t
21594            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
21595            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/13prime.t
21596            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/15multi.t
21597            ! ext/Compress/Zlib/t/16oneshot.t
21598            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
21599            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
21600            ! ext/Compress/Zlib/t/23misc.t t/lib/ZlibTestUtils.pm
21601 ____________________________________________________________________________
21602 [ 26750] By: rgs                                   on 2006/01/09  08:20:00
21603         Log: Revert change 26749
21604      Branch: perl
21605            ! pod/perlvar.pod
21606 ____________________________________________________________________________
21607 [ 26749] By: davem                                 on 2006/01/09  02:20:51
21608         Log: Subject:  [PATCH] identifiers always in main (was: defining a _ function breaks File::Find)
21609              From:  Xavier Noria <fxn@hashref.com>
21610              Date:  Sun, 23 Oct 2005 09:47:37 +0200
21611              Message-Id:  <D3867DED-313E-4D39-A85F-1178FE7F7A5E@hashref.com>
21612              
21613              clarify which variables are always forced into main::
21614      Branch: perl
21615            ! pod/perlvar.pod
21616 ____________________________________________________________________________
21617 [ 26747] By: nicholas                              on 2006/01/08  22:43:15
21618         Log: Cope with change entries that are \r terminated
21619      Branch: perl
21620            ! Porting/genlog
21621 ____________________________________________________________________________
21622 [ 26745] By: craigb                                on 2006/01/08  22:37:47
21623         Log: follow-up to 26740, shasum --> shasum.com
21624      Branch: perl
21625            ! vms/descrip_mms.template
21626 ____________________________________________________________________________
21627 [ 26744] By: craigb                                on 2006/01/08  22:19:39
21628         Log: Grr.  #26690 broke handling of old ODS-2 style names
21629              on current versions of VMS
21630      Branch: perl
21631            ! configure.com
21632 ____________________________________________________________________________
21633 [ 26743] By: craigb                                on 2006/01/08  22:14:13
21634         Log: VMS needs the meta-quoted version of $0
21635      Branch: perl
21636            ! lib/Test/Simple/t/is_deeply_fail.t
21637 ____________________________________________________________________________
21638 [ 26740] By: rgs                                   on 2006/01/08  21:42:59
21639         Log: Install shasum on Windows and VMS too
21640      Branch: perl
21641            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
21642 ____________________________________________________________________________
21643 [ 26739] By: rgs                                   on 2006/01/08  21:34:22
21644         Log: Subject: Re: [perl #38181] Default IO Layer is ignored in 3-argument open call 
21645              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21646              Date: Mon, 09 Jan 2006 01:29:30 +0900
21647              Message-Id: <20060109012103.F20A.BQW10602@nifty.com>
21648      Branch: perl
21649            ! lib/open.pm pod/perlfunc.pod
21650 ____________________________________________________________________________
21651 [ 26737] By: nicholas                              on 2006/01/08  21:13:05
21652         Log: Update copyright with the 2 years where changes were made.
21653      Branch: perl
21654            ! pad.h
21655 ____________________________________________________________________________
21656 [ 26736] By: nicholas                              on 2006/01/08  20:41:25
21657         Log: Update the copyright years in the generated files, and nostdio.h
21658      Branch: perl
21659            ! keywords.h keywords.pl nostdio.h opcode.pl opnames.h
21660 ____________________________________________________________________________
21661 [ 26735] By: davem                                 on 2006/01/08  20:41:16
21662         Log: document svt_copy, svt_dup and svt_local vtable slots
21663      Branch: perl
21664            ! pod/perlguts.pod
21665 ____________________________________________________________________________
21666 [ 26733] By: rgs                                   on 2006/01/08  20:16:06
21667         Log: Add shasum (from Digest::SHA) to utils.lst
21668      Branch: perl
21669            ! utils.lst
21670 ____________________________________________________________________________
21671 [ 26732] By: nicholas                              on 2006/01/08  19:53:11
21672         Log: Update copyright years (including some years where we made changes but
21673              did not update)
21674      Branch: perl
21675            ! av.c deb.c mathoms.c mg.h numeric.c pad.c patchlevel.h perl.h
21676            ! perlvars.h perly.c run.c scope.c taint.c thread.h
21677 ____________________________________________________________________________
21678 [ 26726] By: nicholas                              on 2006/01/08  18:27:27
21679         Log: run pod/buildtoc --build-all
21680      Branch: perl
21681            ! MANIFEST pod/perltoc.pod vms/descrip_mms.template
21682            ! win32/Makefile win32/makefile.mk
21683 ____________________________________________________________________________
21684 [ 26725] By: nicholas                              on 2006/01/08  18:25:20
21685         Log: With VMS moving from [lib.pod] to [lib.pods] then pod/buildtoc needs
21686              tweaking
21687      Branch: perl
21688            ! pod/buildtoc
21689 ____________________________________________________________________________
21690 [ 26713] By: nicholas                              on 2006/01/08  15:24:53
21691         Log: Add an option 'opened' which reports on the maintainers of all files
21692              perforce currently has open.
21693      Branch: perl
21694            ! Porting/Maintainers.pm
21695 ____________________________________________________________________________
21696 [ 26710] By: craigb                                on 2006/01/08  13:33:43
21697         Log: pod2usage2.t is not readily portable to VMS either
21698      Branch: perl
21699            ! t/pod/pod2usage2.t
21700 ____________________________________________________________________________
21701 [ 26709] By: nicholas                              on 2006/01/08  13:15:30
21702         Log: Tweak the code that generates unique entries in @POSIX::EXPORT so that
21703              the array ends up with shared hash key scalars, for a memory saving.
21704      Branch: perl
21705            ! ext/POSIX/POSIX.pm
21706 ____________________________________________________________________________
21707 [ 26708] By: merijn                                on 2006/01/08  12:27:29
21708         Log: Subject: [PATCH] blead: format warnings
21709              Date: Sat, 07 Jan 2006 21:42:08 +0200
21710              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
21711              Message-ID: <43C01990.6020207@gmail.com>
21712      Branch: perl
21713            ! mg.c regcomp.c sv.c
21714 ____________________________________________________________________________
21715 [ 26707] By: merijn                                on 2006/01/08  09:53:56
21716         Log: Subject: [PATCH] hints/dec_osf.sh (Re: blead@26701 compilation warning from tru64 cc)
21717              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
21718              Date: Sun, 08 Jan 2006 11:38:34 +0200
21719              Message-ID: <43C0DD9A.9080809@gmail.com>
21720      Branch: perl
21721            ! hints/dec_osf.sh
21722 ____________________________________________________________________________
21723 [ 26706] By: nicholas                              on 2006/01/08  08:33:46
21724         Log: Add utils/shasum.PL to MANIFEST
21725      Branch: perl
21726            ! MANIFEST
21727 ____________________________________________________________________________
21728 [ 26705] By: nicholas                              on 2006/01/08  08:28:29
21729         Log: Add missing files in ext/Digest/SHA/src that somehow escaped the net.
21730      Branch: perl
21731            + ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
21732            + ext/Digest/SHA/src/hmacxtra.c ext/Digest/SHA/src/sha.c
21733            + ext/Digest/SHA/src/sha.h ext/Digest/SHA/src/sha64bit.c
21734            + ext/Digest/SHA/src/sha64bit.h ext/Digest/SHA/src/shaxtra.c
21735 ____________________________________________________________________________
21736 [ 26704] By: stevep                                on 2006/01/08  04:17:08
21737         Log: Add Digest-SHA-5.32 for SHA-256 support for CPAN.
21738      Branch: perl
21739            + ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
21740            + ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
21741            + ext/Digest/SHA/SHA.xs ext/Digest/SHA/bin/shasum
21742            + ext/Digest/SHA/ppport.h ext/Digest/SHA/t/0-pod-coverage.t
21743            + ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
21744            + ext/Digest/SHA/t/1-hello-world.t
21745            + ext/Digest/SHA/t/2-nist-sha-1.t
21746            + ext/Digest/SHA/t/2-nist-sha-224.t
21747            + ext/Digest/SHA/t/2-nist-sha-256.t
21748            + ext/Digest/SHA/t/2-nist-sha-384.t
21749            + ext/Digest/SHA/t/2-nist-sha-512.t
21750            + ext/Digest/SHA/t/2-nist-sha-base64.t
21751            + ext/Digest/SHA/t/2-nist-sha-oo.t
21752            + ext/Digest/SHA/t/2-nist-vectors-bit.t
21753            + ext/Digest/SHA/t/2-nist-vectors-byte.t
21754            + ext/Digest/SHA/t/3-gillogly-easy.t
21755            + ext/Digest/SHA/t/3-gillogly-hard.t
21756            + ext/Digest/SHA/t/4-bitstr-increasing.t
21757            + ext/Digest/SHA/t/4-bitstr-large.t
21758            + ext/Digest/SHA/t/4-bitstr-random.t
21759            + ext/Digest/SHA/t/5-hmac-fips198.t
21760            + ext/Digest/SHA/t/5-hmac-rfc2202.t
21761            + ext/Digest/SHA/t/5-hmac-sha-256.t
21762            + ext/Digest/SHA/t/5-hmac-woodbury.t
21763            + ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
21764            + ext/Digest/SHA/t/gillogly/state.011
21765            + ext/Digest/SHA/t/gillogly/state.110
21766            + ext/Digest/SHA/t/nist/COPYRIGHT
21767            + ext/Digest/SHA/t/nist/Readme.txt
21768            + ext/Digest/SHA/t/nist/bit-hashes.sha1
21769            + ext/Digest/SHA/t/nist/bit-messages.sha1
21770            + ext/Digest/SHA/t/nist/byte-hashes.sha1
21771            + ext/Digest/SHA/t/nist/byte-messages.sha1
21772            + ext/Digest/SHA/t/state/state.1
21773            + ext/Digest/SHA/t/state/state.256
21774            + ext/Digest/SHA/t/state/state.384
21775            + ext/Digest/SHA/t/state/state.512 ext/Digest/SHA/typemap
21776            + utils/shasum.PL
21777            ! MANIFEST Porting/Maintainers.pl utils/Makefile
21778 ____________________________________________________________________________
21779 [ 26703] By: craigb                                on 2006/01/07  22:12:16
21780         Log: Make v?snprintf available on VMS v7.3-2 and later and clean up
21781              some other version-dependency checks.
21782      Branch: perl
21783            ! configure.com
21784 ____________________________________________________________________________
21785 [ 26702] By: nicholas                              on 2006/01/07  20:42:57
21786         Log: Remove the greedy quantifier from inside the grouping (?:) so that it
21787              and the greedy quantifier on the (?:) don't fight each other until the
21788              C stack is exhausted.
21789      Branch: perl
21790            ! lib/Pod/Simple/BlackBox.pm
21791 ____________________________________________________________________________
21792 [ 26701] By: nicholas                              on 2006/01/07  17:19:29
21793         Log: Reorder Fcntl's bootstrapping so that the constants actually get
21794              inlined within the functions that Fcntl defines.
21795      Branch: perl
21796            ! ext/Fcntl/Fcntl.pm
21797 ____________________________________________________________________________
21798 [ 26695] By: davem                                 on 2006/01/07  03:13:08
21799         Log: preserve the referent associated with a shared RV.
21800              its faster, and the user doesn't see a different address each time
21801              for ref($sharedref).
21802      Branch: perl
21803            ! ext/threads/shared/shared.xs
21804 ____________________________________________________________________________
21805 [ 26694] By: stevep                                on 2006/01/07  03:13:05
21806         Log: Additional const prototype fixes.
21807      Branch: perl
21808            ! os2/os2.c wince/wince.c
21809 ____________________________________________________________________________
21810 [ 26693] By: davem                                 on 2006/01/07  01:24:37
21811         Log: fix coredump on 'local $shared[N]' introduced by change #24942
21812      Branch: perl
21813            ! ext/threads/shared/shared.xs
21814 ____________________________________________________________________________
21815 [ 26691] By: nicholas                              on 2006/01/06  23:57:55
21816         Log: Don't code the absolute number of tests for the UTF8/EBCDIC case; much
21817              better to subtract the number of tests that don't get run.
21818      Branch: perl
21819            ! t/comp/require.t
21820 ____________________________________________________________________________
21821 [ 26690] By: craigb                                on 2006/01/06  23:16:30
21822         Log: Make VMS manifest checker handle multi-dot filenames on ODS-5
21823      Branch: perl
21824            ! configure.com
21825 ____________________________________________________________________________
21826 [ 26687] By: nicholas                              on 2006/01/06  22:19:47
21827         Log: Correct the typo in the description of change 24253
21828      Branch: perl
21829            ! Changes
21830 ____________________________________________________________________________
21831 [ 26685] By: stevep                                on 2006/01/06  21:59:00
21832         Log: Upgrade to version-0.52
21833      Branch: perl
21834            ! lib/version.pm lib/version.pod lib/version.t sv.c
21835            ! t/op/sprintf.t util.c
21836 ____________________________________________________________________________
21837 [ 26684] By: davem                                 on 2006/01/06  21:13:12
21838         Log: make ithreads shared vars smaller/quicker by eliminating shared_sv
21839              struct. Also document how it works.
21840      Branch: perl
21841            ! ext/threads/shared/shared.xs ext/threads/shared/typemap
21842 ____________________________________________________________________________
21843 [ 26680] By: stevep                                on 2006/01/06  18:59:54
21844         Log: const'ing parameters killed the builds for djgpp.  Changes get the 
21845              Perl core, but not the modules, to compile cleanly. 
21846      Branch: perl
21847            ! djgpp/djgpp.c djgpp/djgpp.h
21848 ____________________________________________________________________________
21849 [ 26679] By: nicholas                              on 2006/01/06  18:29:57
21850         Log: Negating an unsigned value generates warnings for some compilers, so
21851              cast it first.
21852      Branch: perl
21853            ! lib/ExtUtils/Constant/ProxySubs.pm
21854 ____________________________________________________________________________
21855 [ 26677] By: steveh                                on 2006/01/06  17:20:47
21856         Log: DBL_MAX and FLT_MAX are not constants in Borland C++
21857              
21858              (Fixes BCC compilation error in POSIX introduced by change 26455)
21859      Branch: perl
21860            ! ext/POSIX/Makefile.PL
21861 ____________________________________________________________________________
21862 [ 26676] By: rgs                                   on 2006/01/06  16:58:14
21863         Log: Subject: [PATCH] hv_fetchs() support
21864              From: Andy Lester <andy@petdance.com>
21865              Date: Fri, 6 Jan 2006 09:57:19 -0600
21866              Message-ID: <20060106155719.GB9035@petdance.com>
21867      Branch: perl
21868            ! doop.c handy.h hv.c malloc.c op.c pp_sys.c taint.c
21869 ____________________________________________________________________________
21870 [ 26675] By: rgs                                   on 2006/01/06  15:50:34
21871         Log: Subject: [PATCH] sprinkle dVAR
21872              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
21873              Date: Fri, 06 Jan 2006 16:18:53 +0200
21874              Message-ID: <43BE7C4D.1010302@gmail.com>
21875      Branch: perl
21876            ! av.c deb.c doio.c doop.c dump.c ext/threads/threads.xs gv.c
21877            ! hv.c lib/ExtUtils/ParseXS.pm locale.c mathoms.c mg.c numeric.c
21878            ! op.c opcode.h opcode.pl pad.c perl.c perl.h perl_keyword.pl
21879            ! perlio.c perlvars.h perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c
21880            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c
21881            ! taint.c toke.c universal.c utf8.c util.c xsutils.c
21882 ____________________________________________________________________________
21883 [ 26674] By: rgs                                   on 2006/01/06  14:35:38
21884         Log: Subject: [PATCH] performance tweaking op.c
21885              From: Andy Lester <andy@petdance.com>
21886              Date: Fri, 6 Jan 2006 01:44:48 -0600
21887              Message-ID: <20060106074448.GB3401@petdance.com>
21888      Branch: perl
21889            ! op.c
21890 ____________________________________________________________________________
21891 [ 26673] By: gisle                                 on 2006/01/06  14:00:14
21892         Log: Remove code duplicated a few lines above by change 19695.
21893      Branch: perl
21894            ! toke.c
21895 ____________________________________________________________________________
21896 [ 26672] By: gisle                                 on 2006/01/06  13:57:27
21897         Log: Move "DEVEL####" marker to the 'perl -v' output.
21898              This avoids problem with using STRINGIFY in patchlevel.h
21899              (ref msg <43BE4BAC.6010701@uk.radan.com> posted to p5p).
21900      Branch: perl
21901            ! patchlevel.h perl.c t/run/switches.t utils/perlbug.PL
21902 ____________________________________________________________________________
21903 [ 26671] By: stevep                                on 2006/01/06  13:04:44
21904         Log: Replacing broken call to savepvn() with savepvs() to get threaded
21905              Cygwin to compile again.
21906      Branch: perl
21907            ! perl.c
21908 ____________________________________________________________________________
21909 [ 26670] By: gisle                                 on 2006/01/06  10:54:18
21910         Log: Make '-s' on the shebang line able to parse -foo=bar switches again.
21911              This feature was broken by change 19695 some years ago
21912              and integrated into perl-5.8.1.  perl-5.8.0 was fine.
21913              Ref http://bugs.activestate.com/show_bug.cgi?id=43483
21914      Branch: perl
21915            ! perl.c t/run/switches.t
21916 ____________________________________________________________________________
21917 [ 26669] By: gisle                                 on 2006/01/06  10:38:37
21918         Log: Improve description of the -s switch.
21919              I found the "This means you can have switches
21920              with two leading dashes." sentence introduced by
21921              change 7144 really confusing.  The note after
21922              the example should make it clear enough that double
21923              dash switches can be used for those that insist.
21924      Branch: perl
21925            ! pod/perlrun.pod
21926 ____________________________________________________________________________
21927 [ 26668] By: merijn                                on 2006/01/05  21:04:32
21928         Log: Test if the probed availability of v?snprintf () is
21929              actually usable. Thanks to Russ and Jarkko.
21930      Branch: perl
21931            ! Configure
21932 ____________________________________________________________________________
21933 [ 26666] By: rgs                                   on 2006/01/05  17:39:07
21934         Log: Upgrade to CPAN.pm 1.83
21935      Branch: perl
21936            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
21937            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
21938 ____________________________________________________________________________
21939 [ 26665] By: rgs                                   on 2006/01/05  17:27:28
21940         Log: Regenerate PODs
21941      Branch: perl
21942            ! pod/perlmodlib.pod pod/perltoc.pod
21943 ____________________________________________________________________________
21944 [ 26664] By: steveh                                on 2006/01/05  17:24:44
21945         Log: Workaround another problem following change 26395
21946              
21947              MinGW doesn't like 26395 either! (ref: change 26634)
21948      Branch: perl
21949            ! gv.h
21950 ____________________________________________________________________________
21951 [ 26663] By: rgs                                   on 2006/01/05  17:19:27
21952         Log: Really commit change 26662 (duh)
21953      Branch: perl
21954            ! pod.lst pod/perl.pod
21955 ____________________________________________________________________________
21956 [ 26662] By: rgs                                   on 2006/01/05  17:17:52
21957         Log: Let table of contents know about perllinux man page
21958      Branch: perl
21959            ! pod.lst pod/perl.pod
21960 ____________________________________________________________________________
21961 [ 26661] By: rgs                                   on 2006/01/05  16:58:51
21962         Log: Update Changes
21963      Branch: perl
21964            ! Changes
21965 ____________________________________________________________________________
21966 [ 26659] By: steveh                                on 2006/01/05  16:22:50
21967         Log: Subject: MinGW and lib/CORE/Win32.h
21968              From: "Sisyphus" <sisyphus1@optusnet.com.au>
21969              Date: Wed, 4 Jan 2006 21:29:19 +1100
21970              Message-ID: <024301c61119$bca4a840$e201140a@desktop>
21971      Branch: perl
21972            ! win32/win32.h
21973 ____________________________________________________________________________
21974 [ 26658] By: rgs                                   on 2006/01/05  15:33:32
21975         Log: Install less README files
21976      Branch: perl
21977            ! installperl
21978 ____________________________________________________________________________
21979 [ 26657] By: rgs                                   on 2006/01/05  14:36:40
21980         Log: Remove old Pod::Man parser creation.
21981              Fix a run-time warning.
21982      Branch: perl
21983            ! installman
21984 ____________________________________________________________________________
21985 [ 26656] By: stevep                                on 2006/01/05  14:33:16
21986         Log: Change installman to instantiate a new Pod::Man instance for each
21987              file processed.  This is now required with podlators-2.0.
21988      Branch: perl
21989            ! installman
21990 ____________________________________________________________________________
21991 [ 26655] By: steveh                                on 2006/01/05  09:21:52
21992         Log: Reorder changes made in change 26630
21993              
21994              (Keep the order in win32/config.* and win32/config_H.* the same as in
21995              Configure and config_H.SH for easier diffing)
21996      Branch: perl
21997            ! win32/config.bc win32/config.gc win32/config.vc
21998            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
21999            ! win32/config_H.vc win32/config_H.vc64
22000 ____________________________________________________________________________
22001 [ 26654] By: steveh                                on 2006/01/04  17:57:14
22002         Log: Run regen.pl (Just updating copyright years)
22003      Branch: perl
22004            ! embed.h embedvar.h global.sym opcode.h perlapi.c perlapi.h
22005            ! proto.h
22006 ____________________________________________________________________________
22007 [ 26653] By: steveh                                on 2006/01/04  17:49:38
22008         Log: Don't try to export PL_my_ctx_mutex and PL_my_cxt_* when
22009              PERL_IMPLICIT_CONTEXT is not defined
22010              
22011              Fixes non-threaded build errors on Win32 following change 26523
22012      Branch: perl
22013            ! makedef.pl
22014 ____________________________________________________________________________
22015 [ 26652] By: rgs                                   on 2006/01/04  17:19:37
22016         Log: More copyright updates
22017      Branch: perl
22018            ! cop.h dump.c gv.c gv.h handy.h locale.c op.c perlio.c
22019            ! pp_pack.c sv.h thread.h universal.c xsutils.c
22020 ____________________________________________________________________________
22021 [ 26651] By: rgs                                   on 2006/01/04  16:50:47
22022         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
22023              From: Jim Cromie <jim.cromie@gmail.com>
22024              Date: Tue, 03 Jan 2006 23:18:09 -0700
22025              Message-ID: <43BB68A1.7060708@gmail.com>
22026              
22027              With syntactic tweaks to the test file
22028      Branch: perl
22029            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
22030            ! ext/B/t/optree_constants.t
22031 ____________________________________________________________________________
22032 [ 26650] By: gisle                                 on 2006/01/04  16:42:03
22033         Log: Move all the xxxpvs() macros to handy.h.
22034              This brings them closer to STR_WITH_LEN.  Besides only half
22035              of them were sv-related after change 26649.
22036      Branch: perl
22037            ! handy.h sv.h
22038 ____________________________________________________________________________
22039 [ 26649] By: gisle                                 on 2006/01/04  16:15:34
22040         Log: Make the new STR_WITH_LEN() affected compile under -Dusethreads.
22041              Can't use STR_WITH_LEN() as argument to a macro :-(
22042      Branch: perl
22043            ! gv.c locale.c mg.c perl.c perlio.c pp_sys.c sv.c sv.h toke.c
22044 ____________________________________________________________________________
22045 [ 26648] By: gisle                                 on 2006/01/04  14:23:20
22046         Log: Add an extra NUL so that we can use sv_catpvs()
22047              for "our @F=split..." and get rid of 15 and the
22048              explaination for why it's there.
22049      Branch: perl
22050            ! toke.c
22051 ____________________________________________________________________________
22052 [ 26647] By: gisle                                 on 2006/01/04  14:10:34
22053         Log: Get rid of hardcoded string length.
22054      Branch: perl
22055            ! thread.h
22056 ____________________________________________________________________________
22057 [ 26646] By: gisle                                 on 2006/01/04  14:04:16
22058         Log: Introduce newSVpvs_share() macro.
22059              Gets rid of some hardcoded string lengths.
22060      Branch: perl
22061            ! op.c perl.c sv.h
22062 ____________________________________________________________________________
22063 [ 26645] By: gisle                                 on 2006/01/04  13:53:16
22064         Log: Get rid of a few more hardcoded string lengths.
22065      Branch: perl
22066            ! locale.c mg.c perl.c perlio.c sv.c
22067 ____________________________________________________________________________
22068 [ 26644] By: stevep                                on 2006/01/04  13:13:50
22069         Log: Update copyright year.
22070      Branch: perl
22071            ! pp_sys.c
22072 ____________________________________________________________________________
22073 [ 26643] By: rgs                                   on 2006/01/04  13:02:18
22074         Log: Fix some compilation warnings
22075      Branch: perl
22076            ! pp_hot.c
22077 ____________________________________________________________________________
22078 [ 26642] By: gisle                                 on 2006/01/04  13:00:45
22079         Log: Get rid of a few more hardcoded string lengths.
22080      Branch: perl
22081            ! gv.c perl.c perlio.c pp_sys.c
22082 ____________________________________________________________________________
22083 [ 26641] By: gisle                                 on 2006/01/04  12:48:34
22084         Log: Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).
22085              Gets rid of many hardcoded string lengths.
22086      Branch: perl
22087            ! dump.c gv.c op.c perl.c perlio.c pp.c pp_ctl.c pp_pack.c
22088            ! pp_sys.c regcomp.c sv.c sv.h toke.c universal.c utf8.c util.c
22089            ! xsutils.c
22090 ____________________________________________________________________________
22091 [ 26640] By: gisle                                 on 2006/01/04  12:35:45
22092         Log: Removed unused part of string passed to sv_catpvn().
22093      Branch: perl
22094            ! toke.c
22095 ____________________________________________________________________________
22096 [ 26639] By: stevep                                on 2006/01/04  12:31:17
22097         Log: Updates to various configurations courtesy of Jarkko.
22098      Branch: perl
22099            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
22100            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
22101            ! wince/config.ce
22102 ____________________________________________________________________________
22103 [ 26638] By: stevep                                on 2006/01/04  12:19:49
22104         Log: Don't warn about invalid dirhandles in DirHandle::DESTROY().
22105      Branch: perl
22106            ! lib/DirHandle.pm
22107 ____________________________________________________________________________
22108 [ 26637] By: steveh                                on 2006/01/04  11:10:36
22109         Log: Make Borland and MinGW happy with change 26379
22110              
22111              (They both complain "invalid conversion from `void*' to `HWND__*'"
22112              otherwise)
22113      Branch: perl
22114            ! win32/perlhost.h
22115 ____________________________________________________________________________
22116 [ 26636] By: gisle                                 on 2006/01/04  10:46:42
22117         Log: Fix typo in comment.
22118      Branch: perl
22119            ! handy.h
22120 ____________________________________________________________________________
22121 [ 26635] By: gisle                                 on 2006/01/04  10:44:48
22122         Log: Introduce STR_WITH_LEN macro in the form suggested by Chip.
22123      Branch: perl
22124            ! handy.h toke.c
22125 ____________________________________________________________________________
22126 [ 26634] By: steveh                                on 2006/01/04  10:39:13
22127         Log: Workaround Win32 compiler bugs following change 26395
22128              
22129              Can't understand what VC++ 6 and Borland don't like about it.  There
22130              is similar code for SvMAGIC and SvSTASH already in sv.h.  Must be
22131              compiler bugs since VC++ 7 and MinGW (and compilers on other platforms)
22132              are all happy.
22133      Branch: perl
22134            ! gv.h
22135 ____________________________________________________________________________
22136 [ 26633] By: gisle                                 on 2006/01/04  10:25:42
22137         Log: Silence compiler warning; ref change 26598
22138      Branch: perl
22139            ! op.c
22140 ____________________________________________________________________________
22141 [ 26632] By: stevep                                on 2006/01/04  03:43:20
22142         Log: Added snprintf() and vsnprintf() to configure.com as 'undef'. 
22143      Branch: perl
22144            ! configure.com
22145 ____________________________________________________________________________
22146 [ 26631] By: stevep                                on 2006/01/04  03:31:08
22147         Log: Add warnings for the various other *dir() functions when attempted
22148              on invalid dirhandles.
22149      Branch: perl
22150            ! pod/perldiag.pod pp_sys.c
22151 ____________________________________________________________________________
22152 [ 26630] By: stevep                                on 2006/01/04  02:47:39
22153         Log: Add snprintf() and vsnprintf() to the various Win32 configuration 
22154              files.
22155      Branch: perl
22156            ! win32/config.bc win32/config.gc win32/config.vc
22157            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
22158            ! win32/config_H.vc win32/config_H.vc64
22159 ____________________________________________________________________________
22160 [ 26625] By: stevep                                on 2006/01/03  20:03:49
22161         Log: Subject: Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bug
22162              From: Mike Guy <mjtg@cam.ac.uk>
22163              Date: Tue, 03 Jan 2006 19:18:41 +0000 
22164              Message-Id: <E1Etrg9-0005XE-LZ@libra.cus.cam.ac.uk> 
22165      Branch: perl
22166            ! pod/perlobj.pod
22167 ____________________________________________________________________________
22168 [ 26623] By: nicholas                              on 2006/01/03  19:38:24
22169         Log: If NV_ZERO_IS_ALLBITS_ZERO is not true, then it's important to inialise
22170              the NV only if the new body has an NV. (D'oh!)
22171      Branch: perl
22172            ! sv.c
22173 ____________________________________________________________________________
22174 [ 26617] By: stevep                                on 2006/01/03  18:14:27
22175         Log: Attemting to readdir() something that isn't a dirhandle should cause
22176              a warning.
22177      Branch: perl
22178            ! pod/perldiag.pod pp_sys.c
22179 ____________________________________________________________________________
22180 [ 26608] By: steveh                                on 2006/01/03  15:57:18
22181         Log: Fix release mode builds following change 26598
22182      Branch: perl
22183            ! cop.h
22184 ____________________________________________________________________________
22185 [ 26607] By: stevep                                on 2006/01/03  15:56:19
22186         Log: perldiag.pod additions to go with change #26602.
22187      Branch: perl
22188            ! pod/perldiag.pod
22189 ____________________________________________________________________________
22190 [ 26606] By: merijn                                on 2006/01/03  15:46:10
22191         Log: Add probe for snprintf () and vsnprintf ()
22192              
22193              Subject: [PATCH] snprintf() and vsnprintf() (was Re: [PATCH] Configure: stdio char (un)signedness)
22194              From: Steve Peters <steve@fisharerojo.org>
22195              Date: Mon, 2 Jan 2006 09:37:27 -0600
22196              Message-ID: <20060102153727.GA14247@mccoy.peters.homeunix.org>
22197      Branch: perl
22198            ! Configure Porting/Glossary config_h.SH handy.h
22199 ____________________________________________________________________________
22200 [ 26605] By: rgs                                   on 2006/01/03  15:42:19
22201         Log: Update perldelta, up to change 25344 more or less.
22202      Branch: perl
22203            ! pod/perl593delta.pod
22204 ____________________________________________________________________________
22205 [ 26602] By: stevep                                on 2006/01/03  14:58:21
22206         Log: Bad symbols that are pretending to be dirhandles, should say they 
22207              are dirhandles in their error messages.
22208      Branch: perl
22209            ! gv.c
22210 ____________________________________________________________________________
22211 [ 26601] By: rgs                                   on 2006/01/03  14:10:04
22212         Log: Sync perlfaq.
22213      Branch: perl
22214            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
22215            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
22216            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
22217            ! pod/perlfaq9.pod
22218 ____________________________________________________________________________
22219 [ 26598] By: davem                                 on 2006/01/03  12:29:38
22220         Log: silence some compiler warnings
22221      Branch: perl
22222            ! cop.h toke.c
22223 ____________________________________________________________________________
22224 [ 26595] By: rgs                                   on 2006/01/03  10:09:39
22225         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
22226              From: Jim Cromie <jim.cromie@gmail.com>
22227              Date: Mon, 02 Jan 2006 15:06:48 -0700
22228              Message-ID: <43B9A3F8.8060609@gmail.com>
22229      Branch: perl
22230            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
22231            ! ext/B/t/optree_constants.t
22232 ____________________________________________________________________________
22233 [ 26594] By: rgs                                   on 2006/01/03  09:33:59
22234         Log: Subject: [PATCH] Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programs
22235              From: Stephen McCamant <smcc@mit.edu>
22236              Date: Mon, 2 Jan 2006 18:52:24 -0800
22237              Message-ID: <17337.59112.502009.496275@conquest.OCF.Berkeley.EDU>
22238      Branch: perl
22239            ! ext/B/B/Deparse.pm
22240 ____________________________________________________________________________
22241 [ 26593] By: rgs                                   on 2006/01/03  09:23:24
22242         Log: Subject: [patch@26561] utf8.c const issue.
22243              From: "John E. Malmberg" <wb8tyw@qsl.net>
22244              Date: Mon, 02 Jan 2006 14:16:02 -0500
22245              Message-ID: <43B97BF2.2050201@qsl.net>
22246      Branch: perl
22247            ! utf8.c
22248 ____________________________________________________________________________
22249 [ 26592] By: rgs                                   on 2006/01/03  09:02:04
22250         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz
22251              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
22252              Date: Tue, 03 Jan 2006 00:33:27 +0100
22253              Message-ID: <87u0cm433s.fsf@k75.linux.bogus>
22254      Branch: perl
22255            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
22256 ____________________________________________________________________________
22257 [ 26591] By: davem                                 on 2006/01/03  02:20:28
22258         Log: ithreads: SVs that were only on the tmps stack leaked
22259      Branch: perl
22260            ! sv.c
22261 ____________________________________________________________________________
22262 [ 26589] By: nicholas                              on 2006/01/02  22:52:03
22263         Log: The two never used NOTYET switch ops can go.
22264      Branch: perl
22265            ! pp_ctl.c
22266 ____________________________________________________________________________
22267 [ 26587] By: davem                                 on 2006/01/02  21:50:55
22268         Log: stop DEBUG_LEAKING_SCALARS producing spurious memory pool errors
22269              (change #25775 wasn't complete)
22270      Branch: perl
22271            ! sv.c
22272 ____________________________________________________________________________
22273 [ 26586] By: nicholas                              on 2006/01/02  20:48:30
22274         Log: More missing AUTHORS
22275      Branch: perl
22276            ! AUTHORS Porting/checkAUTHORS.pl
22277 ____________________________________________________________________________
22278 [ 26581] By: craigb                                on 2006/01/02  19:22:52
22279         Log: Subject: patch@26561 & earlier - buffer overrun in VMS.C
22280              From: "John E. Malmberg" <wb8tyw@qsl.net>
22281              Date: Mon, 02 Jan 2006 14:05:43 -0500
22282              Message-id: <43B97987.70201@qsl.net>
22283      Branch: perl
22284            ! vms/vms.c
22285 ____________________________________________________________________________
22286 [ 26580] By: nicholas                              on 2006/01/02  18:48:13
22287         Log: Erk! craigb's changes come out of p4 with ^Ms as line endings.
22288              Long term, need to fix the update changes script to cope.
22289      Branch: perl
22290            ! Changes
22291 ____________________________________________________________________________
22292 [ 26579] By: nicholas                              on 2006/01/02  18:44:14
22293         Log: More missing AUTHORS
22294      Branch: perl
22295            ! AUTHORS Porting/checkAUTHORS.pl
22296 ____________________________________________________________________________
22297 [ 26578] By: nicholas                              on 2006/01/02  17:04:55
22298         Log: Fix up missing and duplicate AUTHORS
22299      Branch: perl
22300            ! AUTHORS Porting/checkAUTHORS.pl
22301 ____________________________________________________________________________
22302 [ 26576] By: rgs                                   on 2006/01/02  15:54:25
22303         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
22304              From: Jim Cromie <jim.cromie@gmail.com>
22305              Date: Sun, 01 Jan 2006 23:05:00 -0700
22306              Message-ID: <43B8C28C.20502@gmail.com>
22307      Branch: perl
22308            + ext/B/t/optree_constants.t
22309            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise-xs.t
22310 ____________________________________________________________________________
22311 [ 26574] By: rgs                                   on 2006/01/02  15:19:59
22312         Log: Since we no longer autovivify stashes (change #26370), we need
22313              to turn off strict-refs on them, or we'll have a stricture
22314              error the first time we'd try to access them (when they'll be
22315              actually autovivified).
22316      Branch: perl
22317            ! op.c t/op/stash.t
22318 ____________________________________________________________________________
22319 [ 26573] By: rgs                                   on 2006/01/02  14:57:18
22320         Log: Documentation fix for File::Temp::new
22321              
22322              Subject: [perl #38127] Bug in perldoc File::Temp 
22323              From: pm@capmon.dk (via RT) <perlbug-followup@perl.org>
22324              Date: Mon, 02 Jan 2006 02:48:41 -0800
22325              Message-ID: <rt-3.0.11-38127-126764.0.578515622359532@perl.org>
22326      Branch: perl
22327            ! lib/File/Temp.pm
22328 ____________________________________________________________________________
22329 [ 26572] By: nicholas                              on 2006/01/02  14:43:37
22330         Log: Happy New Year. (It's not just embed.pl).
22331      Branch: perl
22332            ! README opcode.pl perl.c reentr.pl
22333 ____________________________________________________________________________
22334 [ 26571] By: stevep                                on 2006/01/02  14:24:58
22335         Log: Note that the "unlink"ing directories is attempted when running as a
22336              superuser, and that some operating systems may not support it.
22337      Branch: perl
22338            ! pod/perlfunc.pod pod/perlrun.pod
22339 ____________________________________________________________________________
22340 [ 26570] By: nicholas                              on 2006/01/02  12:19:51
22341         Log: Typo fix in the description of change 26370.
22342              (Also corrected in the repository) 
22343      Branch: perl
22344            ! Changes
22345 ____________________________________________________________________________
22346 [ 26569] By: davem                                 on 2006/01/02  12:09:37
22347         Log: add svt_local slot to magic vtable, and fix local $shared
22348      Branch: perl
22349            ! ext/threads/shared/shared.xs mg.c mg.h
22350 ____________________________________________________________________________
22351 [ 26565] By: nicholas                              on 2006/01/02  11:48:28
22352         Log: Add 2006 to the copyright years in the header generated by embed.pl
22353      Branch: perl
22354            ! embed.pl
22355 ____________________________________________________________________________
22356 [ 26564] By: rgs                                   on 2006/01/02  11:20:25
22357         Log: Subject: [patch] comment grammar and indentation, spurious tab
22358              From: Jim Cromie <jim.cromie@gmail.com>
22359              Date: Fri, 30 Dec 2005 22:45:55 -0700
22360              Message-ID: <43B61B13.3050704@gmail.com>
22361      Branch: perl
22362            ! sv.c
22363 ____________________________________________________________________________
22364 [ 26563] By: rgs                                   on 2006/01/02  11:04:37
22365         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz
22366              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
22367              Date: Sun, 01 Jan 2006 10:12:46 +0100
22368              Message-ID: <87zmmgnwfl.fsf@k75.linux.bogus>
22369      Branch: perl
22370            ! lib/CPAN.pm
22371 ____________________________________________________________________________
22372 [ 26562] By: rgs                                   on 2006/01/02  10:56:05
22373         Log: Update copyrights for files modified in 2006
22374      Branch: perl
22375            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
22376            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
22377 ____________________________________________________________________________
22378 [ 26561] By: gisle                                 on 2006/01/01  20:43:00
22379         Log: Get rid of length argument for the FEATURE_IS_ENABLED() macro.
22380      Branch: perl
22381            ! toke.c
22382 ____________________________________________________________________________
22383 [ 26558] By: merijn                                on 2006/01/01  10:42:16
22384         Log: Subject: [PATCH] Making 0 pointers to NULLs
22385              From: Andy Lester <andy@petdance.com>
22386              Date: Fri, 30 Dec 2005 23:05:58 -0600
22387              Message-ID: <20051231050558.GA29093@petdance.com>
22388      Branch: perl
22389            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
22390            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
22391 ____________________________________________________________________________
22392 [ 26556] By: merijn                                on 2006/01/01  10:23:19
22393         Log: Subject: [PATCH] Making 0 pointers to NULLs
22394              From: Andy Lester <andy@petdance.com>
22395              Date: Fri, 30 Dec 2005 23:05:58 -0600
22396              Message-ID: <20051231050558.GA29093@petdance.com>
22397      Branch: perl
22398            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
22399            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
22400 ____________________________________________________________________________
22401 [ 26555] By: davem                                 on 2005/12/31  23:24:26
22402         Log: make threads use MY_CXT API rather than using PL_modglobal
22403      Branch: perl
22404            ! ext/threads/threads.xs
22405 ____________________________________________________________________________
22406 [ 26554] By: davem                                 on 2005/12/31  21:36:05
22407         Log: tidy index arrangements in new MY_CXT code
22408      Branch: perl
22409            ! intrpvar.h sv.c util.c
22410 ____________________________________________________________________________
22411 [ 26553] By: stevep                                on 2005/12/31  18:45:37
22412         Log: Upgrade to CPAN-1.80_57
22413      Branch: perl
22414            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
22415            ! lib/CPAN/Tarzip.pm lib/CPAN/t/mirroredby.t
22416 ____________________________________________________________________________
22417 [ 26552] By: nicholas                              on 2005/12/31  17:24:34
22418         Log: Turn a for loop that's almost a while into an honest-to-goodness while.
22419      Branch: perl
22420            ! hv.c
22421 ____________________________________________________________________________
22422 [ 26551] By: nicholas                              on 2005/12/31  16:57:32
22423         Log: Calling Perl_hv_clear_placeholders while the hash iterator was active
22424              would turn lazy delete on, causing the hash to become corrupted at the
22425              next iterator change.
22426      Branch: perl
22427            ! hv.c lib/Hash/Util.t
22428 ____________________________________________________________________________
22429 [ 26550] By: nicholas                              on 2005/12/31  16:42:08
22430         Log: Remove unneeded test in Perl_hv_clear_placeholders.
22431              Rejig S_hfreeentries to a double loop, which is clearer and smaller.
22432      Branch: perl
22433            ! hv.c
22434 ____________________________________________________________________________
22435 [ 26549] By: rgs                                   on 2005/12/31  15:24:48
22436         Log: Subject: [PATCH] op/pack.t failure on Win64
22437              From: Jan Dubois <jand@activestate.com>
22438              Date: Dec 30, 2005 9:55 PM
22439              Message-ID: <017a01c60d83$5dc73110$2217a8c0@candy>
22440      Branch: perl
22441            ! pp_pack.c
22442 ____________________________________________________________________________
22443 [ 26548] By: nicholas                              on 2005/12/31  15:07:16
22444         Log: Add a test for change 26547. (We no longer expect to see errors about
22445              unbalanced string table reference counts.)
22446      Branch: perl
22447            ! t/op/stash.t
22448 ____________________________________________________________________________
22449 [ 26547] By: nicholas                              on 2005/12/31  14:57:27
22450         Log: Re-attempt to clear the hash in S_hfreeentries if anything adds to it.
22451              Panic if we seem to be looping forever.
22452      Branch: perl
22453            ! hv.c pod/perldiag.pod
22454 ____________________________________________________________________________
22455 [ 26546] By: nicholas                              on 2005/12/31  13:16:06
22456         Log: Stop 'sub a { // }; %::=()' panicing because the backreference array
22457              became lost.
22458      Branch: perl
22459            ! hv.c
22460 ____________________________________________________________________________
22461 [ 26545] By: nicholas                              on 2005/12/30  22:44:06
22462         Log: Marcus Holland-Moritz suggested that assert should 
22463              Perl_croak_nocontext rather than Perl_croak.
22464      Branch: perl
22465            ! perl.h
22466 ____________________________________________________________________________
22467 [ 26544] By: nicholas                              on 2005/12/30  20:02:56
22468         Log: Tweak S_init_main_stash so as allocate PL_curstname as a shared string
22469              scalar, and hence avoid thrashing the shared string table for "main".
22470      Branch: perl
22471            ! perl.c
22472 ____________________________________________________________________________
22473 [ 26543] By: stevep                                on 2005/12/30  17:47:45
22474         Log: Convert t/op/sleep.t to using test.pl
22475      Branch: perl
22476            ! t/op/sleep.t
22477 ____________________________________________________________________________
22478 [ 26542] By: nicholas                              on 2005/12/30  16:53:39
22479         Log: Document why it's a bad plan to move the backreferences array from
22480              the magic structure to the hv_aux structure during backreference
22481              deletion. Add an optimisation for an empty backreference array.
22482      Branch: perl
22483            ! hv.c sv.c
22484 ____________________________________________________________________________
22485 [ 26541] By: nicholas                              on 2005/12/30  15:55:05
22486         Log: Now that the backreference array has no NULL entries, and is correctly
22487              marked as AvREAL_off(), there's no reason not to use sv_dup to clone
22488              it.
22489      Branch: perl
22490            ! sv.c
22491 ____________________________________________________________________________
22492 [ 26540] By: nicholas                              on 2005/12/30  15:39:53
22493         Log: POSIX now declares missing constants as sub ... ();, so Net::Ping
22494              needs to define them with a prototype to match.
22495      Branch: perl
22496            ! lib/Net/Ping.pm
22497 ____________________________________________________________________________
22498 [ 26539] By: rgs                                   on 2005/12/30  15:10:41
22499         Log: Update perltodo. First shot at perl593delta.
22500      Branch: perl
22501            ! pod/perl593delta.pod pod/perltodo.pod
22502 ____________________________________________________________________________
22503 [ 26538] By: nicholas                              on 2005/12/30  14:57:00
22504         Log: In the shared string table, if we add new entries to the head of the
22505              linked list chain, then we don't need as much bookkeeping in the loop.
22506      Branch: perl
22507            ! hv.c
22508 ____________________________________________________________________________
22509 [ 26537] By: stevep                                on 2005/12/30  14:39:49
22510         Log: Subject: [PATCH] Differences from Perl 6
22511              From: Robin Houston <robin@cpan.org> 
22512              Date: Fri, 30 Dec 2005 13:45:34 +0000 
22513              Message-ID: <20051230134534.GA18675@rpc142.cs.man.ac.uk>
22514      Branch: perl
22515            ! pod/perlsyn.pod
22516 ____________________________________________________________________________
22517 [ 26536] By: rgs                                   on 2005/12/30  12:25:24
22518         Log: Subject: Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS
22519              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
22520              Date: Mon, 12 Dec 2005 19:22:32 +0100
22521              Message-ID: <20051212192232.39cd0c1e@grubert.mandrakesoft.com>
22522      Branch: perl
22523            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
22524            ! lib/ExtUtils/MakeMaker.pm
22525 ____________________________________________________________________________
22526 [ 26535] By: davem                                 on 2005/12/30  12:21:05
22527         Log: fix errors in new MY_CTX code
22528      Branch: perl
22529            ! perl.c sv.c
22530 ____________________________________________________________________________
22531 [ 26534] By: rgs                                   on 2005/12/30  11:57:14
22532         Log: Reduce size of buffers for identifier names, as suggested in
22533              
22534              Subject: Stack usage (in gv_stashpvn and others)
22535              From: Tels <nospam-abuse@bloodgate.com>
22536              Date: Thu, 29 Dec 2005 18:40:49 +0100
22537              Message-Id: <200512291840.50765@bloodgate.com>
22538      Branch: perl
22539            ! gv.c
22540 ____________________________________________________________________________
22541 [ 26533] By: rgs                                   on 2005/12/30  11:43:42
22542         Log: Subject: [PATCH] perlio.c - gv_stashpvn() vs gv_stashpv()
22543              From: Tels <nospam-abuse@bloodgate.com>
22544              Date: Thu, 29 Dec 2005 18:57:43 +0100
22545              Message-Id: <200512291857.59458@bloodgate.com>
22546      Branch: perl
22547            ! perlio.c
22548 ____________________________________________________________________________
22549 [ 26532] By: rgs                                   on 2005/12/30  10:40:31
22550         Log: Subject: [PATCH] Perl_gv_fetchpv vs. gv_fetchpvn
22551              From: Tels <nospam-abuse@bloodgate.com>
22552              Date: Thu, 29 Dec 2005 18:32:10 +0100
22553              Message-Id: <200512291832.20651@bloodgate.com>
22554      Branch: perl
22555            ! gv.c
22556 ____________________________________________________________________________
22557 [ 26531] By: rgs                                   on 2005/12/30  09:53:54
22558         Log: Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined
22559              (spotted by Jan Dubois)
22560      Branch: perl
22561            ! makedef.pl
22562 ____________________________________________________________________________
22563 [ 26530] By: nicholas                              on 2005/12/30  01:08:46
22564         Log: RMAGIC on symbol tables is bad, m'kay.
22565              Allow hashes (and therefore all symbol tables) to store the
22566              backreference array in the hv_aux structure, and thereby undo the
22567              performance damage of 24966, which resulted in 60% of all hash lookups
22568              trying to mg_find tiehash magic.
22569      Branch: perl
22570            ! dump.c embed.fnc embed.h hv.c hv.h mg.c proto.h sv.c
22571 ____________________________________________________________________________
22572 [ 26529] By: davem                                 on 2005/12/30  01:06:05
22573         Log: change #26523 didn't make my_cxt_init public
22574      Branch: perl
22575            ! embed.fnc embed.h global.sym
22576 ____________________________________________________________________________
22577 [ 26528] By: rgs                                   on 2005/12/29  17:32:21
22578         Log: Subject: [PATCH] $a = \$a oddity
22579              From: Tels <nospam-abuse@bloodgate.com>
22580              Date: Thu, 29 Dec 2005 18:01:42 +0100
22581              Message-Id: <200512291802.00742@bloodgate.com>
22582              
22583              plus trim some whitespace
22584      Branch: perl
22585            ! pod/perlreftut.pod
22586 ____________________________________________________________________________
22587 [ 26527] By: rgs                                   on 2005/12/29  15:59:30
22588         Log: Subject: [PATCH] Actual real consting of parms
22589              From: Andy Lester <andy@petdance.com>
22590              Date: Thu, 29 Dec 2005 01:15:09 -0600
22591              Message-ID: <20051229071509.GA32653@petdance.com>
22592      Branch: perl
22593            ! embed.fnc proto.h sv.c
22594 ____________________________________________________________________________
22595 [ 26526] By: rgs                                   on 2005/12/29  15:32:42
22596         Log: Subject: [PATCH] av.c cleanup, plus!
22597              From: Andy Lester <andy@petdance.com>
22598              Date: Wed, 28 Dec 2005 15:44:14 -0600
22599              Message-ID: <20051228214414.GD26033@petdance.com>
22600      Branch: perl
22601            ! av.c dump.c embed.fnc gv.c perl.c proto.h sv.c toke.c
22602 ____________________________________________________________________________
22603 [ 26525] By: rgs                                   on 2005/12/29  14:32:09
22604         Log: Fix test for perl version number in Makefile.PL
22605      Branch: perl
22606            ! ext/Sys/Syslog/Makefile.PL
22607 ____________________________________________________________________________
22608 [ 26524] By: rgs                                   on 2005/12/29  14:17:38
22609         Log: Subject: [PATCH] Fixing the SVREFCNT macro
22610              From: Andy Lester <andy@petdance.com>
22611              Date: Wed, 28 Dec 2005 13:30:51 -0600
22612              Message-ID: <20051228193051.GD23207@petdance.com>
22613      Branch: perl
22614            ! sv.h
22615 ____________________________________________________________________________
22616 [ 26523] By: davem                                 on 2005/12/29  12:00:29
22617         Log: re-implement MY_CXT API more efficiently, and add explicit
22618              interpeter arg variant
22619      Branch: perl
22620            ! embed.fnc embed.h embedvar.h ext/XS/APItest/APItest.xs
22621            ! intrpvar.h perl.h perlapi.h perlvars.h pod/perlxs.pod proto.h
22622            ! sv.c util.c
22623 ____________________________________________________________________________
22624 [ 26522] By: davem                                 on 2005/12/29  11:35:04
22625         Log: add tests for MY_CXT API and improve its documentation
22626      Branch: perl
22627            + ext/XS/APItest/t/my_cxt.t
22628            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
22629            ! pod/perlxs.pod
22630 ____________________________________________________________________________
22631 [ 26521] By: rgs                                   on 2005/12/29  10:21:23
22632         Log: Subject: [PATCH] Test that constant overloading is propagated into eval
22633              From: Robin Houston <robin@cpan.org>
22634              Date: Mon, 26 Dec 2005 17:56:48 +0000
22635              Message-ID: <20051226175648.GA28402@rpc142.cs.man.ac.uk>
22636      Branch: perl
22637            ! lib/overload.t
22638 ____________________________________________________________________________
22639 [ 26520] By: rgs                                   on 2005/12/29  10:11:56
22640         Log: Subject: [DOC PATCH] rindex clarification
22641              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22642              Date: Mon, 26 Dec 2005 18:42:40 -0800
22643              Message-ID: <20051227024240.GA2940@efn.org>
22644              
22645              plus another formatting nit
22646      Branch: perl
22647            ! pod/perlfunc.pod
22648 ____________________________________________________________________________
22649 [ 26519] By: craigb                                on 2005/12/29  03:49:58
22650         Log: Subject: [PATCH] fortify Pod::Simple::Search against non-case-preserving filesystems
22651              From: "Craig A. Berry" <craigberry@mac.com>
22652              Date: Tue, 27 Dec 2005 17:59:35 -0600
22653              Message-id: <43B1D567.9080504@mac.com>
22654      Branch: perl
22655            ! lib/Pod/Simple/Search.pm
22656            ! lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
22657 ____________________________________________________________________________
22658 [ 26518] By: nicholas                              on 2005/12/29  00:19:01
22659         Log: A GVs stash can be NULL, so don't call macros that assume otherwise
22660              without checking.
22661      Branch: perl
22662            ! pp.c
22663 ____________________________________________________________________________
22664 [ 26517] By: nicholas                              on 2005/12/28  19:40:26
22665         Log: As the backreferences AV doesn't hold references on its contents,
22666              surely it should have AvREAL turned off?
22667      Branch: perl
22668            ! sv.c
22669 ____________________________________________________________________________
22670 [ 26516] By: nicholas                              on 2005/12/28  13:35:03
22671         Log: PL_amagic_generation is always non-zero, so remove the test for this.
22672              (Since change 17990 added version object overloading)
22673      Branch: perl
22674            ! pp.h
22675 ____________________________________________________________________________
22676 [ 26515] By: stevep                                on 2005/12/28  13:31:02
22677         Log: Upgrade to Sys-Syslog-0.11
22678      Branch: perl
22679            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
22680            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/podspell.t
22681            ! ext/Sys/Syslog/t/syslog.t
22682 ____________________________________________________________________________
22683 [ 26514] By: gisle                                 on 2005/12/28  13:25:30
22684         Log: Cleanup; replace a croak("panic: ...") with assert().
22685      Branch: perl
22686            ! av.c
22687 ____________________________________________________________________________
22688 [ 26513] By: gisle                                 on 2005/12/28  13:12:30
22689         Log: assert(av);  Cleanup the way that the av_*() functions check
22690              that they are really passed an av argument.
22691              Should improve the test coverage a bit.
22692      Branch: perl
22693            ! av.c pod/perldiag.pod
22694 ____________________________________________________________________________
22695 [ 26512] By: gisle                                 on 2005/12/28  12:38:03
22696         Log: Use memchr() instead of ninstr() to locate the end-of-line.
22697              The call to memchr() will faster.
22698      Branch: perl
22699            ! toke.c
22700 ____________________________________________________________________________
22701 [ 26511] By: gisle                                 on 2005/12/28  12:18:58
22702         Log: Leaner ninstr().
22703              The compiled function ended up 37% smaller on Linux/gcc.
22704              I ought to be faster as well, but I did not try to measure that.
22705      Branch: perl
22706            ! util.c
22707 ____________________________________________________________________________
22708 [ 26510] By: gisle                                 on 2005/12/28  11:01:46
22709         Log: Remove test for NUL ending in r?instr().
22710              This test is actually harmful because we will search
22711              for any garbage found past the empty search string.
22712              Ref change 26509.
22713      Branch: perl
22714            ! util.c
22715 ____________________________________________________________________________
22716 [ 26509] By: gisle                                 on 2005/12/28  10:57:46
22717         Log: Fix 2 off-by-one errors in the call to ninstr().
22718              This code managed to still work because of a bug
22719              in how ninstr() treats empty search strings.
22720      Branch: perl
22721            ! ext/Filter/Util/Call/Call.xs
22722 ____________________________________________________________________________
22723 [ 26508] By: stevep                                on 2005/12/28  03:27:13
22724         Log: Upgrade to PathTools-3.15
22725      Branch: perl
22726            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
22727 ____________________________________________________________________________
22728 [ 26507] By: nicholas                              on 2005/12/27  23:39:42
22729         Log: s/%/%%/ in the package name so that it can be used safely in the
22730              sprintf format string (and hence not need runtime %s interpolation)
22731      Branch: perl
22732            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
22733 ____________________________________________________________________________
22734 [ 26506] By: nicholas                              on 2005/12/27  22:19:28
22735         Log: Pass in the full arguments to ExtUtils::Constant::ProxySubs
22736              Prototype all the missing constants, so that parsing doesn't depend on
22737              the phase of the moon. (Well, the system headers)
22738              Add an option for making missing constants generate errors at read time
22739              (which can be during constant folding). This isn't the default.
22740      Branch: perl
22741            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
22742 ____________________________________________________________________________
22743 [ 26505] By: stevep                                on 2005/12/27  22:07:44
22744         Log: Subject: [PATCH] pre-likely cleanup
22745              From: Andy Lester <andy@petdance.com> 
22746              Date: Tue, 27 Dec 2005 14:39:39 -0600
22747              Message-ID: <20051227203939.GC1781@petdance.com> 
22748              
22749              Includes a small fix to the changes in tryAMAGICbinW_var() in pp.h.
22750      Branch: perl
22751            ! av.c doop.c handy.h hv.c mg.c pp.c pp.h sv.c util.c
22752 ____________________________________________________________________________
22753 [ 26504] By: stevep                                on 2005/12/27  18:36:19
22754         Log: It'd be nice if I hadn't broken corecpan.pl.  Its fixed now, though.
22755      Branch: perl
22756            ! Porting/Maintainers.pl
22757 ____________________________________________________________________________
22758 [ 26503] By: nicholas                              on 2005/12/27  17:33:13
22759         Log: gv_fetch_flags in newATTRSUB can actually be const.
22760              Comment the logic behind the terms in the ternary that chooses the
22761              flags value.
22762      Branch: perl
22763            ! op.c
22764 ____________________________________________________________________________
22765 [ 26502] By: nicholas                              on 2005/12/27  17:24:11
22766         Log: As what we're doing is generating subroutines, which are methods, we
22767              need to invalidate cached methods. For constant.pm we need to create
22768              &Internals::inc_sub_generation
22769      Branch: perl
22770            ! lib/ExtUtils/Constant/ProxySubs.pm lib/constant.pm universal.c
22771 ____________________________________________________________________________
22772 [ 26501] By: stevep                                on 2005/12/27  14:10:20
22773         Log: Subject: [patch] ext/b/t/lint.t fails on win32
22774              From: demerphq <demerphq@gmail.com>
22775              Date: Fri, 23 Dec 2005 20:06:52 +0100 
22776              Message-ID: <9b18b3110512231106k7ad395bfp8a0c05cd0f87fc61@mail.gmail.com>
22777      Branch: perl
22778            ! ext/B/t/lint.t
22779 ____________________________________________________________________________
22780 [ 26500] By: nicholas                              on 2005/12/27  12:02:57
22781         Log: Refactor the require failure message generation to use 1 less temporary
22782              SV, and to build as much text as possible with newSVpvf
22783      Branch: perl
22784            ! pp_ctl.c
22785 ____________________________________________________________________________
22786 [ 26499] By: nicholas                              on 2005/12/27  00:29:33
22787         Log: Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make to forget about
22788              any -j flags. (And their implied disabling of backwards compatibility,
22789              which is the real cause of the make disttest failure).
22790      Branch: perl
22791            ! lib/ExtUtils/t/basic.t
22792 ____________________________________________________________________________
22793 [ 26498] By: nicholas                              on 2005/12/26  23:52:44
22794         Log: tabs, not spaces, in MANIFEST. No, I can't remember why this is.
22795              Or whether it could be relaxed.
22796      Branch: perl
22797            ! MANIFEST
22798 ____________________________________________________________________________
22799 [ 26497] By: nicholas                              on 2005/12/26  23:50:14
22800         Log: Remove the hard wired test numbers in the generated test script for
22801              simple tests. Use this script twice, firstly for testing the old style
22802              autoloaded constants, then for testing the ProxySubs.
22803              Make testing the dogfood/regeneration code optional, as the ProxySubs
22804              output doesn't contain it.
22805      Branch: perl
22806            ! lib/ExtUtils/t/Constant.t
22807 ____________________________________________________________________________
22808 [ 26496] By: nicholas                              on 2005/12/26  23:48:00
22809         Log: Support type UNDEF, and correct a bug in the macro generation by using
22810              macro_from_item.
22811      Branch: perl
22812            ! lib/ExtUtils/Constant/ProxySubs.pm
22813 ____________________________________________________________________________
22814 [ 26495] By: nicholas                              on 2005/12/26  23:47:01
22815         Log: Add method macro_from_item to encapsulate the entire logic for getting
22816              the correct macro direct from the item hash.
22817      Branch: perl
22818            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
22819 ____________________________________________________________________________
22820 [ 26494] By: nicholas                              on 2005/12/26  23:10:53
22821         Log: Don't try to store PL_sv_undef in pads. (For now)
22822      Branch: perl
22823            ! op.c
22824 ____________________________________________________________________________
22825 [ 26493] By: stevep                                on 2005/12/26  22:01:49
22826         Log: Upgrade to CPAN-1.80_56
22827      Branch: perl
22828            + lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
22829            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
22830            ! lib/CPAN/bin/cpan
22831 ____________________________________________________________________________
22832 [ 26492] By: stevep                                on 2005/12/26  17:29:13
22833         Log: In this, the last tale of the NGROUPS saga, a former pumpking prods
22834              a mere committer to remove the last of the NGROUPS-sized arrays...
22835              
22836              Perl_magic_set() was using the last of these arrays to do the 
22837              lvalue work on $).  Instead of an array, a pointer is used and 
22838              re-sized as needed.  
22839      Branch: perl
22840            ! mg.c
22841 ____________________________________________________________________________
22842 [ 26491] By: nicholas                              on 2005/12/26  17:01:35
22843         Log: Add a couple of newlines for tidier regen output, consistent with the
22844              code generated by WriteConstants()
22845      Branch: perl
22846            ! lib/ExtUtils/Constant/XS.pm
22847 ____________________________________________________________________________
22848 [ 26490] By: nicholas                              on 2005/12/26  16:13:57
22849         Log: Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants,
22850              to allow the caller to pass in file handles. Use this in Contant.t
22851              with tied file handles to capture the output, rather than calling
22852              the lower level routines directly.
22853      Branch: perl
22854            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
22855 ____________________________________________________________________________
22856 [ 26489] By: stevep                                on 2005/12/26  16:08:49
22857         Log: Subject: chg 26486 removes last use of NGROUPS, so remove the macro-def
22858              From: Jim Cromie <jim.cromie@gmail.com>
22859              Date: Mon, 26 Dec 2005 07:57:51 -0700
22860              Message-ID: <43B004EF.8060500@gmail.com>
22861      Branch: perl
22862            ! doio.c
22863 ____________________________________________________________________________
22864 [ 26488] By: nicholas                              on 2005/12/26  12:48:10
22865         Log: The values for proxy constant subroutines need to be read only.
22866      Branch: perl
22867            ! lib/ExtUtils/Constant/ProxySubs.pm
22868 ____________________________________________________________________________
22869 [ 26487] By: nicholas                              on 2005/12/26  12:31:01
22870         Log: Rework constant.pm to take advantage of the space savings of proxy
22871              constant subroutines whenever it can.
22872      Branch: perl
22873            ! lib/constant.pm
22874 ____________________________________________________________________________
22875 [ 26486] By: stevep                                on 2005/12/26  03:51:24
22876         Log: Obviously, Perl_ingroup() is also using 256k of stack memory on Linux.
22877              Adapt change #26480 to reduce memory usage here as well.
22878      Branch: perl
22879            ! doio.c
22880 ____________________________________________________________________________
22881 [ 26485] By: nicholas                              on 2005/12/24  16:27:28
22882         Log: The value from caller doesn't change, so my $pkg = caller;
22883              should be moved out of the loop.
22884      Branch: perl
22885            ! lib/constant.pm
22886 ____________________________________________________________________________
22887 [ 26484] By: nicholas                              on 2005/12/24  16:06:10
22888         Log: Tests for creating constants where prototypes or other symbols of the
22889              same name already exist.
22890      Branch: perl
22891            ! lib/constant.t
22892 ____________________________________________________________________________
22893 [ 26483] By: nicholas                              on 2005/12/24  15:09:28
22894         Log: Using a hash reference rather than a hash can save a hash copy.
22895      Branch: perl
22896            ! lib/constant.pm
22897 ____________________________________________________________________________
22898 [ 26482] By: nicholas                              on 2005/12/24  14:48:42
22899         Log: Unless the peephole optimiser already knows that we're in void context,
22900              avoid even attempting the whole proxy constant sub copying
22901              optimisation.
22902      Branch: perl
22903            ! op.c
22904 ____________________________________________________________________________
22905 [ 26481] By: nicholas                              on 2005/12/24  14:09:56
22906         Log: Given that IO::Socket is documented as exporting all of Socket's
22907              exports, there's no need for IO::Socket::INET or IO::Socket::UNIX to
22908              use both. (And re-exporting removes some of the efficiency of the new
22909              constants implementation)
22910      Branch: perl
22911            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
22912 ____________________________________________________________________________
22913 [ 26480] By: stevep                                on 2005/12/24  03:30:02
22914         Log: Subject: Re: [perl #37907] Perl_magic_get reqires ridiculous amounts of stackmemory
22915              From: Jim Cromie <jim.cromie@gmail.com>
22916              Date: Fri, 23 Dec 2005 13:24:29 -0700
22917              Message-ID: <43AC5CFD.3060200@gmail.com>
22918              
22919              Includes a change in variable names from "j" to "num_groups".
22920      Branch: perl
22921            ! mg.c
22922 ____________________________________________________________________________
22923 [ 26479] By: nicholas                              on 2005/12/24  00:01:50
22924         Log: Looks like the macro CLK_TCK is not actually a constant on Solaris.
22925      Branch: perl
22926            ! ext/POSIX/Makefile.PL
22927 ____________________________________________________________________________
22928 [ 26478] By: nicholas                              on 2005/12/23  17:30:19
22929         Log: For PERL_TRACK_MEMPOOL with PERL_POISON, Poison the end of any block
22930              being shrunk in realloc()
22931      Branch: perl
22932            ! util.c
22933 ____________________________________________________________________________
22934 [ 26477] By: nicholas                              on 2005/12/23  17:24:44
22935         Log: For the rare case of EMFILE during require, save object code space
22936              by using newSVpvf
22937              (Would it be worth using it for all require failures?)
22938      Branch: perl
22939            ! pp_ctl.c
22940 ____________________________________________________________________________
22941 [ 26476] By: nicholas                              on 2005/12/23  16:55:35
22942         Log: If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then scribble all
22943              over memory to invalidate it just before free()ing it.
22944      Branch: perl
22945            ! perl.h util.c
22946 ____________________________________________________________________________
22947 [ 26475] By: nicholas                              on 2005/12/23  16:20:53
22948         Log: Provide support for types PVN and UNDEF in
22949              ExtUtils::Constant::ProxySubs
22950      Branch: perl
22951            ! lib/ExtUtils/Constant/ProxySubs.pm
22952 ____________________________________________________________________________
22953 [ 26474] By: nicholas                              on 2005/12/23  15:27:10
22954         Log: Create a struct to use as the header with PERL_TRACK_MEMPOOL, so that
22955              other information can be stored in it.
22956      Branch: perl
22957            ! perl.h util.c
22958 ____________________________________________________________________________
22959 [ 26473] By: nicholas                              on 2005/12/23  13:54:37
22960         Log: ExtUtils::ParseXS needs to stack $filepathname to make #line directives
22961              in #INCLUDEs work.
22962      Branch: perl
22963            ! lib/ExtUtils/ParseXS.pm
22964 ____________________________________________________________________________
22965 [ 26472] By: nicholas                              on 2005/12/23  12:21:19
22966         Log: Add support for PV to ExtUtils::Constant::ProxySubs, and enable its
22967              use in Sys::Syslog
22968      Branch: perl
22969            ! ext/Sys/Syslog/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
22970 ____________________________________________________________________________
22971 [ 26471] By: nicholas                              on 2005/12/23  12:01:29
22972         Log: inlining autoloaded constants is TODOne.
22973      Branch: perl
22974            ! pod/perltodo.pod
22975 ____________________________________________________________________________
22976 [ 26470] By: nicholas                              on 2005/12/23  11:36:43
22977         Log: Now that proxy subroutines can be unproxied in 2 places without
22978              becoming the same newCONSTSUB, need an explicit check to avoid a
22979              warning about subroutines being redefined, as there has never been
22980              a warning when you assing the same subroutine to a glob's GvCV()
22981      Branch: perl
22982            ! sv.c t/op/gv.t
22983 ____________________________________________________________________________
22984 [ 26469] By: nicholas                              on 2005/12/23  11:35:21
22985         Log: like and unlike weren't reporting failure where correctly in test.pl
22986      Branch: perl
22987            ! t/test.pl
22988 ____________________________________________________________________________
22989 [ 26468] By: rgs                                   on 2005/12/23  11:06:34
22990         Log: Fix build of Compress::Zlib on MVS (by Paul Marquess)
22991      Branch: perl
22992            ! ext/Compress/Zlib/zlib-src/zconf.h
22993 ____________________________________________________________________________
22994 [ 26467] By: rgs                                   on 2005/12/23  10:13:30
22995         Log: Clarify example of .. in perlop
22996              to fix [perl #38008] Documentation bug: perlop
22997              plus some minor formatting nits
22998      Branch: perl
22999            ! pod/perlop.pod
23000 ____________________________________________________________________________
23001 [ 26466] By: rgs                                   on 2005/12/23  09:21:09
23002         Log: Subject: [REPATCH lib/UNIVERSAL.pm] Recommend Against Using Methods as Functions
23003              From: chromatic <chromatic@wgz.org>
23004              Date: Dec 22, 2005 8:58 PM
23005              Message-Id: <200512221158.54474.chromatic@wgz.org>
23006      Branch: perl
23007            ! lib/UNIVERSAL.pm
23008 ____________________________________________________________________________
23009 [ 26465] By: nicholas                              on 2005/12/23  01:38:01
23010         Log: Need to be more careful with the symbol table manipulation - if there
23011              is already an entry in place, back off and generate a real constant
23012              subroutine. (fixes lib/Net/hostent.t failure)
23013              Fix a bug with how hv_store was being called.
23014      Branch: perl
23015            ! lib/ExtUtils/Constant/ProxySubs.pm
23016 ____________________________________________________________________________
23017 [ 26464] By: nicholas                              on 2005/12/23  01:09:05
23018         Log: SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VAL
23019              aren't constants on (at least some) Linux.
23020              And more evil than that, HUGE_VAL likes to use the C preprocessor
23021              in its value, necessitating use of a temporary.
23022      Branch: perl
23023            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
23024 ____________________________________________________________________________
23025 [ 26463] By: nicholas                              on 2005/12/23  00:37:04
23026         Log: Use inlineable proxy constant subs for Socket
23027      Branch: perl
23028            ! ext/Socket/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
23029 ____________________________________________________________________________
23030 [ 26462] By: stevep                                on 2005/12/23  00:28:54
23031         Log: ctime_r() and asctime_r() seem to have some problems before HP-UX 11.
23032      Branch: perl
23033            ! hints/hpux.sh
23034 ____________________________________________________________________________
23035 [ 26461] By: nicholas                              on 2005/12/23  00:27:50
23036         Log: Subject: [PATCH] Speed up Perl_sv_derived_from
23037              From: Andy Lester <andy@petdance.com>
23038              Message-ID: <20051222220044.GH4370@petdance.com>
23039              Date: Thu, 22 Dec 2005 16:00:44 -0600
23040      Branch: perl
23041            ! universal.c
23042 ____________________________________________________________________________
23043 [ 26460] By: nicholas                              on 2005/12/23  00:18:49
23044         Log: Create a sub LC_ALL with the correct prototype.
23045      Branch: perl
23046            ! lib/locale.t
23047 ____________________________________________________________________________
23048 [ 26459] By: nicholas                              on 2005/12/23  00:18:27
23049         Log: De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags,
23050              and some constants are mentioned in multiple tags).
23051              Should this logic be in Exporter::Heavy?
23052      Branch: perl
23053            ! ext/POSIX/POSIX.pm
23054 ____________________________________________________________________________
23055 [ 26458] By: stevep                                on 2005/12/23  00:10:25
23056         Log: Make hostname.t deal with undefined or blank hostnames and domain 
23057              names.
23058      Branch: perl
23059            ! lib/Net/t/hostname.t
23060 ____________________________________________________________________________
23061 [ 26457] By: stevep                                on 2005/12/23  00:06:58
23062         Log: Fix for pod2man() in ExtUtils::Command::MM to work with 
23063              the Pod::Man 2.04.
23064      Branch: perl
23065            ! lib/ExtUtils/Command/MM.pm
23066 ____________________________________________________________________________
23067 [ 26456] By: nicholas                              on 2005/12/23  00:06:52
23068         Log: Subject: [PATCH] Speedup (rn|n)?instr
23069              From: Andy Lester <andy@petdance.com>
23070              Message-ID: <20051222223839.GI4370@petdance.com>
23071              Date: Thu, 22 Dec 2005 16:38:39 -0600
23072      Branch: perl
23073            ! util.c
23074 ____________________________________________________________________________
23075 [ 26455] By: nicholas                              on 2005/12/22  23:57:27
23076         Log: Use inlineable proxy constant subs for POSIX.
23077              There may be trouble ahead, as it seems that not all POSIX "constants"
23078              are. I wonder if too many systems are going to have too many
23079              variations to make this viable.
23080      Branch: perl
23081            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/Base.pm
23082            ! lib/ExtUtils/Constant/ProxySubs.pm
23083 ____________________________________________________________________________
23084 [ 26454] By: nicholas                              on 2005/12/22  23:43:22
23085         Log: Missing ; in Tie::File
23086      Branch: perl
23087            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
23088 ____________________________________________________________________________
23089 [ 26453] By: nicholas                              on 2005/12/22  21:02:19
23090         Log: Make ExtUtils::Constant generate the inlineable proxy constant subs.
23091              So far just enough to make Fcntl work.
23092      Branch: perl
23093            + lib/ExtUtils/Constant/ProxySubs.pm
23094            ! MANIFEST ext/Fcntl/Makefile.PL lib/ExtUtils/Constant.pm
23095 ____________________________________________________________________________
23096 [ 26452] By: rgs                                   on 2005/12/22  19:37:42
23097         Log: Compilation help for EBCDIC platforms, from Jarkko,
23098              tested by Rajarshi Das
23099      Branch: perl
23100            ! utf8.h
23101 ____________________________________________________________________________
23102 [ 26451] By: nicholas                              on 2005/12/22  19:00:52
23103         Log: Break out the code to generate #ifdef/#endif into new methods
23104              macro_to_ifdef and macro_to_endif
23105              Add an args hashref to normalise_items; provide a
23106              disable_utf8_duplication argument to disable the utf8 duplication code.
23107      Branch: perl
23108            ! lib/ExtUtils/Constant/Base.pm
23109 ____________________________________________________________________________
23110 [ 26450] By: rgs                                   on 2005/12/22  17:09:59
23111         Log: Subject: [PATCH] Ho! Ho! Ho!  Santa brings consting!
23112              From: Andy Lester <andy@petdance.com>
23113              Date: Thu, 22 Dec 2005 10:57:17 -0600
23114              Message-ID: <20051222165717.GA2874@petdance.com>
23115      Branch: perl
23116            ! dump.c embed.fnc embed.h gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c
23117            ! pp_sys.c proto.h regcomp.c sv.c toke.c universal.c
23118 ____________________________________________________________________________
23119 [ 26449] By: nicholas                              on 2005/12/22  17:01:33
23120         Log: Break out the item normalisation code into a method normalise_items.
23121      Branch: perl
23122            ! lib/ExtUtils/Constant/Base.pm
23123 ____________________________________________________________________________
23124 [ 26448] By: nicholas                              on 2005/12/22  15:43:20
23125         Log: Regression tests for proxy subroutine glob assignment.
23126              Fix a bug (it turns out that a typeglob isn't SvOK())
23127              Remove stray debugging code.
23128      Branch: perl
23129            ! pp_hot.c t/op/gv.t
23130 ____________________________________________________________________________
23131 [ 26447] By: rgs                                   on 2005/12/22  14:55:52
23132         Log: Subject: [PATCH] eliminate HINT_HH_FOR_EVAL
23133              From: Robin Houston <robin@cpan.org>
23134              Date: Thu, 22 Dec 2005 11:54:55 +0000
23135              Message-ID: <20051222115455.GB30301@rpc142.cs.man.ac.uk>
23136      Branch: perl
23137            ! lib/feature.pm lib/overload.pm lib/sort.pm op.c perl.h
23138            ! t/comp/hints.t
23139 ____________________________________________________________________________
23140 [ 26446] By: nicholas                              on 2005/12/22  11:23:34
23141         Log: Add an optimisation to allow proxy constant subroutines to be copied
23142              as proxy constant subroutines in a new symbol table where possible.
23143              (Rather than converting them to full blown constant subroutines and
23144              instantiating 2 typeglobs)
23145      Branch: perl
23146            ! ext/B/t/concise-xs.t gv.c gv.h op.c op.h pp.c pp_hot.c sv.c
23147 ____________________________________________________________________________
23148 [ 26445] By: rgs                                   on 2005/12/22  11:13:25
23149         Log: Regenerate Changes
23150      Branch: perl
23151            ! Changes
23152 ____________________________________________________________________________
23153 [ 26444] By: gisle                                 on 2005/12/22  10:42:36
23154         Log: Remove unused variable 'stash' since change 26437.
23155      Branch: perl
23156            ! pp_hot.c
23157 ____________________________________________________________________________
23158 [ 26443] By: rgs                                   on 2005/12/22  10:32:17
23159         Log: Regenerate perlapi.pod.
23160              Fix indentation of code examples in perlsyn.
23161      Branch: perl
23162            ! pod/perlapi.pod pod/perlsyn.pod
23163 ____________________________________________________________________________
23164 [ 26442] By: rgs                                   on 2005/12/22  10:10:04
23165         Log: Subject: [PATCH] switch / ~~ doccos
23166              From: Robin Houston <robin@cpan.org>
23167              Date: Wed, 21 Dec 2005 13:51:18 +0000
23168              Message-ID: <20051221135118.GC26527@rpc142.cs.man.ac.uk>
23169      Branch: perl
23170            ! pod/perlsyn.pod
23171 ____________________________________________________________________________
23172 [ 26441] By: merijn                                on 2005/12/22  07:02:37
23173         Log: Subject: [PATCH] wrong setting in canned win32/config.vc64 file
23174              From: "Jan Dubois" <jand@ActiveState.com>
23175              Date: Wed, 21 Dec 2005 15:04:30 -0800
23176              Message-ID: <06c701c60682$e650adc0$d563a8c0@candy>
23177      Branch: perl
23178            ! win32/config.vc64
23179 ____________________________________________________________________________
23180 [ 26440] By: stevep                                on 2005/12/22  03:08:59
23181         Log: Add documentation for method domainname() in Net::Domain.  Add some
23182              additional tests for Net::Domain.  Also, since it is tested, remove 
23183              test case from lib/1_compile.t.  One step closer to $500.
23184      Branch: perl
23185            ! lib/Net/Domain.pm lib/Net/t/hostname.t t/lib/1_compile.t
23186 ____________________________________________________________________________
23187 [ 26439] By: nicholas                              on 2005/12/21  22:40:04
23188         Log: Avoid negating an unsigned value. (The offset in the SV body table)
23189      Branch: perl
23190            ! sv.c
23191 ____________________________________________________________________________
23192 [ 26438] By: nicholas                              on 2005/12/21  21:20:23
23193         Log: For consistency sv_2cv should not leave the stash pointer uninitialised
23194              for some cases. Although it seems that only pp_sort pays any attention
23195              to it, of all the code on CPAN.
23196      Branch: perl
23197            ! sv.c
23198 ____________________________________________________________________________
23199 [ 26437] By: nicholas                              on 2005/12/21  20:38:42
23200         Log: Localise the stash variable in pp_entersub().
23201      Branch: perl
23202            ! pp_hot.c
23203 ____________________________________________________________________________
23204 [ 26436] By: nicholas                              on 2005/12/21  19:37:48
23205         Log: Undo my goto spaghetti from change 18340 - what we really need are
23206              hints to compilers about likey/unlikely branches.
23207      Branch: perl
23208            ! pp_hot.c
23209 ____________________________________________________________________________
23210 [ 26435] By: stevep                                on 2005/12/21  19:04:37
23211         Log: Add tests for untested math functions in POSIX
23212      Branch: perl
23213            + ext/POSIX/t/math.t
23214            ! MANIFEST
23215 ____________________________________________________________________________
23216 [ 26434] By: nicholas                              on 2005/12/21  18:34:03
23217         Log: The lref argument of sv_2cv is actually passed onwards to gv_fetchsv,
23218              so it is a bitmap of flag bits rather than simple TRUE/FALSE.
23219      Branch: perl
23220            ! mg.c pp.c pp_hot.c sv.c
23221 ____________________________________________________________________________
23222 [ 26433] By: rgs                                   on 2005/12/21  17:07:05
23223         Log: Remove switch from perltodo
23224      Branch: perl
23225            ! pod/perltodo.pod
23226 ____________________________________________________________________________
23227 [ 26432] By: rgs                                   on 2005/12/21  16:16:19
23228         Log: Subject: [PATCH] Feature bundle is now :5.10, and add -E switch
23229              From: Robin Houston <robin@cpan.org>
23230              Date: Wed, 21 Dec 2005 11:00:08 +0000
23231              Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk>
23232      Branch: perl
23233            + t/lib/feature/err
23234            ! MANIFEST embedvar.h global.sym intrpvar.h lib/feature.pm
23235            ! perl.c perl_keyword.pl perlapi.h pod/perlop.pod
23236            ! pod/perlrun.pod sv.c t/lib/feature/nonesuch t/lib/warnings/op
23237            ! t/op/dor.t t/run/switches.t toke.c
23238 ____________________________________________________________________________
23239 [ 26431] By: rgs                                   on 2005/12/21  11:12:32
23240         Log: Fix for [perl #37999] lc() + Latin-1 chars is failing erratically
23241              based on copying part of change #22196 from do_chomp() to do_chop().
23242      Branch: perl
23243            ! doop.c
23244 ____________________________________________________________________________
23245 [ 26430] By: rgs                                   on 2005/12/21  09:23:05
23246         Log: Subject: [PATCH] Fix bug in change #26379
23247              From: "Jan Dubois" <jand@ActiveState.com>
23248              Date: Tue, 20 Dec 2005 16:42:24 -0800
23249              Message-ID: <046001c605c7$69470290$d563a8c0@candy>
23250      Branch: perl
23251            ! win32/win32.c
23252 ____________________________________________________________________________
23253 [ 26429] By: nicholas                              on 2005/12/20  23:12:17
23254         Log: rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL, so update the
23255              descriptive comment to include them.
23256      Branch: perl
23257            ! op.h
23258 ____________________________________________________________________________
23259 [ 26428] By: rgs                                   on 2005/12/20  20:50:26
23260         Log: Remove some hardcoded references to ./perl in tests
23261      Branch: perl
23262            ! t/op/closure.t t/op/magic.t t/run/runenv.t
23263 ____________________________________________________________________________
23264 [ 26427] By: nicholas                              on 2005/12/20  20:13:12
23265         Log: Take care in toke.c not to convert constant subroutine reference
23266              proxies into full blown PVGVs with PVCVs, and recognise them and inline
23267              their values. Adds a new function gv_const_sv(gv) to return the value
23268              of the constant subroutine from a GV, and adds a cv parameter to
23269              S_intuit_method.
23270      Branch: perl
23271            ! embed.fnc embed.h gv.c proto.h toke.c
23272 ____________________________________________________________________________
23273 [ 26426] By: merijn                                on 2005/12/20  19:56:58
23274         Log: Small update on using threads on HP-UX 10.20
23275              64bit is far beyond experimental by now
23276      Branch: perl
23277            ! README.hpux
23278 ____________________________________________________________________________
23279 [ 26425] By: nicholas                              on 2005/12/20  19:55:46
23280         Log: Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that disables
23281              addition of new typeglobs, and also disables initialisation of any
23282              typeglob placeholders. Needed to make the new constant subroutine
23283              proxy references work efficiently.
23284      Branch: perl
23285            ! gv.c gv.h
23286 ____________________________________________________________________________
23287 [ 26424] By: rgs                                   on 2005/12/20  19:37:26
23288         Log: Fix typos in regular expressions
23289      Branch: perl
23290            ! ext/POSIX/t/time.t
23291 ____________________________________________________________________________
23292 [ 26423] By: nicholas                              on 2005/12/20  16:34:27
23293         Log: Get the "cv" from the "gv" once, and be more careful so that we can
23294              cope if either aren't their regular types.
23295              cv_const_sv should verify the type of SV passed, instead of assuming
23296              that it's a viable CV.
23297      Branch: perl
23298            ! op.c toke.c
23299 ____________________________________________________________________________
23300 [ 26422] By: nicholas                              on 2005/12/20  15:11:09
23301         Log: Croak if gv_init doesn't know how to create a typeglob from that type
23302              of referant. Test that ARRAY, HASH, PVIO, CODE and FORMAT croak.
23303              Globs are actually first class assignable objects, so test that you
23304              can create a constant subroutine that returns one.
23305      Branch: perl
23306            ! gv.c pod/perldiag.pod t/op/gv.t
23307 ____________________________________________________________________________
23308 [ 26421] By: rgs                                   on 2005/12/20  14:54:10
23309         Log: POD nits on B::Lint
23310      Branch: perl
23311            ! ext/B/B/Lint.pm
23312 ____________________________________________________________________________
23313 [ 26420] By: rgs                                   on 2005/12/20  14:48:34
23314         Log: Subject: Re: Pluggable lint patch
23315              From: Joshua ben Jore <twists@gmail.com>
23316              Date: Mon, 19 Dec 2005 09:22:04 -0600
23317              Message-ID: <dc5c751d0512190722s1e73ef88l5ae82bd7aa075c51@mail.gmail.com>
23318      Branch: perl
23319            ! ext/B/B/Lint.pm ext/B/t/lint.t
23320 ____________________________________________________________________________
23321 [ 26419] By: gisle                                 on 2005/12/20  14:39:22
23322         Log: Make perlivp skip the *.ph tests by default, since these
23323              files are normally not generated.
23324              The -a option is now needed for it to run all tests.
23325      Branch: perl
23326            ! utils/perlivp.PL
23327 ____________________________________________________________________________
23328 [ 26418] By: rgs                                   on 2005/12/20  14:24:06
23329         Log: Subject: [TEST PATCH] %^H can now propagate into eval
23330              From: Robin Houston <robin@cpan.org>
23331              Date: Tue, 20 Dec 2005 12:06:15 +0000
23332              Message-ID: <20051220120615.GA21794@rpc142.cs.man.ac.uk>
23333      Branch: perl
23334            ! t/comp/hints.t
23335 ____________________________________________________________________________
23336 [ 26417] By: nicholas                              on 2005/12/20  14:10:39
23337         Log: Verify that the code for initialising typeglobs from other types works.
23338      Branch: perl
23339            ! t/op/gv.t
23340 ____________________________________________________________________________
23341 [ 26416] By: rgs                                   on 2005/12/20  13:55:19
23342         Log: Use PTR2IV instead of casting directly
23343      Branch: perl
23344            ! pp_ctl.c
23345 ____________________________________________________________________________
23346 [ 26415] By: nicholas                              on 2005/12/20  13:39:01
23347         Log: gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather
23348              than a simple boolean, so passing FALSE or TRUE is bogus.
23349      Branch: perl
23350            ! doio.c gv.c mg.c op.c pp.c pp_hot.c pp_sys.c regcomp.c sv.c
23351            ! toke.c universal.c
23352 ____________________________________________________________________________
23353 [ 26414] By: nicholas                              on 2005/12/20  12:51:21
23354         Log: In Perl_yylex, move the declaration of orig_keyword, gv and gvp down to
23355              the block labelled keylookup.
23356      Branch: perl
23357            ! toke.c
23358 ____________________________________________________________________________
23359 [ 26413] By: rgs                                   on 2005/12/20  10:25:01
23360         Log: Subject: [PATCH] make failing cygwin test TODO'd
23361              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23362              Date: Mon, 19 Dec 2005 03:41:12 -0800
23363              Message-ID: <20051219114112.GA5568@efn.org>
23364      Branch: perl
23365            ! lib/File/Compare.t
23366 ____________________________________________________________________________
23367 [ 26412] By: nicholas                              on 2005/12/19  23:47:26
23368         Log: In Perl_yylex, make tmp a temporary variable local to the blocks in
23369              which it is used.
23370      Branch: perl
23371            ! toke.c
23372 ____________________________________________________________________________
23373 [ 26411] By: nicholas                              on 2005/12/19  22:38:54
23374         Log: Assert that orig_keyword, gv and gvp aren't used before the main
23375              keyword parser of Perl_yylex.
23376      Branch: perl
23377            ! toke.c
23378 ____________________________________________________________________________
23379 [ 26410] By: davem                                 on 2005/12/19  22:07:49
23380         Log: //g loops infinitely on tainted data
23381              make the LHS of expr =~ /foo/g an lvalue, so that any pos magic
23382              attached to it stays attached.
23383      Branch: perl
23384            ! op.c t/op/taint.t
23385 ____________________________________________________________________________
23386 [ 26409] By: nicholas                              on 2005/12/19  20:57:40
23387         Log: Make gv_init recognise a reference-to-something in a symbol table as
23388              meaning a constant subroutine with that thing as it value
23389      Branch: perl
23390            ! gv.c
23391 ____________________________________________________________________________
23392 [ 26408] By: rgs                                   on 2005/12/19  19:27:09
23393         Log: Fix internal broken link ; reindent code examples
23394      Branch: perl
23395            ! pod/perlsyn.pod
23396 ____________________________________________________________________________
23397 [ 26407] By: rgs                                   on 2005/12/19  19:21:47
23398         Log: Fix typo.
23399              Add empty lines after =items.
23400      Branch: perl
23401            ! pod/perldiag.pod
23402 ____________________________________________________________________________
23403 [ 26406] By: rgs                                   on 2005/12/19  19:18:48
23404         Log: A note on say() and ORS grabbed from Damian's Perl6::Say.
23405      Branch: perl
23406            ! pod/perlfunc.pod
23407 ____________________________________________________________________________
23408 [ 26405] By: rgs                                   on 2005/12/19  18:43:04
23409         Log: Attempt at making IO::Handle backwards compatible again
23410      Branch: perl
23411            ! ext/IO/lib/IO/Handle.pm
23412 ____________________________________________________________________________
23413 [ 26404] By: nicholas                              on 2005/12/19  18:28:03
23414         Log: Make sv_dump (and therefore Devel::Peek) report the value of the
23415              constant in inlineable constant subroutines.
23416      Branch: perl
23417            ! dump.c ext/Devel/Peek/t/Peek.t
23418 ____________________________________________________________________________
23419 [ 26403] By: rgs                                   on 2005/12/19  18:20:48
23420         Log: sort.pm deserves a new version number
23421      Branch: perl
23422            ! lib/sort.pm
23423 ____________________________________________________________________________
23424 [ 26402] By: rgs                                   on 2005/12/19  18:17:19
23425         Log: Subject: Re: [PATCH] Make the 'sort' pragma lexically scoped
23426              From: Robin Houston <robin@cpan.org>
23427              Date: Dec 19, 2005 6:46 PM
23428              Message-ID: <20051219174620.GA17940@rpc142.cs.man.ac.uk>
23429      Branch: perl
23430            ! embed.fnc embed.h ext/B/B/Concise.pm ext/B/t/concise-xs.t
23431            ! ext/B/t/f_sort.t global.sym lib/feature.pm lib/sort.pm
23432            ! lib/sort.t op.c op.h pod/perlapi.pod pp_sort.c proto.h toke.c
23433 ____________________________________________________________________________
23434 [ 26401] By: rgs                                   on 2005/12/19  16:39:44
23435         Log: Missing file from last change
23436      Branch: perl
23437            + t/lib/common.pl
23438 ____________________________________________________________________________
23439 [ 26400] By: rgs                                   on 2005/12/19  16:26:15
23440         Log: Subject: [PATCH] latest switch/say/~~
23441              From: Robin Houston <robin@cpan.org>
23442              Date: Sat, 17 Dec 2005 20:44:31 +0000
23443              Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk>
23444      Branch: perl
23445            + lib/feature.pm lib/feature.t t/io/say.t t/lib/feature/nonesuch
23446            + t/lib/feature/say t/lib/feature/smartmatch
23447            + t/lib/feature/switch t/op/smartmatch.t t/op/switch.t
23448            ! MANIFEST cop.h embed.fnc embed.h ext/B/B/Deparse.pm
23449            ! ext/B/t/concise-xs.t ext/B/t/f_map.t ext/B/t/optree_samples.t
23450            ! ext/IO/lib/IO/Handle.pm ext/Opcode/Opcode.pm global.sym
23451            ! keywords.h keywords.pl lib/overload.pm lib/warnings.t op.c
23452            ! op.h opcode.h opcode.pl opnames.h perl.h perl_keyword.pl
23453            ! perly.act perly.h perly.tab perly.y pod/perldiag.pod
23454            ! pod/perlfunc.pod pod/perlop.pod pod/perlsyn.pod pp.sym
23455            ! pp_ctl.c pp_proto.h proto.h t/op/cproto.t toke.c
23456 ____________________________________________________________________________
23457 [ 26399] By: rgs                                   on 2005/12/19  09:52:42
23458         Log: Un-TODO a fixed test
23459              
23460              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
23461              From: demerphq <demerphq@gmail.com>
23462              Date: Sat, 17 Dec 2005 17:23:23 +0100
23463              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
23464      Branch: perl
23465            ! t/op/pat.t
23466 ____________________________________________________________________________
23467 [ 26398] By: rgs                                   on 2005/12/19  09:52:03
23468         Log: TODO-SKIP tests must be "not ok", or else the test harness will think
23469              it's an unexpected success
23470              
23471              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
23472              From: demerphq <demerphq@gmail.com>
23473              Date: Sat, 17 Dec 2005 17:23:23 +0100
23474              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
23475      Branch: perl
23476            ! t/test.pl
23477 ____________________________________________________________________________
23478 [ 26397] By: rgs                                   on 2005/12/18  10:23:55
23479         Log: Subject: [PATCH] Make script embedded in patchlevel.h work on win32.
23480              From: demerphq <demerphq@gmail.com> Mailed-By: perl.org
23481              Date: Dec 17, 2005 7:52 PM
23482              Message-ID: <9b18b3110512171052h2052d598rdf038f1d38560317@mail.gmail.com>
23483      Branch: perl
23484            ! patchlevel.h
23485 ____________________________________________________________________________
23486 [ 26396] By: craigb                                on 2005/12/18  00:16:42
23487         Log: Two test workarounds for VMS
23488      Branch: perl
23489            ! lib/File/Copy.t t/op/goto.t
23490 ____________________________________________________________________________
23491 [ 26395] By: nicholas                              on 2005/12/17  23:22:31
23492         Log: Add some paranoia to check that GP accesses aren't being done on the
23493              wrong types of SV.
23494      Branch: perl
23495            ! gv.h
23496 ____________________________________________________________________________
23497 [ 26394] By: stevep                                on 2005/12/17  19:21:35
23498         Log: Upgrade to Time-HiRes-1.86
23499      Branch: perl
23500            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
23501            ! ext/Time/HiRes/t/HiRes.t
23502 ____________________________________________________________________________
23503 [ 26393] By: nicholas                              on 2005/12/17  18:50:08
23504         Log: Two it's => its grammar fixes.
23505      Branch: perl
23506            ! op.c perl.h
23507 ____________________________________________________________________________
23508 [ 26392] By: nicholas                              on 2005/12/17  18:25:59
23509         Log: Move and const some definitions of variables used to save errno.
23510      Branch: perl
23511            ! doio.c perlio.c
23512 ____________________________________________________________________________
23513 [ 26391] By: nicholas                              on 2005/12/17  17:46:06
23514         Log: Add t/op/negate.t to MANIFEST.
23515      Branch: perl
23516            ! MANIFEST
23517 ____________________________________________________________________________
23518 [ 26390] By: nicholas                              on 2005/12/17  17:40:44
23519         Log: Pull the definition of olderrno in sv_2pv_flags into the block where
23520              it's used.
23521      Branch: perl
23522            ! sv.c
23523 ____________________________________________________________________________
23524 [ 26389] By: stevep                                on 2005/12/17  15:47:39
23525         Log: Subject: [PATCH] Correct typo in Time::HiRes tests introduced by patch 26383
23526              From: Dominic Dunlop <shouldbedomo@mac.com>
23527              Date: Sat, 17 Dec 2005 15:57:54 +0100
23528              Message-Id: <B364C747-F2BB-446F-887E-06EA2989888C@mac.com>
23529      Branch: perl
23530            ! ext/Time/HiRes/t/HiRes.t
23531 ____________________________________________________________________________
23532 [ 26388] By: stevep                                on 2005/12/17  15:41:38
23533         Log: Fix a typo and add some clarification to change #26387.
23534      Branch: perl
23535            ! pod/perlop.pod
23536 ____________________________________________________________________________
23537 [ 26387] By: stevep                                on 2005/12/17  15:35:45
23538         Log: Addition documentation explaining aritmetic negation on strings.  Also,
23539              additional test cases based partially on code by Piotr Fusik in 
23540              RT #36675: -'-10' eq '+10'.
23541      Branch: perl
23542            + t/op/negate.t
23543            ! pod/perlop.pod
23544 ____________________________________________________________________________
23545 [ 26386] By: nicholas                              on 2005/12/17  12:00:51
23546         Log: The IV/UV choice can be made inside uiv_2buf rather than sv_2pv_flags.
23547      Branch: perl
23548            ! sv.c
23549 ____________________________________________________________________________
23550 [ 26385] By: nicholas                              on 2005/12/17  11:44:47
23551         Log: The THINKFIRST check after the GMAGICAL check in sv_2iv_flags and
23552              sv_2uv_flags should have been else if.
23553      Branch: perl
23554            ! sv.c
23555 ____________________________________________________________________________
23556 [ 26384] By: stevep                                on 2005/12/17  04:03:05
23557         Log: Fix for ext/POSIX/t/time.t so the strftime() test works on systems
23558              that aren't quite up to SUS3.  Based on a patch by David Dyck in
23559              RT #37960: POSIX/t/time fails bleadperl
23560      Branch: perl
23561            ! ext/POSIX/t/time.t
23562 ____________________________________________________________________________
23563 [ 26383] By: stevep                                on 2005/12/17  01:46:58
23564         Log: Upgrade to Time-HiRes-1.85
23565      Branch: perl
23566            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
23567            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
23568            ! ext/Time/HiRes/fallback/const-c.inc
23569            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
23570 ____________________________________________________________________________
23571 [ 26382] By: nicholas                              on 2005/12/16  22:41:01
23572         Log: Typo fixes from Robin Houston in
23573              <20051216201446.GA24709@rpc142.cs.man.ac.uk>
23574      Branch: perl
23575            ! sv.h
23576 ____________________________________________________________________________
23577 [ 26381] By: nicholas                              on 2005/12/16  21:54:13
23578         Log: s/Nullhv/NULL/g;
23579              # Although I see that Robin is proposing to add some :-)
23580      Branch: perl
23581            ! cop.h ext/Data/Dumper/Dumper.xs ext/DynaLoader/dlutils.c gv.c
23582            ! op.c op.h pad.c perl.c sv.c toke.c universal.c xsutils.c
23583 ____________________________________________________________________________
23584 [ 26380] By: nicholas                              on 2005/12/16  21:30:34
23585         Log: s/Nullav/NULL/g
23586      Branch: perl
23587            ! cop.h ext/Data/Dumper/Dumper.xs gv.c intrpvar.h pad.c perl.c
23588            ! pp.c pp_ctl.c pp_sort.c scope.c sv.c
23589 ____________________________________________________________________________
23590 [ 26379] By: rgs                                   on 2005/12/16  21:13:37
23591         Log: Subject: [PATCH] RE: PeekMessage() call in win32\win32.c win32_async_check
23592              From: Jan Dubois <jand@activestate.com>
23593              Date: Dec 16, 2005 7:12 AM
23594              Message-ID: <015901c60207$abd64210$d563a8c0@candy>
23595              
23596              (Without the proposed alarm.t test)
23597      Branch: perl
23598            ! t/op/fork.t win32/perlhost.h win32/win32.c win32/win32.h
23599 ____________________________________________________________________________
23600 [ 26378] By: nicholas                              on 2005/12/16  18:12:26
23601         Log: Perl_sv_dup should be allocating bodies based on *size*, not the
23602              length to copy.
23603      Branch: perl
23604            ! sv.c
23605 ____________________________________________________________________________
23606 [ 26377] By: nicholas                              on 2005/12/16  15:55:51
23607         Log: comp/require.t exits early for the case of UTF-8 or EBCDIC, so need to
23608              add "new" tests before the end.
23609      Branch: perl
23610            ! t/comp/require.t
23611 ____________________________________________________________________________
23612 [ 26376] By: davem                                 on 2005/12/15  22:03:57
23613         Log: change #26373 broke threaded builds (aTHX_ now superfluous)
23614      Branch: perl
23615            ! pp_ctl.c
23616 ____________________________________________________________________________
23617 [ 26375] By: stevep                                on 2005/12/15  18:16:20
23618         Log: Added test for change #26373.
23619      Branch: perl
23620            ! t/comp/require.t
23621 ____________________________________________________________________________
23622 [ 26374] By: rgs                                   on 2005/12/15  18:00:34
23623         Log: Fix for [perl #37886] strict 'refs' doesn't apply inside defined
23624      Branch: perl
23625            ! pod/perl593delta.pod pp.c t/lib/strict/refs
23626 ____________________________________________________________________________
23627 [ 26373] By: stevep                                on 2005/12/15  17:48:42
23628         Log: Prevent require() from attempting to open directories and block 
23629              devices.  This fixes RT #24404.
23630      Branch: perl
23631            ! embed.fnc embed.h pp_ctl.c proto.h
23632 ____________________________________________________________________________
23633 [ 26372] By: nicholas                              on 2005/12/15  17:26:52
23634         Log: Use PL_op_desc rather than literal strings in pp_ioctl
23635      Branch: perl
23636            ! pp_sys.c
23637 ____________________________________________________________________________
23638 [ 26371] By: nicholas                              on 2005/12/15  17:26:22
23639         Log: Expand the comment describing the intent of change 26370, and how it
23640              relates to change 24660.
23641      Branch: perl
23642            ! toke.c
23643 ____________________________________________________________________________
23644 [ 26370] By: rgs                                   on 2005/12/15  17:12:01
23645         Log: Don't autovivify stashes as soon as the lexer sees them.
23646              This makes defined %foo::bar:: work again.
23647              Add tests for it, remove note in perldelta about having broken it.
23648      Branch: perl
23649            ! pod/perl593delta.pod t/op/stash.t toke.c
23650 ____________________________________________________________________________
23651 [ 26369] By: nicholas                              on 2005/12/15  16:24:21
23652         Log: In Perl_apply, the name of the op can be found from PL_op_name, instead
23653              of using local string constants.
23654      Branch: perl
23655            ! doio.c
23656 ____________________________________________________________________________
23657 [ 26368] By: rgs                                   on 2005/12/15  15:11:15
23658         Log: More general fix for bug [perl #37915]
23659              Make Net::Ping::mselect return undef on error instead of -1.
23660      Branch: perl
23661            ! lib/Net/Ping.pm
23662 ____________________________________________________________________________
23663 [ 26367] By: rgs                                   on 2005/12/15  14:44:51
23664         Log: Subject: [perl #37915] Bad select error handling in Net::Ping 
23665              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
23666              Date: Tue, 13 Dec 2005 10:44:47 -0800
23667              Message-ID: <rt-3.0.11-37915-125655.19.2646201463531@perl.org>
23668      Branch: perl
23669            ! lib/Net/Ping.pm
23670 ____________________________________________________________________________
23671 [ 26366] By: gisle                                 on 2005/12/15  12:34:12
23672         Log: Silence test output to STDERR
23673              because it makes the 'make test' output look ugly.
23674      Branch: perl
23675            ! ext/Sys/Syslog/t/00-load.t
23676 ____________________________________________________________________________
23677 [ 26365] By: gisle                                 on 2005/12/15  10:42:03
23678         Log: Subject: Re: [perl #37897] sprintf of version objects
23679              From: John Peacock <jpeacock@rowman.com>
23680              Date: Wed, 14 Dec 2005 10:12:56 -0500
23681              Message-ID: <43A03678.2060700@rowman.com>
23682              
23683              (with some formatting tweaks and extra test cases)
23684      Branch: perl
23685            ! sv.c t/op/sprintf.t
23686 ____________________________________________________________________________
23687 [ 26364] By: rgs                                   on 2005/12/15  10:04:36
23688         Log: Some cleanups by Jarkko (and one by myself) to check83.pl
23689      Branch: perl
23690            ! Porting/check83.pl
23691 ____________________________________________________________________________
23692 [ 26363] By: craigb                                on 2005/12/15  03:59:21
23693         Log: On VMS, put pods in [.lib.pods] rather than [.lib.pod]
23694              in order to avoid collisions with [.lib.Pod]
23695      Branch: perl
23696            ! configure.com installperl vms/descrip_mms.template
23697 ____________________________________________________________________________
23698 [ 26362] By: stevep                                on 2005/12/15  02:33:11
23699         Log: Reverting change #26360 and #26361 since it appears that the bugs I
23700              thought I fixed had been previously fixed with change #25953.
23701      Branch: perl
23702            ! pp_sort.c
23703 ____________________________________________________________________________
23704 [ 26361] By: stevep                                on 2005/12/15  02:02:25
23705         Log: Again, FREETMPS not SAVETMPS!
23706      Branch: perl
23707            ! pp_sort.c
23708 ____________________________________________________________________________
23709 [ 26360] By: stevep                                on 2005/12/15  02:00:19
23710         Log: Add a missing FREETMPS to match up with a SAVETMPS.  This change
23711              fixes problems with nested sorts.  (RTs #7063 and #36430).
23712      Branch: perl
23713            ! pp_sort.c
23714 ____________________________________________________________________________
23715 [ 26359] By: stevep                                on 2005/12/15  00:36:25
23716         Log: Upgrade to Getopt-Long-2.35
23717      Branch: perl
23718            ! lib/Getopt/Long.pm
23719 ____________________________________________________________________________
23720 [ 26358] By: craigb                                on 2005/12/14  22:03:28
23721         Log: Using the system's utime() requires a patch to vms/vmsish.h
23722              that has not been submitted yet.
23723      Branch: perl
23724            ! vms/vms.c
23725 ____________________________________________________________________________
23726 [ 26357] By: nicholas                              on 2005/12/14  16:41:33
23727         Log: lib/Pod/t/man.t should use TODO with not ok to express its intentions
23728              correctly in TAP. (or alternatively if it really wants to skip, it
23729              needs to print ok)
23730      Branch: perl
23731            ! lib/Pod/t/man.t
23732 ____________________________________________________________________________
23733 [ 26355] By: nicholas                              on 2005/12/14  15:25:39
23734         Log: Duplicate the AMAGIC temporary variable consting from sv_2iv_flags into
23735              sv_2uv_flags, sv_2nv and sv_2pv_flags.
23736      Branch: perl
23737            ! sv.c
23738 ____________________________________________________________________________
23739 [ 26354] By: nicholas                              on 2005/12/14  14:59:18
23740         Log: Simplify the SvGMAGIC code in sv_[ipu]v_flags.
23741      Branch: perl
23742            ! sv.c
23743 ____________________________________________________________________________
23744 [ 26353] By: nicholas                              on 2005/12/14  14:08:24
23745         Log: Simplify the SvGMAGIC code in sv_2nv, removing duplicated checks to
23746              warn for uninitialized values.
23747      Branch: perl
23748            ! sv.c
23749 ____________________________________________________________________________
23750 [ 26352] By: nicholas                              on 2005/12/14  13:22:14
23751         Log: The logic to use SVt_NV or SVt_PVNV is in sv_upgrade, so no need to
23752              dupliate it in sv_2nv. Also, the final sv_upgrade is never called.
23753      Branch: perl
23754            ! sv.c
23755 ____________________________________________________________________________
23756 [ 26351] By: davem                                 on 2005/12/14  12:46:29
23757         Log: forgot to add new file to change #26350
23758      Branch: perl
23759            + ext/threads/shared/t/blessed.t
23760 ____________________________________________________________________________
23761 [ 26350] By: davem                                 on 2005/12/14  12:44:20
23762         Log: Subject:  [perl #37919] Blessed scalar refs with threads::shared 
23763              From:  "Jerry D. Hedden" (via RT) <perlbug-followup@perl.org>
23764              Date:  Tue, 13 Dec 2005 15:11:20 -0800
23765              Message-Id:  <rt-3.0.11-37919-125690.15.3722450337035@perl.org>
23766              
23767              Unlike arrays and hashes, coping blessed refs to shared scalars left
23768              the copy unblessed
23769      Branch: perl
23770            ! MANIFEST ext/threads/shared/shared.xs
23771 ____________________________________________________________________________
23772 [ 26349] By: steveh                                on 2005/12/14  12:41:02
23773         Log: Fix compilation error when building with -DPERL_MEM_LOG_STDERR
23774      Branch: perl
23775            ! util.c
23776 ____________________________________________________________________________
23777 [ 26347] By: nicholas                              on 2005/12/13  22:07:30
23778         Log: Convert range.t to test.pl
23779      Branch: perl
23780            ! t/op/range.t
23781 ____________________________________________________________________________
23782 [ 26346] By: nicholas                              on 2005/12/13  20:05:31
23783         Log: Update embed.fnc and headers after change 26345 (spotted by Rafael)
23784      Branch: perl
23785            ! embed.fnc embed.h proto.h
23786 ____________________________________________________________________________
23787 [ 26345] By: nicholas                              on 2005/12/13  19:44:22
23788         Log: Inline asIV and asUV, as each is only used once, and it distracts from
23789              the patterns of repeated code in sv_2iv_flags, sv_2uv_flags, sv_2nv
23790              and sv_2pv_flags. Add a comment noting the return path from the end of
23791              the SvGMAGICAL case to all 4.
23792      Branch: perl
23793            ! sv.c
23794 ____________________________________________________________________________
23795 [ 26344] By: craigb                                on 2005/12/13  17:27:48
23796         Log: Don't include utime.h in vms.c -- it collides with 
23797              homegroun definitions in vmsish.h.
23798      Branch: perl
23799            ! vms/vms.c
23800 ____________________________________________________________________________
23801 [ 26343] By: rgs                                   on 2005/12/13  14:07:12
23802         Log: Fix realclean target for Sys::Syslog
23803      Branch: perl
23804            ! ext/Sys/Syslog/Makefile.PL
23805 ____________________________________________________________________________
23806 [ 26342] By: gisle                                 on 2005/12/13  13:54:44
23807         Log: Remove tests that were not portable to 64bit ints.
23808      Branch: perl
23809            ! t/op/sprintf2.t
23810 ____________________________________________________________________________
23811 [ 26341] By: stevep                                on 2005/12/13  12:17:57
23812         Log: Renaming of some of Pod::Simple's test files to make it more 8.3 
23813              friendly.
23814      Branch: perl
23815           +> lib/Pod/Simple/t/junk1.pod lib/Pod/Simple/t/junk1_out.txt
23816           +> lib/Pod/Simple/t/junk2.pod lib/Pod/Simple/t/junk2_out.txt
23817           +> lib/Pod/Simple/t/perlcyg.pod lib/Pod/Simple/t/perlcyg_out.txt
23818           +> lib/Pod/Simple/t/perlfaq3.pod
23819           +> lib/Pod/Simple/t/perlfaq3_out.txt lib/Pod/Simple/t/perlvar.pod
23820           +> lib/Pod/Simple/t/perlvar_out.txt
23821            - lib/Pod/Simple/t/test_junk1.pod
23822            - lib/Pod/Simple/t/test_junk1_out.txt
23823            - lib/Pod/Simple/t/test_junk2.pod
23824            - lib/Pod/Simple/t/test_junk2_out.txt
23825            - lib/Pod/Simple/t/test_old_perlcygwin.pod
23826            - lib/Pod/Simple/t/test_old_perlcygwin_out.txt
23827            - lib/Pod/Simple/t/test_old_perlfaq3.pod
23828            - lib/Pod/Simple/t/test_old_perlfaq3_out.txt
23829            - lib/Pod/Simple/t/test_old_perlvar.pod
23830            - lib/Pod/Simple/t/test_old_perlvar_out.txt
23831            ! MANIFEST lib/Pod/Simple/t/render.t
23832 ____________________________________________________________________________
23833 [ 26340] By: stevep                                on 2005/12/13  11:54:54
23834         Log: Changes to Pod::Simple's tests to get rid of the "^"s in the 
23835              directory names.
23836      Branch: perl
23837            + lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm
23838            + lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod
23839            + lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm
23840            + lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt
23841            + lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod
23842            + lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod
23843            + lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm
23844            + lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
23845            + lib/Pod/Simple/t/test_lib/Blorm.pm
23846            + lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt
23847            + lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm
23848            + lib/Pod/Simple/t/test_lib/Zonk/Veng.pm
23849            + lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod
23850            + lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm
23851            + lib/Pod/Simple/t/test_lib/hink_honk/readme.txt
23852            + lib/Pod/Simple/t/test_lib/pod/perlfliff.pod
23853            + lib/Pod/Simple/t/test_lib/pod/perlthang.pod
23854            + lib/Pod/Simple/t/test_lib/squaa.pm
23855            + lib/Pod/Simple/t/test_lib/squaa/Glunk.pod
23856            + lib/Pod/Simple/t/test_lib/squaa/Vliff.pm
23857            + lib/Pod/Simple/t/test_lib/zikzik.pod
23858            + lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm
23859            - lib/Pod/Simple/t/other^test^lib/Sizzlesuzzle.pm
23860            - lib/Pod/Simple/t/other^test^lib/hink^honk/Glunk.pod
23861            - lib/Pod/Simple/t/other^test^lib/hink^honk/Vliff.pm
23862            - lib/Pod/Simple/t/other^test^lib/hink^honk/readme.txt
23863            - lib/Pod/Simple/t/other^test^lib/pod/perlthang.pod
23864            - lib/Pod/Simple/t/other^test^lib/pod/perlzuk.pod
23865            - lib/Pod/Simple/t/other^test^lib/squaa/Vliff.pm
23866            - lib/Pod/Simple/t/other^test^lib/squaa/Wowo.pod
23867            - lib/Pod/Simple/t/test^lib/Blorm.pm
23868            - lib/Pod/Simple/t/test^lib/Zonk/Fiddle.txt
23869            - lib/Pod/Simple/t/test^lib/Zonk/Pronk.pm
23870            - lib/Pod/Simple/t/test^lib/Zonk/Veng.pm
23871            - lib/Pod/Simple/t/test^lib/hink^honk/Glunk.pod
23872            - lib/Pod/Simple/t/test^lib/hink^honk/Vliff.pm
23873            - lib/Pod/Simple/t/test^lib/hink^honk/readme.txt
23874            - lib/Pod/Simple/t/test^lib/pod/perlfliff.pod
23875            - lib/Pod/Simple/t/test^lib/pod/perlthang.pod
23876            - lib/Pod/Simple/t/test^lib/squaa.pm
23877            - lib/Pod/Simple/t/test^lib/squaa/Glunk.pod
23878            - lib/Pod/Simple/t/test^lib/squaa/Vliff.pm
23879            - lib/Pod/Simple/t/test^lib/zikzik.pod
23880            - lib/Pod/Simple/t/yet^another^test^lib/squaa/Vliff.pm
23881            ! MANIFEST lib/Pod/Simple/t/htmlbatch_01.t
23882            ! lib/Pod/Simple/t/search_10survey_specific.t
23883            ! lib/Pod/Simple/t/search_12survey_cwd.t
23884            ! lib/Pod/Simple/t/search_20survey_two.t
23885            ! lib/Pod/Simple/t/search_22survey_two_shadowing.t
23886            ! lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
23887            ! lib/Pod/Simple/t/search_26_glob_kleene_k.t
23888            ! lib/Pod/Simple/t/search_27_glob_squaa_kleene.t
23889            ! lib/Pod/Simple/t/search_28_glob_z_kleene_k.t
23890            ! lib/Pod/Simple/t/search_29_glob_z_qmark_k.t
23891 ____________________________________________________________________________
23892 [ 26339] By: gisle                                 on 2005/12/13  11:40:26
23893         Log: Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn().
23894              sprintf() or printf() will now croak if any of the indexes and
23895              widths specified in the format string are too large.
23896      Branch: perl
23897            ! pod/perldiag.pod sv.c t/op/sprintf.t t/op/sprintf2.t
23898 ____________________________________________________________________________
23899 [ 26338] By: rgs                                   on 2005/12/13  11:20:16
23900         Log: Subject: Re: check83.pl
23901              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23902              Date: Sun, 11 Dec 2005 07:19:58 -0800
23903              Message-ID: <20051211151958.GA6188@efn.org>
23904      Branch: perl
23905            ! Porting/check83.pl
23906 ____________________________________________________________________________
23907 [ 26337] By: steveh                                on 2005/12/13  09:41:29
23908         Log: Fix lib/File/Compare.t test failures on Win32
23909              
23910              Change 26225, updated by 26245, added a test for another filename with
23911              a trailing space but failed to open the new filehandle in binary mode
23912              
23913              To compound matters, creating a file called "foo " on Win32 "succeeds"
23914              but actually creates a file called just "foo", so we have actually
23915              overwritten the original file with this non-binary mode version, and
23916              hence some of the original tests started failing too!
23917              
23918              (And because of this the new test doesn't actually add anything new on
23919              Win32 at the moment, but right now I can't think of a filename that
23920              would have failed under 2-arg open but succeeds with 3-arg open, which
23921              was the purpose of this test)
23922      Branch: perl
23923            ! lib/File/Compare.t
23924 ____________________________________________________________________________
23925 [ 26336] By: steveh                                on 2005/12/13  08:54:45
23926         Log: Don't try to export Perl_pad_sv when it isn't defined
23927              
23928              Fixes a Win32 linker error in non-DEBUGGING builds following 26316
23929      Branch: perl
23930            ! makedef.pl
23931 ____________________________________________________________________________
23932 [ 26334] By: rgs                                   on 2005/12/12  16:03:00
23933         Log: A suggestion by Yamashina Hio to speed up substitutions
23934              with right-hand side expressions by freeing temporaries.
23935              See :
23936              
23937              Subject: s///ge; consumes PL_tmps_stack in its loop
23938              From: YAMASHINA Hio <hio@hio.jp>
23939              Date: Tue, 30 Aug 2005 17:17:23 +0900
23940              Message-Id: <20050830160113.9716.HIO@ymir.co.jp>
23941      Branch: perl
23942            ! pp_ctl.c
23943 ____________________________________________________________________________
23944 [ 26332] By: nicholas                              on 2005/12/12  15:24:06
23945         Log: Check that %v$foo does not crash.
23946      Branch: perl
23947            ! t/op/sprintf2.t
23948 ____________________________________________________________________________
23949 [ 26330] By: gisle                                 on 2005/12/12  13:55:14
23950         Log: Use load_module() instead of perl_eval_sv("require $mod") to
23951              load modules.  This is safer since $mod comes from an external
23952              source.
23953      Branch: perl
23954            ! ext/Storable/Storable.xs
23955 ____________________________________________________________________________
23956 [ 26329] By: stevep                                on 2005/12/12  13:21:03
23957         Log: Pod::Man's tests aren't Unicode friendly.  Let's skip the unfriendly
23958              test for now.
23959      Branch: perl
23960            ! lib/Pod/t/man.t
23961 ____________________________________________________________________________
23962 [ 26328] By: rgs                                   on 2005/12/12  13:18:21
23963         Log: Robin Houston points out a better way to replace
23964              the C<defined %foo::bar::> construct.
23965      Branch: perl
23966            ! pod/perl593delta.pod
23967 ____________________________________________________________________________
23968 [ 26327] By: gisle                                 on 2005/12/12  12:21:39
23969         Log: Oops, change 26326 broke t/run/switches.t
23970              Reverting change 24912 fixes it.
23971      Branch: perl
23972            ! t/run/switches.t
23973 ____________________________________________________________________________
23974 [ 26326] By: gisle                                 on 2005/12/12  10:41:04
23975         Log: Drop "v" prefix from sprintf("%vd", $^V).
23976              
23977              The sprintf documentation has this example:
23978              
23979              printf "version is v%vd\n", $^V;
23980              
23981              and it printed 'version is vv5.9.3\n'.
23982      Branch: perl
23983            ! sv.c t/op/sprintf.t
23984 ____________________________________________________________________________
23985 [ 26325] By: nicholas                              on 2005/12/11  22:37:40
23986         Log: Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889)
23987      Branch: perl
23988            ! sv.c t/uni/sprintf.t
23989 ____________________________________________________________________________
23990 [ 26324] By: nicholas                              on 2005/12/11  20:34:33
23991         Log: Move the rest of the data munging into the test preparation loop.
23992      Branch: perl
23993            ! t/op/sprintf.t
23994 ____________________________________________________________________________
23995 [ 26323] By: nicholas                              on 2005/12/11  19:49:53
23996         Log: Move the $data and $result munging into the test preparation loop.
23997      Branch: perl
23998            ! t/op/sprintf.t
23999 ____________________________________________________________________________
24000 [ 26321] By: gisle                                 on 2005/12/11  18:14:24
24001         Log: Disallow sprintf's vector handling for non-integer formats.
24002              Avoids core dump for printf("%vs") and similar.
24003      Branch: perl
24004            ! sv.c t/op/sprintf.t
24005 ____________________________________________________________________________
24006 [ 26320] By: nicholas                              on 2005/12/11  12:54:14
24007         Log: Quench the other 2 ways obscure ways of abusing positional parameters
24008              to generate bogus array indexes. These two are inside the vector
24009              formatting code.
24010      Branch: perl
24011            ! sv.c t/op/sprintf.t
24012 ____________________________________________________________________________
24013 [ 26319] By: nicholas                              on 2005/12/10  18:13:33
24014         Log: Re-instate the old perl getcwd as _perl_getcwd, and use it if loading
24015              the XS fails. (Needed to bootstrap the core build)
24016      Branch: perl
24017            ! lib/Cwd.pm
24018 ____________________________________________________________________________
24019 [ 26318] By: stevep                                on 2005/12/10  15:42:39
24020         Log: Upgrade to PathTools-3.14_01
24021      Branch: perl
24022            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm lib/File/Spec.pm
24023            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
24024            ! lib/File/Spec/t/Spec.t
24025 ____________________________________________________________________________
24026 [ 26317] By: stevep                                on 2005/12/10  15:21:37
24027         Log: Subject: [PATCH] Code tweaks in sv.c
24028              From: Andy Lester <andy@petdance.com>
24029              Date: Fri, 9 Dec 2005 11:09:21 -0600
24030              Message-ID: <20051209170921.GC16943@petdance.com>
24031              
24032              Includes a minor change the patch to account for code that moved
24033              elsewhere.
24034      Branch: perl
24035            ! sv.c
24036 ____________________________________________________________________________
24037 [ 26316] By: stevep                                on 2005/12/10  15:14:37
24038         Log: Subject: [PATCH] Excluding pad funcs when not debugging
24039              From: Andy Lester <andy@petdance.com>
24040              Date: Wed, 7 Dec 2005 21:58:05 -0600
24041              Message-ID: <20051208035805.GA23007@petdance.com>
24042      Branch: perl
24043            ! pad.c
24044 ____________________________________________________________________________
24045 [ 26315] By: nicholas                              on 2005/12/09  23:09:42
24046         Log: A better hash for PTR_TABLE_HASH (?)
24047      Branch: perl
24048            ! sv.c
24049 ____________________________________________________________________________
24050 [ 26314] By: craigb                                on 2005/12/09  21:13:50
24051         Log: Subject: patch@26310 - Major step for > 256 char paths on VMS
24052              From: "John E. Malmberg" <wb8tyw@qsl.net>
24053              Date: Fri, 09 Dec 2005 14:08:53 -0500
24054              Message-id: <4399D645.8070803@qsl.net>
24055      Branch: perl
24056            ! vms/vms.c
24057 ____________________________________________________________________________
24058 [ 26313] By: nicholas                              on 2005/12/09  19:18:32
24059         Log: An alternative way of structuring ptr_table_clear so that the variables
24060              can be assigned to at declaration time.
24061      Branch: perl
24062            ! sv.c
24063 ____________________________________________________________________________
24064 [ 26312] By: nicholas                              on 2005/12/09  18:46:17
24065         Log: A more efficient way to loop in ptr_table_clear
24066      Branch: perl
24067            ! sv.c
24068 ____________________________________________________________________________
24069 [ 26311] By: stevep                                on 2005/12/09  13:22:33
24070         Log: Subject: Re: Pod::Simple integration
24071              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
24072              Date: Fri, 09 Dec 2005 07:06:00 +0100
24073              Message-ID: <87k6ee7qk7.fsf@k75.linux.bogus>
24074              
24075              These files are still giving problems after attempting to convert
24076              them to text in p4.  The tests pass without them, so we'll remove them
24077              from the Perl distribution.
24078      Branch: perl
24079            - lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
24080            - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
24081            - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
24082            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
24083            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
24084            ! MANIFEST
24085 ____________________________________________________________________________
24086 [ 26310] By: stevep                                on 2005/12/09  03:39:17
24087         Log: Fixes compile errors introduce with change #26301 when compiling
24088              with ithreads and DEBUGGING.
24089      Branch: perl
24090            ! sv.c
24091 ____________________________________________________________________________
24092 [ 26309] By: stevep                                on 2005/12/09  02:07:32
24093         Log: Upgrade to Sys-Syslog-0.10
24094      Branch: perl
24095            + ext/Sys/Syslog/Changes ext/Sys/Syslog/README
24096            + ext/Sys/Syslog/fallback/const-c.inc
24097            + ext/Sys/Syslog/fallback/const-xs.inc
24098            + ext/Sys/Syslog/t/00-load.t ext/Sys/Syslog/t/constants.t
24099            + ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
24100            + ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
24101            + ext/Sys/Syslog/t/portfs.t
24102            ! MANIFEST ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
24103            ! ext/Sys/Syslog/t/syslog.t
24104 ____________________________________________________________________________
24105 [ 26308] By: stevep                                on 2005/12/09  01:41:44
24106         Log: Upgrade to CGI.pm-3.15
24107      Branch: perl
24108            ! lib/CGI.pm lib/CGI/Changes
24109 ____________________________________________________________________________
24110 [ 26307] By: stevep                                on 2005/12/08  19:40:33
24111         Log: Add pointer to Pod::Simple for the Pod -> HTML task.
24112      Branch: perl
24113            ! pod/perltodo.pod
24114 ____________________________________________________________________________
24115 [ 26306] By: stevep                                on 2005/12/08  19:21:25
24116         Log: One final Pod::Usage yak to shave...
24117      Branch: perl
24118            ! lib/Pod/Usage.pm
24119 ____________________________________________________________________________
24120 [ 26305] By: stevep                                on 2005/12/08  19:07:38
24121         Log: Version bump for Pod::Usage
24122      Branch: perl
24123            ! lib/Pod/Usage.pm
24124 ____________________________________________________________________________
24125 [ 26304] By: stevep                                on 2005/12/08  19:04:59
24126         Log: Further yak-shaving on Pod::Usage.  Now, t/pod/pod2usage2.t tests 
24127              pass.
24128      Branch: perl
24129            ! lib/Pod/Usage.pm t/pod/pod2usage2.t
24130 ____________________________________________________________________________
24131 [ 26303] By: stevep                                on 2005/12/08  15:53:36
24132         Log: Fix to Pod::Usage to work with all recent Pod::Text versions.  Also
24133              includes a change to the Pod::Usage test file for compatibility
24134              purposes.
24135      Branch: perl
24136            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
24137 ____________________________________________________________________________
24138 [ 26302] By: craigb                                on 2005/12/08  14:47:57
24139         Log: On VMS, do not use Perl's memory allocator for the home-grown pipe
24140              structures.  They may be allocated during start-up and are torn down
24141              in an exit handler, where thread context and other Perlish support
24142              are iffy.
24143      Branch: perl
24144            ! vms/vms.c
24145 ____________________________________________________________________________
24146 [ 26301] By: nicholas                              on 2005/12/08  14:06:37
24147         Log: Merge common code from ptr_table_fetch and ptr_table_store into
24148              S_ptr_table_find.
24149      Branch: perl
24150            ! sv.c
24151 ____________________________________________________________________________
24152 [ 26300] By: gisle                                 on 2005/12/08  09:56:22
24153         Log: Fixup the setsockopt usage message; missing OPTVAL.
24154      Branch: perl
24155            ! ext/IO/lib/IO/Socket.pm
24156 ____________________________________________________________________________
24157 [ 26299] By: gisle                                 on 2005/12/08  09:53:35
24158         Log: Improve the setsockopt description.
24159              Removed claim that OPTVAL might be undef as it is just treated
24160              the same as 0 and give the usual use-of-uninitialized-value
24161              warning.  Added an example.
24162      Branch: perl
24163            ! pod/perlfunc.pod
24164 ____________________________________________________________________________
24165 [ 26298] By: craigb                                on 2005/12/08  04:34:42
24166         Log: Subject: patch@26253 Allow embedded new lines passed through to commands
24167              From: "John E. Malmberg" <wb8tyw@qsl.net>
24168              Date: Wed, 07 Dec 2005 22:26:21 -0500
24169              Message-id: <4397A7DD.8030403@qsl.net>
24170      Branch: perl
24171            ! vms/vms.c
24172 ____________________________________________________________________________
24173 [ 26297] By: stevep                                on 2005/12/07  20:39:24
24174         Log: One quick fix to the test for differences in error output.
24175      Branch: perl
24176            ! lib/Pod/t/Usage.t
24177 ____________________________________________________________________________
24178 [ 26296] By: rgs                                   on 2005/12/07  15:46:46
24179         Log: Subject: [PATCH] All args in embed.fnc should be named
24180              From: Andy Lester <andy@petdance.com>
24181              Date: Wed, 7 Dec 2005 10:08:18 -0600
24182              Message-ID: <20051207160818.GA13465@petdance.com>
24183      Branch: perl
24184            ! embed.fnc embed.pl pod/perlapi.pod proto.h
24185 ____________________________________________________________________________
24186 [ 26295] By: rgs                                   on 2005/12/07  15:13:03
24187         Log: Don't build manpages for Encode and Unicode::Normalize
24188              (when compiling perl manpages are built afterwards, not
24189              by MakeMaker like when installing modules.) This fix a
24190              bootstrap problem (now that Pod::Man uses POSIX.)
24191      Branch: perl
24192            ! ext/Encode/Makefile.PL ext/Unicode/Normalize/Makefile.PL
24193 ____________________________________________________________________________
24194 [ 26294] By: rgs                                   on 2005/12/07  13:22:39
24195         Log: Check in those files as text, not binary
24196      Branch: perl
24197            ! lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
24198            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
24199            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
24200            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
24201            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
24202 ____________________________________________________________________________
24203 [ 26293] By: rgs                                   on 2005/12/07  13:01:00
24204         Log: Remove space
24205      Branch: perl
24206            ! MANIFEST
24207 ____________________________________________________________________________
24208 [ 26292] By: stevep                                on 2005/12/07  12:36:59
24209         Log: Upgrade to podlators-2.00
24210      Branch: perl
24211            + lib/Pod/t/color.t lib/Pod/t/termcap.t
24212            - lib/Pod/t/text-errors.t
24213            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
24214            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
24215            ! lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
24216            ! lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
24217            ! lib/Pod/t/basic.txt lib/Pod/t/man.t lib/Pod/t/text-options.t
24218            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
24219 ____________________________________________________________________________
24220 [ 26291] By: stevep                                on 2005/12/07  11:38:00
24221         Log: Assimilate Pod-Simple-3.03 to the Perl core
24222      Branch: perl
24223            + (add 170 files)
24224            ! MANIFEST Porting/Maintainers.pl
24225 ____________________________________________________________________________
24226 [ 26290] By: nicholas                              on 2005/12/07  08:53:03
24227         Log: Pull the regexp stringification code out into S_stringify_regexp, to
24228              make sv_2pv_flags clearer.
24229      Branch: perl
24230            ! sv.c
24231 ____________________________________________________________________________
24232 [ 26289] By: nicholas                              on 2005/12/07  08:30:26
24233         Log: 3 instances of SvIsUV_on(sv); can be replaced with one.
24234      Branch: perl
24235            ! sv.c
24236 ____________________________________________________________________________
24237 [ 26288] By: stevep                                on 2005/12/07  02:10:26
24238         Log: Upgrade to CGI-3.14.
24239              
24240              Mmm...pi.  Oh, also including some Pod fixes in bleadperl that haven't
24241              yet been applied to the actual CGI distribution yet.
24242      Branch: perl
24243            ! lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
24244 ____________________________________________________________________________
24245 [ 26287] By: nicholas                              on 2005/12/06  21:55:29
24246         Log: Add a ; that 26281 was lacking.
24247              (Dear Mark, please can I have back one of the two that I sent you after
24248              change 23614)
24249      Branch: perl
24250            ! util.c
24251 ____________________________________________________________________________
24252 [ 26286] By: nicholas                              on 2005/12/06  21:39:24
24253         Log: Move vast swathes of common code from sv_2iv_flags and sv_2uv_flags
24254              into S_sv_2iuv_common.
24255      Branch: perl
24256            ! sv.c
24257 ____________________________________________________________________________
24258 [ 26285] By: nicholas                              on 2005/12/06  19:41:43
24259         Log: The early return for SvIOKp(sv) in sv_2[iu]v_flags is actually code
24260              duplication.
24261      Branch: perl
24262            ! sv.c
24263 ____________________________________________________________________________
24264 [ 26281] By: rgs                                   on 2005/12/06  17:23:09
24265         Log: Subject: [PATCH] More consting, and putting stuff in embed.fnc
24266              From: Andy Lester <andy@petdance.com>
24267              Date: Mon, 5 Dec 2005 13:46:13 -0600
24268              Message-ID: <20051205194613.GB7791@petdance.com>
24269      Branch: perl
24270            ! deb.c doio.c dump.c embed.fnc embed.h hv.c hv.h locale.c mg.c
24271            ! op.c op.h pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
24272            ! proto.h regcomp.c sv.c taint.c toke.c utf8.c util.c
24273 ____________________________________________________________________________
24274 [ 26280] By: nicholas                              on 2005/12/06  16:53:46
24275         Log: Subject: Re: stringification of v-string references
24276              From: John Peacock <jpeacock@rowman.com>
24277              Message-ID: <439592B4.2050101@rowman.com>
24278              Date: Tue, 06 Dec 2005 08:31:32 -0500
24279      Branch: perl
24280            ! t/op/ref.t
24281 ____________________________________________________________________________
24282 [ 26279] By: gisle                                 on 2005/12/06  16:42:31
24283         Log: Fix typo spotted by Ronald J Kimball.
24284      Branch: perl
24285            ! ext/Sys/Syslog/Syslog.pm
24286 ____________________________________________________________________________
24287 [ 26278] By: rgs                                   on 2005/12/06  14:56:28
24288         Log: Subject: Re: Perl PR: "Security holes in Sys::Syslog"
24289              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
24290              Date: Tue, 6 Dec 2005 09:56:12 -0500
24291              Message-ID: <20051206145612.GA94530@penkwe.pair.com>
24292      Branch: perl
24293            ! ext/Sys/Syslog/Syslog.pm
24294 ____________________________________________________________________________
24295 [ 26277] By: gisle                                 on 2005/12/06  14:45:30
24296         Log: Document why syslog($priority, "%s", $message) is a good idea
24297              if the code might be running with older versions of Sys::Syslog.
24298      Branch: perl
24299            ! ext/Sys/Syslog/Syslog.pm
24300 ____________________________________________________________________________
24301 [ 26276] By: merijn                                on 2005/12/06  14:30:53
24302         Log: Itanium blade servers added to the model list
24303      Branch: perl
24304            ! README.hpux
24305 ____________________________________________________________________________
24306 [ 26275] By: nicholas                              on 2005/12/06  13:56:15
24307         Log: Don't use Copy for 1 and 2 character string constants.
24308      Branch: perl
24309            ! sv.c
24310 ____________________________________________________________________________
24311 [ 26274] By: nicholas                              on 2005/12/06  13:40:07
24312         Log: Eliminate an unneeded local variable.
24313      Branch: perl
24314            ! sv.c
24315 ____________________________________________________________________________
24316 [ 26273] By: nicholas                              on 2005/12/06  13:08:57
24317         Log: Eliminate all the gotos in sv_2pv_flags, by moving the tokensave*
24318              code into the GMAGIC block.
24319      Branch: perl
24320            ! sv.c
24321 ____________________________________________________________________________
24322 [ 26272] By: nicholas                              on 2005/12/06  12:19:23
24323         Log: sv_2pv_flags shouldn't return a constant string "NULLREF" - it was the
24324              only constant non-"" string returned.
24325      Branch: perl
24326            ! sv.c
24327 ____________________________________________________________________________
24328 [ 26271] By: nicholas                              on 2005/12/05  23:57:51
24329         Log: Make all the return statements closer to the final calcuation of the
24330              returned value in the reference stringification code. Pull variables
24331              into tigher scope which also allows some to become const.
24332      Branch: perl
24333            ! sv.c
24334 ____________________________________________________________________________
24335 [ 26270] By: nicholas                              on 2005/12/05  23:29:46
24336         Log: Move the scope of origsv inwards, and rename variables to avoid the
24337              need to re-assign to sv.
24338      Branch: perl
24339            ! sv.c
24340 ____________________________________________________________________________
24341 [ 26269] By: nicholas                              on 2005/12/05  23:12:33
24342         Log: Clone the brief return logic and thereby remove a goto.
24343      Branch: perl
24344            ! sv.c
24345 ____________________________________________________________________________
24346 [ 26268] By: nicholas                              on 2005/12/05  22:44:32
24347         Log: As they are now the same, can fold the entire switch statement for
24348              reference type in sv_2pv_flags into a call to sv_reftype.
24349      Branch: perl
24350            ! sv.c
24351 ____________________________________________________________________________
24352 [ 26267] By: nicholas                              on 2005/12/05  22:20:31
24353         Log: Untease the regexp stringification from the reference naming in
24354              sv_2pv_flags. (Lots of re-indentation, little real change)
24355      Branch: perl
24356            ! sv.c
24357 ____________________________________________________________________________
24358 [ 26266] By: nicholas                              on 2005/12/05  21:58:20
24359         Log: References to version objects should stringify as VSTRING. This makes
24360              stringification consistent with the output of ref().
24361      Branch: perl
24362            ! sv.c
24363 ____________________________________________________________________________
24364 [ 26265] By: nicholas                              on 2005/12/05  20:37:11
24365         Log: The extra return is actually a duplicated code path, and can go.
24366      Branch: perl
24367            ! sv.c
24368 ____________________________________________________________________________
24369 [ 26264] By: nicholas                              on 2005/12/05  20:09:23
24370         Log: Fix typo in description.
24371      Branch: perl
24372            ! MANIFEST
24373 ____________________________________________________________________________
24374 [ 26263] By: nicholas                              on 2005/12/05  19:56:43
24375         Log: Add ext/MIME/Base64/README to MANIFEST
24376      Branch: perl
24377            ! MANIFEST
24378 ____________________________________________________________________________
24379 [ 26262] By: stevep                                on 2005/12/05  16:35:14
24380         Log: Upgrade to MIME-Base64-3.07
24381      Branch: perl
24382            + ext/MIME/Base64/README
24383            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
24384            ! ext/MIME/Base64/QuotedPrint.pm
24385 ____________________________________________________________________________
24386 [ 26261] By: stevep                                on 2005/12/05  16:29:46
24387         Log: Upgrade to Digest-MD5-2.36
24388      Branch: perl
24389            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
24390            ! ext/Digest/MD5/README ext/Digest/MD5/t/files.t
24391 ____________________________________________________________________________
24392 [ 26260] By: stevep                                on 2005/12/05  16:20:17
24393         Log: Upgrade to CGI.pm-3.13
24394      Branch: perl
24395            + lib/CGI/t/no_tabindex.t
24396            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes
24397            ! lib/CGI/Cookie.pm lib/CGI/t/form.t
24398 ____________________________________________________________________________
24399 [ 26259] By: rgs                                   on 2005/12/05  16:19:35
24400         Log: "Malformed UTF-8 character" was a severe warning, and can now be
24401              also a fatal error (since change #26258)
24402      Branch: perl
24403            ! pod/perldiag.pod
24404 ____________________________________________________________________________
24405 [ 26258] By: rgs                                   on 2005/12/05  16:04:16
24406         Log: Subject: Re: [perl #37836] Simple Regex causes SEGV when run on specific data
24407              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24408              Date: Tue, 06 Dec 2005 00:35:52 +0900
24409              Message-Id: <20051206003221.5AD9.BQW10602@nifty.com>
24410      Branch: perl
24411            ! regexec.c
24412 ____________________________________________________________________________
24413 [ 26257] By: rgs                                   on 2005/12/05  15:25:00
24414         Log: Better variable names make code clearer
24415              
24416              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
24417              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24418              Date: Sun, 04 Dec 2005 16:24:29 +0900
24419              Message-Id: <20051204162412.D720.BQW10602@nifty.com>
24420      Branch: perl
24421            ! embed.fnc proto.h utf8.c
24422 ____________________________________________________________________________
24423 [ 26256] By: rgs                                   on 2005/12/05  15:20:32
24424         Log: Rework the error messages from the swashget code.
24425              
24426              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
24427              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24428              Date: Sun, 04 Dec 2005 16:24:59 +0900
24429              Message-Id: <20051204162431.D723.BQW10602@nifty.com>
24430      Branch: perl
24431            ! pod/perldiag.pod utf8.c
24432 ____________________________________________________________________________
24433 [ 26255] By: rgs                                   on 2005/12/05  15:15:53
24434         Log: Clarification and cleanup of the XS SWASHGET code
24435              
24436              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
24437              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24438              Date: Sun, 04 Dec 2005 16:28:35 +0900
24439              Message-Id: <20051204162508.D726.BQW10602@nifty.com>
24440      Branch: perl
24441            ! lib/utf8_heavy.pl regexec.c t/op/pat.t utf8.c
24442 ____________________________________________________________________________
24443 [ 26254] By: rgs                                   on 2005/12/05  09:58:02
24444         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gz
24445              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
24446              Date: Sat, 03 Dec 2005 12:24:05 +0100
24447              Message-ID: <87mzji8luy.fsf@k75.linux.bogus>
24448      Branch: perl
24449            ! lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
24450 ____________________________________________________________________________
24451 [ 26253] By: mhx                                   on 2005/12/04  19:37:58
24452         Log: NULL is a legal value for newXS()'s name parameter.
24453              (This caused strange build failures with gcc4 -O3)
24454      Branch: perl
24455            ! embed.fnc proto.h
24456 ____________________________________________________________________________
24457 [ 26252] By: stevep                                on 2005/12/04  15:30:55
24458         Log: Fix handling of author's names that had apostrophes.  Based on a patch
24459              by Sean O'Rourke <sorourke@cs.ucsd.edu> in RT bug #22950.
24460      Branch: perl
24461            ! utils/h2xs.PL
24462 ____________________________________________________________________________
24463 [ 26251] By: davem                                 on 2005/12/03  15:20:24
24464         Log: clarify description of vector (v) sprintf format modifier
24465      Branch: perl
24466            ! pod/perlfunc.pod
24467 ____________________________________________________________________________
24468 [ 26250] By: craigb                                on 2005/12/03  15:15:47
24469         Log: In vms/vms.c, don't use the thread-specific Newx() during
24470              startup before threads are initialized.  
24471      Branch: perl
24472            ! vms/vms.c
24473 ____________________________________________________________________________
24474 [ 26249] By: stevep                                on 2005/12/03  12:31:02
24475         Log: Update perlhack.pod with the updated, permanent ActiveState URLs
24476      Branch: perl
24477            ! pod/perlhack.pod
24478 ____________________________________________________________________________
24479 [ 26248] By: rgs                                   on 2005/12/03  12:16:54
24480         Log: Missing chunk in change #26247.
24481      Branch: perl
24482            ! ext/Sys/Syslog/Syslog.pm
24483 ____________________________________________________________________________
24484 [ 26247] By: rgs                                   on 2005/12/03  11:23:29
24485         Log: Sys::Syslog::syslog can accept a message without printf
24486              escapes and arguments.
24487              
24488              Subject: Re: Perl PR: "Security holes in Sys::Syslog"
24489              From: Gisle Aas <gisle@activestate.com>
24490              Date: 03 Dec 2005 03:35:32 -0800
24491              Message-ID: <lracfi2z23.fsf@caliper.activestate.com>
24492      Branch: perl
24493            ! ext/Sys/Syslog/Syslog.pm
24494 ____________________________________________________________________________
24495 [ 26246] By: stevep                                on 2005/12/03  03:30:00
24496         Log: Upgrade to version-0.50
24497      Branch: perl
24498            ! lib/version.pm lib/version.pod lib/version.t util.c
24499 ____________________________________________________________________________
24500 [ 26245] By: rgs                                   on 2005/12/02  23:00:55
24501         Log: Replace ^M by a space in test for bug #37716, to make
24502              Cygwin happy (found by Yitzchak)
24503      Branch: perl
24504            ! lib/File/Compare.t
24505 ____________________________________________________________________________
24506 [ 26244] By: nicholas                              on 2005/12/02  17:15:27
24507         Log: Address Hugo's comment on Dave's change (26240)
24508      Branch: perl
24509            ! sv.c
24510 ____________________________________________________________________________
24511 [ 26243] By: rgs                                   on 2005/12/02  10:37:05
24512         Log: Subject: Storable retrieve_lscalar fails for empty strings [PATCH]
24513              From: Gisle Aas <gisle@ActiveState.com>
24514              Date: 28 Nov 2005 04:48:18 -0800
24515              Message-ID: <lr3blhndkd.fsf@caliper.activestate.com>
24516              
24517              and
24518              Message-ID: <lrwtisn062.fsf@caliper.activestate.com>
24519      Branch: perl
24520            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
24521 ____________________________________________________________________________
24522 [ 26242] By: rgs                                   on 2005/12/02  09:26:48
24523         Log: Subject: [PATCH] Signs, signs, everywhere a sign
24524              From: Andy Lester <andy@petdance.com>
24525              Date: Thu, 1 Dec 2005 14:24:51 -0600
24526              Message-ID: <20051201202451.GI22713@petdance.com>
24527      Branch: perl
24528            ! pp_pack.c
24529 ____________________________________________________________________________
24530 [ 26241] By: stevep                                on 2005/12/01  20:27:34
24531         Log: Nit from change #26232 noticed by H. Merijn Brand
24532      Branch: perl
24533            ! pod/perlop.pod
24534 ____________________________________________________________________________
24535 [ 26240] By: davem                                 on 2005/12/01  16:40:29
24536         Log: sprintf %NNN$ check for large values wrapping to negative
24537      Branch: perl
24538            ! sv.c t/op/sprintf2.t
24539 ____________________________________________________________________________
24540 [ 26239] By: rgs                                   on 2005/12/01  15:40:11
24541         Log: Always define PL_memory_wrap, and use it for the new sprintf checks
24542      Branch: perl
24543            ! makedef.pl perl.h sv.c
24544 ____________________________________________________________________________
24545 [ 26238] By: rgs                                   on 2005/12/01  15:26:09
24546         Log: Missing #ifdef, noticed by Jan Dubois
24547      Branch: perl
24548            ! sv.c
24549 ____________________________________________________________________________
24550 [ 26237] By: rgs                                   on 2005/12/01  14:25:34
24551         Log: Subject: [PATCH] Re: Perl PR: "Security holes in Sys::Syslog"
24552              From: Gisle Aas <gisle@ActiveState.com>
24553              Date: 01 Dec 2005 06:20:14 -0800
24554              Message-ID: <lroe406grl.fsf_-_@caliper.activestate.com>
24555              
24556              Subject: [PATCH] Suppress "0b" prefix for sprintf("%#b", 0)
24557              From: Gisle Aas <gisle@ActiveState.com>
24558              Date: 01 Dec 2005 06:11:44 -0800
24559              Message-ID: <lrsltc6h5r.fsf_-_@caliper.activestate.com>
24560      Branch: perl
24561            ! sv.c t/op/sprintf.t
24562 ____________________________________________________________________________
24563 [ 26236] By: rgs                                   on 2005/12/01  11:52:24
24564         Log: Subject: [PATCH] Disable constant folding of sprintf
24565              From: Gisle Aas <gisle@ActiveState.com>
24566              Date: 01 Dec 2005 03:22:10 -0800
24567              Message-ID: <lr8xv56p0d.fsf_-_@caliper.activestate.com>
24568      Branch: perl
24569            ! op.c opcode.h opcode.pl t/lib/warnings/sv t/op/sprintf2.t
24570 ____________________________________________________________________________
24571 [ 26235] By: rgs                                   on 2005/12/01  09:26:01
24572         Log: Subject: [patch] Re: Perl PR: "Security holes in Sys::Syslog"
24573              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
24574              Date: Wed, 30 Nov 2005 20:17:31 -0800
24575              Message-ID: <438E795B.9060805@ActiveState.com>
24576      Branch: perl
24577            ! sv.c
24578 ____________________________________________________________________________
24579 [ 26234] By: rgs                                   on 2005/12/01  08:34:42
24580         Log: Revert change #26110 (already reverted in maintperl by change 26182)
24581      Branch: perl
24582            ! op.c
24583 ____________________________________________________________________________
24584 [ 26233] By: rgs                                   on 2005/11/30  21:15:21
24585         Log: Jan Dubois notices that sitecustomize.pl is to be found in sitelib,
24586              not siteperl
24587      Branch: perl
24588            ! pod/perlrun.pod
24589 ____________________________________________________________________________
24590 [ 26232] By: stevep                                on 2005/11/30  19:09:17
24591         Log: dor-assign (//=) was missing from perlop.pod
24592      Branch: perl
24593            ! pod/perlop.pod
24594 ____________________________________________________________________________
24595 [ 26231] By: rgs                                   on 2005/11/30  17:57:16
24596         Log: Subject: [PATCH] Remove redundant SvUTF8_on() calls
24597              From: Gisle Aas <gisle@ActiveState.com>
24598              Date: 30 Nov 2005 09:28:54 -0800
24599              Message-ID: <lrhd9uhwo9.fsf@caliper.activestate.com>
24600      Branch: perl
24601            ! pp.c sv.c
24602 ____________________________________________________________________________
24603 [ 26229] By: rgs                                   on 2005/11/30  14:29:23
24604         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
24605              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24606              Date: Sun, 27 Nov 2005 17:02:02 +0900
24607              Message-Id: <20051127170016.A786.BQW10602@nifty.com>
24608      Branch: perl
24609            ! embed.fnc embed.h lib/utf8_heavy.pl pod/perlapi.pod
24610            ! pod/perlintern.pod proto.h universal.c utf8.c utf8.h
24611            ! utfebcdic.h
24612 ____________________________________________________________________________
24613 [ 26228] By: nicholas                              on 2005/11/30  13:55:05
24614         Log: The regexp engine should check SV flags rather than SV type for
24615              determining if something is a reference, because under the debugger
24616              the value returned by the swash code is SVt_PVMG.
24617              Not doing this has the side effect of repeatedly reassigning the
24618              same array element, which causes destructors to fire on the reassignment
24619              which in turn causes &utf8::DESTROY to run outside of the pseudo-safety
24620              of save_re_context, which under the debugger involves re-entering the
24621              regexp engine, which causes corruption of the regexp engine's global
24622              state.
24623      Branch: perl
24624            ! regexec.c
24625 ____________________________________________________________________________
24626 [ 26227] By: rgs                                   on 2005/11/30  12:30:47
24627         Log: Fix B::Concise tests after change #26226
24628      Branch: perl
24629            ! ext/B/t/optree_varinit.t
24630 ____________________________________________________________________________
24631 [ 26226] By: rgs                                   on 2005/11/30  09:53:11
24632         Log: Revert change #22520 (optimise away my $foo = undef and similar
24633              constructs), in order to fix bug perl #37776
24634      Branch: perl
24635            ! op.c t/op/my.t
24636 ____________________________________________________________________________
24637 [ 26225] By: rgs                                   on 2005/11/29  17:40:16
24638         Log: Subject: Re: [perl #37716] Re: File::Compare broken for filenames with whitespace
24639              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
24640              Date: Tue, 29 Nov 2005 08:07:19 +0100
24641              Message-ID: <878xv89bko.fsf@k75.linux.bogus>
24642      Branch: perl
24643            ! lib/File/Compare.pm lib/File/Compare.t
24644 ____________________________________________________________________________
24645 [ 26224] By: stevep                                on 2005/11/29  12:36:46
24646         Log: Assimilate Pod-Escapes-1.04.  This is a prereq for Pod::Simple, 
24647              which is now a prereq for podlators.
24648      Branch: perl
24649            + lib/Pod/Escapes.pm lib/Pod/Escapes/ChangeLog
24650            + lib/Pod/Escapes/README lib/Pod/Escapes/t/01_about_verbose.t
24651            + lib/Pod/Escapes/t/10_main.t
24652            + lib/Pod/Escapes/t/15_name2charnum.t
24653            ! MANIFEST Porting/Maintainers.pl
24654 ____________________________________________________________________________
24655 [ 26223] By: rgs                                   on 2005/11/28  18:43:51
24656         Log: Typo fix, by Olivier Blin
24657      Branch: perl
24658            ! lib/Getopt/Long.pm
24659 ____________________________________________________________________________
24660 [ 26222] By: steveh                                on 2005/11/28  17:07:25
24661         Log: Fix ext/POSIX/t/time.t on Win32
24662              
24663              According to MSDN, "The string result produced by ctime contains
24664              exactly 26 characters and has the form: Wed Jan 02 02:03:55 1980\n\0"
24665              so we *do* want the leading zero on the day returned by strftime
24666      Branch: perl
24667            ! ext/POSIX/t/time.t
24668 ____________________________________________________________________________
24669 [ 26221] By: stevep                                on 2005/11/28  14:11:23
24670         Log: Mac OS X/Darwin seems to have problems with tzname().
24671      Branch: perl
24672            ! ext/POSIX/t/time.t
24673 ____________________________________________________________________________
24674 [ 26220] By: rgs                                   on 2005/11/28  11:00:37
24675         Log: FAQ sync.
24676      Branch: perl
24677            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
24678            ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq9.pod
24679 ____________________________________________________________________________
24680 [ 26219] By: stevep                                on 2005/11/28  02:48:18
24681         Log: Subject: [PATCH] Math::Trig: blead and maint (doc patch only): s/Bay/Gulf/ and do away with bad quotes
24682              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
24683              Date: Sun, 27 Nov 2005 23:04:31 +0200 (EET)
24684              Message-Id: <20051127210431.F1D2C6CF55@ugli.hut.fi>
24685      Branch: perl
24686            ! lib/Math/Trig.pm
24687 ____________________________________________________________________________
24688 [ 26218] By: stevep                                on 2005/11/28  02:34:49
24689         Log: Mention of possible use of a scalar variable on the rhs of an arrow "->" 
24690              operator added to close two tickets.
24691      Branch: perl
24692            ! pod/perlobj.pod
24693 ____________________________________________________________________________
24694 [ 26217] By: rgs                                   on 2005/11/27  23:18:38
24695         Log: Don't let MakeMaker install doc for MIME::Base64
24696              (since installpod does it already)
24697      Branch: perl
24698            ! ext/MIME/Base64/Makefile.PL
24699 ____________________________________________________________________________
24700 [ 26216] By: rgs                                   on 2005/11/27  22:42:42
24701         Log: Upgrade to Getopt::Long 2.34_04
24702      Branch: perl
24703            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
24704            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
24705            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
24706            ! lib/Getopt/Long/t/gol-oo.t
24707 ____________________________________________________________________________
24708 [ 26215] By: rgs                                   on 2005/11/27  21:43:17
24709         Log: Subject: [PATCH] fix wrong pool error in cygwin build
24710              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
24711              Date: Nov 27, 2005 9:29 AM
24712              Message-ID: <20051127082918.GA2556@efn.org>
24713      Branch: perl
24714            ! cygwin/cygwin.c
24715 ____________________________________________________________________________
24716 [ 26214] By: stevep                                on 2005/11/27  02:35:25
24717         Log: Upgrade to MIME-Base64-3.06
24718      Branch: perl
24719            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
24720            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
24721            ! ext/MIME/Base64/QuotedPrint.pm
24722 ____________________________________________________________________________
24723 [ 26213] By: stevep                                on 2005/11/26  12:48:42
24724         Log: Deal with differences in what clock() does between POSIX and BSD.
24725      Branch: perl
24726            ! ext/POSIX/t/time.t
24727 ____________________________________________________________________________
24728 [ 26212] By: stevep                                on 2005/11/26  12:04:00
24729         Log: Upgrade to Scalar-List-Utils-1.18
24730      Branch: perl
24731            + ext/List/Util/t/00version.t
24732            ! MANIFEST ext/List/Util/Changes
24733 ____________________________________________________________________________
24734 [ 26211] By: stevep                                on 2005/11/26  11:50:17
24735         Log: Upgrade to Digest-MD5-2.35
24736      Branch: perl
24737            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
24738            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
24739            ! ext/Digest/MD5/t/files.t
24740 ____________________________________________________________________________
24741 [ 26210] By: stevep                                on 2005/11/26  11:40:57
24742         Log: Actually update one of the files from the previous change.
24743      Branch: perl
24744            ! lib/Digest.pm
24745 ____________________________________________________________________________
24746 [ 26209] By: stevep                                on 2005/11/26  11:38:02
24747         Log: Upgrade to Digest-1.14
24748      Branch: perl
24749            ! lib/Digest.pm lib/Digest/Changes
24750 ____________________________________________________________________________
24751 [ 26208] By: stevep                                on 2005/11/26  02:56:26
24752         Log: Just be explicit about $TZ.  
24753      Branch: perl
24754            ! ext/POSIX/t/time.t
24755 ____________________________________________________________________________
24756 [ 26207] By: stevep                                on 2005/11/26  02:32:10
24757         Log: Hmmm...strftime() does work on Win32, but tzset() is having problems
24758              on OpenBSD.
24759      Branch: perl
24760            ! ext/POSIX/t/time.t
24761 ____________________________________________________________________________
24762 [ 26206] By: stevep                                on 2005/11/26  01:31:24
24763         Log: Additional tests for B and POSIX.  The POSIX ones concern me a bit,
24764              but I don't expect any black smokes because of testing on OpenBSD,
24765              Linux, Win32, an Cygwin.
24766      Branch: perl
24767            + ext/POSIX/t/time.t
24768            ! MANIFEST ext/B/t/b.t
24769 ____________________________________________________________________________
24770 [ 26205] By: nicholas                              on 2005/11/25  15:12:02
24771         Log: Move report_uninit() and its static supporting functions to the end of
24772              sv.c, so that they are not sandwiched between the two halves of the
24773              SV allocation code. However, the diff looks far more evil than it
24774              should given that this is just moving a single albeit large hunk.
24775      Branch: perl
24776            ! sv.c
24777 ____________________________________________________________________________
24778 [ 26204] By: rgs                                   on 2005/11/25  12:40:34
24779         Log: Subject: [PATCH] perlpod documentation discrepancy in 5.8.6 ( and maybe later? )
24780              From: demerphq <demerphq@gmail.com>
24781              Date: Fri, 25 Nov 2005 13:57:38 +0100
24782              Message-ID: <9b18b3110511250457k6c196c4fu167badd045c2d9e6@mail.gmail.com>
24783      Branch: perl
24784            ! pod/perlpod.pod
24785 ____________________________________________________________________________
24786 [ 26203] By: rgs                                   on 2005/11/24  16:09:48
24787         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
24788              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24789              Date: Fri, 25 Nov 2005 00:19:35 +0900
24790              Message-Id: <20051125001031.24E3.BQW10602@nifty.com>
24791              
24792              Date: Fri, 25 Nov 2005 01:18:17 +0900
24793              Message-Id: <20051125011410.24E9.BQW10602@nifty.com>
24794      Branch: perl
24795            ! universal.c utf8.c
24796 ____________________________________________________________________________
24797 [ 26202] By: rgs                                   on 2005/11/24  15:38:05
24798         Log: Document new perldoc -L switch
24799              
24800              Subject: Re: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
24801              From: Enrico Sorcinelli <bepi@perl.it>
24802              Date: Thu, 24 Nov 2005 16:04:03 +0100
24803              Message-Id: <20051124160403.568a194b.bepi@perl.it>
24804      Branch: perl
24805            ! pod/perldoc.pod
24806 ____________________________________________________________________________
24807 [ 26201] By: rgs                                   on 2005/11/24  08:52:35
24808         Log: Delete a README made redundant by change 26200.
24809      Branch: perl
24810            - wince/README.perlce
24811 ____________________________________________________________________________
24812 [ 26200] By: rgs                                   on 2005/11/23  20:45:44
24813         Log: Subject: [PATCH @26198] perlce touches
24814              From: Konovalov, Vadim <vkonovalov@spb.lucent.com>
24815              Date: Nov 23, 2005 8:55 PM
24816              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DDC3@itotest-1.spb.lucent.com>
24817      Branch: perl
24818            ! INSTALL MANIFEST README.ce makedef.pl wince/Makefile.ce
24819            ! wince/wince.c
24820 ____________________________________________________________________________
24821 [ 26199] By: rgs                                   on 2005/11/23  15:34:54
24822         Log: Subject: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
24823              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24824              Date: Wed, 23 Nov 2005 17:57:34 +0900
24825              Message-Id: <20051123175603.FFD5.BQW10602@nifty.com>
24826              
24827              And :
24828              Message-Id: <20051123202935.4D9D.BQW10602@nifty.com>
24829              
24830              with some nits to use U8 instead of char more consistently
24831      Branch: perl
24832            ! lib/utf8_heavy.pl t/op/pat.t universal.c utf8.c
24833 ____________________________________________________________________________
24834 [ 26198] By: rgs                                   on 2005/11/22  21:24:19
24835         Log: Notes in perlstyle about POD formatting, by Sébastien
24836              Aperghis-Tramoni, with nits by chromatic and Randy W. Sims.
24837      Branch: perl
24838            ! pod/perlstyle.pod
24839 ____________________________________________________________________________
24840 [ 26197] By: nicholas                              on 2005/11/22  20:23:34
24841         Log: Note the URL describing the vast riches awaiting us.
24842      Branch: perl
24843            ! t/lib/1_compile.t
24844 ____________________________________________________________________________
24845 [ 26196] By: davem                                 on 2005/11/22  16:52:24
24846         Log: include PERL_TRACK_MEMPOOL in perl -V output
24847      Branch: perl
24848            ! perl.c
24849 ____________________________________________________________________________
24850 [ 26195] By: davem                                 on 2005/11/22  16:32:42
24851         Log: perl segfaults on reversed array reference
24852              
24853              The 'for (reverse @a)' optimisation got its index wrong when
24854              create LVALUE SVs for undef elements
24855      Branch: perl
24856            ! pp_ctl.c pp_hot.c t/op/loopctl.t
24857 ____________________________________________________________________________
24858 [ 26194] By: rgs                                   on 2005/11/22  16:16:00
24859         Log: Subject: [DOC PATCH] Sort subs *can* now be recursive
24860              From: Robin Houston <robin@cpan.org>
24861              Date: Tue, 22 Nov 2005 13:28:17 +0000
24862              Message-ID: <20051122132817.GA20895@rpc142.cs.man.ac.uk>
24863      Branch: perl
24864            ! pod/perlfunc.pod
24865 ____________________________________________________________________________
24866 [ 26193] By: rgs                                   on 2005/11/22  16:10:00
24867         Log: Use the system's free to dealloc a PV allocated by the system
24868              (more precisely by libgdbm.) See :
24869              
24870              Subject: GDBM_file realloc failures
24871              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
24872              Date: Mon, 21 Nov 2005 18:22:00 +0100
24873              Message-ID: <20051121182200.0b3d2454@grubert.mandrakesoft.com>
24874      Branch: perl
24875            ! ext/GDBM_File/GDBM_File.xs
24876 ____________________________________________________________________________
24877 [ 26192] By: rgs                                   on 2005/11/22  15:54:16
24878         Log: Subject: Re: [PATCH] concat interacts badly with magic
24879              From: Robin Houston <robin@cpan.org>
24880              Date: Tue, 22 Nov 2005 14:07:27 +0000
24881              Message-ID: <20051122140727.GA29861@rpc142.cs.man.ac.uk>
24882              
24883              (new version of patch for bug #37722)
24884      Branch: perl
24885            ! pp_hot.c t/lib/warnings/9uninit t/lib/warnings/pp_hot
24886            ! t/op/tie.t
24887 ____________________________________________________________________________
24888 [ 26191] By: rgs                                   on 2005/11/22  14:16:05
24889         Log: Subject: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
24890              From: Enrico Sorcinelli <bepi@perl.it>
24891              Date: Sun, 20 Nov 2005 10:20:51 +0100
24892              Message-Id: <20051120102051.23ef095d.bepi@perl.it>
24893              
24894              Also, bump version number of Perldoc.
24895      Branch: perl
24896            ! lib/Pod/Perldoc.pm
24897 ____________________________________________________________________________
24898 [ 26190] By: rgs                                   on 2005/11/22  11:29:03
24899         Log: Revert change #26185, which could have some unwanted side-effects.
24900              (lib/warnings.t had failures due to this patch.)
24901              Moreover Dave Mitchell correctly pointed out that [perl #37722]
24902              wasn't really a bug.
24903      Branch: perl
24904            ! pp_hot.c t/op/tie.t
24905 ____________________________________________________________________________
24906 [ 26189] By: merijn                                on 2005/11/22  06:33:05
24907         Log: Subject: RE: [perl #37708] [PATCH] wrong IP_ constants on Win32 
24908              From: "Jan Dubois" <jand@ActiveState.com>
24909              Date: Mon, 21 Nov 2005 21:35:51 -0800
24910              Message-ID: <062401c5ef26$99b3a490$2217a8c0@candy>
24911      Branch: perl
24912            ! win32/include/sys/socket.h
24913 ____________________________________________________________________________
24914 [ 26188] By: stevep                                on 2005/11/22  03:41:17
24915         Log: Subject: [PATCH] ff_chop.patch redux
24916              From: Andy Lester <andy@petdance.com>
24917              Date: Mon, 21 Nov 2005 21:16:14 -0600
24918              Message-ID: <20051122031614.GB19424@petdance.com>
24919      Branch: perl
24920            ! pp_ctl.c
24921 ____________________________________________________________________________
24922 [ 26187] By: stevep                                on 2005/11/22  03:37:30
24923         Log: Subject: patch@26180 - t/op/pat.t : Can't reset %ENV on VMS
24924              From: "John E. Malmberg" <wb8tyw@qsl.net>
24925              Date: Mon, 21 Nov 2005 22:09:17 -0500
24926              Message-ID: <43828BDD.7080302@qsl.net>
24927      Branch: perl
24928            ! t/op/pat.t
24929 ____________________________________________________________________________
24930 [ 26186] By: stevep                                on 2005/11/22  03:32:04
24931         Log: Subject: patch@26180 - t/op/array.t : Can't reset %ENV on VMS
24932              From: "John E. Malmberg" <wb8tyw@qsl.net>
24933              Date: Mon, 21 Nov 2005 21:19:31 -0500
24934              Message-ID: <43828033.9040708@qsl.net>
24935      Branch: perl
24936            ! t/op/array.t
24937 ____________________________________________________________________________
24938 [ 26185] By: rgs                                   on 2005/11/21  17:19:34
24939         Log: Subject: [PATCH] concat interacts badly with magic
24940              From: Robin Houston <robin@cpan.org>
24941              Date: Mon, 21 Nov 2005 17:03:39 +0000
24942              Message-ID: <20051121170339.GA8214@rpc142.cs.man.ac.uk>
24943      Branch: perl
24944            ! pp_hot.c t/op/tie.t
24945 ____________________________________________________________________________
24946 [ 26184] By: nicholas                              on 2005/11/21  14:18:03
24947         Log: Flip the sign of the value in body details offset, and change its type
24948              to size_t.
24949      Branch: perl
24950            ! sv.c
24951 ____________________________________________________________________________
24952 [ 26183] By: merijn                                on 2005/11/21  14:11:28
24953         Log: Thread failures on AIX (and others) caused by interleaved output
24954              
24955              Subject: Smoke [5.9.3] 26168 FAIL(X) AIX 4.3.3.0/ML11 (PPC/1 cpu)
24956              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
24957              Date: Sun, 20 Nov 2005 14:36 +0100
24958              Message-Id: <200511201337.jAKDbc1O066213@smtp-vbr6.xs4all.nl>
24959      Branch: perl
24960            ! t/op/threads.t
24961 ____________________________________________________________________________
24962 [ 26181] By: rgs                                   on 2005/11/21  08:58:59
24963         Log: Upgrade to Time::HiRes 1.83
24964      Branch: perl
24965            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
24966            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
24967 ____________________________________________________________________________
24968 [ 26180] By: nicholas                              on 2005/11/20  20:39:50
24969         Log: Eliminate two more strlen()s, by using the return value of sprintf().
24970      Branch: perl
24971            ! pp_ctl.c
24972 ____________________________________________________________________________
24973 [ 26179] By: rgs                                   on 2005/11/20  12:10:15
24974         Log: Declarations must come first, or some compilers aren't happy.
24975              (spotted by Jarkko)
24976      Branch: perl
24977            ! ext/B/B.xs
24978 ____________________________________________________________________________
24979 [ 26178] By: stevep                                on 2005/11/20  02:41:01
24980         Log: Subject: [PATCH] Pulling ancient RCS comments
24981              From: Andy Lester <andy@petdance.com>
24982              Date: Sat, 19 Nov 2005 00:16:39 -0600
24983              Message-ID: <20051119061639.GA25086@petdance.com>
24984      Branch: perl
24985            ! lib/AnyDBM_File.t lib/importenv.pl lib/stat.pl lib/validate.pl
24986            ! t/base/cond.t t/base/if.t t/base/pat.t t/base/term.t
24987            ! t/cmd/elsif.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
24988            ! t/comp/cmdopt.t t/comp/cpp.t t/comp/decl.t t/io/inplace.t
24989            ! t/io/read.t t/io/tell.t t/op/append.t t/op/auto.t t/op/cond.t
24990            ! t/op/do.t t/op/flip.t t/op/goto_xs.t t/op/my.t t/op/push.t
24991            ! t/op/read.t t/op/time.t t/op/unshift.t
24992 ____________________________________________________________________________
24993 [ 26177] By: stevep                                on 2005/11/20  02:31:10
24994         Log: Subject: Reworked PERL_TRACK_MEMPOOL patch
24995              From: "Jan Dubois" <jand@ActiveState.com>
24996              Date: Fri, 18 Nov 2005 11:38:24 -0800
24997              Message-ID: <003601c5ec77$a45eb260$2217a8c0@candy>
24998      Branch: perl
24999            ! perl.h util.c
25000 ____________________________________________________________________________
25001 [ 26176] By: stevep                                on 2005/11/19  19:14:42
25002         Log: Down with "warning: code has no effect"
25003      Branch: perl
25004            ! XSUB.h
25005 ____________________________________________________________________________
25006 [ 26175] By: stevep                                on 2005/11/19  18:06:14
25007         Log: Cleaning up some warnings generated by "gcc -W"
25008      Branch: perl
25009            ! deb.c ext/B/B.xs ext/Data/Dumper/Dumper.xs
25010            ! ext/PerlIO/encoding/encoding.xs mg.c op.c regcomp.c scope.c
25011 ____________________________________________________________________________
25012 [ 26174] By: stevep                                on 2005/11/19  13:46:27
25013         Log: Upgrade to PathTools-3.14
25014      Branch: perl
25015            + lib/File/Spec/t/tmpdir.t
25016            ! MANIFEST ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
25017            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
25018            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
25019            ! lib/File/Spec/t/Spec.t
25020 ____________________________________________________________________________
25021 [ 26173] By: nicholas                              on 2005/11/19  11:21:15
25022         Log: Norman observed that a couple of macros could make the body defintion
25023              table a lot more readable.
25024      Branch: perl
25025            ! sv.c
25026 ____________________________________________________________________________
25027 [ 26172] By: nicholas                              on 2005/11/19  00:50:33
25028         Log: With -DPURFIY we change the flags so that everything is allocated
25029              directly. (Don't use arenas at all.) This seems a rather elegant way
25030              to simplify some of the code in sv.c by removing conditional
25031              compilation.
25032      Branch: perl
25033            ! sv.c
25034 ____________________________________________________________________________
25035 [ 26171] By: nicholas                              on 2005/11/19  00:21:58
25036         Log: Map the HE arena onto SV type 0 (SVt_NULL).
25037              Abolish PL_he_root and PL_he_arenaroot.
25038      Branch: perl
25039            ! embedvar.h ext/XS/APItest/APItest.xs hv.c intrpvar.h perlapi.h
25040            ! sv.c sv.h
25041 ____________________________________________________________________________
25042 [ 26170] By: nicholas                              on 2005/11/18  23:44:32
25043         Log: Remove all the now unused new_XFOO()/del_XFOO() macros
25044      Branch: perl
25045            ! sv.c
25046 ____________________________________________________________________________
25047 [ 26169] By: nicholas                              on 2005/11/18  23:28:59
25048         Log: sv_clear can manipulate the arena array directly too.
25049              Also, I think that we may have been "leaking" NV bodies in blead since
25050              25051. Oops. (Will not have been detectable except with -DPURIFY as
25051              the leak is not returning them as free to the arena)
25052      Branch: perl
25053            ! sv.c
25054 ____________________________________________________________________________
25055 [ 26168] By: nicholas                              on 2005/11/18  21:25:23
25056         Log: We only need to zero new bodies for upgrades. sv_dup doesn't need to
25057              zero as it's copying over the same sized structure. So change
25058              new_NOARENA to malloc(), and add new_NOARENAZ() to calloc()
25059      Branch: perl
25060            ! sv.c
25061 ____________________________________________________________________________
25062 [ 26167] By: nicholas                              on 2005/11/18  21:02:34
25063         Log: Merge the arms of the switch. The decision about what comes from an
25064              arena and what comes from malloc is now solely in the table.
25065      Branch: perl
25066            ! sv.c
25067 ____________________________________________________________________________
25068 [ 26166] By: nicholas                              on 2005/11/18  20:38:26
25069         Log: Eliminate new_body_length from sv_dup. Replace SvTYPE(sstr) with
25070              sv_type, which is a constant variable with the same value.
25071      Branch: perl
25072            ! sv.c
25073 ____________________________________________________________________________
25074 [ 26165] By: nicholas                              on 2005/11/18  19:50:24
25075         Log: Eliminate new_body_offset from sv_dup()
25076      Branch: perl
25077            ! sv.c
25078 ____________________________________________________________________________
25079 [ 26164] By: nicholas                              on 2005/11/18  17:37:39
25080         Log: Merge the last remaining case duplication in sv_upgrade
25081      Branch: perl
25082            ! sv.c
25083 ____________________________________________________________________________
25084 [ 26163] By: nicholas                              on 2005/11/18  16:18:38
25085         Log: Eliminate new_body_length from sv_upgrade
25086      Branch: perl
25087            ! sv.c
25088 ____________________________________________________________________________
25089 [ 26162] By: nicholas                              on 2005/11/18  15:51:10
25090         Log: Eliminate new_body_offset from sv_upgrade
25091      Branch: perl
25092            ! sv.c
25093 ____________________________________________________________________________
25094 [ 26161] By: nicholas                              on 2005/11/18  15:03:01
25095         Log: new_body_inline doesn't need to be passed the root, as it's already
25096              inferring the arenaroot directly from the passed-in type.
25097      Branch: perl
25098            ! sv.c
25099 ____________________________________________________________________________
25100 [ 26160] By: rgs                                   on 2005/11/18  12:40:16
25101         Log: Tabs are still required in the MANIFEST
25102      Branch: perl
25103            ! MANIFEST
25104 ____________________________________________________________________________
25105 [ 26159] By: nicholas                              on 2005/11/18  12:06:06
25106         Log: Add a flag to the body details of which types come from arenas.
25107              Update the allocation information for all the types.
25108              Add a new macro new_NOARENA() for allocating the non-arena types.
25109              Use calloc rather than malloc for the new_NOARENA so that the Zero()
25110              can be skipped.
25111      Branch: perl
25112            ! sv.c
25113 ____________________________________________________________________________
25114 [ 26158] By: nicholas                              on 2005/11/18  11:20:10
25115         Log: Simplify the expression for the upgrade logic for SVt_IV.
25116              Replace the "can't happen" comment for SVt_PVIV with assertions
25117              that it didn't happen.
25118      Branch: perl
25119            ! sv.c
25120 ____________________________________________________________________________
25121 [ 26157] By: stevep                                on 2005/11/18  11:07:34
25122         Log: Adding README.linux to the MANIFEST
25123      Branch: perl
25124            ! MANIFEST
25125 ____________________________________________________________________________
25126 [ 26156] By: nicholas                              on 2005/11/18  10:30:12
25127         Log: const and static for the const static private table.
25128              Replace the "upgrade" special case for SVt_PV with assertions as it's
25129              not been needed since we forced *up*grades.
25130      Branch: perl
25131            ! sv.c
25132 ____________________________________________________________________________
25133 [ 26155] By: nicholas                              on 2005/11/18  10:13:31
25134         Log: Rename sv_upgrade's parameter mt to new_type.
25135      Branch: perl
25136            ! sv.c
25137 ____________________________________________________________________________
25138 [ 26154] By: rgs                                   on 2005/11/18  08:30:18
25139         Log: Subject: Dumpvalue doc patch
25140              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
25141              Date: Fri, 18 Nov 2005 03:42:52 +0100
25142              Message-ID: <87br0ibrrn.fsf@k75.linux.bogus>
25143      Branch: perl
25144            ! lib/Dumpvalue.pm
25145 ____________________________________________________________________________
25146 [ 26153] By: stevep                                on 2005/11/18  00:54:53
25147         Log: Initial, albeit hackish, support for the alpha version of Sun Studio
25148              compilers of Linux.
25149      Branch: perl
25150            + README.linux
25151            ! hints/linux.sh
25152 ____________________________________________________________________________
25153 [ 26152] By: nicholas                              on 2005/11/17  23:27:59
25154         Log: All that can be in the first switch statement of sv_upgrade is now
25155              table driven. The shrinking continues on the morrow.
25156      Branch: perl
25157            ! sv.c
25158 ____________________________________________________________________________
25159 [ 26151] By: nicholas                              on 2005/11/17  22:50:07
25160         Log: "Can you see what it is yet?"
25161              Next steps towards making as much as possible table driven.
25162      Branch: perl
25163            ! sv.c
25164 ____________________________________________________________________________
25165 [ 26150] By: nicholas                              on 2005/11/17  21:58:58
25166         Log: Add the size of the structure to copy as a field in the per type
25167              data table.
25168      Branch: perl
25169            ! sv.c
25170 ____________________________________________________________________________
25171 [ 26149] By: nicholas                              on 2005/11/17  16:33:05
25172         Log: Merge sizeof_body_by_svtype and offset_by_svtype into a single array
25173              of structures.
25174      Branch: perl
25175            ! sv.c
25176 ____________________________________________________________________________
25177 [ 26148] By: nicholas                              on 2005/11/17  14:36:39
25178         Log: Move the location of the definition of the arena slot used for pte
25179              into sv.h, to keep it in one central place.
25180              Change it to use SVt_RV. (Having SVt_IV for real use will be useful.
25181              SVt_RV has no body, and doesn't pretend to have one, so it is spare.)
25182      Branch: perl
25183            ! sv.c sv.h
25184 ____________________________________________________________________________
25185 [ 26147] By: rgs                                   on 2005/11/17  14:09:10
25186         Log: Subject: [PATCH] Sort subs now in embed.fnc
25187              From: Andy Lester <andy@petdance.com>
25188              Date: Thu, 17 Nov 2005 07:53:38 -0600
25189              Message-ID: <20051117135338.GA31715@petdance.com>
25190      Branch: perl
25191            ! embed.fnc embed.h pp_sort.c proto.h
25192 ____________________________________________________________________________
25193 [ 26146] By: nicholas                              on 2005/11/17  13:51:01
25194         Log: s/SvTYPE(sv)/old_type/ in sv_upgrade because we already have that value
25195              in that variable.
25196              Don't compile S_new_body with -DPURIFY
25197      Branch: perl
25198            ! sv.c
25199 ____________________________________________________________________________
25200 [ 26145] By: rgs                                   on 2005/11/17  09:06:33
25201         Log: It's clearer to use "morphing" than "polymorphing" when
25202              describing what exec() does
25203      Branch: perl
25204            ! pod/perlmod.pod
25205 ____________________________________________________________________________
25206 [ 26144] By: stevep                                on 2005/11/17  00:18:31
25207         Log: Subject: [perl #37694] segfault with PerlIO::get_layers()
25208              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
25209              Date: Wed, 16 Nov 2005 07:11:41 -0800
25210              Message-ID: <rt-3.0.11-37694-124556.15.9755707729767@perl.org>
25211      Branch: perl
25212            ! universal.c
25213 ____________________________________________________________________________
25214 [ 26143] By: nicholas                              on 2005/11/16  23:40:55
25215         Log: Oi gcc, No! sizeof(void) is an error. *Not* 1.
25216              Wanting sizeof(void) isn't even a compilation error with -ansi
25217              -pedantic. Just a warning. Lame! I'm going to send it back for a full
25218              refund. Hateful software.
25219      Branch: perl
25220            ! sv.c
25221 ____________________________________________________________________________
25222 [ 26142] By: nicholas                              on 2005/11/16  20:18:58
25223         Log: PL_pte_root and PL_pte_arenaroot can be exterminated. Which reveals
25224              an erroneous remaining reference to PL_pte_root to correct.
25225      Branch: perl
25226            ! embedvar.h intrpvar.h perlapi.h sv.c
25227 ____________________________________________________________________________
25228 [ 26141] By: nicholas                              on 2005/11/16  19:26:17
25229         Log: Subject: Re: eliminate discreet arenaroots
25230              From: Jim Cromie <jim.cromie@gmail.com>
25231              Message-ID: <4378E5B0.3010708@gmail.com>
25232              Date: Mon, 14 Nov 2005 12:29:52 -0700
25233      Branch: perl
25234            ! embedvar.h intrpvar.h perlapi.h sv.c sv.h
25235 ____________________________________________________________________________
25236 [ 26140] By: merijn                                on 2005/11/16  19:26:13
25237         Log: Subject: [PATCH @26137] for wince
25238              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
25239              Date: Wed, 16 Nov 2005 20:57:13 +0300
25240              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC9F@itotest-1.spb.lucent.com>
25241      Branch: perl
25242            ! makedef.pl wince/Makefile.ce wince/config.ce wince/config_H.ce
25243            ! wince/wince.c
25244 ____________________________________________________________________________
25245 [ 26137] By: rgs                                   on 2005/11/16  15:06:10
25246         Log: Subject: Re: [perl #37688] Unexpected regex failure. 
25247              From: hv@crypt.org
25248              Date: Wed, 16 Nov 2005 14:54:55 +0000
25249              Message-Id: <200511161454.jAGEst117787@zen.crypt.org>
25250      Branch: perl
25251            ! regexec.c t/op/re_tests
25252 ____________________________________________________________________________
25253 [ 26136] By: rgs                                   on 2005/11/15  16:33:02
25254         Log: Subject: Re: [perl #37616] Bug in &= (string) and/or m//
25255              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25256              Date: Wed, 09 Nov 2005 02:12:00 +0900
25257              Message-Id: <20051109021035.69D8.BQW10602@nifty.com>
25258      Branch: perl
25259            ! doop.c t/op/bop.t
25260 ____________________________________________________________________________
25261 [ 26135] By: rgs                                   on 2005/11/15  13:30:00
25262         Log: Subject: [PATCH] Re: Cygwin status, maint and blead
25263              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25264              Date: Sun, 13 Nov 2005 16:01:02 -0800
25265              Message-ID: <20051114000102.GA5556@efn.org>
25266      Branch: perl
25267            ! Makefile.SH
25268 ____________________________________________________________________________
25269 [ 26134] By: nicholas                              on 2005/11/14  22:48:02
25270         Log: Remove the two register keywords from auto variables that PERL_POSION
25271              wants to take the address of.
25272      Branch: perl
25273            ! hv.c scope.c
25274 ____________________________________________________________________________
25275 [ 26133] By: nicholas                              on 2005/11/14  22:32:14
25276         Log: More PERL_POISON - poison SvANY() and SvREFCNT() in freed SV heads.
25277              (by using the union pointer to chain the freed heads together)
25278      Branch: perl
25279            ! sv.c
25280 ____________________________________________________________________________
25281 [ 26132] By: nicholas                              on 2005/11/14  22:31:14
25282         Log: Mark all places where perl needs to look at a possibly-freed scalar
25283              with a macro SvIS_FREED(sv)
25284      Branch: perl
25285            ! av.c mg.c op.c pad.c pp_hot.c sv.h
25286 ____________________________________________________________________________
25287 [ 26131] By: stevep                                on 2005/11/14  17:31:59
25288         Log: Removed reference to the non-existent C<Opcode::Custom>.
25289      Branch: perl
25290            ! pod/perlguts.pod
25291 ____________________________________________________________________________
25292 [ 26130] By: rgs                                   on 2005/11/14  16:32:33
25293         Log: The warning "Field too wide in 'u' format in pack" was emitted even
25294              when pack warnings were not enabled
25295      Branch: perl
25296            ! pp_pack.c
25297 ____________________________________________________________________________
25298 [ 26129] By: nicholas                              on 2005/11/14  16:22:26
25299         Log: Provide a crude way for specifying the command line for
25300              make test.valgrind
25301      Branch: perl
25302            ! Makefile.SH t/TEST
25303 ____________________________________________________________________________
25304 [ 26128] By: rgs                                   on 2005/11/14  15:40:08
25305         Log: A better fix for [perl #35847] File::Find not performing as documented,
25306              suggested by Darren Dunham. Includes a fix to the code example that
25307              uses File::Find in perlfaq3.
25308      Branch: perl
25309            ! lib/File/Find.pm pod/perlfaq3.pod
25310 ____________________________________________________________________________
25311 [ 26126] By: rgs                                   on 2005/11/14  12:43:29
25312         Log: Don't warn about lack of docs for functions that appear twice in embed.fnc.
25313      Branch: perl
25314            ! autodoc.pl
25315 ____________________________________________________________________________
25316 [ 26124] By: rgs                                   on 2005/11/14  10:45:25
25317         Log: Fix indentation of apidoc for sv_2pvutf8
25318              (so perlapi.pod is correctly generated)
25319      Branch: perl
25320            ! pod/perlapi.pod sv.c
25321 ____________________________________________________________________________
25322 [ 26123] By: rgs                                   on 2005/11/14  10:24:58
25323         Log: Suppress gcc warnings when ignoring the return value of io_close(),
25324              as suggested by Gisle Aas.
25325      Branch: perl
25326            ! embed.fnc proto.h
25327 ____________________________________________________________________________
25328 [ 26122] By: rgs                                   on 2005/11/14  10:13:41
25329         Log: Subject: [PATCH] Missing ; in Storable.xs
25330              From: Gisle Aas <gisle@ActiveState.com>
25331              Date: 14 Nov 2005 02:32:14 -0800
25332              Message-ID: <lrhdafy0y9.fsf_-_@caliper.activestate.com>
25333      Branch: perl
25334            ! ext/Storable/Storable.xs
25335 ____________________________________________________________________________
25336 [ 26120] By: steveh                                on 2005/11/14  09:39:48
25337         Log: Subject: [PATCH] Compress::Zlib
25338              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
25339              Date: Sun, 13 Nov 2005 17:09:08 -0000
25340              Message-ID: <00d101c5e874$f865f910$6d1c140a@myopwv.com>
25341      Branch: perl
25342            ! ext/Compress/Zlib/Zlib.pm
25343            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
25344            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
25345            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
25346            ! ext/Compress/Zlib/t/09gziphdr.t
25347 ____________________________________________________________________________
25348 [ 26119] By: steveh                                on 2005/11/14  09:39:02
25349         Log: Fix code-before-declaration in boot_Storable added by 26107
25350      Branch: perl
25351            ! ext/Storable/Storable.xs
25352 ____________________________________________________________________________
25353 [ 26118] By: stevep                                on 2005/11/14  01:13:16
25354         Log: Subject: [PATCH] consting perlbug breaking in blead & maint
25355              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25356              Date: Sun, 13 Nov 2005 16:00:49 -0800
25357              Message-ID: <20051114000049.GA7676@efn.org>
25358      Branch: perl
25359            ! utils/perlbug.PL
25360 ____________________________________________________________________________
25361 [ 26112] By: nicholas                              on 2005/11/13  18:47:27
25362         Log: Fix breakages that prevended -DPERL_POISON from compiling.
25363      Branch: perl
25364            ! handy.h sv.h
25365 ____________________________________________________________________________
25366 [ 26110] By: nicholas                              on 2005/11/13  11:44:30
25367         Log: Integrate:
25368              [ 26108]
25369              BEGIN blocks should start a new stack, as they can be called as a
25370              side effect of "regular" Perl API calls within subroutines that have
25371              already cached the current stack's address. If they don't, any stack
25372              extension during the call may move the stack, rendering that cached
25373              value invalid without the cachee realising. (For example, PP code
25374              calling gv_fetchpv() which triggers a load of Errno.pm)
25375      Branch: perl
25376           !> op.c
25377 ____________________________________________________________________________
25378 [ 26107] By: stevep                                on 2005/11/13  00:40:25
25379         Log: Subject: Re: [PATCH] Enhanced Storable::read_magic()
25380              From: Gisle Aas <gisle@ActiveState.com>
25381              Date: 12 Nov 2005 13:13:23 -0800
25382              Message-ID: <lrhdah7eoc.fsf@caliper.activestate.com>
25383      Branch: perl
25384            + ext/Storable/t/file_magic.t
25385            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
25386            ! ext/Storable/Storable.xs
25387 ____________________________________________________________________________
25388 [ 26103] By: stevep                                on 2005/11/12  20:44:16
25389         Log: Upgrade to Locale-Maketext-1.10.  As change #25547 did not make it
25390              into the module release, I bumped the version number and added the
25391              missing code.
25392      Branch: perl
25393            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
25394 ____________________________________________________________________________
25395 [ 26101] By: stevep                                on 2005/11/12  19:46:18
25396         Log: Subject: [perl #37657] segfault with binmode ":pop"
25397              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
25398              Date: Fri, 11 Nov 2005 06:36:20 -0800
25399              Message-ID: <rt-3.0.11-37657-124293.6.03947871136576@perl.org>
25400      Branch: perl
25401            ! perlio.c
25402 ____________________________________________________________________________
25403 [ 26100] By: nicholas                              on 2005/11/12  18:48:29
25404         Log: Make B's tests skip correctly when PerlIO is not configured.
25405      Branch: perl
25406            ! ext/B/t/concise-xs.t ext/B/t/concise.t
25407 ____________________________________________________________________________
25408 [ 26099] By: stevep                                on 2005/11/12  16:59:49
25409         Log: Subject: [PATCH] mathoms prototypes aren't prototypes
25410              From: Andy Lester <andy@petdance.com>
25411              Date: Fri, 11 Nov 2005 17:20:30 -0600
25412              Message-ID: <20051111232030.GA882@petdance.com>
25413      Branch: perl
25414            ! mathoms.c perl.c
25415 ____________________________________________________________________________
25416 [ 26096] By: stevep                                on 2005/11/12  15:41:09
25417         Log: Andy Lester maintains Locale::Maketext now.
25418      Branch: perl
25419            ! Porting/Maintainers.pl
25420 ____________________________________________________________________________
25421 [ 26093] By: nicholas                              on 2005/11/12  10:21:50
25422         Log: Change 26063 got one conditional the wrong way round.
25423      Branch: perl
25424            ! ext/B/B/Bytecode.pm
25425 ____________________________________________________________________________
25426 [ 26091] By: nicholas                              on 2005/11/12  09:15:32
25427         Log: Make the removal of references to AvFLAGS in the B modules conditional
25428              on perl version.
25429      Branch: perl
25430            ! ext/B/B/C.pm ext/B/B/Debug.pm
25431 ____________________________________________________________________________
25432 [ 26090] By: stevep                                on 2005/11/11  22:47:06
25433         Log: const'ing Netdb_host_t broke HP-UX and created warnings on gcc for a double const.  
25434              Netdb_host_t is a macro that for a const pointer.
25435      Branch: perl
25436            ! pp_sys.c
25437 ____________________________________________________________________________
25438 [ 26089] By: nicholas                              on 2005/11/11  21:52:20
25439         Log: 26085 was wrong. Undo it.
25440              (I suspect that I got this wrong because more changes have been made
25441              in blead subsequent to the change I was attempting to merge in, and
25442              and jiggled around with the number of tests)
25443      Branch: perl
25444            ! ext/B/t/concise-xs.t
25445 ____________________________________________________________________________
25446 [ 26088] By: stevep                                on 2005/11/11  16:44:39
25447         Log: Subject: [PATCH] DB_File 1.814
25448              From: Paul Marquess <Paul.Marquess@ntlworld.com>
25449              Date: Fri, 11 Nov 2005 12:09:55 -0000
25450              Message-ID: <00e301c5e6b8$d5a357f0$241c140a@myopwv.com>
25451      Branch: perl
25452            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
25453            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
25454 ____________________________________________________________________________
25455 [ 26087] By: stevep                                on 2005/11/11  16:17:03
25456         Log: Subject: [PATCH] Storable 0.1 compatibility
25457              From: Gisle Aas <gisle@ActiveState.com> 
25458              Date: 11 Nov 2005 05:42:29 -0800 
25459              Message-ID: <lry83v712y.fsf@caliper.activestate.com>
25460              
25461              Also added an entry in the main MANIFEST file for the new test and 
25462              a version bump in Storable.pm.
25463      Branch: perl
25464            + ext/Storable/t/compat01.t
25465            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
25466            ! ext/Storable/Storable.xs
25467 ____________________________________________________________________________
25468 [ 26085] By: nicholas                              on 2005/11/11  14:16:30
25469         Log: Correct the version-dependant expression for the number of tests, as it
25470              is now giving the wrong number for 5.8.x
25471      Branch: perl
25472            ! ext/B/t/concise-xs.t
25473 ____________________________________________________________________________
25474 [ 26082] By: stevep                                on 2005/11/11  04:55:56
25475         Log: Subject: [PATCH] Const & local: Special Victims Unit
25476              From: Andy Lester <andy@petdance.com>
25477              Date: Thu, 10 Nov 2005 22:47:00 -0600
25478              Message-ID: <20051111044700.GA24161@petdance.com>
25479      Branch: perl
25480            ! cop.h doio.c doop.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c
25481            ! util.c
25482 ____________________________________________________________________________
25483 [ 26081] By: stevep                                on 2005/11/11  03:27:35
25484         Log: Pod nit in Encode.pm, found by Marc Lehmann in RT #36949. 
25485      Branch: perl
25486            ! ext/Encode/Encode.pm
25487 ____________________________________________________________________________
25488 [ 26080] By: stevep                                on 2005/11/11  03:18:11
25489         Log: Fix for RT #37654.  Added $COMPILING to list of variables exported.
25490      Branch: perl
25491            ! lib/English.pm
25492 ____________________________________________________________________________
25493 [ 26079] By: rgs                                   on 2005/11/10  16:59:15
25494         Log: Subject: [PATCH] Suppress leaked warnings in ExtUtils tests
25495              From: Dominic Dunlop <domo@computer.org>
25496              Date: Thu, 10 Nov 2005 18:10:00 +0100
25497              Message-Id: <D2949A21-7EE3-449F-BEF2-38FAD7B4A483@computer.org>
25498      Branch: perl
25499            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/Manifest.t
25500 ____________________________________________________________________________
25501 [ 26078] By: rgs                                   on 2005/11/10  16:36:12
25502         Log: Patch by Ilya Zakharevich to give more meaningful error
25503              messages from if.pm when invoked with a condition in list
25504              context. Also bump if's VERSION.
25505      Branch: perl
25506            ! lib/if.pm
25507 ____________________________________________________________________________
25508 [ 26077] By: rgs                                   on 2005/11/10  15:10:42
25509         Log: Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier in perl.h
25510              (that is, before embed.h, that uses this symbol, is included)
25511      Branch: perl
25512            ! perl.h
25513 ____________________________________________________________________________
25514 [ 26076] By: rgs                                   on 2005/11/10  14:26:12
25515         Log: Subject: [perl #35847] File::Find not performing as documented 
25516              From: "jms@mathras.comcast.net (via RT)" <perlbug-followup@perl.org>
25517              Date: 17 May 2005 10:40:08 -0000
25518              Message-ID: <rt-3.0.11-35847-113088.7.09182163210095@perl.org>
25519      Branch: perl
25520            ! lib/File/Find.pm
25521 ____________________________________________________________________________
25522 [ 26075] By: rgs                                   on 2005/11/10  13:03:20
25523         Log: Subject: [perl #37648] segfault with PERLIO_DEBUG 
25524              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
25525              Date: Thu, 10 Nov 2005 04:31:39 -0800
25526              Message-ID: <rt-3.0.11-37648-124187.17.2251402270294@perl.org>
25527      Branch: perl
25528            ! perlio.c
25529 ____________________________________________________________________________
25530 [ 26074] By: stevep                                on 2005/11/10  12:22:43
25531         Log: Subject: [perl #37582] [PATCH] h2ph inc_dirs() fails to prepend gcc include search path, resulting in missing C standard headers on Linux
25532              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
25533              Date: Tue, 01 Nov 2005 15:22:45 -0800
25534              Message-ID: <rt-3.0.11-37582-123738.12.3509768746337@perl.org>
25535      Branch: perl
25536            ! utils/h2ph.PL
25537 ____________________________________________________________________________
25538 [ 26073] By: rgs                                   on 2005/11/10  10:52:51
25539         Log: Subject: [PATCH] remove whitespace preceding semicolon in docs
25540              From: Steven Schubiger <schubiger@cpan.org>
25541              Date: Mon, 31 Oct 2005 22:48:27 +0100
25542              Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org>
25543      Branch: perl
25544            ! pod/perl561delta.pod pod/perl56delta.pod pod/perlcall.pod
25545            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perlfaq5.pod
25546            ! pod/perlfilter.pod pod/perlipc.pod pod/perllexwarn.pod
25547            ! pod/perlop.pod pod/perlre.pod pod/perlsub.pod pod/perltrap.pod
25548            ! pod/perlxs.pod
25549 ____________________________________________________________________________
25550 [ 26072] By: rgs                                   on 2005/11/10  10:37:42
25551         Log: Really apply change #26071.
25552      Branch: perl
25553            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
25554            ! wince/config_sh.PL
25555 ____________________________________________________________________________
25556 [ 26071] By: rgs                                   on 2005/11/10  10:35:57
25557         Log: Subject: [PATCH @26062] wince patch
25558              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
25559              Date: Wed, 9 Nov 2005 20:22:52 +0300 
25560              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC02@itotest-1.spb.lucent.com>
25561      Branch: perl
25562            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
25563            ! wince/config_sh.PL
25564 ____________________________________________________________________________
25565 [ 26070] By: rgs                                   on 2005/11/10  09:11:26
25566         Log: Add tests for two untested syntax error messages about \N
25567      Branch: perl
25568            ! t/comp/parser.t
25569 ____________________________________________________________________________
25570 [ 26069] By: steveh                                on 2005/11/10  08:41:53
25571         Log: Make Perl_seed public
25572              
25573              Fixes Win32 linker error in List::Util introduced by change #26054
25574      Branch: perl
25575            ! embed.fnc embed.h global.sym
25576 ____________________________________________________________________________
25577 [ 26068] By: rgs                                   on 2005/11/10  08:36:13
25578         Log: Subject: [PATCH] blead@26052 Symbian update
25579              From: <jarkko.hietaniemi@nokia.com>
25580              Date: Wed, 9 Nov 2005 17:45:07 +0200
25581              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A73D@esebe105.NOE.Nokia.com>
25582      Branch: perl
25583            ! README.symbian symbian/TODO symbian/config.pl symbian/port.pl
25584            ! symbian/sdk.pl symbian/sisify.pl
25585 ____________________________________________________________________________
25586 [ 26067] By: nicholas                              on 2005/11/09  21:52:03
25587         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
25588              change 25925 had the side effect of breaking ext/Encode/t/perlio.t
25589              Fixed by opening with :bytes.
25590      Branch: perl
25591            ! ext/Encode/t/perlio.t
25592 ____________________________________________________________________________
25593 [ 26066] By: nicholas                              on 2005/11/09  21:30:02
25594         Log: I/O is UTF-8, not "UNICODE"
25595      Branch: perl
25596            ! t/io/layers.t
25597 ____________________________________________________________________________
25598 [ 26065] By: nicholas                              on 2005/11/09  20:53:29
25599         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
25600              change 25925 had the side effect of breaking t/io/utf8.t
25601              Fixed by adding the missing binmode()s.
25602      Branch: perl
25603            ! t/io/utf8.t
25604 ____________________________________________________________________________
25605 [ 26064] By: nicholas                              on 2005/11/09  20:23:28
25606         Log: Better diagnostics from io/utf8.t
25607      Branch: perl
25608            ! t/io/utf8.t
25609 ____________________________________________________________________________
25610 [ 26063] By: nicholas                              on 2005/11/09  17:29:44
25611         Log: Make the Bytecode changes conditional on perl version.
25612      Branch: perl
25613            ! ext/B/B/Bytecode.pm
25614 ____________________________________________________________________________
25615 [ 26062] By: rgs                                   on 2005/11/09  11:56:04
25616         Log: Subject: Re: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
25617              From: Graham Barr <gbarr@pobox.com>
25618              Date: Wed, 9 Nov 2005 06:09:48 -0600
25619              Message-Id: <6CAD749E-AE29-415A-9ACB-BA8F6FB8279E@pobox.com>
25620      Branch: perl
25621            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
25622            ! ext/List/Util/t/lln.t ext/List/Util/t/p_blessed.t
25623            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_lln.t
25624            ! ext/List/Util/t/p_max.t ext/List/Util/t/p_maxstr.t
25625            ! ext/List/Util/t/p_min.t ext/List/Util/t/p_minstr.t
25626            ! ext/List/Util/t/p_openhan.t ext/List/Util/t/p_readonly.t
25627            ! ext/List/Util/t/p_reduce.t ext/List/Util/t/p_refaddr.t
25628            ! ext/List/Util/t/p_reftype.t ext/List/Util/t/p_shuffle.t
25629            ! ext/List/Util/t/p_sum.t ext/List/Util/t/p_tainted.t
25630 ____________________________________________________________________________
25631 [ 26061] By: nicholas                              on 2005/11/09  11:21:10
25632         Log: Simplify Perl_allocmy slightly, and cope better with the name is ""
25633              case.
25634      Branch: perl
25635            ! op.c
25636 ____________________________________________________________________________
25637 [ 26060] By: nicholas                              on 2005/11/09  11:17:17
25638         Log: Add a comment about possible future refactoring of the pad code.
25639      Branch: perl
25640            ! pad.c
25641 ____________________________________________________________________________
25642 [ 26059] By: nicholas                              on 2005/11/09  10:56:28
25643         Log: Remove superfluous strlen() from pp_require().
25644      Branch: perl
25645            ! pp_ctl.c
25646 ____________________________________________________________________________
25647 [ 26058] By: stevep                                on 2005/11/09  10:45:57
25648         Log: Patch from Gisle to add NO_MATHOMS to the Compile-time options.
25649      Branch: perl
25650            ! perl.c
25651 ____________________________________________________________________________
25652 [ 26057] By: rgs                                   on 2005/11/09  10:31:35
25653         Log: Don't declare a function inside another function
25654      Branch: perl
25655            ! perl.c
25656 ____________________________________________________________________________
25657 [ 26056] By: merijn                                on 2005/11/09  09:54:28
25658         Log: Subject: Configure setting patchlevel broken
25659              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25660              Date: Fri, 14 Oct 2005 00:33:29 -0700
25661              Message-ID: <20051014073329.GA3236@efn.org>
25662      Branch: perl
25663            ! Configure
25664 ____________________________________________________________________________
25665 [ 26054] By: rgs                                   on 2005/11/09  09:15:04
25666         Log: Subject: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
25667              From: Robin Houston <robin@cpan.org>
25668              Date: Tue, 8 Nov 2005 19:02:34 +0000
25669              Message-ID: <20051108190234.GA25953@rpc142.cs.man.ac.uk>
25670      Branch: perl
25671            ! cop.h ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
25672            ! ext/List/Util/multicall.h ext/List/Util/t/first.t
25673            ! ext/List/Util/t/reduce.t pod/perlcall.pod
25674 ____________________________________________________________________________
25675 [ 26053] By: rgs                                   on 2005/11/09  08:57:10
25676         Log: Subject: patch@26052 - compile rule for mathoms.c
25677              From: "John E. Malmberg" <wb8tyw@qsl.net>
25678              Date: Tue, 08 Nov 2005 23:09:03 -0500
25679              Message-ID: <4371765F.1000900@qsl.net>
25680      Branch: perl
25681            ! vms/descrip_mms.template
25682 ____________________________________________________________________________
25683 [ 26052] By: nicholas                              on 2005/11/08  22:05:57
25684         Log: It helps to actually *remove* the now-superfluous strlen().
25685              (An addendum to 26050.)
25686      Branch: perl
25687            ! toke.c
25688 ____________________________________________________________________________
25689 [ 26051] By: nicholas                              on 2005/11/08  21:55:40
25690         Log: Moving the 4 writes of PL_no_mem followed by exit(1) to a static
25691              function makes the object code slightly smaller.
25692      Branch: perl
25693            ! util.c
25694 ____________________________________________________________________________
25695 [ 26050] By: nicholas                              on 2005/11/08  21:37:52
25696         Log: Eliminate some unnecessary strlen()s
25697      Branch: perl
25698            ! doio.c op.c perl.c perlio.c sv.c toke.c util.c
25699 ____________________________________________________________________________
25700 [ 26049] By: nicholas                              on 2005/11/08  20:43:11
25701         Log: Eliminate duplicate strlen()s by explicitly calling it.
25702              Note two places for future audit with FIXME.
25703              Convert a SvPVX_const to SvPVX_const_nolen, where the length is unused.
25704      Branch: perl
25705            ! pp_ctl.c
25706 ____________________________________________________________________________
25707 [ 26048] By: nicholas                              on 2005/11/08  20:35:11
25708         Log: 3 calls to strlen() we can avoid.
25709      Branch: perl
25710            ! doio.c
25711 ____________________________________________________________________________
25712 [ 26047] By: rgs                                   on 2005/11/08  17:35:58
25713         Log: Subject: [DOC PATCH] mention @-, @+ in perl56delta.pod
25714              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25715              Date: Tue, 8 Nov 2005 08:46:42 -0800
25716              Message-ID: <20051108164642.GD7972@efn.org>
25717      Branch: perl
25718            ! pod/perl561delta.pod pod/perl56delta.pod
25719 ____________________________________________________________________________
25720 [ 26046] By: nicholas                              on 2005/11/08  16:30:18
25721         Log: Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, as
25722              its presence changes structure sizes.
25723      Branch: perl
25724            ! perl.c
25725 ____________________________________________________________________________
25726 [ 26045] By: stevep                                on 2005/11/08  14:24:39
25727         Log: From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25728              Subject: Re: A surprising segfault
25729              Date: Tue, 08 Nov 2005 23:36:13 +0900
25730              Message-Id: <20051108233535.735D.BQW10602@nifty.com>
25731      Branch: perl
25732            ! t/io/fs.t t/io/print.t t/op/chop.t t/op/sort.t
25733 ____________________________________________________________________________
25734 [ 26044] By: steveh                                on 2005/11/08  10:16:56
25735         Log: Remove an unused variable left over from change #26041
25736      Branch: perl
25737            ! win32/win32.c
25738 ____________________________________________________________________________
25739 [ 26043] By: rgs                                   on 2005/11/08  10:11:55
25740         Log: Subject: Re: C<undef %::> considered harmful
25741              From: Benjamin Sugars <bsugars@canoe.ca>
25742              Date: Fri, 20 Apr 2001 10:30:20 -0400 (EDT)
25743              Message-ID: <Pine.LNX.4.21.0104201022040.1722-100000@marmot.rim.canoe.ca>
25744              
25745              except the part that increases the refcount of PL_stderrgv, already
25746              fixed separately.
25747      Branch: perl
25748            ! perl.c
25749 ____________________________________________________________________________
25750 [ 26042] By: rgs                                   on 2005/11/08  09:57:10
25751         Log: Upgrade to CPAN 1.76_65
25752      Branch: perl
25753            - lib/CPAN/Admin.pm
25754            ! MANIFEST lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
25755            ! lib/CPAN/t/version.t
25756 ____________________________________________________________________________
25757 [ 26041] By: merijn                                on 2005/11/08  06:29:56
25758         Log: Subject: [PATCH] Remove unused USING_WIDE code from win32 and wince branches
25759              From: "Jan Dubois" <jand@ActiveState.com>
25760              Date: Mon, 7 Nov 2005 20:39:02 -0800
25761              Message-ID: <078001c5e41e$585c4140$6401a8c0@candy>
25762      Branch: perl
25763            ! win32/ext/Win32/Win32.xs win32/perlhost.h win32/win32.c
25764            ! win32/win32.h wince/perlhost.h wince/win32.h wince/wince.c
25765 ____________________________________________________________________________
25766 [ 26040] By: stevep                                on 2005/11/08  00:41:51
25767         Log: Updated perldiag.pod entry for "Can't use subscript..."
25768      Branch: perl
25769            ! pod/perldiag.pod
25770 ____________________________________________________________________________
25771 [ 26039] By: nicholas                              on 2005/11/07  21:31:16
25772         Log: Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly used
25773              of the 4. Not that any are that popular.)
25774      Branch: perl
25775            ! mathoms.c opcode.h opcode.pl pp.c
25776 ____________________________________________________________________________
25777 [ 26038] By: stevep                                on 2005/11/07  18:35:47
25778         Log: Subject: [PATCH] Re: [perl #36061] Not OK: perl v5.8.7 on darwin-2level 8.1.0 (UNINSTALLED)
25779              From: shouldbedomo@mac.com (Dominic Dunlop)
25780              Date: Mon, 7 Nov 2005 18:24:50 +0100
25781              Message-ID: <B9D07EB3-DF78-48A9-90C4-AF3A89AAB7C6@mac.com>
25782              
25783              README.macosx updates
25784      Branch: perl
25785            ! README.macosx
25786 ____________________________________________________________________________
25787 [ 26037] By: nicholas                              on 2005/11/07  15:21:01
25788         Log: s/Nick Clark/Nicholas Clark/
25789      Branch: perl
25790            ! Changes Changes5.8 doio.c t/op/lc.t
25791 ____________________________________________________________________________
25792 [ 26036] By: nicholas                              on 2005/11/07  15:18:51
25793         Log: For each test function, test it as is, and with extra data appended
25794              after each test character.
25795      Branch: perl
25796            ! t/uni/case.pl
25797 ____________________________________________________________________________
25798 [ 26035] By: nicholas                              on 2005/11/07  14:05:25
25799         Log: The rarely used lcfirst and ucfirst share almost all their code.
25800              Merge the two as pp_ucfirst.
25801      Branch: perl
25802            ! mathoms.c opcode.h opcode.pl pp.c
25803 ____________________________________________________________________________
25804 [ 26034] By: nicholas                              on 2005/11/07  13:22:35
25805         Log: Fix bug #37628 (both lcfirst and ucfirst)
25806      Branch: perl
25807            ! pp.c t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
25808 ____________________________________________________________________________
25809 [ 26033] By: rgs                                   on 2005/11/07  12:26:29
25810         Log: Subject: [PATCH] Cleaning up x2p directory
25811              From: Andy Lester <andy@petdance.com>
25812              Date: Fri, 4 Nov 2005 15:13:55 -0600
25813              Message-ID: <20051104211355.GB12651@petdance.com>
25814      Branch: perl
25815            - x2p/proto.h
25816            ! MANIFEST x2p/EXTERN.h x2p/INTERN.h x2p/a2p.h x2p/a2py.c
25817            ! x2p/hash.c x2p/hash.h x2p/str.c x2p/str.h x2p/util.c
25818            ! x2p/util.h x2p/walk.c
25819 ____________________________________________________________________________
25820 [ 26032] By: rgs                                   on 2005/11/07  12:20:59
25821         Log: Subject: [PATCH] Missing static declarations 
25822              From: Gisle Aas <gisle@ActiveState.com>
25823              Date: 05 Nov 2005 05:08:03 -0800
25824              Message-ID: <lracgj1bv0.fsf@caliper.activestate.com>
25825      Branch: perl
25826            ! genpacksizetables.pl pp_pack.c
25827 ____________________________________________________________________________
25828 [ 26031] By: rgs                                   on 2005/11/07  11:49:46
25829         Log: Remove CPAN.pm's META.yml.
25830              Add CPAN.pm's SIGNATURE in MANIFEST.
25831      Branch: perl
25832            - lib/CPAN/META.yml
25833            ! MANIFEST
25834 ____________________________________________________________________________
25835 [ 26030] By: rgs                                   on 2005/11/07  11:39:57
25836         Log: Subject: [PATCH] Symbian update blead@26025
25837              From: <jarkko.hietaniemi@nokia.com>
25838              Date: Mon, 7 Nov 2005 13:32:15 +0200
25839              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A70C@esebe105.NOE.Nokia.com>
25840      Branch: perl
25841            + symbian/PerlUi.cpp symbian/PerlUi.h symbian/PerlUi.hrh
25842            + symbian/PerlUiS60.rss symbian/PerlUiS80.rss
25843            + symbian/PerlUiUIQ.rss symbian/ext/Moped/Msg/Msg.mmp
25844            + symbian/ext/Moped/Msg/Msg.pkg symbian/ext/Moped/Msg/Msg.pm
25845            + symbian/ext/Moped/Msg/Msg.xs symbian/ext/Moped/Msg/README
25846            + symbian/ext/Moped/Msg/bld.inf
25847            + symbian/ext/Moped/Msg/location.pl
25848            - symbian/PerlAppS60.rss symbian/PerlAppS80.rss
25849            - symbian/PerlAppUIQ.rss
25850            ! MANIFEST doio.c perl.c symbian/PerlApp.cpp symbian/PerlApp.h
25851            ! symbian/PerlApp.hrh symbian/PerlBase.h symbian/TODO
25852            ! symbian/config.pl symbian/config.sh symbian/sanity.pl
25853            ! symbian/sdk.pl symbian/sisify.pl symbian/symbian_proto.h
25854            ! symbian/symbian_utils.cpp symbian/symbianish.h
25855            ! symbian/xsbuild.pl
25856 ____________________________________________________________________________
25857 [ 26029] By: nicholas                              on 2005/11/07  10:52:08
25858         Log: Add lib/CPAN/Admin.pm from CPAN to make version.t pass.
25859      Branch: perl
25860            + lib/CPAN/Admin.pm
25861            ! MANIFEST
25862 ____________________________________________________________________________
25863 [ 26028] By: rgs                                   on 2005/11/07  10:24:54
25864         Log: Subject: [PATCH] Consting and localizing: Part LXVIII
25865              From: Andy Lester <andy@petdance.com>
25866              Date: Fri, 4 Nov 2005 15:12:56 -0600
25867              Message-ID: <20051104211256.GA12651@petdance.com>
25868      Branch: perl
25869            ! deb.c embed.fnc embed.h locale.c pp_sys.c proto.h scope.c
25870            ! universal.c utf8.c util.c
25871 ____________________________________________________________________________
25872 [ 26027] By: rgs                                   on 2005/11/07  09:58:26
25873         Log: Subject: [perl #24254] Attempt to free unreferenced scalar 
25874              From: "Chris Heath via RT" <perlbug-followup@perl.org>
25875              Date: Sun, 06 Nov 2005 20:08:05 -0800
25876              Message-ID: <rt-3.0.11-24254-123984.4.44134155985068@perl.org>
25877      Branch: perl
25878            ! cop.h
25879 ____________________________________________________________________________
25880 [ 26026] By: merijn                                on 2005/11/07  08:14:59
25881         Log: Subject: [PATCH] follow up on 25969 for VMS
25882              From: Abe Timmerman <abe@ztreet.demon.nl>
25883              Date: Sat, 5 Nov 2005 13:29:58 +0200
25884              Message-Id: <200511051229.58297.abe@ztreet.demon.nl>
25885      Branch: perl
25886            ! vms/vms.c vms/vmsish.h
25887 ____________________________________________________________________________
25888 [ 26025] By: stevep                                on 2005/11/07  03:42:53
25889         Log: Added note to README.macosx regarding failures from broken locale
25890              files.
25891      Branch: perl
25892            ! README.macosx
25893 ____________________________________________________________________________
25894 [ 26024] By: stevep                                on 2005/11/07  02:58:31
25895         Log: Fix documentation for gmtime().
25896      Branch: perl
25897            ! pod/perlfunc.pod
25898 ____________________________________________________________________________
25899 [ 26023] By: stevep                                on 2005/11/06  20:18:23
25900         Log: Upgrade to CPAN-1.76_61
25901      Branch: perl
25902            + lib/CPAN/PAUSE2005.pub
25903            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/META.yml
25904            ! lib/CPAN/Nox.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
25905            ! lib/CPAN/bin/cpan lib/CPAN/t/Nox.t lib/CPAN/t/vcmp.t
25906            ! lib/CPAN/t/version.t
25907 ____________________________________________________________________________
25908 [ 26022] By: stevep                                on 2005/11/06  19:16:54
25909         Log: Nits in the pp_defined code spotted by Jarkko.
25910      Branch: perl
25911            ! pp_hot.c
25912 ____________________________________________________________________________
25913 [ 26021] By: stevep                                on 2005/11/06  18:38:02
25914         Log: Upgrade to Time-HiRes-1.82
25915      Branch: perl
25916            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
25917            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
25918            ! ext/Time/HiRes/t/HiRes.t
25919 ____________________________________________________________________________
25920 [ 26020] By: merijn                                on 2005/11/06  07:23:15
25921         Log: Subject: Re: [PATCH configure.com] add the new d_futimes as undef
25922              From: "John E. Malmberg" <wb8tyw@qsl.net>
25923              Date: Sat, 05 Nov 2005 21:28:33 -0500
25924              Message-ID: <436D6A51.5040700@qsl.net>
25925      Branch: perl
25926            ! configure.com
25927 ____________________________________________________________________________
25928 [ 26019] By: nicholas                              on 2005/11/05  16:47:31
25929         Log: Make the 5.9 changes to B conditional on perl version.
25930      Branch: perl
25931            ! ext/B/B.pm ext/B/B.xs
25932 ____________________________________________________________________________
25933 [ 26018] By: nicholas                              on 2005/11/05  16:28:09
25934         Log: '[at]' should be '@'
25935              Suck in CPAN/Nox.pm from CPAN, so that version.t passes.
25936      Branch: perl
25937            ! lib/CPAN.pm lib/CPAN/Nox.pm lib/CPAN/Version.pm
25938            ! lib/CPAN/t/version.t
25939 ____________________________________________________________________________
25940 [ 26017] By: stevep                                on 2005/11/05  14:49:11
25941         Log: Kill warnings and add a panic to pp_defined() in case the wrong op
25942              is passed in.
25943      Branch: perl
25944            ! pp_hot.c
25945 ____________________________________________________________________________
25946 [ 26016] By: stevep                                on 2005/11/05  13:44:10
25947         Log: Upgrade to CPAN-1.76_60.
25948      Branch: perl
25949            + lib/CPAN/Version.pm lib/CPAN/t/version.t
25950            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
25951            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
25952 ____________________________________________________________________________
25953 [ 26015] By: nicholas                              on 2005/11/05  12:57:40
25954         Log: Allow passing of the full enum name into the tryAMAGICbin family of
25955              macros, to avoid needing C pre-processor string concatenation within
25956              the lowest level expansion.
25957      Branch: perl
25958            ! pp.c pp.h
25959 ____________________________________________________________________________
25960 [ 26014] By: stevep                                on 2005/11/05  12:55:47
25961         Log: Upgrade to Time-HiRes-1.81
25962      Branch: perl
25963            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
25964            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
25965 ____________________________________________________________________________
25966 [ 26013] By: merijn                                on 2005/11/05  11:38:32
25967         Log: Subject: [PATCH configure.com] add the new d_futimes as undef
25968              From: Abe Timmerman <abe@ztreet.demon.nl>
25969              Date: Sat, 5 Nov 2005 11:26:33 +0200
25970              Message-Id: <200511051026.33940.abe@ztreet.demon.nl>
25971      Branch: perl
25972            ! configure.com
25973 ____________________________________________________________________________
25974 [ 26012] By: rgs                                   on 2005/11/05  10:13:56
25975         Log: Remove the obsolete KNOWN PROBLEMS sections from perlcall.pod
25976              (noticed by Robin Houston)
25977      Branch: perl
25978            ! pod/perlcall.pod
25979 ____________________________________________________________________________
25980 [ 26011] By: rgs                                   on 2005/11/05  10:10:09
25981         Log: Subject: Re: A surprising segfault
25982              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25983              Date: Nov 5, 2005 5:54 AM
25984              Message-Id: <20051105135053.27D7.BQW10602@nifty.com>
25985      Branch: perl
25986            ! pp.c pp_sort.c pp_sys.c
25987 ____________________________________________________________________________
25988 [ 26010] By: nicholas                              on 2005/11/05  08:32:39
25989         Log: dorassign doesn't need --SP;
25990      Branch: perl
25991            ! pp_hot.c
25992 ____________________________________________________________________________
25993 [ 26009] By: davem                                 on 2005/11/05  01:57:23
25994         Log: pp_print didn't extend the stack before pushing its return value
25995      Branch: perl
25996            ! pp_hot.c
25997 ____________________________________________________________________________
25998 [ 26008] By: stevep                                on 2005/11/05  01:39:51
25999         Log: Typos in opcode.pl this time.
26000      Branch: perl
26001            ! opcode.h opcode.pl
26002 ____________________________________________________________________________
26003 [ 26007] By: stevep                                on 2005/11/05  01:36:17
26004         Log: Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,
26005              pp_or, and pp_defined, respectively.
26006      Branch: perl
26007            ! mathoms.c opcode.h opcode.pl pp_ctl.c pp_hot.c
26008 ____________________________________________________________________________
26009 [ 26006] By: nicholas                              on 2005/11/04  22:50:22
26010         Log: s/printf/my_printf/ because we're using the return value.
26011              My mistake spotted by Gisle.
26012      Branch: perl
26013            ! regcomp.c
26014 ____________________________________________________________________________
26015 [ 26005] By: stevep                                on 2005/11/04  21:41:43
26016         Log: s/pp_dor/pp_defined/
26017      Branch: perl
26018            ! mathoms.c
26019 ____________________________________________________________________________
26020 [ 26004] By: stevep                                on 2005/11/04  21:39:44
26021         Log: I barely knew ya pp_dor.  Merged into pp_defined from whence you came.
26022              This change has also caused pp_defined to be promoted to being a hot
26023              op.
26024      Branch: perl
26025            ! mathoms.c opcode.h opcode.pl pp.c pp_hot.c
26026 ____________________________________________________________________________
26027 [ 26003] By: nicholas                              on 2005/11/04  21:22:46
26028         Log: Use the return value of sprintf in sv_2pv_flags. Remove dead code.
26029      Branch: perl
26030            ! sv.c
26031 ____________________________________________________________________________
26032 [ 26002] By: nicholas                              on 2005/11/04  21:03:58
26033         Log: You can't there from here. (Dead code in sv_2pv_flags)
26034      Branch: perl
26035            ! sv.c
26036 ____________________________________________________________________________
26037 [ 26001] By: nicholas                              on 2005/11/04  20:47:34
26038         Log: Use the return value from sprintf().
26039      Branch: perl
26040            ! regcomp.c taint.c universal.c util.c
26041 ____________________________________________________________________________
26042 [ 26000] By: nicholas                              on 2005/11/04  20:20:56
26043         Log: pp_semop can fit within Perl_pp_shmwrite().
26044      Branch: perl
26045            ! mathoms.c opcode.h opcode.pl pp_sys.c
26046 ____________________________________________________________________________
26047 [ 25999] By: nicholas                              on 2005/11/04  19:53:33
26048         Log: The remaining special logic in pp_syswrite can be moved into pp_send,
26049              which is actually already 50% syswrite.
26050      Branch: perl
26051            ! mathoms.c opcode.h opcode.pl pp_sys.c
26052 ____________________________________________________________________________
26053 [ 25998] By: rgs                                   on 2005/11/04  18:38:34
26054         Log: Revert patch #25993.
26055      Branch: perl
26056            ! regexec.c t/op/pat.t
26057 ____________________________________________________________________________
26058 [ 25997] By: steveh                                on 2005/11/04  17:23:49
26059         Log: Fix a Win32 linker error following change #25972
26060      Branch: perl
26061            ! pp_sys.c
26062 ____________________________________________________________________________
26063 [ 25996] By: rgs                                   on 2005/11/04  16:35:17
26064         Log: Subject: [PATCH] use clearenv if available
26065              From: Alan Burlison <Alan.Burlison@sun.com>
26066              Date: Fri, 04 Nov 2005 16:33:30 +0000
26067              Message-ID: <436B8D5A.4010502@sun.com>
26068      Branch: perl
26069            ! embed.fnc embed.h mg.c proto.h sv.c util.c
26070 ____________________________________________________________________________
26071 [ 25995] By: merijn                                on 2005/11/04  16:30:03
26072         Log: Subject: Re: futimes [PATCH]
26073              From: Steve Peters <steve@fisharerojo.org>
26074              Date: Fri, 4 Nov 2005 09:00:25 -0600
26075              Message-ID: <20051104150025.GA3873@mccoy.peters.homeunix.org>
26076      Branch: perl
26077            ! Configure
26078 ____________________________________________________________________________
26079 [ 25993] By: rgs                                   on 2005/11/04  16:26:08
26080         Log: Subject: [perl #19049] Incorrect $` after replacement
26081              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
26082              Date: Fri, 04 Nov 2005 08:17:25 +0100
26083              Message-ID: <87fyqc51bu.fsf@k75.linux.bogus>
26084      Branch: perl
26085            ! regexec.c t/op/pat.t
26086 ____________________________________________________________________________
26087 [ 25992] By: rgs                                   on 2005/11/04  15:41:21
26088         Log: Subject: Re: [PATCH] sort/multicall patch
26089              From: Robin Houston <robin@cpan.org>
26090              Date: Fri, 4 Nov 2005 15:20:29 +0000
26091              Message-ID: <20051104152029.GA17169@rpc142.cs.man.ac.uk>
26092      Branch: perl
26093            ! pp_ctl.c t/op/sort.t
26094 ____________________________________________________________________________
26095 [ 25991] By: stevep                                on 2005/11/04  15:10:44
26096         Log: Subject: Re: Configure -Dno_mathoms
26097              From: gisle@ActiveState.com (Gisle Aas)
26098              Date: 01 Nov 2005 03:27:49 -0800
26099              Message-ID: <lrslug7glm.fsf@caliper.activestate.com>
26100      Branch: perl
26101            ! mathoms.c perl.c
26102 ____________________________________________________________________________
26103 [ 25990] By: nicholas                              on 2005/11/04  14:47:49
26104         Log: Merge msgsnd, msgrcv with Perl_pp_shmwrite().
26105              "Perfection is achieved not when there's nothing more to add,
26106              but when there's nothing left to remove" (Antoine de Saint-Exupéry)
26107      Branch: perl
26108            ! mathoms.c opcode.h opcode.pl pp_sys.c
26109 ____________________________________________________________________________
26110 [ 25989] By: nicholas                              on 2005/11/04  14:21:19
26111         Log: Once more, with feeling.
26112              [Mmm, has someone been swapping the coffee for decaf?]
26113              [Actual cause - make sure the edited version of the file is in the
26114              correct directory]
26115      Branch: perl
26116            ! pod/perldiag.pod
26117 ____________________________________________________________________________
26118 [ 25988] By: nicholas                              on 2005/11/04  14:18:14
26119         Log: Meta-oops. Change 25987 was not the change you were looking for.
26120      Branch: perl
26121            ! pod/perldiag.pod
26122 ____________________________________________________________________________
26123 [ 25987] By: nicholas                              on 2005/11/04  14:09:11
26124         Log: Oops. This new panic was meant to be added to the documented
26125              diagnostics.
26126      Branch: perl
26127            ! pod/perldiag.pod
26128 ____________________________________________________________________________
26129 [ 25986] By: nicholas                              on 2005/11/04  13:02:42
26130         Log: ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be merged
26131              with Perl_pp_ftrread().
26132      Branch: perl
26133            ! mathoms.c opcode.h opcode.pl pod/perldiag.pod pod/perltodo.pod
26134            ! pp_sys.c
26135 ____________________________________________________________________________
26136 [ 25985] By: stevep                                on 2005/11/04  12:02:51
26137         Log: Upgrade to Time-HiRes-1.80
26138      Branch: perl
26139            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26140            ! ext/Time/HiRes/HiRes.xs
26141 ____________________________________________________________________________
26142 [ 25984] By: nicholas                              on 2005/11/04  11:36:24
26143         Log: PERL_EFF_ACCESS_[RWX]_OK can go.
26144      Branch: perl
26145            ! pp_sys.c
26146 ____________________________________________________________________________
26147 [ 25983] By: nicholas                              on 2005/11/04  11:16:08
26148         Log: The PERL_EFF_ACCESS_[RWX]_OK macros are all defined as triples, so
26149              can be refactored to a single platform dependent PERL_EFF_ACCESS macro
26150              with the other 3 implemented in terms of it.
26151      Branch: perl
26152            ! pp_sys.c
26153 ____________________________________________________________________________
26154 [ 25982] By: merijn                                on 2005/11/04  09:16:53
26155         Log: Subject: [PATCH] bad semicolon in pp_ftrowned
26156              From: Andy Lester <andy@petdance.com>
26157              Date: Fri, 4 Nov 2005 00:37:54 -0600
26158              Message-ID: <20051104063753.GA3863@petdance.com>
26159      Branch: perl
26160            ! pp_sys.c
26161 ____________________________________________________________________________
26162 [ 25981] By: stevep                                on 2005/11/04  00:10:21
26163         Log: Upgrade to Time-HiRes 1.79
26164      Branch: perl
26165            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26166            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
26167 ____________________________________________________________________________
26168 [ 25980] By: stevep                                on 2005/11/03  21:23:48
26169         Log: Reverting the reversion.  va_end() goes with va_start().
26170      Branch: perl
26171            ! mg.c
26172 ____________________________________________________________________________
26173 [ 25979] By: rgs                                   on 2005/11/03  21:07:54
26174         Log: Fix test failures introduced by the change of flags on op_sort
26175      Branch: perl
26176            ! ext/B/t/f_sort.t
26177 ____________________________________________________________________________
26178 [ 25978] By: stevep                                on 2005/11/03  20:28:20
26179         Log: Upgrade to Time-HiRes-1.78
26180      Branch: perl
26181            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26182            ! ext/Time/HiRes/t/HiRes.t
26183 ____________________________________________________________________________
26184 [ 25977] By: stevep                                on 2005/11/03  17:27:58
26185         Log: Change #25976 seemed to cause test failures in ext/B/t/f_sort.t.  What
26186              was that line about Jenga again?
26187      Branch: perl
26188            ! mg.c
26189 ____________________________________________________________________________
26190 [ 25976] By: stevep                                on 2005/11/03  17:14:17
26191         Log: Missing va_end(args) from SA_SIGINFO related code.
26192      Branch: perl
26193            ! mg.c
26194 ____________________________________________________________________________
26195 [ 25975] By: stevep                                on 2005/11/03  16:00:12
26196         Log: Test for the right signal should use the constant for that signal.
26197      Branch: perl
26198            ! ext/POSIX/t/sigaction.t
26199 ____________________________________________________________________________
26200 [ 25974] By: stevep                                on 2005/11/03  15:07:26
26201         Log: Add appropriate skips to t/io/fs.t to fix test failures on Cygwin.
26202      Branch: perl
26203            ! t/io/fs.t
26204 ____________________________________________________________________________
26205 [ 25973] By: stevep                                on 2005/11/03  14:56:25
26206         Log: More core test cleanups.  Mainly fixes to remove code that caused 
26207              warnings, but there were a few bug fixes that were hidden by 
26208              no using warnings.
26209      Branch: perl
26210            ! t/io/nargv.t t/io/openpid.t t/io/pipe.t t/io/print.t
26211            ! t/io/read.t t/io/tell.t
26212 ____________________________________________________________________________
26213 [ 25972] By: nicholas                              on 2005/11/03  14:19:34
26214         Log: Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,
26215              but the actual finished code is not as bad as it seems.
26216      Branch: perl
26217            ! mathoms.c opcode.h opcode.pl pp_sys.c
26218 ____________________________________________________________________________
26219 [ 25971] By: rgs                                   on 2005/11/03  12:29:18
26220         Log: Document some bogus compiler warnings in README.solaris
26221              
26222              Subject: Re: Why is malloc_wrap now the default?
26223              From: Alan Burlison <Alan.Burlison@sun.com>
26224              Date: Thu, 03 Nov 2005 12:54:16 +0000
26225              Message-ID: <436A0878.1030703@sun.com>
26226      Branch: perl
26227            ! README.solaris
26228 ____________________________________________________________________________
26229 [ 25970] By: stevep                                on 2005/11/03  11:37:31
26230         Log: Upgrade to Time-HiRes-1.77
26231      Branch: perl
26232            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26233            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
26234            ! ext/Time/HiRes/fallback/const-c.inc
26235            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
26236 ____________________________________________________________________________
26237 [ 25969] By: nicholas                              on 2005/11/03  11:09:39
26238         Log: Patch 3945 was a bit overkeen - the effective parameter to cando() and
26239              ingroup() is a boolean flag, not a GID or UID.
26240      Branch: perl
26241            ! doio.c embed.fnc proto.h
26242 ____________________________________________________________________________
26243 [ 25968] By: nicholas                              on 2005/11/03  09:51:56
26244         Log: Avoiding source code duplication for the lstat() on filehandle %s
26245              warning also makes the object code slightly smaller.
26246      Branch: perl
26247            ! pp_sys.c
26248 ____________________________________________________________________________
26249 [ 25967] By: stevep                                on 2005/11/03  02:09:30
26250         Log: Clean up some test files.
26251      Branch: perl
26252            ! t/io/argv.t t/io/crlf_through.t t/io/dup.t t/io/layers.t
26253            ! t/io/through.t
26254 ____________________________________________________________________________
26255 [ 25966] By: stevep                                on 2005/11/03  01:45:45
26256         Log: Make harness warning-free when running with -Mdiagnostics
26257      Branch: perl
26258            ! t/harness
26259 ____________________________________________________________________________
26260 [ 25965] By: stevep                                on 2005/11/02  22:37:48
26261         Log: Test case should not execute /no_such_process if it does exist.
26262      Branch: perl
26263            ! t/io/pipe.t
26264 ____________________________________________________________________________
26265 [ 25964] By: nicholas                              on 2005/11/02  21:27:58
26266         Log: unlink chmod utime kill can be merged into Perl_pp_chown().
26267      Branch: perl
26268            ! mathoms.c opcode.h opcode.pl pp_sys.c
26269 ____________________________________________________________________________
26270 [ 25963] By: nicholas                              on 2005/11/02  20:59:52
26271         Log: Move the conditonal compiles that report absence of kill and chown
26272              from pp_kill() and pp_chown() into apply().
26273      Branch: perl
26274            ! doio.c pp_sys.c
26275 ____________________________________________________________________________
26276 [ 25962] By: nicholas                              on 2005/11/02  20:13:24
26277         Log: Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
26278      Branch: perl
26279            ! mathoms.c opcode.h opcode.pl pp_sys.c
26280 ____________________________________________________________________________
26281 [ 25961] By: nicholas                              on 2005/11/02  19:04:10
26282         Log: Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe into
26283              Perl_pp_ftrowned
26284      Branch: perl
26285            ! mathoms.c opcode.h opcode.pl pp_sys.c
26286 ____________________________________________________________________________
26287 [ 25960] By: nicholas                              on 2005/11/02  17:24:35
26288         Log: Avoid a pad panic by attempting to use dTARGET; in an op that didn't
26289              flag that it needed a target (OP_FTIS)
26290      Branch: perl
26291            ! pp_sys.c
26292 ____________________________________________________________________________
26293 [ 25959] By: nicholas                              on 2005/11/02  16:35:42
26294         Log: Correct error in 25958 for threaded builds.
26295      Branch: perl
26296            ! mathoms.c
26297 ____________________________________________________________________________
26298 [ 25958] By: nicholas                              on 2005/11/02  15:59:30
26299         Log: Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
26300      Branch: perl
26301            ! mathoms.c opcode.h opcode.pl pp_sys.c
26302 ____________________________________________________________________________
26303 [ 25957] By: rgs                                   on 2005/11/02  14:33:32
26304         Log: Remove last sort test, that was failing with and without threads.
26305              Silence some warnings.
26306      Branch: perl
26307            ! t/op/sort.t
26308 ____________________________________________________________________________
26309 [ 25956] By: rgs                                   on 2005/11/02  14:10:54
26310         Log: Adjust test count
26311      Branch: perl
26312            ! ext/B/t/concise-xs.t
26313 ____________________________________________________________________________
26314 [ 25955] By: rgs                                   on 2005/11/02  13:39:35
26315         Log: Add missing file from change 25953
26316      Branch: perl
26317            + ext/List/Util/multicall.h
26318 ____________________________________________________________________________
26319 [ 25954] By: rgs                                   on 2005/11/02  13:14:19
26320         Log: Regen headers
26321      Branch: perl
26322            ! global.sym opcode.h pod/perlapi.pod pod/perldiag.pod
26323 ____________________________________________________________________________
26324 [ 25953] By: merijn                                on 2005/11/02  12:49:54
26325         Log: Subject: [PATCH] sort/multicall patch
26326              From: Robin Houston <robin@cpan.org>
26327              Date: Sat, 29 Oct 2005 21:33:07 +0100
26328              Message-ID: <20051029203307.GA8869@rpc142.cs.man.ac.uk>
26329      Branch: perl
26330            ! AUTHORS MANIFEST cop.h embed.fnc embedvar.h
26331            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
26332            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
26333            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_reduce.t
26334            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/reduce.t
26335            ! ext/List/Util/t/refaddr.t ext/List/Util/t/tainted.t makedef.pl
26336            ! op.c opcode.pl perlapi.h pod/perlcall.pod pod/perldiag.pod
26337            ! pp_ctl.c pp_hot.c pp_sort.c sv.c t/op/sort.t t/op/threads.t
26338            ! thrdvar.h
26339 ____________________________________________________________________________
26340 [ 25952] By: steveh                                on 2005/11/02  09:41:25
26341         Log: Subject: [PATCH] RE: [perl #37571] -z FH broken with Borland  build   
26342              From: "Paul Marquess" <paul.marquess@ntlworld.com>
26343              Date: Tue, 1 Nov 2005 17:05:38 -0000
26344              Message-ID: <003501c5df06$7d63fdb0$0505140a@myopwv.com>
26345      Branch: perl
26346            ! t/op/stat.t win32/win32.c
26347 ____________________________________________________________________________
26348 [ 25951] By: rgs                                   on 2005/11/02  08:57:52
26349         Log: Subject: Re: futimes [PATCH]
26350              From: Gisle Aas <gisle@ActiveState.com>
26351              Date: 01 Nov 2005 00:02:37 -0800
26352              Message-ID: <lrbr1494o2.fsf@caliper.activestate.com>
26353      Branch: perl
26354            ! t/io/fs.t
26355 ____________________________________________________________________________
26356 [ 25950] By: stevep                                on 2005/11/02  04:59:47
26357         Log: Ambiguous test cases may be hazardous to your health.
26358      Branch: perl
26359            ! t/op/list.t
26360 ____________________________________________________________________________
26361 [ 25949] By: stevep                                on 2005/11/02  04:54:52
26362         Log: Lowercase barewords considered harmful to your health.
26363      Branch: perl
26364            ! t/io/fs.t
26365 ____________________________________________________________________________
26366 [ 25948] By: rgs                                   on 2005/11/01  19:23:23
26367         Log: Subject: [PATCH] perlio.c consting
26368              From: Andy Lester <andy@petdance.com>
26369              Date: Oct 31, 2005 6:54 PM
26370              Message-ID: <20051031175411.GA18480@petdance.com>
26371      Branch: perl
26372            ! op.c perlio.c
26373 ____________________________________________________________________________
26374 [ 25947] By: steveh                                on 2005/11/01  17:20:18
26375         Log: This *really* should clear up Win32's Perl_do_exec undefined warnings
26376      Branch: perl
26377            ! perl.h
26378 ____________________________________________________________________________
26379 [ 25946] By: nicholas                              on 2005/11/01  16:38:31
26380         Log: This should clear up 'Perl_do_exec' undefined; warnings on win32
26381      Branch: perl
26382            ! embed.fnc embed.h proto.h
26383 ____________________________________________________________________________
26384 [ 25945] By: steveh                                on 2005/11/01  10:33:48
26385         Log: Make PerlLIOUtime()'s filename const
26386              
26387              Fixes a warning brought about by change #25941 (which made the
26388              filename argument const).
26389              The various implementations of PerlLIOUtime() (in NetWare/, win32/
26390              and wince/) already take a const filename.
26391      Branch: perl
26392            ! NetWare/nwperlhost.h NetWare/nwperlsys.h iperlsys.h
26393            ! win32/perlhost.h wince/perlhost.h
26394 ____________________________________________________________________________
26395 [ 25944] By: steveh                                on 2005/11/01  08:45:09
26396         Log: Fix nit in pod nit fix
26397      Branch: perl
26398            ! pod/perlhack.pod
26399 ____________________________________________________________________________
26400 [ 25943] By: steveh                                on 2005/11/01  08:39:32
26401         Log: Update win32 config files w.r.t. change #25935
26402      Branch: perl
26403            ! win32/config.bc win32/config.gc win32/config.vc
26404            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
26405            ! win32/config_H.vc win32/config_H.vc64
26406 ____________________________________________________________________________
26407 [ 25942] By: stevep                                on 2005/10/31  23:46:01
26408         Log: Upgrade to DB_File 1.813.
26409      Branch: perl
26410            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26411            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-recno.t
26412 ____________________________________________________________________________
26413 [ 25941] By: merijn                                on 2005/10/31  22:15:01
26414         Log: Subject: futimes [PATCH]
26415              From: Gisle Aas <gisle@ActiveState.com>
26416              Date: 31 Oct 2005 13:53:53 -0800
26417              Message-ID: <lrk6ft8ia6.fsf_-_@caliper.activestate.com>
26418      Branch: perl
26419            ! doio.c handy.h pod/perlfunc.pod t/io/fs.t
26420 ____________________________________________________________________________
26421 [ 25940] By: nicholas                              on 2005/10/31  20:36:36
26422         Log: All the ops that are simply C<return some_other_op();> can be bypassed
26423              in the op dispatch table, and the bodies retired.
26424      Branch: perl
26425            ! mathoms.c opcode.h opcode.pl pp.c pp_ctl.c pp_sys.c
26426 ____________________________________________________________________________
26427 [ 25939] By: nicholas                              on 2005/10/31  19:55:18
26428         Log: Simplify the implementation of the "unimplemented" message in the
26429              conditionally compiled ops.
26430      Branch: perl
26431            ! pp_sys.c
26432 ____________________________________________________________________________
26433 [ 25938] By: nicholas                              on 2005/10/31  19:14:47
26434         Log: Further pod nit spotted by Jarkko
26435      Branch: perl
26436            ! pod/perlhack.pod
26437 ____________________________________________________________________________
26438 [ 25937] By: nicholas                              on 2005/10/31  18:34:59
26439         Log: Replace the 3 currently "unreachable" ops with a single op body
26440              unimplemented_op() that panics descriptively if ever reached.
26441      Branch: perl
26442            ! opcode.h opcode.pl pod/perldiag.pod pp.c
26443 ____________________________________________________________________________
26444 [ 25936] By: nicholas                              on 2005/10/31  18:29:05
26445         Log: Add "moving common filetest code to a static function" to the todo.
26446      Branch: perl
26447            ! pod/perltodo.pod
26448 ____________________________________________________________________________
26449 [ 25935] By: merijn                                on 2005/10/31  17:50:05
26450         Log: revive probe for futimes ()
26451      Branch: perl
26452            ! Configure Porting/Glossary config_h.SH handy.h
26453 ____________________________________________________________________________
26454 [ 25934] By: rgs                                   on 2005/10/31  17:00:44
26455         Log: A B::Deparse fix from :
26456              Subject: Re: [perl #37527] regular-expression parser does not see '(' character
26457              From: Bas van Sisseren <bas@quarantainenet.nl>
26458              Date: Wed, 26 Oct 2005 13:59:42 +0200
26459              Message-ID: <435F6FAE.4060502@quarantainenet.nl>
26460      Branch: perl
26461            ! ext/B/B/Deparse.pm
26462 ____________________________________________________________________________
26463 [ 25933] By: merijn                                on 2005/10/31  16:25:23
26464         Log: Subject: [PATCH] Symbian port 0.3.0 as of blead@25911
26465              From: <jarkko.hietaniemi@nokia.com>
26466              Date: Mon, 31 Oct 2005 18:38:42 +0200
26467              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6D6@esebe105.NOE.Nokia.com>
26468      Branch: perl
26469            + symbian/PerlAppUIQ.rss
26470            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
26471            ! symbian/PerlApp.hrh symbian/PerlAppAif.rss symbian/config.pl
26472            ! symbian/port.pl symbian/sanity.pl symbian/sdk.pl
26473            ! symbian/sisify.pl symbian/symbian_utils.cpp symbian/xsbuild.pl
26474 ____________________________________________________________________________
26475 [ 25932] By: rgs                                   on 2005/10/31  16:24:31
26476         Log: Avoid corruption when calling mg_get to retrieve the value
26477              of a $digit variable. This is done by ensuring it's not
26478              tainted.
26479              See http://bugs.debian.org/303308
26480              Patch by Chris Heath <chris.heath@autoweb.net>
26481      Branch: perl
26482            ! mg.c
26483 ____________________________________________________________________________
26484 [ 25931] By: nicholas                              on 2005/10/31  16:24:29
26485         Log: maddingue prefers this e-mail address.
26486      Branch: perl
26487            ! AUTHORS
26488 ____________________________________________________________________________
26489 [ 25930] By: merijn                                on 2005/10/31  16:18:03
26490         Log: Try to preserve the lost opcode alias info in comments
26491              extent to change #25929
26492      Branch: perl
26493            ! opcode.h opcode.pl
26494 ____________________________________________________________________________
26495 [ 25929] By: nicholas                              on 2005/10/31  15:52:50
26496         Log: It appears that it's trivially easy to alias opcode functions in
26497              the opcode table. We should be able to get both a speed and size
26498              saving here. Time will tell how much.
26499      Branch: perl
26500            ! opcode.h opcode.pl
26501 ____________________________________________________________________________
26502 [ 25928] By: nicholas                              on 2005/10/31  15:13:06
26503         Log: Add maddingue to AUTHORS
26504      Branch: perl
26505            ! AUTHORS
26506 ____________________________________________________________________________
26507 [ 25927] By: nicholas                              on 2005/10/31  15:09:54
26508         Log: Subject: [PATCH] Making ExtUtils::Constant compatible with Perl 5.004
26509              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
26510              Message-ID: <1130712761.43654eb9cd9f7@imp4-g19.free.fr>
26511              Date: Sun, 30 Oct 2005 23:52:41 +0100
26512              
26513              with tweaks by chromatic and me.
26514      Branch: perl
26515            ! lib/ExtUtils/Constant.pm
26516 ____________________________________________________________________________
26517 [ 25926] By: nicholas                              on 2005/10/31  14:51:48
26518         Log: A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().
26519      Branch: perl
26520            ! embed.fnc embed.h proto.h utf8.c utf8.h
26521 ____________________________________________________________________________
26522 [ 25925] By: rgs                                   on 2005/10/31  14:27:32
26523         Log: Fix [perl #37533] open pragma ignored for all 3-arg opens
26524              Also, correct the documentation in open.pm that stated
26525              that open() did not override open.pm-given default encodings.
26526      Branch: perl
26527            ! lib/open.pm perlio.c
26528 ____________________________________________________________________________
26529 [ 25924] By: nicholas                              on 2005/10/31  14:18:59
26530         Log: Perl_csighandler was in global.sym twice.
26531      Branch: perl
26532            ! global.sym
26533 ____________________________________________________________________________
26534 [ 25923] By: nicholas                              on 2005/10/31  14:18:14
26535         Log: Arrange to only output each symbol once into global.sym
26536      Branch: perl
26537            ! embed.pl
26538 ____________________________________________________________________________
26539 [ 25922] By: rgs                                   on 2005/10/31  13:45:06
26540         Log: Tests for index/rindex with empty search string,
26541              adapted from a patch by Rick Delaney
26542      Branch: perl
26543            ! t/op/index.t
26544 ____________________________________________________________________________
26545 [ 25921] By: nicholas                              on 2005/10/31  13:22:01
26546         Log: uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII based
26547              systems, and not on EBCDIC, so some more thinking is going to be
26548              needed here.
26549      Branch: perl
26550            ! mathoms.c utf8.c
26551 ____________________________________________________________________________
26552 [ 25920] By: stevep                                on 2005/10/31  11:58:08
26553         Log: Coverage stats showed that there were no tests for taking a slice
26554              from ().
26555      Branch: perl
26556            ! t/op/list.t
26557 ____________________________________________________________________________
26558 [ 25919] By: steveh                                on 2005/10/31  11:53:05
26559         Log: Change some spaces to tabs for easier diffing against config_h.SH
26560      Branch: perl
26561            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26562            ! win32/config_H.vc64
26563 ____________________________________________________________________________
26564 [ 25918] By: steveh                                on 2005/10/31  11:30:15
26565         Log: Fixed threaded builds following change 25916
26566      Branch: perl
26567            ! pp_hot.c
26568 ____________________________________________________________________________
26569 [ 25917] By: nicholas                              on 2005/10/31  11:29:43
26570         Log: POD nit spotted by Jarkko
26571      Branch: perl
26572            ! pod/perlhack.pod
26573 ____________________________________________________________________________
26574 [ 25916] By: rgs                                   on 2005/10/31  10:44:32
26575         Log: is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed form
26576      Branch: perl
26577            ! pp_hot.c
26578 ____________________________________________________________________________
26579 [ 25915] By: rgs                                   on 2005/10/31  10:28:32
26580         Log: Subject: [PATCH] Etta James presents: More consting
26581              From: Andy Lester <andy@petdance.com>
26582              Date: Sun, 30 Oct 2005 23:44:13 -0600
26583              Message-ID: <20051031054413.GA10767@petdance.com>
26584      Branch: perl
26585            ! cop.h doop.c hv.c numeric.c op.c perl.c perlio.c pp_hot.c
26586            ! pp_sys.c sv.c toke.c universal.c util.c
26587 ____________________________________________________________________________
26588 [ 25914] By: rgs                                   on 2005/10/31  10:18:15
26589         Log: Subject: [PATCH] S_tokereport's unused parm
26590              From: Andy Lester <andy@petdance.com>
26591              Date: Mon, 31 Oct 2005 00:04:59 -0600
26592              Message-ID: <20051031060459.GC10767@petdance.com>
26593      Branch: perl
26594            ! embed.fnc embed.h proto.h toke.c
26595 ____________________________________________________________________________
26596 [ 25913] By: rgs                                   on 2005/10/31  08:54:18
26597         Log: Regenerate perlapi.pod
26598      Branch: perl
26599            ! pod/perlapi.pod
26600 ____________________________________________________________________________
26601 [ 25912] By: rgs                                   on 2005/10/31  08:40:23
26602         Log: Robin Houston remarks that mention of a context is missing from the
26603              threads.pm documentation.
26604      Branch: perl
26605            ! ext/threads/threads.pm
26606 ____________________________________________________________________________
26607 [ 25911] By: stevep                                on 2005/10/31  03:51:08
26608         Log: perlsio_binmode() is pretty much a mathom on UNIX platforms, but it is
26609              used on Cygwin, at least.
26610      Branch: perl
26611            ! mathoms.c perlio.c
26612 ____________________________________________________________________________
26613 [ 25910] By: nicholas                              on 2005/10/30  21:53:03
26614         Log: const const bad bad.
26615              gcc bad bad too, because it didn't grumble one bit. (or two, for that
26616              matter).
26617      Branch: perl
26618            ! utf8.c
26619 ____________________________________________________________________________
26620 [ 25909] By: nicholas                              on 2005/10/30  21:38:29
26621         Log: is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common() too.
26622      Branch: perl
26623            ! utf8.c
26624 ____________________________________________________________________________
26625 [ 25908] By: nicholas                              on 2005/10/30  21:24:29
26626         Log: Jarkko and I think that Perl_is_utf8_alnumc should be initialising
26627              and using PL_utf8_alnum*c*, not PL_utf8_alnum.
26628      Branch: perl
26629            ! utf8.c
26630 ____________________________________________________________________________
26631 [ 25907] By: nicholas                              on 2005/10/30  21:10:39
26632         Log: Perl_is_utf8_* share a lot of common code. Pull that out into a new
26633              function S_is_utf8_common.
26634      Branch: perl
26635            ! utf8.c
26636 ____________________________________________________________________________
26637 [ 25906] By: nicholas                              on 2005/10/30  18:31:25
26638         Log: Given that sv_nosharing performs the same function as sv_nolocking
26639              and sv_unnolocking (ie sweet FA), we might as well use the 1 function
26640              to initialise all 3 variables, and elimiate the other two.
26641              For some reason all 3 are listed as being in the public API. Daft.
26642      Branch: perl
26643            ! embed.fnc embed.h intrpvar.h mathoms.c proto.h util.c
26644 ____________________________________________________________________________
26645 [ 25905] By: nicholas                              on 2005/10/30  18:04:17
26646         Log: Replace uvuni_to_utf8() with a macro that passes the extra 0 argument
26647              to uvuni_to_utf8_flags(). Move the old body to mathoms.c
26648      Branch: perl
26649            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
26650 ____________________________________________________________________________
26651 [ 25904] By: nicholas                              on 2005/10/30  17:59:08
26652         Log: global.sym appears to have become out of date. Oops.
26653      Branch: perl
26654            ! global.sym
26655 ____________________________________________________________________________
26656 [ 25903] By: nicholas                              on 2005/10/30  17:49:27
26657         Log: Replace is_utf8_string_loc() with a macro that passes the extra 0
26658              argument to is_utf8_string_loc(). Correct the description of its
26659              parameters in its POD.
26660      Branch: perl
26661            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
26662 ____________________________________________________________________________
26663 [ 25902] By: nicholas                              on 2005/10/30  17:14:08
26664         Log: Fix typos in comments.
26665      Branch: perl
26666            ! utf8.c
26667 ____________________________________________________________________________
26668 [ 25901] By: nicholas                              on 2005/10/30  17:08:39
26669         Log: Functions that die aren't exactly well used code.
26670              (ck_retarget, oopsCV, pp_padany, pp_threadsv, pp_mapstart)
26671      Branch: perl
26672            ! mathoms.c op.c pp.c pp_ctl.c
26673 ____________________________________________________________________________
26674 [ 25900] By: nicholas                              on 2005/10/30  16:45:34
26675         Log: save_hints is a mathom.
26676      Branch: perl
26677            ! mathoms.c op.c
26678 ____________________________________________________________________________
26679 [ 25899] By: nicholas                              on 2005/10/30  16:41:02
26680         Log: I infer that change 25891 as-is would break OS2. This should fix it.
26681      Branch: perl
26682            ! perl.h
26683 ____________________________________________________________________________
26684 [ 25898] By: nicholas                              on 2005/10/30  16:36:22
26685         Log: init_i18nl14n is a mathom.
26686      Branch: perl
26687            ! locale.c mathoms.c
26688 ____________________________________________________________________________
26689 [ 25897] By: nicholas                              on 2005/10/30  16:24:37
26690         Log: Replace hv_magic() with a macro to call sv_magic() directly. Move the
26691              old body to mathoms.c
26692      Branch: perl
26693            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
26694 ____________________________________________________________________________
26695 [ 25896] By: nicholas                              on 2005/10/30  16:07:58
26696         Log: Fix win32 breakage inadvertently introduced by 25889
26697      Branch: perl
26698            ! perl.h
26699 ____________________________________________________________________________
26700 [ 25895] By: nicholas                              on 2005/10/30  10:31:01
26701         Log: Replace hv_iternext() with a macro that calls hv_iternext_flags with
26702              an extra 0 argument. Move the old body to mathoms.c
26703      Branch: perl
26704            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
26705 ____________________________________________________________________________
26706 [ 25894] By: nicholas                              on 2005/10/30  10:00:42
26707         Log: Fix typo in comment.
26708      Branch: perl
26709            ! hv.c
26710 ____________________________________________________________________________
26711 [ 25893] By: nicholas                              on 2005/10/30  09:59:41
26712         Log: Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()
26713              with the extra TRUE argument.
26714      Branch: perl
26715            ! embed.fnc embed.h gv.c gv.h mathoms.c proto.h
26716 ____________________________________________________________________________
26717 [ 25892] By: nicholas                              on 2005/10/30  08:51:52
26718         Log: I think we have a winner. do_pipe hasn't been called since 4.036.
26719              Maybe we should just remove this appendix.
26720      Branch: perl
26721            ! doio.c mathoms.c
26722 ____________________________________________________________________________
26723 [ 25891] By: nicholas                              on 2005/10/30  08:38:07
26724         Log: Replace do_aexec() with a macro to call do_aexec5() with the two extra
26725              0 arguments. Move the old body to mathoms.c
26726      Branch: perl
26727            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
26728 ____________________________________________________________________________
26729 [ 25890] By: nicholas                              on 2005/10/30  08:23:29
26730         Log: Replace do_exec() with a macro to call do_exec3() with the extra two
26731              0 arguments. Move the old body to mathoms.c
26732      Branch: perl
26733            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
26734 ____________________________________________________________________________
26735 [ 25889] By: nicholas                              on 2005/10/30  08:05:32
26736         Log: Replace do_open() with a macro to call do_openn() with the extra two
26737              0 paramters. Move the old body to mathoms.c.
26738      Branch: perl
26739            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
26740 ____________________________________________________________________________
26741 [ 25888] By: stevep                                on 2005/10/30  04:20:45
26742         Log: Subject: [PATCH] warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9)
26743              From: Bram <perl-rt@wizbit.be>
26744              Date: Thu, 04 Aug 2005 23:55:33 +0200
26745              Message-Id: <42F28ED5.CFFDCCFD@wizbit.be>
26746      Branch: perl
26747            ! lib/warnings.pm warnings.pl
26748 ____________________________________________________________________________
26749 [ 25887] By: stevep                                on 2005/10/29  22:37:50
26750         Log: Subject: Re: [PATCH] predecrement vs postdecrement
26751              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26752              Date: Sat, 29 Oct 2005 23:24:33 +0300
26753              Message-ID: <4363DA81.6060600@gmail.com>
26754              
26755              Nit in pod/perlhack.pod
26756      Branch: perl
26757            ! pod/perlhack.pod
26758 ____________________________________________________________________________
26759 [ 25886] By: nicholas                              on 2005/10/29  17:31:01
26760         Log: Replace the body of the rarely used sv_setpviv_mg with a call to
26761              sv_setpviv followed by SvSETMAGIC.
26762      Branch: perl
26763            ! sv.c
26764 ____________________________________________________________________________
26765 [ 25885] By: nicholas                              on 2005/10/29  17:21:24
26766         Log: Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies to
26767              mathoms.c
26768      Branch: perl
26769            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
26770 ____________________________________________________________________________
26771 [ 25884] By: nicholas                              on 2005/10/29  17:02:49
26772         Log: Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it to
26773              sv_catpvn_flags and sv_catsv_flags, and then re-implement sv_catpvn_mg
26774              and sv_catsv_mg as calls to sv_catpvn_flags and sv_catsv_flags
26775              respectively.
26776      Branch: perl
26777            ! sv.c sv.h
26778 ____________________________________________________________________________
26779 [ 25883] By: nicholas                              on 2005/10/29  16:25:38
26780         Log: sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replaced
26781              with terse macros, and the function bodies retired.
26782      Branch: perl
26783            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
26784 ____________________________________________________________________________
26785 [ 25882] By: nicholas                              on 2005/10/29  16:06:39
26786         Log: All the private implementations of @foo for compilers that can't do
26787              complex macro expansions became dead wood sometime around 5.7.3
26788              (Don't tell Otava this)
26789      Branch: perl
26790            ! mathoms.c sv.c
26791 ____________________________________________________________________________
26792 [ 25881] By: stevep                                on 2005/10/29  15:34:22
26793         Log: Subject: [perl #30563] [PATCH] Storable::dclone fails for tied elements
26794              From: perlbug-followup@perl.org (Srezic@Iconmobile.Com)
26795              Date: 2 Jul 2004 11:32:12 -0000
26796              Message-ID: <rt-3.0.11-30563-91788.4.94870186951744@perl.org>
26797              
26798              Also, a version bump to Storable.pm.
26799      Branch: perl
26800            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
26801            ! ext/Storable/t/dclone.t
26802 ____________________________________________________________________________
26803 [ 25880] By: nicholas                              on 2005/10/29  15:07:42
26804         Log: sv_utf8_upgrade declares itself to be a mathom, so off it goes.
26805              Remove duplicate declaration of Perl_sv_2uv
26806      Branch: perl
26807            ! mathoms.c sv.c
26808 ____________________________________________________________________________
26809 [ 25879] By: nicholas                              on 2005/10/29  14:51:32
26810         Log: Replace sv_force_normal with a macro that calls sv_force_normal_flags.
26811      Branch: perl
26812            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
26813 ____________________________________________________________________________
26814 [ 25878] By: nicholas                              on 2005/10/29  14:39:37
26815         Log: Replace sv_unref with a macro that calls sv_unref_flags
26816      Branch: perl
26817            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
26818 ____________________________________________________________________________
26819 [ 25877] By: stevep                                on 2005/10/29  14:33:30
26820         Log: Oops, missed an sv_force_normal()
26821      Branch: perl
26822            ! mg.c
26823 ____________________________________________________________________________
26824 [ 25876] By: nicholas                              on 2005/10/29  14:25:55
26825         Log: sv_taint() can easily be replaced by a macro.
26826      Branch: perl
26827            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
26828 ____________________________________________________________________________
26829 [ 25875] By: stevep                                on 2005/10/29  14:14:25
26830         Log: Change to use sv_force_normal_flags() directly, rather than calling
26831              sv_force_normal() to call sv_force_normal_flags().
26832      Branch: perl
26833            ! NetWare/sv_nw.c mg.c
26834 ____________________________________________________________________________
26835 [ 25874] By: nicholas                              on 2005/10/29  11:50:29
26836         Log: A terser implementation of S_varname, by using and post-processing
26837              gv_fullname4
26838      Branch: perl
26839            ! sv.c
26840 ____________________________________________________________________________
26841 [ 25873] By: stevep                                on 2005/10/29  11:47:55
26842         Log: Additional mathoms from doio.c
26843      Branch: perl
26844            ! doio.c mathoms.c
26845 ____________________________________________________________________________
26846 [ 25872] By: stevep                                on 2005/10/29  11:36:26
26847         Log: Coverage stats say av_fake() is a mathom too.
26848      Branch: perl
26849            ! av.c mathoms.c
26850 ____________________________________________________________________________
26851 [ 25871] By: nicholas                              on 2005/10/29  11:14:40
26852         Log: gv_fullname3 and gv_efullname3 are definately mathoms. They even say so.
26853      Branch: perl
26854            ! gv.c mathoms.c
26855 ____________________________________________________________________________
26856 [ 25870] By: stevep                                on 2005/10/29  11:02:12
26857         Log: Subject: Re: [PATCH] predecrement vs postdecrement
26858              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26859              Date: Sat, 29 Oct 2005 11:52:25 +0300
26860              Message-ID: <43633849.6060809@gmail.com>
26861      Branch: perl
26862            ! regcomp.c
26863 ____________________________________________________________________________
26864 [ 25869] By: nicholas                              on 2005/10/29  10:53:40
26865         Log: gv_fullname and gv_efullname are definately mathoms.
26866      Branch: perl
26867            ! gv.c mathoms.c
26868 ____________________________________________________________________________
26869 [ 25868] By: stevep                                on 2005/10/28  23:38:35
26870         Log: Subject: [PATCH] perl5db.pl incorrect instructions in termination message
26871              From: Brendan O'Dea <bod@debian.org>
26872              Date: Sat, 29 Oct 2005 07:14:40 +1000
26873              Message-ID: <20051028211440.GA23305@londo.c47.org>
26874      Branch: perl
26875            ! lib/perl5db.pl
26876 ____________________________________________________________________________
26877 [ 25867] By: stevep                                on 2005/10/28  21:12:35
26878         Log: Makefiles like tabs, not spaces.
26879      Branch: perl
26880            ! win32/Makefile win32/makefile.mk
26881 ____________________________________________________________________________
26882 [ 25866] By: stevep                                on 2005/10/28  21:09:31
26883         Log: Add a new file, mathoms.c, to hold old code kept around for binary
26884              compatability with previous versions of Perl.  Change also includes
26885              various Makefile changes to compile the new file and link it into 
26886              libperl.
26887      Branch: perl
26888            + mathoms.c
26889            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile globals.c
26890            ! numeric.c op.c perlio.c plan9/mkfile sv.c utf8.c
26891            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
26892            ! wince/Makefile.ce
26893 ____________________________________________________________________________
26894 [ 25865] By: stevep                                on 2005/10/28  11:30:51
26895         Log: Check for changes in IO on CPAN.
26896      Branch: perl
26897            ! Porting/Maintainers.pl
26898 ____________________________________________________________________________
26899 [ 25864] By: stevep                                on 2005/10/28  11:21:48
26900         Log: gbarr is maintaining IO.
26901      Branch: perl
26902            ! Porting/Maintainers.pl
26903 ____________________________________________________________________________
26904 [ 25863] By: stevep                                on 2005/10/28  10:48:32
26905         Log: Add SPRINTF_RETURNS_STRLEN to the various Win32 config_H.* files.
26906      Branch: perl
26907            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26908            ! win32/config_H.vc64
26909 ____________________________________________________________________________
26910 [ 25862] By: nicholas                              on 2005/10/28  10:24:43
26911         Log: Use the return value from sprintf and avoid a call to strlen
26912      Branch: perl
26913            ! sv.c
26914 ____________________________________________________________________________
26915 [ 25861] By: stevep                                on 2005/10/27  11:13:50
26916         Log: Subject: Re: IO::File performace issue
26917              From: gisle@ActiveState.com (Gisle Aas)
26918              Date: 27 Oct 2005 01:00:39 -0700
26919              Message-ID: <lrvezjv17c.fsf@caliper.activestate.com>
26920              
26921              Also includes a version bump for IO::File.
26922      Branch: perl
26923            ! ext/IO/lib/IO/File.pm
26924 ____________________________________________________________________________
26925 [ 25860] By: nicholas                              on 2005/10/27  08:53:03
26926         Log: Change 25850 failed to include all changed headers
26927      Branch: perl
26928            ! embed.h proto.h
26929 ____________________________________________________________________________
26930 [ 25859] By: stevep                                on 2005/10/27  01:55:08
26931         Log: Win32 fix for change #25850.  I don't know if this define will ever
26932              be used on Win32, but it does fix the problem at hand.
26933      Branch: perl
26934            ! win32/perlhost.h
26935 ____________________________________________________________________________
26936 [ 25858] By: rgs                                   on 2005/10/26  13:27:31
26937         Log: Subject: [patch@25854]vms.c rmsexpand and memmove fixes
26938              From: "John E. Malmberg" <wb8tyw@qsl.net>
26939              Date: Wed, 26 Oct 2005 08:08:05 -0400
26940              Message-ID: <435F71A5.6030809@qsl.net>
26941      Branch: perl
26942            ! vms/vms.c
26943 ____________________________________________________________________________
26944 [ 25857] By: rgs                                   on 2005/10/26  12:52:37
26945         Log: FAQ sync.
26946      Branch: perl
26947            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
26948            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
26949            ! pod/perlfaq7.pod pod/perlfaq9.pod
26950 ____________________________________________________________________________
26951 [ 25856] By: merijn                                on 2005/10/26  12:37:47
26952         Log: Subject: [PATCH] Symbian: better Series 80 support
26953              From: <jarkko.hietaniemi@nokia.com>
26954              Date: Wed, 26 Oct 2005 15:50:08 +0300
26955              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6AA@esebe105.NOE.Nokia.com>
26956      Branch: perl
26957            + symbian/hexdump.pl
26958            ! MANIFEST symbian/PerlApp.cpp symbian/PerlApp.h
26959            ! symbian/PerlAppS80.rss symbian/config.pl symbian/makesis.pl
26960            ! symbian/sisify.pl
26961 ____________________________________________________________________________
26962 [ 25855] By: stevep                                on 2005/10/26  11:52:46
26963         Log: Multiple versions of OpenBSD fail this test, not just 3.7.
26964      Branch: perl
26965            ! t/op/sprintf.t
26966 ____________________________________________________________________________
26967 [ 25854] By: rgs                                   on 2005/10/26  10:21:30
26968         Log: Subject: Re: [PATCH] minor speed-up for pp_push()
26969              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
26970              Date: Tue, 25 Oct 2005 08:11:42 +0200
26971              Message-id: <20051025061141.GA2256@ethan>
26972      Branch: perl
26973            ! pp.c
26974 ____________________________________________________________________________
26975 [ 25853] By: nicholas                              on 2005/10/26  10:06:37
26976         Log: Store the raw bytes of the pid in PL_pidstatus, rather than the
26977              stringification, as removing the conversions saves time and code.
26978      Branch: perl
26979            ! util.c
26980 ____________________________________________________________________________
26981 [ 25852] By: rgs                                   on 2005/10/26  09:37:25
26982         Log: Subject: [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, not 256 
26983              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
26984              Date: Tue, 25 Oct 2005 15:27:28 -0700
26985              Message-ID: <rt-3.0.11-37535-123290.14.118037538994@perl.org>
26986      Branch: perl
26987            ! perl.h
26988 ____________________________________________________________________________
26989 [ 25851] By: rgs                                   on 2005/10/26  08:58:42
26990         Log: Subject: Re: [patch@25838]Hopefully the last VMS exit/error fixes needed.
26991              From: "John E. Malmberg" <wb8tyw@qsl.net>
26992              Date: Tue, 25 Oct 2005 13:36:20 -0400
26993              Message-ID: <435E6D14.7000104@qsl.net>
26994      Branch: perl
26995            ! perl.h vms/perlvms.pod
26996 ____________________________________________________________________________
26997 [ 25850] By: nicholas                              on 2005/10/26  08:31:20
26998         Log: Most platforms don't actually need PL_pidstatus, or the associated
26999              .5K of code.
27000      Branch: perl
27001            ! embed.fnc intrpvar.h makedef.pl perl.c perl.h perlapi.h
27002            ! pp_sys.c sv.c util.c
27003 ____________________________________________________________________________
27004 [ 25849] By: rgs                                   on 2005/10/25  15:26:20
27005         Log: Back out change #25839, and apply :
27006              
27007              Subject: [patch@25838]Hopefully the last VMS exit/error fixes needed.
27008              From: "John E. Malmberg" <wb8tyw@qsl.net>
27009              Date: Tue, 25 Oct 2005 11:09:37 -0400
27010              Message-ID: <435E4AB1.1000106@qsl.net>
27011      Branch: perl
27012            ! perl.c perl.h vms/perlvms.pod
27013 ____________________________________________________________________________
27014 [ 25848] By: nicholas                              on 2005/10/25  12:54:18
27015         Log: Code in wait4pid was calling hv_delete with the hash iterator
27016              currently on that entry. On aggregate this does more work, beacuse
27017              the next call to hv_iterinit() would spot the flag, and have to call
27018              the delete routine, while in the meantime any new entries can't
27019              re-use that memory.
27020      Branch: perl
27021            ! util.c
27022 ____________________________________________________________________________
27023 [ 25847] By: rgs                                   on 2005/10/25  12:35:29
27024         Log: t/TEST should require Time::HiRes only when it uses it.
27025              This fixes minitest.
27026      Branch: perl
27027            ! t/TEST
27028 ____________________________________________________________________________
27029 [ 25846] By: rgs                                   on 2005/10/25  12:17:33
27030         Log: Rediff the Makefile.SH patch for cross-compilation.
27031              (this doesn't mean it works, though.)
27032      Branch: perl
27033            ! Cross/Makefile.SH.patch
27034 ____________________________________________________________________________
27035 [ 25845] By: stevep                                on 2005/10/25  11:56:53
27036         Log: Upgrade to Time-HiRes-1.76
27037      Branch: perl
27038            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
27039            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
27040            ! ext/Time/HiRes/t/HiRes.t
27041 ____________________________________________________________________________
27042 [ 25844] By: rgs                                   on 2005/10/25  11:19:44
27043         Log: Remove remaining references to mv-if-diff
27044      Branch: perl
27045            ! os2/Makefile.SHs pod/Makefile.SH pod/perlmodlib.PL
27046 ____________________________________________________________________________
27047 [ 25843] By: nicholas                              on 2005/10/25  10:55:27
27048         Log: Oops. the trick is to edit Makefile.SH
27049      Branch: perl
27050            ! Makefile.SH
27051 ____________________________________________________________________________
27052 [ 25842] By: nicholas                              on 2005/10/25  10:36:39
27053         Log: Subject: [PATCH] remove mv-if-diff
27054              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
27055              Message-ID: <20051024193257.2022ea0d@grubert.mandrakesoft.com>
27056              Date: Mon, 24 Oct 2005 19:32:57 +0200
27057              
27058              (with tweak to add rm for opmini.c, remove mv-if-diff, and reflect
27059              this removal in MANIFEST)
27060      Branch: perl
27061            - mv-if-diff
27062            ! MANIFEST Makefile.SH
27063 ____________________________________________________________________________
27064 [ 25841] By: nicholas                              on 2005/10/25  09:09:49
27065         Log: Replace all the strlen()s related to PL_pidstatus with the return
27066              value of my_sprintf
27067      Branch: perl
27068            ! util.c
27069 ____________________________________________________________________________
27070 [ 25840] By: nicholas                              on 2005/10/25  08:32:25
27071         Log: Whoops. The Windows build is going to need to know that this symbol is
27072              defined.
27073      Branch: perl
27074            ! perl.c
27075 ____________________________________________________________________________
27076 [ 25839] By: rgs                                   on 2005/10/25  08:14:33
27077         Log: Subject: VMS exit handling still broken, need some help.
27078              From: "John E. Malmberg" <wb8tyw@qsl.net>
27079              Date: Mon, 24 Oct 2005 01:34:41 -0400
27080              Message-ID: <435C7271.8070403@qsl.net>
27081      Branch: perl
27082            ! perl.c perl.h vms/vms.c
27083 ____________________________________________________________________________
27084 [ 25838] By: merijn                                on 2005/10/25  05:58:00
27085         Log: Subject: [patch@25837] Change 25831: sprintf returns the length of the buffer.
27086              From: "John E. Malmberg" <wb8tyw@qsl.net>
27087              Date: Mon, 24 Oct 2005 23:37:46 -0400
27088              Message-ID: <435DA88A.90201@qsl.net>
27089      Branch: perl
27090            ! configure.com
27091 ____________________________________________________________________________
27092 [ 25837] By: merijn                                on 2005/10/24  23:35:40
27093         Log: Backport of changes #25831 and #25832. Re-order needed
27094              
27095              Subject: [PATCH] Re: Configure question about format of cc/cppsymbols
27096              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
27097              Date: Mon, 24 Oct 2005 13:04:58 -0700
27098              Message-ID: <20051024200458.GC2312@efn.org>
27099      Branch: perl
27100            ! Configure config_h.SH
27101 ____________________________________________________________________________
27102 [ 25833] By: merijn                                on 2005/10/24  22:44:22
27103         Log: Subject: [PATCH] Compress::Zlib
27104              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
27105              Date: Mon, 24 Oct 2005 23:19:48 +0100
27106              Message-ID: <00ab01c5d8e9$0ef31b40$02f0440a@myopwv.com>
27107      Branch: perl
27108            ! ext/Compress/Zlib/Zlib.pm
27109            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
27110            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
27111            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
27112            ! ext/Compress/Zlib/t/03zlib-v1.t
27113            ! ext/Compress/Zlib/t/16oneshot.t ext/Compress/Zlib/t/22merge.t
27114 ____________________________________________________________________________
27115 [ 25832] By: nicholas                              on 2005/10/24  21:20:21
27116         Log: Add my_sprintf, which is usually just a macro for sprintf, for those
27117              places where we want to use the return value of sprintf. This allows
27118              a wrapper to be used for platforms where the C library isn't ANSI-
27119              conformant.
27120      Branch: perl
27121            ! config_h.SH embed.fnc embed.h global.sym makedef.pl perl.h
27122            ! proto.h util.c
27123 ____________________________________________________________________________
27124 [ 25831] By: nicholas                              on 2005/10/24  20:03:38
27125         Log: Add a probe for whether sprintf returns the length of the buffer.
27126              Update all the canned config.sh files.
27127              Assume that symbian and Win32 are all ANSI conformant, note that ARM
27128              Linux (ie glibc) will be, don't assume that any other platform is.
27129      Branch: perl
27130            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
27131            ! Porting/Glossary configure.com epoc/config.sh
27132            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
27133            ! win32/config.bc win32/config.gc win32/config.vc
27134            ! win32/config.vc64 wince/config.ce
27135 ____________________________________________________________________________
27136 [ 25830] By: rgs                                   on 2005/10/24  16:18:41
27137         Log: Fix path in code example
27138      Branch: perl
27139            ! pod/perlfunc.pod
27140 ____________________________________________________________________________
27141 [ 25829] By: rgs                                   on 2005/10/24  15:21:28
27142         Log: Subject: Re: do { EXPR for EXPR }
27143              From: Robin Houston <robin@cpan.org>
27144              Date: Sat, 22 Oct 2005 16:56:27 +0100
27145              Message-ID: <20051022155627.GA22420@rpc142.cs.man.ac.uk>
27146      Branch: perl
27147            ! op.c t/cmd/mod.t
27148 ____________________________________________________________________________
27149 [ 25828] By: stevep                                on 2005/10/24  14:16:32
27150         Log: Update one of merijn's previous emails.
27151      Branch: perl
27152            ! Porting/checkAUTHORS.pl
27153 ____________________________________________________________________________
27154 [ 25827] By: craigb                                on 2005/10/23  22:17:44
27155         Log: Subject: [patch@25825] Fix st_ino compare to use real data.
27156              From: "John E. Malmberg" <wb8tyw@qsl.net>
27157              Date: Sun, 23 Oct 2005 17:46:46 -0400
27158              Message-id: <435C04C6.2090405@qsl.net>
27159      Branch: perl
27160            ! vms/vms.c
27161 ____________________________________________________________________________
27162 [ 25825] By: mhx                                   on 2005/10/23  10:16:45
27163         Log: Fix mismatched braces in S_fd_on_nosuid_fs().
27164      Branch: perl
27165            ! perl.c
27166 ____________________________________________________________________________
27167 [ 25824] By: craigb                                on 2005/10/22  16:43:40
27168         Log: VMS threaded build fixes for things broken in #25783
27169      Branch: perl
27170            ! vms/vms.c vms/vmsish.h
27171 ____________________________________________________________________________
27172 [ 25823] By: nicholas                              on 2005/10/22  13:12:48
27173         Log: use more 'const' in the Encode data structures.
27174      Branch: perl
27175            ! ext/Encode/Encode/encode.h ext/Encode/bin/enc2xs
27176 ____________________________________________________________________________
27177 [ 25822] By: mhx                                   on 2005/10/22  13:02:02
27178         Log: Turn NN to NULLOK for functions that have code to handle
27179              the ptr == NULL case and are currently called with NULL
27180              pointers. Having parameters tagged NN can make gcc optimize
27181              away the code for the NULL case, causing segfaults.
27182      Branch: perl
27183            ! embed.fnc proto.h
27184 ____________________________________________________________________________
27185 [ 25821] By: nicholas                              on 2005/10/22  12:08:34
27186         Log: Mark more static Encode data structures as const.
27187      Branch: perl
27188            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
27189            ! ext/Encode/bin/enc2xs ext/Encode/encengine.c
27190 ____________________________________________________________________________
27191 [ 25820] By: stevep                                on 2005/10/21  21:54:01
27192         Log: Documentation on getting a FORMAT ref from a GLOB was missing from
27193              perlref.pod.  Thanks for David Wheeler for starting the discussion
27194              and Paul Johnson for confirming that it could actually be done.
27195      Branch: perl
27196            ! pod/perlref.pod
27197 ____________________________________________________________________________
27198 [ 25819] By: merijn                                on 2005/10/21  15:49:00
27199         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
27200              From: <jarkko.hietaniemi@nokia.com>
27201              Date: Fri, 21 Oct 2005 17:15:23 +0300
27202              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
27203      Branch: perl
27204            + symbian/PerlAppS60.rss symbian/PerlAppS80.rss
27205            ! MANIFEST
27206 ____________________________________________________________________________
27207 [ 25818] By: rgs                                   on 2005/10/21  15:44:38
27208         Log: Subject: allow "" as select bitmask [PATCH]
27209              From: Gisle Aas <gisle@ActiveState.com>
27210              Date: 21 Oct 2005 08:04:40 -0700
27211              Message-ID: <lrach229o7.fsf_-_@caliper.activestate.com>
27212      Branch: perl
27213            ! pp_sys.c t/op/sselect.t
27214 ____________________________________________________________________________
27215 [ 25816] By: rgs                                   on 2005/10/21  15:06:13
27216         Log: Rewording of doc change #25812
27217      Branch: perl
27218            ! pod/perlsub.pod
27219 ____________________________________________________________________________
27220 [ 25815] By: merijn                                on 2005/10/21  14:12:37
27221         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
27222              From: <jarkko.hietaniemi@nokia.com>
27223              Date: Fri, 21 Oct 2005 17:15:23 +0300
27224              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
27225      Branch: perl
27226            - symbian/PerlApp.rss
27227 ____________________________________________________________________________
27228 [ 25814] By: merijn                                on 2005/10/21  14:12:10
27229         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
27230              From: <jarkko.hietaniemi@nokia.com>
27231              Date: Fri, 21 Oct 2005 17:15:23 +0300
27232              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
27233      Branch: perl
27234            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
27235            ! symbian/PerlApp.hrh symbian/config.pl symbian/config.sh
27236            ! symbian/makesis.pl symbian/sdk.pl symbian/sisify.pl
27237            ! symbian/xsbuild.pl
27238 ____________________________________________________________________________
27239 [ 25813] By: rgs                                   on 2005/10/21  13:24:30
27240         Log: Subject: wrong maxlen in sselect [PATCH]
27241              From: Gisle Aas <gisle@ActiveState.com>
27242              Date: 21 Oct 2005 05:24:30 -0700
27243              Message-ID: <lrzmp312ip.fsf@caliper.activestate.com>
27244              
27245              Plus a regression test for the new warning.
27246      Branch: perl
27247            ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys
27248 ____________________________________________________________________________
27249 [ 25812] By: rgs                                   on 2005/10/21  13:01:26
27250         Log: Subject: Re: [PATCH] return values reworded in perlsub.pod
27251              From: Xavier Noria <fxn@hashref.com>
27252              Date: Fri, 21 Oct 2005 08:43:12 +0200
27253              Message-Id: <1C8D7C5C-986C-4336-8C4F-8B965CE1AD17@hashref.com>
27254              
27255              (with minor tweaks)
27256      Branch: perl
27257            ! pod/perlsub.pod
27258 ____________________________________________________________________________
27259 [ 25811] By: rgs                                   on 2005/10/21  09:31:52
27260         Log: Remove last remaining reference to vax11c
27261      Branch: perl
27262            ! x2p/a2p.h
27263 ____________________________________________________________________________
27264 [ 25810] By: craigb                                on 2005/10/20  22:38:36
27265         Log: Subject: [patch@25809]restore documented exit behavior
27266              From: "John E. Malmberg" <wb8tyw@qsl.net>
27267              Date: Thu, 20 Oct 2005 18:21:20 -0400
27268              Message-id: <43581860.3020108@qsl.net>
27269      Branch: perl
27270            ! mg.c perl.c perl.h t/op/exec.t vms/perlvms.pod vms/vms.c
27271 ____________________________________________________________________________
27272 [ 25809] By: rgs                                   on 2005/10/19  21:15:53
27273         Log: Fix doc typo, by Gisle Aas
27274      Branch: perl
27275            ! lib/User/grent.pm
27276 ____________________________________________________________________________
27277 [ 25808] By: rgs                                   on 2005/10/19  20:46:50
27278         Log: Subject: Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ARRAY in leave
27279              From: Robin Houston <robin@cpan.org>
27280              Date: Oct 14, 2005 1:54 AM
27281              Message-ID: <20051013235457.GA23386@rpc142.cs.man.ac.uk>
27282      Branch: perl
27283            ! embed.fnc embed.h global.sym op.c op.h proto.h t/op/array.t
27284 ____________________________________________________________________________
27285 [ 25805] By: rgs                                   on 2005/10/19  13:19:17
27286         Log: Forgotten chunk by jhi
27287      Branch: perl
27288            ! symbian/makesis.pl
27289 ____________________________________________________________________________
27290 [ 25804] By: rgs                                   on 2005/10/19  13:09:09
27291         Log: Subject: [PATCH] blead 25801: Symbian batch of today
27292              From: <jarkko.hietaniemi@nokia.com>
27293              Date: Wed, 19 Oct 2005 16:19:23 +0300
27294              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A663@esebe105.NOE.Nokia.com>
27295      Branch: perl
27296            ! perl.h pp_sys.c symbian/config.sh symbian/symbianish.h
27297            ! symbian/xsbuild.pl
27298 ____________________________________________________________________________
27299 [ 25803] By: rgs                                   on 2005/10/19  08:18:30
27300         Log: Subject: [PATCH] More consting, and DRY leads to shrinking object code
27301              From: Andy Lester <andy@petdance.com>
27302              Date: Tue, 18 Oct 2005 09:57:23 -0500
27303              Message-ID: <20051018145723.GA4964@petdance.com>
27304      Branch: perl
27305            ! av.c gv.c hv.c mg.c pp_ctl.c pp_hot.c sv.c
27306 ____________________________________________________________________________
27307 [ 25802] By: rgs                                   on 2005/10/19  07:52:20
27308         Log: Subject: [PATCH] Adding documentation index to perlapi.pod and perlintern.pod
27309              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
27310              Date: Tue, 18 Oct 2005 22:22:57 +0200
27311              Message-ID: <1129666977.435559a10cb95@imp5-g19.free.fr>
27312              
27313              (tweaked to remove trailing whitespace to doc entries)
27314              Plus, regenerate doc and headers
27315      Branch: perl
27316            ! autodoc.pl embed.h pod/perlapi.pod pod/perlintern.pod proto.h
27317 ____________________________________________________________________________
27318 [ 25801] By: craigb                                on 2005/10/19  00:29:00
27319         Log: Subject: [patch@25784] enable open(FOO, "child.pl foo|") on VMS
27320              From: "John E. Malmberg" <wb8tyw@qsl.net>
27321              Date: Tue, 18 Oct 2005 14:43:29 -0400
27322              Message-id: <43554251.5020704@qsl.net>
27323      Branch: perl
27324            ! vms/vms.c vms/vmsish.h
27325 ____________________________________________________________________________
27326 [ 25800] By: rgs                                   on 2005/10/18  21:22:17
27327         Log: Add notes about -f _ and defined %foo:: in perldelta
27328      Branch: perl
27329            ! pod/perl593delta.pod
27330 ____________________________________________________________________________
27331 [ 25799] By: rgs                                   on 2005/10/18  20:57:43
27332         Log: Force _ to be always a bareword after filetest operators
27333      Branch: perl
27334            ! t/op/filetest.t toke.c
27335 ____________________________________________________________________________
27336 [ 25798] By: nicholas                              on 2005/10/18  19:52:27
27337         Log: Add Rafael's 5.10 roadmap to perltodo.
27338              Add state variables.
27339              Remove xsubpp entry, as that had been done already.
27340      Branch: perl
27341            ! pod/perltodo.pod
27342 ____________________________________________________________________________
27343 [ 25797] By: rgs                                   on 2005/10/18  19:24:55
27344         Log: Fix tokenizer debugging trace for file tests
27345      Branch: perl
27346            ! toke.c
27347 ____________________________________________________________________________
27348 [ 25796] By: stevep                                on 2005/10/18  19:15:40
27349         Log: Upgrade to Digest-1.13
27350      Branch: perl
27351            ! lib/Digest.pm lib/Digest/Changes lib/Digest/file.pm
27352 ____________________________________________________________________________
27353 [ 25795] By: merijn                                on 2005/10/18  16:30:54
27354         Log: VMS does not have clearenv () according to John E. Malmberg
27355              Followup to 25793
27356      Branch: perl
27357            ! configure.com
27358 ____________________________________________________________________________
27359 [ 25794] By: steveh                                on 2005/10/18  15:03:50
27360         Log: Update win32 config files w.r.t. change #25793
27361      Branch: perl
27362            ! win32/config.bc win32/config.gc win32/config.vc
27363            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
27364            ! win32/config_H.vc win32/config_H.vc64
27365 ____________________________________________________________________________
27366 [ 25793] By: merijn                                on 2005/10/18  13:50:15
27367         Log: Add probe for clearenv (), like #25733 for unsetenv ()
27368      Branch: perl
27369            ! Configure Porting/Glossary config_h.SH handy.h
27370 ____________________________________________________________________________
27371 [ 25790] By: rgs                                   on 2005/10/18  12:48:17
27372         Log: Subject: [PATCH] missed some SYMBIAN ifdefs
27373              From: <jarkko.hietaniemi@nokia.com>
27374              Date: Tue, 18 Oct 2005 16:07:28 +0300
27375              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A64D@esebe105.NOE.Nokia.com>
27376      Branch: perl
27377            ! perl.h util.h
27378 ____________________________________________________________________________
27379 [ 25789] By: stevep                                on 2005/10/18  10:52:01
27380         Log: Upgrade to Time-HiRes-1.75
27381      Branch: perl
27382            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
27383            ! ext/Time/HiRes/Makefile.PL
27384 ____________________________________________________________________________
27385 [ 25788] By: rgs                                   on 2005/10/18  09:29:05
27386         Log: Subject: [PATCH] Symbian: New vs New
27387              From: <jarkko.hietaniemi@nokia.com>
27388              Date: Tue, 18 Oct 2005 12:53:16 +0300
27389              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A640@esebe105.NOE.Nokia.com>
27390      Branch: perl
27391            ! symbian/PerlUtil.cpp
27392 ____________________________________________________________________________
27393 [ 25786] By: rgs                                   on 2005/10/18  08:01:12
27394         Log: Subject: [patch@25783] vmsish.h fix for lstat() definition
27395              From: "John E. Malmberg" <wb8tyw@qsl.net>
27396              Date: Mon, 17 Oct 2005 17:08:19 -0400
27397              Message-ID: <435412C3.3080504@qsl.net>
27398      Branch: perl
27399            ! vms/vmsish.h
27400 ____________________________________________________________________________
27401 [ 25784] By: steveh                                on 2005/10/17  15:48:24
27402         Log: Silence gcc complaints about comments in config.h
27403              
27404              This suppresses dozens of lines of warnings seen, e.g. here:
27405              http://www.nntp.perl.org/group/perl.daily-build.reports/32231
27406      Branch: perl
27407            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
27408 ____________________________________________________________________________
27409 [ 25783] By: rgs                                   on 2005/10/17  15:13:35
27410         Log: Subject: [patch@25775] VMS prep for symbolic links and long filename
27411              From: "John E. Malmberg" <wb8tyw@qsl.net>
27412              Date: Mon, 17 Oct 2005 08:12:37 -0400
27413              Message-ID: <43539535.70609@qsl.net>
27414      Branch: perl
27415            ! vms/vms.c vms/vmsish.h
27416 ____________________________________________________________________________
27417 [ 25782] By: rgs                                   on 2005/10/17  15:05:23
27418         Log: Subject: [PATCH] even more Symbian
27419              From: <jarkko.hietaniemi@nokia.com>
27420              Date: Mon, 17 Oct 2005 18:27:57 +0300
27421              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A61F@esebe105.NOE.Nokia.com>
27422      Branch: perl
27423            ! ext/Storable/Storable.xs symbian/TODO
27424            ! symbian/find_writeable_data.pl symbian/xsbuild.pl
27425 ____________________________________________________________________________
27426 [ 25781] By: nicholas                              on 2005/10/17  14:44:59
27427         Log: Correct precedence from and to && in an expression with assignment.
27428      Branch: perl
27429            ! ext/IO/t/io_sock.t
27430 ____________________________________________________________________________
27431 [ 25780] By: rgs                                   on 2005/10/17  10:16:30
27432         Log: Subject: Re: small addition to $, and $\ in perlvar.pod
27433              From: Xavier Noria <fxn@hashref.com>
27434              Date: Sun, 16 Oct 2005 12:27:30 +0200
27435              Message-Id: <7CA83392-70CD-4AC8-AA44-D94F508BB028@hashref.com>
27436      Branch: perl
27437            ! pod/perlvar.pod
27438 ____________________________________________________________________________
27439 [ 25779] By: steveh                                on 2005/10/17  10:14:46
27440         Log: Make some casts explicit to keep VC++ 7 happy
27441              
27442              Specifically, this silences the warnings from the following smoke:
27443              http://www.nntp.perl.org/group/perl.daily-build.reports/32258
27444              (Hmm. Looks like you need to decode the base64 yourself before you
27445              can read that.)
27446      Branch: perl
27447            ! numeric.c op.c pp_pack.c toke.c
27448 ____________________________________________________________________________
27449 [ 25778] By: rgs                                   on 2005/10/17  09:57:24
27450         Log: Subject: [PATCH] another Symbian update: Alan's fault :-)
27451              From: <jarkko.hietaniemi@nokia.com>
27452              Date: Mon, 17 Oct 2005 13:19:34 +0300
27453              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A611@esebe105.NOE.Nokia.com>
27454      Branch: perl
27455            + symbian/find_writeable_data.pl
27456            ! MANIFEST XSUB.h doio.c embed.fnc embed.h mg.c perl.c perl.h
27457            ! perlio.c pp_ctl.c pp_sys.c symbian/config.pl symbian/sisify.pl
27458            ! util.c
27459 ____________________________________________________________________________
27460 [ 25777] By: rgs                                   on 2005/10/17  08:46:31
27461         Log: Doc/style fixes pointed out by Gisle
27462      Branch: perl
27463            ! lib/warnings/register.pm
27464 ____________________________________________________________________________
27465 [ 25776] By: rgs                                   on 2005/10/17  08:28:15
27466         Log: Subject: [PATCH] blead@25775 Symbian update
27467              From: <jarkko.hietaniemi@nokia.com>
27468              Date: Mon, 17 Oct 2005 11:49:20 +0300
27469              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A60A@esebe105.NOE.Nokia.com>
27470      Branch: perl
27471            + symbian/PerlUtil.cpp symbian/PerlUtil.h symbian/PerlUtil.pod
27472            ! MANIFEST README.symbian symbian/PerlBase.pod symbian/TODO
27473            ! symbian/config.pl symbian/sdk.pl symbian/sisify.pl
27474            ! symbian/symbian_proto.h symbian/xsbuild.pl
27475 ____________________________________________________________________________
27476 [ 25775] By: davem                                 on 2005/10/16  23:05:44
27477         Log: DEBUG_LEAKING_SCALARS doesn't need shared memory to store filenames
27478      Branch: perl
27479            ! sv.c
27480 ____________________________________________________________________________
27481 [ 25774] By: rgs                                   on 2005/10/16  21:47:57
27482         Log: Subject: [PATCH] Keys of %INC always use forward slashes
27483              From: Jan Dubois <jand@activestate.com>
27484              Date: Oct 16, 2005 8:24 PM
27485              Message-ID: <006e01c5d27e$d722c6e0$2217a8c0@candy>
27486      Branch: perl
27487            ! lib/CPAN.pm
27488 ____________________________________________________________________________
27489 [ 25772] By: craigb                                on 2005/10/16  19:10:56
27490         Log: Subject: [patch@25763] Fix VMS error/exit handling, update kill function
27491              From: "John E. Malmberg" <wb8tyw@qsl.net>
27492              Message-id: <4351F393.8030809@qsl.net>
27493              Date: Sun, 16 Oct 2005 02:30:43 -0400
27494      Branch: perl
27495            ! perl.c perl.h t/run/exit.t vms/vms.c vms/vmsish.h
27496 ____________________________________________________________________________
27497 [ 25771] By: davem                                 on 2005/10/16  17:46:10
27498         Log: an assert in av_undef was leaking memory
27499      Branch: perl
27500            ! av.c
27501 ____________________________________________________________________________
27502 [ 25770] By: davem                                 on 2005/10/16  17:39:20
27503         Log: static functions should be prefixed S_
27504      Branch: perl
27505            ! ext/threads/threads.xs
27506 ____________________________________________________________________________
27507 [ 25769] By: davem                                 on 2005/10/16  14:53:45
27508         Log: free a thread's interpreter after $t->join() rather than after undef $t
27509              This should fix some ithreads memory leaks.
27510      Branch: perl
27511            ! ext/threads/threads.xs
27512 ____________________________________________________________________________
27513 [ 25768] By: stevep                                on 2005/10/16  13:53:00
27514         Log: Upgrade to version-0.49
27515      Branch: perl
27516            ! lib/version.pm lib/version.pod
27517 ____________________________________________________________________________
27518 [ 25767] By: stevep                                on 2005/10/16  13:24:23
27519         Log: No more attempting to edit Pod before the first coffee of the morning.
27520      Branch: perl
27521            ! ext/DynaLoader/XSLoader_pm.PL
27522 ____________________________________________________________________________
27523 [ 25766] By: stevep                                on 2005/10/16  13:10:02
27524         Log: Upgrade to XSLoader-0.06 (plus a minor doc nit found by podchecker).
27525      Branch: perl
27526            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
27527 ____________________________________________________________________________
27528 [ 25765] By: stevep                                on 2005/10/16  13:02:19
27529         Log: Upgrade to Pod-Parser-1.34 (with some changes to get the new test file
27530              to work within the core).
27531      Branch: perl
27532            + lib/Pod/t/contains_pod.t t/lib/contains_pod.xr
27533            ! MANIFEST lib/Pod/Find.pm
27534 ____________________________________________________________________________
27535 [ 25764] By: stevep                                on 2005/10/16  12:36:37
27536         Log: Upgrade to ExtUtils-ParseXS-2.15.
27537      Branch: perl
27538            ! lib/ExtUtils/ParseXS.pm
27539 ____________________________________________________________________________
27540 [ 25763] By: nicholas                              on 2005/10/15  21:35:29
27541         Log: Subject: pre{inc,dec} is faster, even with integers
27542              From: hv@crypt.org
27543              Message-Id: <200510141722.j9EHMfa25945@zen.crypt.org>
27544              Date: Fri, 14 Oct 2005 18:22:41 +0100
27545      Branch: perl
27546            ! op.c t/op/inc.t
27547 ____________________________________________________________________________
27548 [ 25761] By: craigb                                on 2005/10/15  03:59:44
27549         Log: Subject: [patch@blead] perlport.pod
27550              From: "John E. Malmberg" <wb8tyw@qsl.net>
27551              Date: Fri, 14 Oct 2005 23:48:20 -0400
27552              Message-id: <43507C04.8050003@qsl.net>
27553      Branch: perl
27554            ! pod/perlport.pod
27555 ____________________________________________________________________________
27556 [ 25760] By: craigb                                on 2005/10/15  03:43:30
27557         Log: Subject: patch for blead - Perlvms.pod update
27558              From: "John E. Malmberg" <wb8tyw@qsl.net>
27559              Date: Fri, 14 Oct 2005 21:15:26 -0400
27560              Message-id: <4350582E.4070209@qsl.net>
27561      Branch: perl
27562            ! vms/perlvms.pod
27563 ____________________________________________________________________________
27564 [ 25759] By: craigb                                on 2005/10/14  15:31:33
27565         Log: Grab enough room from the outset in do_tovmsspec()
27566      Branch: perl
27567            ! vms/vms.c
27568 ____________________________________________________________________________
27569 [ 25758] By: steveh                                on 2005/10/14  08:00:58
27570         Log: Subject: [PATCH] Compress::Zlib - fix for win32
27571              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
27572              Date: Thu, 13 Oct 2005 23:06:25 +0100
27573              Message-ID: <002a01c5d042$5c25fea0$1a1c140a@myopwv.com>
27574      Branch: perl
27575            ! ext/Compress/Zlib/Zlib.xs
27576 ____________________________________________________________________________
27577 [ 25757] By: stevep                                on 2005/10/14  03:46:24
27578         Log: gcc complains when it sees variables declared
27579              
27580              const register ...
27581              
27582              switched them all to 
27583              
27584              register const ...
27585      Branch: perl
27586            ! av.c pp.c pp_hot.c regexec.c sv.c toke.c util.c
27587 ____________________________________________________________________________
27588 [ 25756] By: stevep                                on 2005/10/14  01:20:21
27589         Log: Upgrade to Unicode-Collate-0.52
27590      Branch: perl
27591            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
27592            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
27593 ____________________________________________________________________________
27594 [ 25755] By: stevep                                on 2005/10/13  23:31:03
27595         Log: Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V
27596      Branch: perl
27597            ! perl.c
27598 ____________________________________________________________________________
27599 [ 25754] By: stevep                                on 2005/10/13  23:03:46
27600         Log: Subject: [PATCH] Stas' croak patch and then some
27601              From: Andy Lester <andy@petdance.com>
27602              Date: Thu, 13 Oct 2005 16:42:12 -0500
27603              Message-ID: <20051013214212.GA1122@petdance.com>
27604      Branch: perl
27605            ! embed.fnc gv.c op.c pad.c perl.c pp_sort.c proto.h regcomp.c
27606            ! sv.c t/TEST toke.c utf8.c
27607 ____________________________________________________________________________
27608 [ 25753] By: rgs                                   on 2005/10/13  15:53:39
27609         Log: If /dev/null is not readable, perl -e fails with
27610              an obscure error message. Make it more understandable.
27611      Branch: perl
27612            ! perl.c
27613 ____________________________________________________________________________
27614 [ 25752] By: rgs                                   on 2005/10/13  14:18:50
27615         Log: Subject: [patch@25744] t/op/local.t - change 25514 broke VMS
27616              From: "John E. Malmberg" <wb8tyw@qsl.net>
27617              Date: Thu, 13 Oct 2005 10:28:23 -0400
27618              Message-ID: <434E6F07.5020108@qsl.net>
27619      Branch: perl
27620            ! t/op/local.t
27621 ____________________________________________________________________________
27622 [ 25751] By: rgs                                   on 2005/10/13  12:38:21
27623         Log: Subject: SvPVutf8_nolen crashes [PATCH]
27624              From: Gisle Aas <gisle@ActiveState.com>
27625              Date: 13 Oct 2005 06:00:49 -0700
27626              Message-ID: <lrslv56072.fsf@caliper.activestate.com>
27627      Branch: perl
27628            ! sv.c
27629 ____________________________________________________________________________
27630 [ 25750] By: rgs                                   on 2005/10/13  12:22:24
27631         Log: Better cleanup of directories created by C::Zlib
27632      Branch: perl
27633            ! Makefile.SH
27634 ____________________________________________________________________________
27635 [ 25749] By: merijn                                on 2005/10/13  12:17:41
27636         Log: PL_use_safe_putenv needs to be in the export lists
27637      Branch: perl
27638            ! makedef.pl
27639 ____________________________________________________________________________
27640 [ 25748] By: rgs                                   on 2005/10/13  11:20:23
27641         Log: Subject: [PATCH] POD index entries with X<>
27642              From: Ivan Tubert-Brohman <itub@cpan.org>
27643              Date: Wed, 12 Oct 2005 19:20:18 -0400
27644              Message-ID: <434D9A32.4050305@cpan.org>
27645      Branch: perl
27646            ! pod/perldata.pod pod/perldebug.pod pod/perldsc.pod
27647            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlform.pod
27648            ! pod/perlfunc.pod pod/perllexwarn.pod pod/perlmod.pod
27649            ! pod/perlobj.pod pod/perlop.pod pod/perlpod.pod pod/perlre.pod
27650            ! pod/perlref.pod pod/perlrun.pod pod/perlsub.pod
27651            ! pod/perlsyn.pod pod/perltie.pod
27652 ____________________________________________________________________________
27653 [ 25747] By: rgs                                   on 2005/10/13  09:43:46
27654         Log: Subject: Accidental interpolation of $@ in Pod::Html [PATCH]
27655              From: Gisle Aas <gisle@ActiveState.com>
27656              Date: 13 Oct 2005 01:42:32 -0700
27657              Message-ID: <lr7jch95af.fsf@caliper.activestate.com>
27658      Branch: perl
27659            ! lib/Pod/Html.pm
27660 ____________________________________________________________________________
27661 [ 25746] By: rgs                                   on 2005/10/13  09:05:42
27662         Log: The new REQUIRE token introduced by change 25599 must be
27663              nonassoc, just like the UNIOP token it's patterned after.
27664              (While we're at it, allow to use bison 2.1 to regenerate
27665              the parser files.)
27666      Branch: perl
27667            ! perly.act perly.h perly.tab perly.y regen_perly.pl
27668 ____________________________________________________________________________
27669 [ 25745] By: rgs                                   on 2005/10/13  08:14:32
27670         Log: Document that -F doesn't accept whitespace in patterns.
27671              (fixes bug #37366)
27672      Branch: perl
27673            ! pod/perlrun.pod
27674 ____________________________________________________________________________
27675 [ 25744] By: merijn                                on 2005/10/13  06:10:27
27676         Log: Subject: RE: [PATCH] Compress::Zlib
27677              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
27678              Date: Wed, 12 Oct 2005 22:41:41 +0100
27679              Message-ID: <004c01c5cf75$bd368fc0$0e1c140a@myopwv.com>
27680      Branch: perl
27681            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
27682 ____________________________________________________________________________
27683 [ 25743] By: stevep                                on 2005/10/12  23:28:04
27684         Log: Subject: [PATCH pp_sort.c 5.8.7]  Typo in comment.
27685              From: Abigail <abigail@abigail.nl>
27686              Date: Thu, 13 Oct 2005 01:25:10 +0200
27687              Message-ID: <20051012232509.GA1018@abigail.nl>
27688      Branch: perl
27689            ! pp_sort.c
27690 ____________________________________________________________________________
27691 [ 25742] By: rgs                                   on 2005/10/12  15:55:21
27692         Log: Subject: [PATCH] Symbian blead update: Symbian port 0.2.0
27693              From: <jarkko.hietaniemi@nokia.com>
27694              Date: Wed, 12 Oct 2005 19:12:57 +0300
27695              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5E6@esebe105.NOE.Nokia.com>
27696      Branch: perl
27697            + symbian/sisify.pl
27698            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
27699            ! symbian/TODO symbian/config.pl symbian/port.pl
27700 ____________________________________________________________________________
27701 [ 25741] By: rgs                                   on 2005/10/12  11:37:49
27702         Log: Update to the config boilerplates, by Jarkko
27703      Branch: perl
27704            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
27705            ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
27706            ! wince/config.ce
27707 ____________________________________________________________________________
27708 [ 25740] By: craigb                                on 2005/10/11  23:58:26
27709         Log: disarm unsetenv() on VMS for now (function is present
27710              but %ENV is more complicated)
27711      Branch: perl
27712            ! configure.com
27713 ____________________________________________________________________________
27714 [ 25739] By: stevep                                on 2005/10/11  22:27:18
27715         Log: Subject: [PATCH] Compress::Zlib
27716              From: Paul Marquess <Paul.Marquess@ntlworld.com>
27717              Date: Tue, 11 Oct 2005 22:54:25 +0100
27718              
27719              This silences a few warnings on AIX
27720      Branch: perl
27721            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
27722            ! ext/Compress/Zlib/t/04def.t
27723 ____________________________________________________________________________
27724 [ 25738] By: rgs                                   on 2005/10/11  21:14:49
27725         Log: Comment fix
27726      Branch: perl
27727            ! perl.c
27728 ____________________________________________________________________________
27729 [ 25737] By: merijn                                on 2005/10/11  15:15:37
27730         Log: Subject: [PATCH] environ fixup
27731              From: Alan Burlison <Alan.Burlison@sun.com>
27732              Date: Tue, 11 Oct 2005 16:29:54 +0100
27733              Message-ID: <434BDA72.4090109@sun.com>
27734      Branch: perl
27735            ! handy.h hints/solaris_2.sh perl.c util.c
27736 ____________________________________________________________________________
27737 [ 25736] By: merijn                                on 2005/10/11  11:30:22
27738         Log: Subject: [PATCH] Symbian blead fix
27739              From: <jarkko.hietaniemi@nokia.com>
27740              Date: Tue, 11 Oct 2005 14:48:49 +0300
27741              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5D4@esebe105.NOE.Nokia.com>
27742      Branch: perl
27743            ! symbian/PerlApp.cpp
27744 ____________________________________________________________________________
27745 [ 25735] By: merijn                                on 2005/10/11  11:25:46
27746         Log: Subject: [PATCH] Compress::Zlib
27747              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
27748              Date: Tue, 11 Oct 2005 12:35:22 +0100
27749              Message-ID: <013e01c5ce57$dee62af0$671c140a@myopwv.com>
27750      Branch: perl
27751            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
27752            ! ext/Compress/Zlib/t/16oneshot.t
27753 ____________________________________________________________________________
27754 [ 25734] By: steveh                                on 2005/10/11  10:09:48
27755         Log: Update win32 config files w.r.t. change #25733
27756      Branch: perl
27757            ! win32/config.bc win32/config.gc win32/config.vc
27758            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
27759            ! win32/config_H.vc win32/config_H.vc64
27760 ____________________________________________________________________________
27761 [ 25733] By: merijn                                on 2005/10/10  13:47:17
27762         Log: Add probe for unsetenv ()
27763              Subject: Re: Perl's handling of environ breaks on Solaris 10
27764              From: Steve Peters <steve@fisharerojo.org>
27765              Date: Mon, 10 Oct 2005 07:51:17 -0500
27766              Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org>
27767      Branch: perl
27768            ! Configure Porting/Glossary config_h.SH handy.h
27769 ____________________________________________________________________________
27770 [ 25731] By: stevep                                on 2005/10/10  13:14:50
27771         Log: Subject: Re: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
27772              From: Gisle Aas <gisle@ActiveState.com>
27773              Date: 10 Oct 2005 06:20:23 -0700
27774              
27775              Change to remove a call to Win32::GetShortPathName() from 
27776              Test::Harness::Straps.
27777      Branch: perl
27778            ! lib/Test/Harness/Straps.pm
27779 ____________________________________________________________________________
27780 [ 25730] By: rgs                                   on 2005/10/10  11:22:08
27781         Log: Subject: [PATCH] Symbian bleadperl@25725 update
27782              From: <jarkko.hietaniemi@nokia.com>
27783              Date: Mon, 10 Oct 2005 14:28:31 +0300
27784              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5C4@esebe105.NOE.Nokia.com>
27785      Branch: perl
27786            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/zlib-src/trees.c
27787            ! symbian/PerlApp.cpp symbian/TODO symbian/symbian_utils.cpp
27788            ! symbian/xsbuild.pl
27789 ____________________________________________________________________________
27790 [ 25729] By: rgs                                   on 2005/10/10  11:16:24
27791         Log: Subject: RE: [PATCH] Compress::Zlib
27792              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
27793              Date: Mon, 10 Oct 2005 12:24:29 +0100
27794              Message-ID: <013501c5cd8d$2f5d3e90$291c140a@myopwv.com>
27795      Branch: perl
27796            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
27797 ____________________________________________________________________________
27798 [ 25728] By: merijn                                on 2005/10/10  10:36:51
27799         Log: Subject: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
27800              From: Gisle Aas <gisle@ActiveState.com>
27801              Date: 10 Oct 2005 03:58:09 -0700
27802              Message-ID: <lrk6glej0e.fsf@caliper.activestate.com>
27803      Branch: perl
27804            ! win32/ext/Win32/Win32.pm
27805 ____________________________________________________________________________
27806 [ 25727] By: merijn                                on 2005/10/10  10:27:12
27807         Log: Making t/14gzopen.t a bit more robust.
27808              Subject: [PATCH] Compress::Zlib
27809              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
27810              Date: Mon, 10 Oct 2005 11:40:00 +0100
27811              Message-ID: <012101c5cd86$f895b640$291c140a@myopwv.com>
27812      Branch: perl
27813            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
27814            ! ext/Compress/Zlib/t/14gzopen.t
27815 ____________________________________________________________________________
27816 [ 25726] By: merijn                                on 2005/10/10  06:14:30
27817         Log: Compress::Zlib should not ask under Cygwin in CORE
27818      Branch: perl
27819            ! ext/Compress/Zlib/Makefile.PL
27820 ____________________________________________________________________________
27821 [ 25725] By: stevep                                on 2005/10/10  01:18:58
27822         Log: From: Paul Marquess <Paul.Marquess@ntlworld.com>
27823              Subject: RE: [PATCH] DB_File 1.1812
27824              Date: Sun, 9 Oct 2005 23:25:38 +0100
27825              
27826              Patch to ext/Compress/Zlib/Zlib.xs from Paul Marquess.
27827      Branch: perl
27828            ! ext/Compress/Zlib/Zlib.xs
27829 ____________________________________________________________________________
27830 [ 25724] By: rgs                                   on 2005/10/09  21:27:57
27831         Log: Upgrade to DB_File 1.1812, by Paul Marquess
27832      Branch: perl
27833            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
27834            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
27835            ! ext/DB_File/t/db-hash.t
27836 ____________________________________________________________________________
27837 [ 25723] By: stevep                                on 2005/10/09  18:53:02
27838         Log: Tweaks to get Test::Builder::Tester's tests to work in the core.
27839      Branch: perl
27840            ! lib/Test/Simple/t/tbt_01basic.t
27841            ! lib/Test/Simple/t/tbt_04line_num.t
27842 ____________________________________________________________________________
27843 [ 25722] By: stevep                                on 2005/10/09  18:06:13
27844         Log: Upgraded to ExtUtils-ParseXS-2.14.
27845      Branch: perl
27846            ! lib/ExtUtils/ParseXS.pm
27847 ____________________________________________________________________________
27848 [ 25721] By: rgs                                   on 2005/10/09  16:42:26
27849         Log: Don't use a regexp in DB::sub().
27850              This should work around perlbug #37102.
27851      Branch: perl
27852            ! lib/DB.pm
27853 ____________________________________________________________________________
27854 [ 25720] By: stevep                                on 2005/10/09  15:37:41
27855         Log: It would be nice to upgrade the right file.   Double grrrrr.
27856      Branch: perl
27857            ! lib/ExtUtils/CBuilder.pm
27858 ____________________________________________________________________________
27859 [ 25719] By: stevep                                on 2005/10/09  15:32:29
27860         Log: Add standard core test header to Test::Builder::Tester tests.
27861      Branch: perl
27862            ! lib/Test/Simple/t/tbt_01basic.t
27863            ! lib/Test/Simple/t/tbt_02fhrestore.t
27864            ! lib/Test/Simple/t/tbt_03die.t
27865            ! lib/Test/Simple/t/tbt_04line_num.t
27866            ! lib/Test/Simple/t/tbt_05faildiag.t
27867            ! lib/Test/Simple/t/tbt_06errormess.t
27868            ! lib/Test/Simple/t/tbt_07args.t
27869 ____________________________________________________________________________
27870 [ 25718] By: stevep                                on 2005/10/09  15:24:43
27871         Log: Upgrade to Test-Simple-0.62.
27872      Branch: perl
27873            + lib/Test/Builder/Tester.pm lib/Test/Builder/Tester/Color.pm
27874            + lib/Test/Simple/t/tbt_01basic.t
27875            + lib/Test/Simple/t/tbt_02fhrestore.t
27876            + lib/Test/Simple/t/tbt_03die.t
27877            + lib/Test/Simple/t/tbt_04line_num.t
27878            + lib/Test/Simple/t/tbt_05faildiag.t
27879            + lib/Test/Simple/t/tbt_06errormess.t
27880            + lib/Test/Simple/t/tbt_07args.t
27881            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
27882            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
27883            ! lib/Test/Simple/t/More.t lib/Test/Simple/t/bail_out.t
27884            ! lib/Test/Simple/t/is_deeply_fail.t
27885 ____________________________________________________________________________
27886 [ 25717] By: stevep                                on 2005/10/09  14:51:12
27887         Log: Missed files in upgrading modules.  Grrrr
27888      Branch: perl
27889            ! lib/Cwd.pm lib/ExtUtils/ParseXS.pm
27890 ____________________________________________________________________________
27891 [ 25716] By: rgs                                   on 2005/10/09  14:31:47
27892         Log: Subject: [PATCH with testsuite] undef IS_UTF8_CHAR() on EBCDIC
27893              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
27894              Date: Oct 8, 2005 9:59 AM
27895              Message-Id: <20051008165752.348A.BQW10602@nifty.com>
27896      Branch: perl
27897            ! lib/utf8.t utf8.c utf8.h
27898 ____________________________________________________________________________
27899 [ 25712] By: stevep                                on 2005/10/07  15:41:32
27900         Log: Documentation nit in INSTALL found by Alan Burlison.
27901      Branch: perl
27902            ! INSTALL
27903 ____________________________________________________________________________
27904 [ 25711] By: stevep                                on 2005/10/07  03:29:37
27905         Log: Upgrade to Pathtools-3.12
27906      Branch: perl
27907            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/File/Spec.pm
27908            ! lib/File/Spec/Win32.pm
27909 ____________________________________________________________________________
27910 [ 25710] By: craigb                                on 2005/10/07  02:41:03
27911         Log: Parse symbols for the linker when more than one declaration
27912              on the same line (the way PERLVARISC now throws at us).
27913      Branch: perl
27914            ! vms/gen_shrfls.pl
27915 ____________________________________________________________________________
27916 [ 25709] By: nicholas                              on 2005/10/06  21:31:39
27917         Log: Avoid a cast
27918      Branch: perl
27919            ! perl.c
27920 ____________________________________________________________________________
27921 [ 25708] By: stevep                                on 2005/10/06  19:23:59
27922         Log: Convert lvalue usage of SvNVX() and SvIVX() to SvNV_set() and
27923              SvIV_set().  Otherwise, compiling with -DPERL_DEBUG_COW fails.
27924      Branch: perl
27925            ! ext/Compress/Zlib/Zlib.xs
27926 ____________________________________________________________________________
27927 [ 25707] By: rgs                                   on 2005/10/06  13:42:00
27928         Log: Be nice with subversion hidden directories
27929      Branch: perl
27930            ! ext/Compress/Zlib/Makefile.PL
27931 ____________________________________________________________________________
27932 [ 25706] By: rgs                                   on 2005/10/06  13:24:24
27933         Log: Update with new files from C::Zlib
27934      Branch: perl
27935            ! Porting/Maintainers.pl
27936 ____________________________________________________________________________
27937 [ 25705] By: rgs                                   on 2005/10/06  13:23:20
27938         Log: Move ZlibTestUtils.pm under t/
27939      Branch: perl
27940            + t/lib/ZlibTestUtils.pm
27941            - lib/ZlibTestUtils.pm
27942            ! MANIFEST ext/Compress/Zlib/t/01version.t
27943            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
27944            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
27945            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
27946            ! ext/Compress/Zlib/t/08encoding.t
27947            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
27948            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
27949            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
27950            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
27951            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
27952            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
27953            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
27954            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
27955 ____________________________________________________________________________
27956 [ 25704] By: rgs                                   on 2005/10/06  09:09:06
27957         Log: Don't install pods via MakeMaker for C::Zlib,
27958              as suggested by Robin Barker
27959      Branch: perl
27960            ! ext/Compress/Zlib/Makefile.PL
27961 ____________________________________________________________________________
27962 [ 25703] By: merijn                                on 2005/10/06  08:42:56
27963         Log: Add -C to allowed $PERL5OPT options
27964              Add -C to the $PERL5OPT documentation (and added the missing -A too)
27965              t/run/runenv.t Could use some more tests about how supported
27966              and unsupported options in $PERL5OPT are handled
27967      Branch: perl
27968            ! perl.c pod/perldiag.pod pod/perlrun.pod
27969 ____________________________________________________________________________
27970 [ 25702] By: rgs                                   on 2005/10/06  07:27:39
27971         Log: Remove the getprotobynumber test, for portability concerns
27972      Branch: perl
27973            - t/op/getprotobynumber.t
27974            ! MANIFEST
27975 ____________________________________________________________________________
27976 [ 25701] By: nicholas                              on 2005/10/05  23:22:27
27977         Log: Fix Compress::Zlib test boilerplate
27978      Branch: perl
27979            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
27980            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
27981            ! ext/Compress/Zlib/t/05examples.t
27982            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
27983            ! ext/Compress/Zlib/t/08encoding.t
27984            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
27985            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
27986            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
27987            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
27988            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
27989            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
27990            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
27991            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
27992 ____________________________________________________________________________
27993 [ 25699] By: rgs                                   on 2005/10/05  21:26:57
27994         Log: Compress::Zlib's Makefile.PL shouldn't create .bak files when building the core
27995      Branch: perl
27996            ! ext/Compress/Zlib/Makefile.PL
27997 ____________________________________________________________________________
27998 [ 25698] By: rgs                                   on 2005/10/05  21:03:29
27999         Log: Add test preambles to Compress::Zlib.
28000              Remove 99pod.t, useless in the core
28001      Branch: perl
28002            - ext/Compress/Zlib/t/99pod.t
28003            ! MANIFEST ext/Compress/Zlib/t/01version.t
28004            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
28005            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
28006            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
28007            ! ext/Compress/Zlib/t/08encoding.t
28008            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
28009            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
28010            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
28011            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
28012            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
28013            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
28014            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
28015            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
28016 ____________________________________________________________________________
28017 [ 25697] By: stevep                                on 2005/10/05  18:20:54
28018         Log: Subject: proposal [perl #34301]:  IO::Socket calls getpeername far too often
28019              From: Peter.Dintelmann@Dresdner-Bank.com (Peter Dintelmann)
28020              Date: Thu, 2 Jun 2005 13:34:49 +0200
28021              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2101852447@naimucx5.muc.allianz>
28022      Branch: perl
28023            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
28024 ____________________________________________________________________________
28025 [ 25696] By: steveh                                on 2005/10/05  16:04:26
28026         Log: Subject: [PATCH] Re: Untested builtins
28027              From: Steven Schubiger <sts@accognoscere.org>
28028              Date: Wed, 28 Sep 2005 15:46:45 +0200
28029              Message-ID: <20050928134645.GD11546@accognoscere.homeunix.org>
28030      Branch: perl
28031            + t/op/getprotobynumber.t
28032            ! MANIFEST
28033 ____________________________________________________________________________
28034 [ 25695] By: rgs                                   on 2005/10/05  15:53:34
28035         Log: Upgrade to Compress::Zlib 2.000_05
28036      Branch: perl
28037            + ext/Compress/Zlib/examples/gzcat.zlib
28038            + ext/Compress/Zlib/fallback/constants.h
28039            + ext/Compress/Zlib/fallback/constants.xs
28040            + ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
28041            + ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
28042            + ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
28043            + ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
28044            + ext/Compress/Zlib/lib/File/GlobMapper.pm
28045            + ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
28046            + ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
28047            + ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
28048            + ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
28049            + ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
28050            + ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
28051            + ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
28052            + ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
28053            + ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
28054            + ext/Compress/Zlib/t/05examples.t
28055            + ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
28056            + ext/Compress/Zlib/t/08encoding.t
28057            + ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
28058            + ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
28059            + ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
28060            + ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
28061            + ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
28062            + ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
28063            + ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
28064            + ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/99pod.t
28065            + ext/Compress/Zlib/t/globmapper.t lib/ZlibTestUtils.pm
28066            - ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/fallback.h
28067            - ext/Compress/Zlib/fallback.xs ext/Compress/Zlib/t/03examples.t
28068            - ext/Compress/Zlib/t/04encoding.t
28069            - ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
28070            - ext/Compress/Zlib/zlib-src/gzio.c
28071            ! MANIFEST ext/Compress/Zlib/Changes
28072            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
28073            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
28074            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/examples/filtdef
28075            ! ext/Compress/Zlib/examples/filtinf
28076            ! ext/Compress/Zlib/examples/gzcat
28077            ! ext/Compress/Zlib/examples/gzgrep
28078            ! ext/Compress/Zlib/examples/gzstream
28079            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
28080            ! ext/Compress/Zlib/typemap
28081 ____________________________________________________________________________
28082 [ 25694] By: steveh                                on 2005/10/05  15:34:18
28083         Log: Fix $Config{ccflags} for Win32 perls built with dmake
28084              
28085              The nmake makefile (win32/Makefile) currently adds -nologo, $(STRPOOL)
28086              and -W3 to the ccflags in CFG_VARS, but the dmake makefile
28087              (win32/makefile.mk) doesn't.  This means that extensions built with
28088              perls built with VC++ and dmake spit out damn M$ logo messages and use
28089              a lower warning level.
28090              
28091              The reason for the difference is probably that the dmake makefile
28092              supports multiple compilers.  Therefore, put the extra ccflags into a
28093              new macro, and set it appropriately for each compiler.  Add the new
28094              macro to the nmake makefile too for orthogonality.
28095      Branch: perl
28096            ! win32/Makefile win32/makefile.mk
28097 ____________________________________________________________________________
28098 [ 25693] By: merijn                                on 2005/10/05  15:34:09
28099         Log: Subject: Re: [PATCH] Random constings and printf cleanup
28100              From: Andy Lester <andy@petdance.com>
28101              Date: Tue, 4 Oct 2005 15:16:05 -0500
28102              Message-ID: <20051004201605.GA31682@petdance.com>
28103      Branch: perl
28104            ! malloc.c pad.c perl.c perl.h pp_ctl.c sv.c utf8.c xsutils.c
28105 ____________________________________________________________________________
28106 [ 25691] By: stevep                                on 2005/10/04  16:24:28
28107         Log: Fixes to Pod errors found by podchecker.
28108      Branch: perl
28109            ! README.os2 pod/perlfunc.pod
28110 ____________________________________________________________________________
28111 [ 25690] By: stevep                                on 2005/10/04  12:02:04
28112         Log: Upgrade to ExtUtils-ParseXS-2.13
28113      Branch: perl
28114            ! lib/ExtUtils/ParseXS.pm
28115 ____________________________________________________________________________
28116 [ 25689] By: stevep                                on 2005/10/04  11:01:11
28117         Log: Upgrade to ExtUtils-CBuilder-0.15 (with a small edit to 
28118              ExtUtils::CBuilder::Pltaform::dec_osf.pm to add a $VERSION)
28119      Branch: perl
28120            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
28121            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
28122            ! lib/ExtUtils/CBuilder/Platform/dec_osf.pm
28123            ! lib/ExtUtils/CBuilder/Platform/os2.pm
28124            ! lib/ExtUtils/CBuilder/t/02-link.t
28125 ____________________________________________________________________________
28126 [ 25688] By: merijn                                on 2005/10/04  10:10:41
28127         Log: Subject: Re: $^CHILD_ERROR_NATIVE issues (with attachment)
28128              From: Gisle Aas <gisle@ActiveState.com>
28129              Date: 04 Oct 2005 02:18:27 -0700
28130              Message-ID: <lrd5ml7i8s.fsf@caliper.activestate.com>
28131      Branch: perl
28132            ! cop.h doio.c perl.c perl.h pp_sys.c win32/perlhost.h
28133            ! wince/perlhost.h
28134 ____________________________________________________________________________
28135 [ 25687] By: rgs                                   on 2005/10/03  16:16:21
28136         Log: Subject: Clone PL_statusvalue_posix [PATCH]
28137              From: Gisle Aas <gisle@ActiveState.com>
28138              Date: 03 Oct 2005 09:37:57 -0700
28139              Message-ID: <lr3bni8ska.fsf_-_@caliper.activestate.com>
28140      Branch: perl
28141            ! sv.c
28142 ____________________________________________________________________________
28143 [ 25686] By: rgs                                   on 2005/10/03  15:42:45
28144         Log: Pod::Usage documentation fix, suggested by :
28145              
28146              Subject: [perl #37322] Pod::Usage implementation of -sections disagrees with its documentation 
28147              From: "Steven Schubiger via RT" <perlbug-followup@perl.org>
28148              Date: Sun, 02 Oct 2005 07:25:37 -0700
28149              Message-ID: <rt-3.0.11-37322-121918.15.4257995782182@perl.org>
28150      Branch: perl
28151            ! lib/Pod/Usage.pm
28152 ____________________________________________________________________________
28153 [ 25685] By: rgs                                   on 2005/10/03  15:17:09
28154         Log: Yitzchak points out that this function argument is NULLOK
28155      Branch: perl
28156            ! embed.fnc proto.h
28157 ____________________________________________________________________________
28158 [ 25684] By: rgs                                   on 2005/10/03  11:27:31
28159         Log: Spaces to tabs
28160      Branch: perl
28161            ! MANIFEST
28162 ____________________________________________________________________________
28163 [ 25683] By: craigb                                on 2005/10/03  03:43:31
28164         Log: We lied about strtoq way back in #8120
28165      Branch: perl
28166            ! configure.com
28167 ____________________________________________________________________________
28168 [ 25682] By: stevep                                on 2005/10/03  03:10:05
28169         Log: Upgrade to Digest-1.12
28170      Branch: perl
28171            ! lib/Digest.pm lib/Digest/Changes
28172 ____________________________________________________________________________
28173 [ 25681] By: craigb                                on 2005/10/03  00:20:30
28174         Log: fix bug introduced by #25507 that kept ccflags from
28175              making it into config.sh
28176      Branch: perl
28177            ! configure.com
28178 ____________________________________________________________________________
28179 [ 25680] By: craigb                                on 2005/10/02  21:45:20
28180         Log: assorted blead build help for VMS (mostly ithreads-related)
28181      Branch: perl
28182            ! configure.com pp_sys.c vms/gen_shrfls.pl vms/vmsish.h
28183 ____________________________________________________________________________
28184 [ 25679] By: stevep                                on 2005/10/02  12:50:02
28185         Log: Subject: [perl #37233] [PATCH] Test::Harness and Devel::Cover combine with overloading to cause infinite recursion in Carp.pm 
28186              From: perlbug-followup[at]perl.org (Yves Orton)
28187              Date: Thu, 22 Sep 2005 11:31:02 -0700
28188              Message-ID: <rt-3.0.11-37233-121233.2.25543632691242[at]perl.org>
28189      Branch: perl
28190            ! lib/Carp/Heavy.pm
28191 ____________________________________________________________________________
28192 [ 25678] By: stevep                                on 2005/10/02  04:42:46
28193         Log: Clarify the documentation regarding the return value from C<push>.
28194      Branch: perl
28195            ! pod/perlfunc.pod
28196 ____________________________________________________________________________
28197 [ 25677] By: stevep                                on 2005/10/02  04:32:48
28198         Log: If a 'use' or 'require' fails due to too many open files (EMFILE),
28199              give an appropriate error message rather than saying the module
28200              cannot be found in @INC.
28201      Branch: perl
28202            ! pp_ctl.c
28203 ____________________________________________________________________________
28204 [ 25676] By: stevep                                on 2005/10/02  03:30:55
28205         Log: Missed test changes and a bit of debugging code that should 
28206              have been removed.
28207      Branch: perl
28208            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t
28209 ____________________________________________________________________________
28210 [ 25675] By: stevep                                on 2005/10/02  02:24:12
28211         Log: Fix some of the XHTML issues in Pod::Html.  The call for some time
28212              with a debugger to figure out what is going on.
28213      Branch: perl
28214            ! lib/Pod/Html.pm
28215 ____________________________________________________________________________
28216 [ 25674] By: davem                                 on 2005/10/01  23:51:40
28217         Log: Improve -DT output and fix wild buffer pointer error
28218      Branch: perl
28219            ! toke.c
28220 ____________________________________________________________________________
28221 [ 25672] By: steveh                                on 2005/09/30  15:52:30
28222         Log: Make building perl on Win32 with the free VC++ toolkit easier
28223              
28224              Introduce new CCTYPE's MSVC70FREE and MSVC70 for the free and the full
28225              versions of MS VC++ 7.x respectively.  Perl can now be built with the
28226              free VC++ toolkit simply by running "nmake CCTYPE=MSVC70FREE" with no
28227              hacking of the win32/Makefile required.  Update README.win32 with
28228              these changes.
28229              
28230              Also add the CCTYPE MSVC to win32/Makefile.  This is already supported
28231              in win32/makefile.mk and is useful for avoiding the use of -DELAYLOAD
28232              for MS VC++ 3.x through 5.x.  Update README.win32 for this too.
28233      Branch: perl
28234            ! README.win32 win32/Makefile win32/makefile.mk
28235 ____________________________________________________________________________
28236 [ 25666] By: rgs                                   on 2005/09/30  08:59:14
28237         Log: Upgrade to XSLoader 0.05, plus a few doc nits,
28238              by Sébastien Aperghis-Tramoni <maddingue@free.fr>
28239      Branch: perl
28240            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
28241 ____________________________________________________________________________
28242 [ 25665] By: davem                                 on 2005/09/29  22:57:44
28243         Log: PL_defoutgv could be used after being freed
28244              Was giving "use of freed value" warnings in t/io/through.t
28245              and t/io/crlf_through.t
28246      Branch: perl
28247            ! perl.c
28248 ____________________________________________________________________________
28249 [ 25664] By: davem                                 on 2005/09/29  21:01:54
28250         Log: the return value of start_subparse() can legally be ignored
28251      Branch: perl
28252            ! embed.fnc gv.c proto.h
28253 ____________________________________________________________________________
28254 [ 25663] By: stevep                                on 2005/09/29  20:43:52
28255         Log: Added new flag (--use-xsloader) to use XSLoader when in backward
28256              compatibility mode.
28257      Branch: perl
28258            ! utils/h2xs.PL
28259 ____________________________________________________________________________
28260 [ 25662] By: stevep                                on 2005/09/29  18:04:29
28261         Log: With XSLoader on CPAN now, add XSLoader as a prerequisite in Makefile.PL
28262              if the compatible version is less than 5.006 (the first version with 
28263              XSLoader).
28264      Branch: perl
28265            ! utils/h2xs.PL
28266 ____________________________________________________________________________
28267 [ 25660] By: nicholas                              on 2005/09/29  13:00:18
28268         Log: 2 more e-mail addresses that map to rgs
28269      Branch: perl
28270            ! Porting/checkAUTHORS.pl
28271 ____________________________________________________________________________
28272 [ 25659] By: nicholas                              on 2005/09/29  12:54:00
28273         Log: checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses
28274      Branch: perl
28275            ! Porting/checkAUTHORS.pl
28276 ____________________________________________________________________________
28277 [ 25658] By: nicholas                              on 2005/09/29  12:50:40
28278         Log: Correct/tweak Changes so that checkAUTHORS.pl parses it.
28279      Branch: perl
28280            ! Changes
28281 ____________________________________________________________________________
28282 [ 25657] By: nicholas                              on 2005/09/29  11:01:53
28283         Log: Teach the alias mapping about new committers.
28284      Branch: perl
28285            ! Porting/checkAUTHORS.pl
28286 ____________________________________________________________________________
28287 [ 25656] By: nicholas                              on 2005/09/29  10:54:56
28288         Log: Cope with completely empty lines within the Changes file.
28289              Better diagnostics on "malformed" lines.
28290      Branch: perl
28291            ! Porting/checkAUTHORS.pl
28292 ____________________________________________________________________________
28293 [ 25652] By: steveh                                on 2005/09/29  08:47:26
28294         Log: Clean up CBuilder and ParseXS test files
28295              
28296              This was done once already in change 25222, but then modified in change
28297              25225.  The new versions of CBuilder and ParseXS that sync'ed those
28298              changes and have now been integrated back into bleadperl missed some
28299              bits of change 25225.  Try again.
28300      Branch: perl
28301            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/t/01-basic.t
28302            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
28303            ! lib/ExtUtils/ParseXS/t/basic.t
28304 ____________________________________________________________________________
28305 [ 25651] By: nicholas                              on 2005/09/29  06:52:35
28306         Log: Attempting to do too many things simultaneously with the C pre-
28307              processor considered harmful.
28308      Branch: perl
28309            ! perl.c
28310 ____________________________________________________________________________
28311 [ 25650] By: stevep                                on 2005/09/29  00:23:44
28312         Log: Upgrade to ExtUtils::CBuilder 0.14
28313      Branch: perl
28314            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
28315            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
28316            ! lib/ExtUtils/CBuilder/t/01-basic.t
28317            ! lib/ExtUtils/CBuilder/t/02-link.t
28318 ____________________________________________________________________________
28319 [ 25649] By: stevep                                on 2005/09/28  22:59:08
28320         Log: Upgrade to Test::Harness 2.56
28321      Branch: perl
28322            + t/lib/sample-tests/bignum_many
28323            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
28324            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
28325            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/test-harness.t
28326            ! t/lib/sample-tests/bignum
28327 ____________________________________________________________________________
28328 [ 25640] By: nicholas                              on 2005/09/28  19:56:53
28329         Log: savepv and savepvn are actually NULLOK
28330      Branch: perl
28331            ! embed.fnc proto.h
28332 ____________________________________________________________________________
28333 [ 25638] By: nicholas                              on 2005/09/28  18:51:15
28334         Log: Forgot to run embed.pl after change 25637
28335      Branch: perl
28336            ! proto.h
28337 ____________________________________________________________________________
28338 [ 25637] By: nicholas                              on 2005/09/28  18:31:04
28339         Log: Subject: [PATCH] embed.fnc now requires NN/NULLOK
28340              From: Andy Lester <andy@petdance.com>
28341              Message-ID: <20050928172254.GE20201@petdance.com>
28342              Date: Wed, 28 Sep 2005 12:22:54 -0500
28343      Branch: perl
28344            ! embed.fnc embed.pl
28345 ____________________________________________________________________________
28346 [ 25634] By: nicholas                              on 2005/09/28  15:56:45
28347         Log: We can use the C pre-processor to build a single, longer string
28348              constant which makes the object code slightly smaller.
28349      Branch: perl
28350            ! perl.c
28351 ____________________________________________________________________________
28352 [ 25627] By: steveh                                on 2005/09/28  08:23:01
28353         Log: Improve File::Spec::Win32->path() and fix MM_Win32.t
28354              
28355              Subject: Improved File::Spec::Win32->path [PATCH]
28356              From: Gisle Aas <gisle@ActiveState.com>
28357              Date: 17 Sep 2005 00:13:41 -0700
28358              Message-ID: <lrk6hgrwt6.fsf@caliper.activestate.com>
28359              
28360              Subject: Re: Improved File::Spec::Win32->path [PATCH]
28361              From: Michael G Schwern <schwern@pobox.com>
28362              Date: Tue, 27 Sep 2005 13:05:54 -0700
28363              Message-ID: <20050927200554.GC20908@windhund.schwern.org>
28364      Branch: perl
28365            ! lib/ExtUtils/t/MM_Win32.t lib/File/Spec/Win32.pm
28366 ____________________________________________________________________________
28367 [ 25626] By: stevep                                on 2005/09/28  00:06:29
28368         Log: Upgrade to CGI-3.11, with some modifications for Pod differences in
28369              bleadperl.
28370      Branch: perl
28371            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
28372 ____________________________________________________________________________
28373 [ 25625] By: rgs                                   on 2005/09/27  20:07:32
28374         Log: Comment nit by Vadim Konovalov
28375              And while we're at it, reindent consistently.
28376      Branch: perl
28377            ! t/io/crlf.t
28378 ____________________________________________________________________________
28379 [ 25624] By: rgs                                   on 2005/09/27  20:04:07
28380         Log: POD nit by Yitzchak
28381      Branch: perl
28382            ! pod/perlfunc.pod
28383 ____________________________________________________________________________
28384 [ 25623] By: rgs                                   on 2005/09/27  17:02:42
28385         Log: Clarify what -MFoo=number does on the command-line
28386      Branch: perl
28387            ! pod/perlrun.pod
28388 ____________________________________________________________________________
28389 [ 25621] By: stevep                                on 2005/09/27  15:05:18
28390         Log: Subject: AW: [perl #36291] incorrect $! from open ">&nr" with too many open files
28391              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
28392              Date: Tue, 27 Sep 2005 15:18:00 +0200
28393      Branch: perl
28394            ! doio.c
28395 ____________________________________________________________________________
28396 [ 25619] By: rgs                                   on 2005/09/27  14:25:53
28397         Log: Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns off
28398              too many warnings.
28399      Branch: perl
28400            ! mg.c t/io/binmode.t t/lib/warnings/2use
28401 ____________________________________________________________________________
28402 [ 25618] By: rgs                                   on 2005/09/27  12:53:49
28403         Log: Subject: [PATCH] Re: [BUG 5.8.7] Another major bug in PerlIO layer
28404              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28405              Date: Tue, 27 Sep 2005 02:07:35 -0700
28406              Message-ID: <20050927090734.GB3687@math.berkeley.edu>
28407      Branch: perl
28408            + t/io/crlf_through.t t/io/through.t
28409            ! MANIFEST perlio.c
28410 ____________________________________________________________________________
28411 [ 25617] By: rgs                                   on 2005/09/27  11:06:23
28412         Log: OPpRUNTIME can be set on OP_QR too
28413      Branch: perl
28414            ! ext/B/B/Concise.pm
28415 ____________________________________________________________________________
28416 [ 25616] By: rgs                                   on 2005/09/27  10:09:46
28417         Log: Fix the overriding of CORE::do, just like change 25599
28418              was fixing the overriding of CORE::require
28419      Branch: perl
28420            ! embed.fnc embed.h op.c perly.act perly.y proto.h toke.c
28421 ____________________________________________________________________________
28422 [ 25615] By: rgs                                   on 2005/09/27  09:18:42
28423         Log: Micro-optimisation: use PL_globalstash instead of looking up
28424              CORE::GLOBAL::require by name
28425      Branch: perl
28426            ! op.c
28427 ____________________________________________________________________________
28428 [ 25614] By: rgs                                   on 2005/09/27  09:04:50
28429         Log: Addition to change 25612
28430      Branch: perl
28431            ! symbian/PerlApp.cpp
28432 ____________________________________________________________________________
28433 [ 25613] By: rgs                                   on 2005/09/27  08:36:24
28434         Log: Subject: [PATCH] mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND()
28435              From: "Jan Dubois" <jand@ActiveState.com>
28436              Date: Mon, 26 Sep 2005 21:19:51 -0700
28437              Message-Id: <200509270419.j8R4JtVw026876@smtp3.ActiveState.com>
28438      Branch: perl
28439            ! XSUB.h
28440 ____________________________________________________________________________
28441 [ 25612] By: rgs                                   on 2005/09/27  08:33:36
28442         Log: Subject: [PATCH] 5.9.x@25609 Symbian update
28443              From: <jarkko.hietaniemi@nokia.com>
28444              Date: Tue, 27 Sep 2005 11:54:00 +0300
28445              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A55C@esebe105.NOE.Nokia.com>
28446      Branch: perl
28447            ! symbian/PerlApp.cpp symbian/config.sh
28448 ____________________________________________________________________________
28449 [ 25611] By: rgs                                   on 2005/09/27  07:42:52
28450         Log: Test for OPpCONST_NOVER only on OP_CONST ops.
28451              Plus a regression test by Schwern.
28452      Branch: perl
28453            ! pp_ctl.c t/op/override.t
28454 ____________________________________________________________________________
28455 [ 25610] By: rgs                                   on 2005/09/27  06:40:09
28456         Log: Subject: Warnings in tests @25605 due to cmp_ok behavior change.
28457              From: Michael G Schwern <schwern@pobox.com>
28458              Date: Mon, 26 Sep 2005 14:21:09 -0700
28459              Message-ID: <20050926212109.GA11036@windhund.schwern.org>
28460      Branch: perl
28461            ! lib/AutoSplit.t lib/Pod/t/InputObjects.t
28462 ____________________________________________________________________________
28463 [ 25609] By: stevep                                on 2005/09/27  02:45:50
28464         Log: Upgrade to Encode 2.12
28465      Branch: perl
28466            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
28467            ! ext/Encode/Encode.xs ext/Encode/META.yml
28468            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
28469            ! ext/Encode/t/fallback.t ext/Encode/ucm/8859-7.ucm
28470 ____________________________________________________________________________
28471 [ 25608] By: stevep                                on 2005/09/26  23:09:44
28472         Log: Upgrade to Digest 1.11 with a minor Pod fix.  Also my first commit :)
28473      Branch: perl
28474            ! lib/Digest.pm lib/Digest/Changes
28475 ____________________________________________________________________________
28476 [ 25605] By: nicholas                              on 2005/09/26  17:54:06
28477         Log: const sausage const const bacon const tomato and const
28478              The search_ext parameter to find_script can be a little more const.
28479      Branch: perl
28480            ! embed.fnc proto.h util.c
28481 ____________________________________________________________________________
28482 [ 25604] By: rgs                                   on 2005/09/26  16:31:43
28483         Log: Upgrade to Test::Simple 0.61
28484      Branch: perl
28485            + lib/Test/Builder/Module.pm lib/Test/Simple/t/bail_out.t
28486            + t/lib/Test/Simple/sample_tests/too_few_fail.plx
28487            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
28488            ! lib/Test/Simple.pm lib/Test/Simple/Changes
28489            ! lib/Test/Simple/t/00test_harness_check.t
28490            ! lib/Test/Simple/t/create.t lib/Test/Simple/t/eq_set.t
28491            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
28492            ! lib/Test/Simple/t/extra_one.t lib/Test/Simple/t/fail-like.t
28493            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
28494            ! lib/Test/Simple/t/fail_one.t
28495            ! lib/Test/Simple/t/harness_active.t
28496            ! lib/Test/Simple/t/has_plan2.t
28497            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/missing.t
28498            ! lib/Test/Simple/t/no_diag.t lib/Test/Simple/t/overload.t
28499            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/todo.t
28500            ! lib/Test/Simple/t/undef.t
28501            ! t/lib/Test/Simple/sample_tests/too_few.plx
28502 ____________________________________________________________________________
28503 [ 25602] By: rgs                                   on 2005/09/26  14:45:53
28504         Log: Fix change 25597 for non-Windows platforms
28505      Branch: perl
28506            ! lib/File/Find.pm
28507 ____________________________________________________________________________
28508 [ 25601] By: rgs                                   on 2005/09/26  14:24:20
28509         Log: Make B::Deparse handle correctly CORE::require
28510      Branch: perl
28511            ! ext/B/B/Deparse.pm
28512 ____________________________________________________________________________
28513 [ 25600] By: rgs                                   on 2005/09/26  14:22:43
28514         Log: Document the new meaning of OPf_SPECIAL on OP_REQUIRE
28515      Branch: perl
28516            ! op.h
28517 ____________________________________________________________________________
28518 [ 25599] By: rgs                                   on 2005/09/26  14:04:21
28519         Log: CORE::require was always parsed as require().
28520              That's because require() isn't overridable at tokenizer-level
28521              like other overridable built-ins, but is handled by the optree
28522              builder. So, find a way to pass the information that require()
28523              was written as CORE::require() to Perl_ck_require. This is
28524              done by adding a new token type REQUIRE and by adding OPf_SPECIAL
28525              to OP_REQUIRE when it's saw as CORE::require in the program text.
28526              This fixes bug [perl #37274] The "CORE" in CORE::require is ignored.
28527      Branch: perl
28528            ! op.c perly.act perly.h perly.tab perly.y toke.c
28529 ____________________________________________________________________________
28530 [ 25597] By: steveh                                on 2005/09/26  08:54:13
28531         Log: Subject: [perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1 
28532              From: "Steve Peters via RT" <perlbug-followup@perl.org>
28533              Date: Sun, 25 Sep 2005 14:41:03 -0700
28534              Message-ID: <rt-3.0.11-37223-121392.15.8703994486314@perl.org>
28535              
28536              and update docs
28537      Branch: perl
28538            ! lib/File/Find.pm
28539 ____________________________________________________________________________
28540 [ 25591] By: rgs                                   on 2005/09/23  20:46:04
28541         Log: Upgrade to Compress::Zlib 1.40
28542      Branch: perl
28543            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
28544            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
28545            ! ext/Compress/Zlib/t/03examples.t
28546 ____________________________________________________________________________
28547 [ 25590] By: rgs                                   on 2005/09/23  19:06:31
28548         Log: Subject: [PATCH] Fix to PERL_DEBUG_COW
28549              From: Steve Peters <steve@fisharerojo.org>
28550              Date: Sep 23, 2005 8:11 PM
28551              Message-ID: <20050923181109.GA1350@mccoy.peters.homeunix.org>
28552      Branch: perl
28553            ! sv.h
28554 ____________________________________________________________________________
28555 [ 25588] By: rgs                                   on 2005/09/23  15:54:02
28556         Log: Subject: Re: pod/pod2usage2.t
28557              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
28558              Date: Thu, 22 Sep 2005 12:12:49 +0200
28559              Message-ID: <20050922121249.5077ee3e@pc09>
28560              
28561              Also, skip all tests on Windows until we find a way
28562              to write them portably
28563      Branch: perl
28564            ! t/pod/pod2usage2.t
28565 ____________________________________________________________________________
28566 [ 25586] By: rgs                                   on 2005/09/23  15:12:03
28567         Log: Subject: [PATCH] quiet a few warnings
28568              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28569              Date: Wed, 21 Sep 2005 18:45:56 -0700
28570              Message-ID: <20050922014555.GA2852@efn.org>
28571      Branch: perl
28572            ! cygwin/cygwin.c embed.fnc proto.h
28573 ____________________________________________________________________________
28574 [ 25582] By: rgs                                   on 2005/09/23  13:49:24
28575         Log: Subject: [PATCH] Changes for hints/linux.sh for Purify
28576              From: Steve Peters <steve@fisharerojo.org>
28577              Date: Fri, 23 Sep 2005 08:38:58 -0500
28578              Message-ID: <20050923133858.GA29475@mccoy.peters.homeunix.org>
28579      Branch: perl
28580            ! hints/linux.sh
28581 ____________________________________________________________________________
28582 [ 25581] By: steveh                                on 2005/09/23  13:46:40
28583         Log: Extend 25579 to cover vc64 too
28584      Branch: perl
28585            ! Porting/checkcfgvar.pl
28586 ____________________________________________________________________________
28587 [ 25579] By: rgs                                   on 2005/09/23  13:08:14
28588         Log: Add Porting/checkcfgvar.pl by Jarkko
28589      Branch: perl
28590            + Porting/checkcfgvar.pl
28591            ! MANIFEST
28592 ____________________________________________________________________________
28593 [ 25578] By: rgs                                   on 2005/09/23  12:35:30
28594         Log: SAPER is the new maintainer of XSLoader
28595      Branch: perl
28596            ! Porting/Maintainers.pl
28597 ____________________________________________________________________________
28598 [ 25573] By: steveh                                on 2005/09/23  08:40:58
28599         Log: Change 25226 should have done this too
28600      Branch: perl
28601            ! win32/config.bc
28602 ____________________________________________________________________________
28603 [ 25571] By: nicholas                              on 2005/09/22  14:35:52
28604         Log: As SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs
28605      Branch: perl
28606            ! sv.h
28607 ____________________________________________________________________________
28608 [ 25570] By: nicholas                              on 2005/09/22  14:09:37
28609         Log: The New*() compatibility macros aren't needed inside the perl core.
28610      Branch: perl
28611            ! handy.h
28612 ____________________________________________________________________________
28613 [ 25563] By: steveh                                on 2005/09/22  07:26:20
28614         Log: Forgot to update MANIFEST in change 25547
28615      Branch: perl
28616            ! MANIFEST
28617 ____________________________________________________________________________
28618 [ 25560] By: rgs                                   on 2005/09/21  21:10:50
28619         Log: Add an option --ignore to installhtml
28620              and use it to avoid to install doc in Porting/.
28621              Skip also test modules.
28622      Branch: perl
28623            ! Makefile.SH installhtml
28624 ____________________________________________________________________________
28625 [ 25547] By: steveh                                on 2005/09/21  16:19:03
28626         Log: Localize $@ in Locale::Maketext::maketext()
28627              so that $lh->maketext("Error: [_1]\n", $@) works as expected
28628              
28629              Also added a new test for this fix
28630      Branch: perl
28631            + lib/Locale/Maketext/t/30_local.t
28632            ! lib/Locale/Maketext.pm
28633 ____________________________________________________________________________
28634 [ 25544] By: rgs                                   on 2005/09/21  15:53:33
28635         Log: A few POD fixes
28636      Branch: perl
28637            ! Porting/pumpkin.pod ext/B/B/Concise.pm
28638            ! ext/Data/Dumper/Dumper.pm lib/FileCache.pm
28639 ____________________________________________________________________________
28640 [ 25543] By: rgs                                   on 2005/09/21  15:31:02
28641         Log: Upgrade to Pod::Parser 1.33
28642      Branch: perl
28643            + t/pod/pod2usage2.t
28644            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
28645            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
28646            ! lib/Pod/Usage.pm t/pod/find.t t/pod/poderrs.xr
28647 ____________________________________________________________________________
28648 [ 25537] By: rgs                                   on 2005/09/21  14:20:14
28649         Log: PodParser is now Pod-Parser on CPAN
28650      Branch: perl
28651            ! Porting/Maintainers.pl
28652 ____________________________________________________________________________
28653 [ 25534] By: rgs                                   on 2005/09/21  13:12:33
28654         Log: Subject: [PATCH 5.8.7] misc a2p fixes
28655              From: Brendan O'Dea <bod@debian.org>
28656              Date: Sun, 11 Sep 2005 19:43:14 +1000
28657              Message-ID: <20050911094314.GA15155@londo.c47.org>
28658              
28659              and remove the check_byacc target from the x2p makefile
28660      Branch: perl
28661            ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.y x2p/a2py.c x2p/walk.c
28662 ____________________________________________________________________________
28663 [ 25533] By: rgs                                   on 2005/09/21  11:25:54
28664         Log: Upgrade to ExtUtils::ParseXS 2.12
28665      Branch: perl
28666            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/ParseXS/t/basic.t
28667 ____________________________________________________________________________
28668 [ 25532] By: rgs                                   on 2005/09/21  11:15:43
28669         Log: Upgrade to Time::HiRes 1.74
28670      Branch: perl
28671            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
28672            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
28673 ____________________________________________________________________________
28674 [ 25530] By: nicholas                              on 2005/09/21  10:53:56
28675         Log: Remove the last STRLEN n_a;s that my compiler can reach.
28676      Branch: perl
28677            ! doop.c ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs perly.act
28678            ! perly.y pp_pack.c sv.h
28679 ____________________________________________________________________________
28680 [ 25526] By: rgs                                   on 2005/09/21  09:37:27
28681         Log: Integrate changes from Text::Tabs and Text::Wrap on CPAN
28682              (Text-Tabs+Wrap-2005.0824). Keep local changes.
28683      Branch: perl
28684            ! lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG lib/Text/Wrap.pm
28685 ____________________________________________________________________________
28686 [ 25523] By: rgs                                   on 2005/09/20  19:12:28
28687         Log: Yitzchak says that Tim says that we can distribute
28688              the perl glossary under the same terms as Perl itself.
28689      Branch: perl
28690            ! pod/perlglossary.pod
28691 ____________________________________________________________________________
28692 [ 25515] By: rgs                                   on 2005/09/20  11:09:48
28693         Log: Subject: [PATCH blead] Re: [perl #36733] %SIG not properly local-ized
28694              From: Rick Delaney <rick@bort.ca>
28695              Date: Thu, 8 Sep 2005 08:55:16 -0400
28696              Message-ID: <20050908125516.GA18184@localhost.localdomain>
28697      Branch: perl
28698            ! hv.c t/op/local.t
28699 ____________________________________________________________________________
28700 [ 25513] By: steveh                                on 2005/09/20  09:20:16
28701         Log: Resolve [perl #37110]: Update README.win32
28702              
28703              I give up trying to keep the Platform SDK links up-to-date. They seem
28704              to have changed every time that I look at them, so make the
28705              instructions more general.
28706      Branch: perl
28707            ! README.win32
28708 ____________________________________________________________________________
28709 [ 25512] By: rgs                                   on 2005/09/20  09:15:17
28710         Log: Upgrade to Compress::Zlib 1.39
28711      Branch: perl
28712            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
28713            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
28714 ____________________________________________________________________________
28715 [ 25511] By: rgs                                   on 2005/09/20  09:02:17
28716         Log: Subject: PATCH for #37138: using XSUB as DB::DB causes perl to crash
28717              From: Salvador "FandiXo" <sfandino@yahoo.com>
28718              Date: Mon, 19 Sep 2005 06:56:39 -0700 (PDT)
28719              Message-ID: <20050919135639.96726.qmail@web52701.mail.yahoo.com>
28720              
28721              (adapted to bleadperl)
28722      Branch: perl
28723            ! pp_ctl.c
28724 ____________________________________________________________________________
28725 [ 25507] By: merijn                                on 2005/09/20  06:51:38
28726         Log: Subject: [patch@25502] Add hard link and V8.2 crtl support to VMS.
28727              From: "John E. Malmberg" <wb8tyw@qsl.net>
28728              Date: Tue, 20 Sep 2005 01:22:24 -0400
28729              Message-ID: <432F9C90.7080702@qsl.net>
28730      Branch: perl
28731            ! configure.com vms/descrip_mms.template x2p/s2p.PL
28732 ____________________________________________________________________________
28733 [ 25502] By: nicholas                              on 2005/09/19  21:02:02
28734         Log: The second argument to Move() is the destination, so cannot possibly
28735              be const. Pesky casting in handy.h. Getting in the way of correctness.
28736      Branch: perl
28737            ! sv.c
28738 ____________________________________________________________________________
28739 [ 25499] By: nicholas                              on 2005/09/19  19:44:07
28740         Log: Add parallel testing to TODO
28741      Branch: perl
28742            ! pod/perltodo.pod
28743 ____________________________________________________________________________
28744 [ 25497] By: nicholas                              on 2005/09/19  18:48:10
28745         Log: First argument to he_dup is actually a const HE *
28746      Branch: perl
28747            ! embed.fnc hv.c proto.h sv.c
28748 ____________________________________________________________________________
28749 [ 25493] By: nicholas                              on 2005/09/19  15:59:44
28750         Log: All Perl_hv_name_set()s need to be plain hv_name_set if they are to
28751              work with a macro version.
28752      Branch: perl
28753            ! ext/ByteLoader/bytecode.h
28754 ____________________________________________________________________________
28755 [ 25488] By: steveh                                on 2005/09/19  14:18:40
28756         Log: Update win32 config files w.r.t. change #25387
28757      Branch: perl
28758            ! win32/config.bc win32/config.gc win32/config.vc
28759            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
28760            ! win32/config_H.vc win32/config_H.vc64
28761 ____________________________________________________________________________
28762 [ 25486] By: rgs                                   on 2005/09/19  12:38:26
28763         Log: Subject: bleadperl DProf.xs:140: warning: `unused' attribute ignored
28764              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28765              Date: Sun, 18 Sep 2005 19:46:37 -0700
28766              Message-ID: <20050919024637.GA2860@efn.org>
28767      Branch: perl
28768            ! ext/Devel/DProf/DProf.xs
28769 ____________________________________________________________________________
28770 [ 25480] By: nicholas                              on 2005/09/19  07:11:38
28771         Log: Improve failure case diagnostics from comp/package.t
28772      Branch: perl
28773            ! t/comp/package.t
28774 ____________________________________________________________________________
28775 [ 25476] By: nicholas                              on 2005/09/18  21:54:18
28776         Log: Should have been embed.h, not proto.h, in 25475
28777      Branch: perl
28778            ! embed.h
28779 ____________________________________________________________________________
28780 [ 25475] By: nicholas                              on 2005/09/18  21:52:25
28781         Log: It looks like the only way to reliably make Perl_hv_name_set a pure
28782              macro in 5.8.x is to make it available as hv_name_set.
28783              [Otherwise when and where aTHX_ hv gets expanded to foo, hv causes
28784              warnings or other games when Perl_hv_name_set() is a macro]
28785      Branch: perl
28786            ! embed.fnc ext/Opcode/Opcode.xs gv.c hv.c perl.c proto.h
28787 ____________________________________________________________________________
28788 [ 25474] By: merijn                                on 2005/09/18  18:36:15
28789         Log: Subject: [patch@25452] VMS fix required by Change 25387
28790              From: "John E. Malmberg" <wb8tyw@qsl.net>
28791              Date: Sun, 18 Sep 2005 14:53:09 -0400
28792              Message-ID: <432DB795.8050801@qsl.net>
28793      Branch: perl
28794            ! configure.com
28795 ____________________________________________________________________________
28796 [ 25463] By: nicholas                              on 2005/09/18  11:07:51
28797         Log: Tidying up the unused or unneeded global variables would be good.
28798      Branch: perl
28799            ! pod/perltodo.pod
28800 ____________________________________________________________________________
28801 [ 25459] By: nicholas                              on 2005/09/18  10:12:51
28802         Log: Controlling what the GNU linker exports from a shared library would
28803              be a useful thing TODO
28804      Branch: perl
28805            ! pod/perltodo.pod
28806 ____________________________________________________________________________
28807 [ 25457] By: nicholas                              on 2005/09/18  09:38:59
28808         Log: Detail the minimal rewards programme we have on offer.
28809              Hoik relocatable perl to the top of its section.
28810              Some other formatting tweaks.
28811      Branch: perl
28812            ! pod/perltodo.pod
28813 ____________________________________________________________________________
28814 [ 25452] By: nicholas                              on 2005/09/17  19:50:47
28815         Log: 
28816              refactoring xsubpp should have been in the "just perl" section.
28817      Branch: perl
28818            ! pod/perltodo.pod
28819 ____________________________________________________________________________
28820 [ 25451] By: nicholas                              on 2005/09/17  19:49:27
28821         Log: Add "refactor xsubpp to be a thin wrapper around ExtUtils::ParseXS"
28822              to the TODO
28823      Branch: perl
28824            ! pod/perltodo.pod
28825 ____________________________________________________________________________
28826 [ 25448] By: nicholas                              on 2005/09/17  19:11:33
28827         Log: Add shrinking GVs and CVs to the TODO
28828      Branch: perl
28829            ! pod/perltodo.pod
28830 ____________________________________________________________________________
28831 [ 25446] By: nicholas                              on 2005/09/17  18:59:37
28832         Log: Add reduce duplication in sv_setsv_flags to TODO
28833      Branch: perl
28834            ! pod/perltodo.pod
28835 ____________________________________________________________________________
28836 [ 25445] By: nicholas                              on 2005/09/17  18:53:39
28837         Log: Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5.8.x case
28838              (and the don't know the pointer size case)
28839      Branch: perl
28840            ! pp_pack.c
28841 ____________________________________________________________________________
28842 [ 25444] By: nicholas                              on 2005/09/17  18:40:29
28843         Log: vv5.9.3 is clearly a bug.
28844      Branch: perl
28845            ! utils/perlbug.PL
28846 ____________________________________________________________________________
28847 [ 25443] By: nicholas                              on 2005/09/17  18:34:37
28848         Log: Add ordering of "global" variables to TODO
28849      Branch: perl
28850            ! pod/perltodo.pod
28851 ____________________________________________________________________________
28852 [ 25442] By: nicholas                              on 2005/09/17  18:05:30
28853         Log: Holding a mutex then croak()ing strikes me as deadlock.
28854      Branch: perl
28855            ! ext/threads/threads.xs
28856 ____________________________________________________________________________
28857 [ 25439] By: nicholas                              on 2005/09/17  17:09:25
28858         Log: Add emulate the per-thread memory pool on Unix to the TODO
28859      Branch: perl
28860            ! pod/perltodo.pod
28861 ____________________________________________________________________________
28862 [ 25436] By: nicholas                              on 2005/09/17  15:42:51
28863         Log: Add suggestion to profile to find a better set of hot ops for pp_hot.
28864      Branch: perl
28865            ! pod/perltodo.pod
28866 ____________________________________________________________________________
28867 [ 25434] By: nicholas                              on 2005/09/17  15:32:36
28868         Log: add merge Perl_sv_2[inpu]v to TODO
28869      Branch: perl
28870            ! pod/perltodo.pod
28871 ____________________________________________________________________________
28872 [ 25431] By: nicholas                              on 2005/09/17  14:36:14
28873         Log: Making make -j... work is a TODO
28874      Branch: perl
28875            ! pod/perltodo.pod
28876 ____________________________________________________________________________
28877 [ 25430] By: nicholas                              on 2005/09/17  14:33:33
28878         Log: Add "automating coverage tests" as a TODO
28879      Branch: perl
28880            ! pod/perltodo.pod
28881 ____________________________________________________________________________
28882 [ 25429] By: nicholas                              on 2005/09/17  14:19:54
28883         Log: Re-order the TODO tasks based on the skills they need, putting the
28884              easist tasks first. I've categorised them as
28885              
28886              =head1 Tasks that only need Perl knowledge
28887              =head1 Tasks that need a little sysadmin-type knowledge
28888              =head1 Tasks that need a little C knowledge
28889              =head1 Tasks that need a knowledge of XS
28890              =head1 Tasks that need a knowledge of the interpreter
28891              =head1 Big projects
28892              
28893              Lets see if we get any takers.
28894      Branch: perl
28895            ! pod/perltodo.pod
28896 ____________________________________________________________________________
28897 [ 25418] By: rgs                                   on 2005/09/16  12:54:43
28898         Log: Revert change #24223 : select() will continue
28899              to return -1 on error, like in previous versions, and
28900              like other system builtins.
28901      Branch: perl
28902            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
28903 ____________________________________________________________________________
28904 [ 25417] By: rgs                                   on 2005/09/15  14:48:37
28905         Log: Fix obsolete identifiers in comment
28906      Branch: perl
28907            ! av.h
28908 ____________________________________________________________________________
28909 [ 25416] By: rgs                                   on 2005/09/15  14:19:19
28910         Log: Upgrade to version.pm 0.48
28911      Branch: perl
28912            + lib/version.pod
28913            ! MANIFEST lib/version.pm lib/version.t util.c
28914 ____________________________________________________________________________
28915 [ 25414] By: rgs                                   on 2005/09/14  12:49:58
28916         Log: Subject: [PATCH] Math::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug)
28917              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
28918              Date: Wed, 14 Sep 2005 09:26:11 +0300
28919              Message-ID: <4327C283.80706@gmail.com>
28920      Branch: perl
28921            ! lib/Math/Complex.pm lib/Math/Complex.t lib/Math/Trig.pm
28922            ! lib/Math/Trig.t pod/perlfunc.pod
28923 ____________________________________________________________________________
28924 [ 25413] By: rgs                                   on 2005/09/14  08:58:04
28925         Log: Subject: [perl #37163] dprofpp array subscript error 
28926              From: scott@perlcode.org (via RT) <perlbug-followup@perl.org>
28927              Date: Tue, 13 Sep 2005 12:11:46 -0700
28928              Message-ID: <rt-3.0.11-37163-120724.9.33005980359667@perl.org>
28929      Branch: perl
28930            ! utils/dprofpp.PL
28931 ____________________________________________________________________________
28932 [ 25411] By: rgs                                   on 2005/09/14  08:11:08
28933         Log: Change 25409 wasn't necessary for threaded perls
28934      Branch: perl
28935            ! toke.c
28936 ____________________________________________________________________________
28937 [ 25409] By: rgs                                   on 2005/09/14  01:08:22
28938         Log: The debugger wasn't tracing correctly execution in eval("")'ed
28939              code containing #line directives
28940      Branch: perl
28941            ! toke.c
28942 ____________________________________________________________________________
28943 [ 25406] By: rgs                                   on 2005/09/13  20:58:38
28944         Log: Subject: [PATCH] Re: [MAINT24637] fails "make test" on OSX 10.4 (lib/locale.t)
28945              From: Dominic Dunlop <shouldbedomo@mac.com>
28946              Date: Sep 13, 2005 11:13 PM
28947              Message-Id: <456439EA-CE2E-49A0-97FF-1B003CF8AFDE@mac.com>
28948      Branch: perl
28949            ! lib/locale.t
28950 ____________________________________________________________________________
28951 [ 25403] By: nicholas                              on 2005/09/13  18:16:55
28952         Log: Add Luke Closs to AUTHORS
28953      Branch: perl
28954            ! AUTHORS
28955 ____________________________________________________________________________
28956 [ 25402] By: nicholas                              on 2005/09/13  17:54:09
28957         Log: Subject: [perl #36448] configuring ranlib for perl on osx with xcode 2.1
28958              From: Luke Closs (via RT) <perlbug-followup@perl.org>
28959              Message-ID: <rt-3.0.11-36448-116486.6.06308221656583@perl.org>
28960              Date: 1 Jul 2005 21:56:31 -0000
28961      Branch: perl
28962            ! Configure hints/darwin.sh
28963 ____________________________________________________________________________
28964 [ 25399] By: rgs                                   on 2005/09/13  13:25:23
28965         Log: Allow non-arrowed form of chained subscripts after slices
28966              
28967              Subject: Re: [perl #37039] perlref documentation about optional -> is too vague
28968              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28969              Date: Thu, 1 Sep 2005 17:41:36 -0700
28970              Message-ID: <20050902004136.GA2656@efn.org>
28971              
28972              Date: Mon, 5 Sep 2005 08:10:20 -0700
28973              Message-ID: <20050905151020.GA3556@efn.org>
28974      Branch: perl
28975            ! perly.act perly.h perly.tab perly.y t/op/ref.t
28976 ____________________________________________________________________________
28977 [ 25398] By: merijn                                on 2005/09/13  06:22:58
28978         Log: Subject: [patch@25388] vms/vms.c Perl_cando fix.
28979              From: "John E. Malmberg" <wb8tyw@qsl.net>
28980              Date: Mon, 12 Sep 2005 23:56:36 -0400
28981              Message-ID: <43264DF4.6090403@qsl.net>
28982      Branch: perl
28983            ! vms/vms.c
28984 ____________________________________________________________________________
28985 [ 25397] By: merijn                                on 2005/09/13  06:18:46
28986         Log: Subject: [PATCH] The return of the consting
28987              From: Andy Lester <andy@petdance.com>
28988              Date: Tue, 13 Sep 2005 01:08:36 -0500
28989              Message-ID: <20050913060835.GA1037@petdance.com>
28990      Branch: perl
28991            ! embed.fnc lib/overload.pm pp_pack.c proto.h util.c
28992 ____________________________________________________________________________
28993 [ 25388] By: rgs                                   on 2005/09/12  14:32:29
28994         Log: Subject: [perl #37142] h2xs skips enums with negative values 
28995              From: Aaron Kaplan (via RT) <perlbug-followup@perl.org>
28996              Date: Sun, 11 Sep 2005 13:33:44 -0700
28997              Message-ID: <rt-3.0.11-37142-120585.5.90517066191047@perl.org>
28998      Branch: perl
28999            ! utils/h2xs.PL
29000 ____________________________________________________________________________
29001 [ 25387] By: merijn                                on 2005/09/12  13:26:31
29002         Log: Detection of malloc_size and malloc_good_size
29003      Branch: perl
29004            ! Configure Porting/Glossary config_h.SH handy.h
29005 ____________________________________________________________________________
29006 [ 25383] By: merijn                                on 2005/09/11  13:50:53
29007         Log: Reverted 25364 on authors request
29008      Branch: perl
29009            ! lib/ExtUtils/CBuilder/Base.pm
29010            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
29011 ____________________________________________________________________________
29012 [ 25374] By: nicholas                              on 2005/09/10  17:07:04
29013         Log: Experiment with putting the F<.patch>level into patchlevel.h
29014              (a sure way to accelerate any change to subversion)
29015      Branch: perl
29016            ! cflags.SH patchlevel.h
29017 ____________________________________________________________________________
29018 [ 25366] By: rgs                                   on 2005/09/09  09:35:01
29019         Log: Minor comment fix
29020      Branch: perl
29021            ! hv.h
29022 ____________________________________________________________________________
29023 [ 25365] By: merijn                                on 2005/09/08  07:20:19
29024         Log: Subject: [PATCH blead] Make t/op/local.t use test.pl.
29025              From: Rick Delaney <rick@bort.ca>
29026              Date: Wed, 7 Sep 2005 22:45:44 -0400
29027              Message-ID: <20050908024544.GA4058@localhost.localdomain>
29028      Branch: perl
29029            ! t/op/local.t
29030 ____________________________________________________________________________
29031 [ 25364] By: merijn                                on 2005/09/08  06:07:53
29032         Log: Subject: [patch@cbuilder_0.13] VMS fixes for cbuilder
29033              From: "John E. Malmberg" <wb8tyw@qsl.net>
29034              Date: Wed, 07 Sep 2005 19:59:36 -0400
29035              Message-ID: <431F7EE8.3040908@qsl.net>
29036      Branch: perl
29037            ! lib/ExtUtils/CBuilder/Base.pm
29038            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
29039 ____________________________________________________________________________
29040 [ 25363] By: rgs                                   on 2005/09/07  11:09:10
29041         Log: The formatting function of Carp::Heavy has problem with utf8 strings.
29042              Work around it.
29043      Branch: perl
29044            ! lib/Carp/Heavy.pm
29045 ____________________________________________________________________________
29046 [ 25362] By: rgs                                   on 2005/09/07  10:31:47
29047         Log: Subject: [perl #37091] File::Path::mkpath resets errno 
29048              From: kvr@centrum.cz (via RT) <perlbug-followup@perl.org>
29049              Date: Tue, 06 Sep 2005 08:07:14 -0700
29050              Message-ID: <rt-3.0.11-37091-120348.17.8280334480876@perl.org>
29051      Branch: perl
29052            ! lib/File/Path.pm
29053 ____________________________________________________________________________
29054 [ 25361] By: rgs                                   on 2005/09/06  19:06:38
29055         Log: Upgrade to Compress::Zlib 1.38
29056      Branch: perl
29057            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
29058            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
29059            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/t/03examples.t
29060 ____________________________________________________________________________
29061 [ 25360] By: nicholas                              on 2005/09/06  17:46:33
29062         Log: Add a TODO test for bug #37038 - assigning to the match variable
29063              should not corrupt match vars such as $1 and $2
29064      Branch: perl
29065            ! t/op/pat.t
29066 ____________________________________________________________________________
29067 [ 25359] By: rgs                                   on 2005/09/06  16:06:44
29068         Log: Revert Makefile.PL change from #25355
29069      Branch: perl
29070            ! ext/IO/Makefile.PL
29071 ____________________________________________________________________________
29072 [ 25358] By: rgs                                   on 2005/09/06  14:50:18
29073         Log: Subject: Re: Fw: Tied hash numeric values are rounded off under Perl v5.8.6
29074              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29075              Date: Fri, 2 Sep 2005 00:05:52 -0700
29076              Message-ID: <20050902070552.GA3992@efn.org>
29077      Branch: perl
29078            ! mg.c t/op/tie.t
29079 ____________________________________________________________________________
29080 [ 25357] By: merijn                                on 2005/09/06  14:10:28
29081         Log: Added amd64 and x86_64 to recognized predefined cpp syms
29082      Branch: perl
29083            ! Configure
29084 ____________________________________________________________________________
29085 [ 25355] By: rgs                                   on 2005/09/06  08:46:37
29086         Log: Upgrade to IO 1.22 from gbarr
29087              - Adjust the regression tests to use t/test.pl from bleadperl
29088              when $ENV{PERL_CORE} is defined
29089              - Add can_ok and isa_ok to t/test.pl from the implementation
29090              found in the IO CPAN distribution
29091      Branch: perl
29092            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
29093            ! ext/IO/README ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
29094            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
29095            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
29096            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
29097            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
29098            ! ext/IO/t/IO.t ext/IO/t/io_file.t ext/IO/t/io_linenum.t
29099            ! ext/IO/t/io_pipe.t ext/IO/t/io_sel.t ext/IO/t/io_sock.t
29100            ! ext/IO/t/io_utf8.t t/test.pl
29101 ____________________________________________________________________________
29102 [ 25354] By: rgs                                   on 2005/09/05  11:12:14
29103         Log: Subject: regression test for 25352
29104              From: Jim Cromie <jim.cromie@gmail.com>
29105              Date: Sat, 03 Sep 2005 22:38:13 -0600
29106              Message-ID: <431A7A35.6050705@gmail.com>
29107      Branch: perl
29108            ! ext/B/t/optree_specials.t
29109 ____________________________________________________________________________
29110 [ 25353] By: davem                                 on 2005/09/04  09:40:05
29111         Log: Subject:  Re: [perl #37039] perlref documentation about optional -> is too vague
29112              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
29113              Date:  Thu, 1 Sep 2005 17:41:36 -0700
29114              Message-Id:  <20050902004136.GA2656@efn.org>
29115              
29116              Allow any variant of bison 1.875 to be used
29117      Branch: perl
29118            ! regen_perly.pl
29119 ____________________________________________________________________________
29120 [ 25352] By: rgs                                   on 2005/09/02  20:18:01
29121         Log: Subject: Re: Optree Generation
29122              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29123              Date: Aug 31, 2005 2:18 PM
29124              Message-ID: <20050831121822.GA3464@efn.org>
29125      Branch: perl
29126            ! ext/B/B/Concise.pm
29127 ____________________________________________________________________________
29128 [ 25351] By: rgs                                   on 2005/09/02  19:57:21
29129         Log: Subject: document index() with out of bounds POSITION
29130              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29131              Date: Sep 2, 2005 2:23 PM
29132              Message-ID: <20050902122311.GA3104@efn.org>
29133      Branch: perl
29134            ! pod/perlfunc.pod
29135 ____________________________________________________________________________
29136 [ 25350] By: rgs                                   on 2005/09/02  17:35:31
29137         Log: Really fix the Archive::Tar setup test.
29138              p4 and svn don't behave similarly concerning removal
29139              of empty directories...
29140      Branch: perl
29141            ! lib/Archive/Tar/t/00_setup.t
29142 ____________________________________________________________________________
29143 [ 25349] By: rgs                                   on 2005/09/02  16:45:31
29144         Log: Once again, fix Archive::Tar setup test with -Dmksymlinks
29145      Branch: perl
29146            ! lib/Archive/Tar/t/00_setup.t
29147 ____________________________________________________________________________
29148 [ 25348] By: rgs                                   on 2005/09/02  13:19:48
29149         Log: Subject: RE: [ANNOUNCE] Archive::Tar 1.25
29150              From: Robin Barker <Robin.Barker@npl.co.uk>
29151              Date: Thu, 1 Sep 2005 20:09:43 +0100 
29152              Message-ID: <533D273D4014D411AB1D00062938C4D90849C7A9@hotel.npl.co.uk>
29153      Branch: perl
29154            - lib/Archive/Tar/t/src/long/b lib/Archive/Tar/t/src/short/b
29155            ! MANIFEST lib/Archive/Tar/t/00_setup.t
29156            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
29157 ____________________________________________________________________________
29158 [ 25347] By: rgs                                   on 2005/09/02  12:53:49
29159         Log: Regression test for the fix in change #25308,
29160              based on code by Troy Loveday
29161      Branch: perl
29162            + ext/Data/Dumper/t/bugs.t
29163            ! MANIFEST
29164 ____________________________________________________________________________
29165 [ 25346] By: rgs                                   on 2005/09/01  15:00:15
29166         Log: Oops, fix threaded build
29167      Branch: perl
29168            ! toke.c
29169 ____________________________________________________________________________
29170 [ 25345] By: rgs                                   on 2005/09/01  14:50:24
29171         Log: Don't list test modules when listing cpan versions
29172      Branch: perl
29173            ! Porting/corecpan.pl
29174 ____________________________________________________________________________
29175 [ 25344] By: rgs                                   on 2005/09/01  14:45:23
29176         Log: Add the "no 6" / "no v6" syntax.
29177      Branch: perl
29178            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h pp_ctl.c
29179            ! proto.h t/comp/use.t toke.c
29180 ____________________________________________________________________________
29181 [ 25343] By: rgs                                   on 2005/09/01  14:43:19
29182         Log: Remove no 6 from the todo list
29183      Branch: perl
29184            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h
29185            ! pod/perltodo.pod pp_ctl.c proto.h t/comp/use.t toke.c
29186 ____________________________________________________________________________
29187 [ 25342] By: rgs                                   on 2005/08/31  15:14:28
29188         Log: Document that Sys::Syslog::openlog might die.
29189              Fixes [perl #36848] Sys::Syslog::syslog kills program if syslogd not running 
29190      Branch: perl
29191            ! ext/Sys/Syslog/Syslog.pm
29192 ____________________________________________________________________________
29193 [ 25341] By: rgs                                   on 2005/08/31  14:14:21
29194         Log: Fix for [perl #37036] perl segfault at 'compile'-time
29195      Branch: perl
29196            ! op.c
29197 ____________________________________________________________________________
29198 [ 25340] By: rgs                                   on 2005/08/31  08:07:37
29199         Log: Subject: [patch@25339] ext/Dev/Peek/t/peek.t fix for VMS
29200              From: "John E. Malmberg" <wb8tyw@qsl.net>
29201              Date: Tue, 30 Aug 2005 22:17:42 -0400
29202              Message-ID: <43151346.4010001@qsl.net>
29203      Branch: perl
29204            ! ext/Devel/Peek/t/Peek.t
29205 ____________________________________________________________________________
29206 [ 25339] By: rgs                                   on 2005/08/30  18:55:46
29207         Log: Clarify the cases where system() returns 1,
29208              per a suggestion of Rick Delaney (bug #36976)
29209      Branch: perl
29210            ! pod/perlfunc.pod
29211 ____________________________________________________________________________
29212 [ 25338] By: rgs                                   on 2005/08/30  09:38:54
29213         Log: Upgrade to PathTools 3.11
29214              (no real changes)
29215      Branch: perl
29216            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
29217 ____________________________________________________________________________
29218 [ 25337] By: rgs                                   on 2005/08/30  09:34:54
29219         Log: Subject: sv-head refactor
29220              From: Jim Cromie <jim.cromie@gmail.com>
29221              Date: Thu, 25 Aug 2005 21:42:44 -0600
29222              Message-ID: <cfe85dfa05082520425f7a7738@mail.gmail.com>
29223      Branch: perl
29224            ! sv.h
29225 ____________________________________________________________________________
29226 [ 25336] By: rgs                                   on 2005/08/30  09:09:22
29227         Log: Subject: [patch@25334] t/op/magic.t - Last 3 tests invalid on VMS
29228              From: "John E. Malmberg" <wb8tyw@qsl.net>
29229              Date: Sat, 27 Aug 2005 19:54:26 -0400
29230              Message-ID: <4310FD32.70809@qsl.net>
29231      Branch: perl
29232            ! t/op/magic.t
29233 ____________________________________________________________________________
29234 [ 25335] By: rgs                                   on 2005/08/30  09:08:31
29235         Log: Subject: [patch@25334] hv.c vms environment fix.
29236              From: "John E. Malmberg" <wb8tyw@qsl.net>
29237              Date: Sat, 27 Aug 2005 19:20:50 -0400
29238              Message-ID: <4310F552.8050401@qsl.net>
29239      Branch: perl
29240            ! hv.c
29241 ____________________________________________________________________________
29242 [ 25334] By: rgs                                   on 2005/08/27  16:59:02
29243         Log: Upgrade to PathTools 3.10
29244      Branch: perl
29245            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
29246            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
29247            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
29248 ____________________________________________________________________________
29249 [ 25333] By: rgs                                   on 2005/08/27  16:28:27
29250         Log: Fix failure in Archive::Tar tests when perl is built
29251              with -Dmksymlinks
29252      Branch: perl
29253            ! lib/Archive/Tar/t/02_methods.t
29254 ____________________________________________________________________________
29255 [ 25332] By: nicholas                              on 2005/08/25  14:53:23
29256         Log: Revert 25331 (except for the typo fix).
29257      Branch: perl
29258            ! sv.c
29259 ____________________________________________________________________________
29260 [ 25331] By: nicholas                              on 2005/08/25  14:06:43
29261         Log: To make the current implementation of sv_replace sane, we should
29262              assert that the reference count of the target is also 1.
29263              (Given that we're splatting an SV with a reference count of 1 onto
29264              the target)
29265      Branch: perl
29266            ! sv.c
29267 ____________________________________________________________________________
29268 [ 25330] By: nicholas                              on 2005/08/25  13:46:31
29269         Log: Promote the warning about reference miscount in sv_replace to a panic.
29270              TODO - document the panics
29271      Branch: perl
29272            ! sv.c
29273 ____________________________________________________________________________
29274 [ 25329] By: nicholas                              on 2005/08/25  13:15:17
29275         Log: No need to manually set the reference count of a new IO to 1.
29276      Branch: perl
29277            ! gv.c
29278 ____________________________________________________________________________
29279 [ 25328] By: rgs                                   on 2005/08/25  09:29:43
29280         Log: Don't mention redundant usethreads in -V output
29281              Be more consistent in using commas
29282      Branch: perl
29283            ! myconfig.SH
29284 ____________________________________________________________________________
29285 [ 25327] By: rgs                                   on 2005/08/25  09:13:07
29286         Log: Subject: update B::Concise pod to reflect previous changes
29287              From: Jim Cromie <jcromie@divsol.com>
29288              Date: Wed, 24 Aug 2005 11:05:47 -0600
29289              Message-ID: <430CA8EB.3010904@divsol.com>
29290      Branch: perl
29291            ! ext/B/B/Concise.pm
29292 ____________________________________________________________________________
29293 [ 25326] By: rgs                                   on 2005/08/25  08:45:04
29294         Log: Fix miniperl build with threaded perl
29295      Branch: perl
29296            ! util.c
29297 ____________________________________________________________________________
29298 [ 25325] By: rgs                                   on 2005/08/24  15:53:01
29299         Log: Subject: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
29300              From: "John Peacock" <jpeacock@rowman.com>
29301              Date: Tue, 23 Aug 2005 20:41:11 +0300 (IDT)
29302              Message-ID: <2444.85.65.24.143.1124818871.squirrel@webmail.rowman.com>
29303      Branch: perl
29304            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
29305            ! pod/perlapi.pod proto.h t/comp/use.t util.c
29306 ____________________________________________________________________________
29307 [ 25324] By: rgs                                   on 2005/08/24  07:28:27
29308         Log: Unmatched parentheses (thanks to Steve Peters)
29309      Branch: perl
29310            ! pod/perlvar.pod
29311 ____________________________________________________________________________
29312 [ 25323] By: rgs                                   on 2005/08/23  13:52:17
29313         Log: My system produces core.$$ files
29314      Branch: perl
29315            ! Makefile.SH
29316 ____________________________________________________________________________
29317 [ 25322] By: rgs                                   on 2005/08/23  13:25:15
29318         Log: Subject: [PATCH blead] Use SvGETMAGIC more often
29319              From: Rick Delaney <rick@bort.ca>
29320              Date: Mon, 22 Aug 2005 13:00:33 -0400
29321              Message-ID: <20050822170033.GH7674@localhost.localdomain>
29322      Branch: perl
29323            ! doio.c pp.c pp_ctl.c pp_hot.c sv.c universal.c xsutils.c
29324 ____________________________________________________________________________
29325 [ 25321] By: rgs                                   on 2005/08/23  13:11:34
29326         Log: Subject: [PATCH] Add Windows Vista support to Win32::GetOSName()
29327              From: "Jan Dubois" <jand@ActiveState.com>
29328              Date: Mon, 22 Aug 2005 15:37:09 -0700
29329              Message-Id: <200508222237.j7MMbFPA027764@smtp3.ActiveState.com>
29330      Branch: perl
29331            ! win32/ext/Win32/Win32.pm
29332 ____________________________________________________________________________
29333 [ 25320] By: rgs                                   on 2005/08/22  15:41:15
29334         Log: Subject: Re: Documentation change for IPC::Open*.pm
29335              From: Ben Tilly <btilly@gmail.com>
29336              Date: Mon, 22 Aug 2005 08:30:14 -0700
29337              Message-ID: <acc274b3050822083093357fe@mail.gmail.com>
29338      Branch: perl
29339            ! lib/IPC/Open2.pm lib/IPC/Open3.pm
29340 ____________________________________________________________________________
29341 [ 25319] By: rgs                                   on 2005/08/22  14:48:43
29342         Log: Subject: [PATCH blead] Re: [perl #36959] List Constructor Operator - Undefined Values
29343              From: Rick Delaney <rick@bort.ca>
29344              Date: Sun, 21 Aug 2005 15:09:57 -0400
29345              Message-ID: <20050821190957.GE7674@localhost.localdomain>
29346      Branch: perl
29347            ! pp_ctl.c t/op/range.t
29348 ____________________________________________________________________________
29349 [ 25318] By: rgs                                   on 2005/08/22  13:41:10
29350         Log: Upgrade to Term::ANSIColor 1.10
29351      Branch: perl
29352            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
29353            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
29354 ____________________________________________________________________________
29355 [ 25317] By: rgs                                   on 2005/08/22  13:24:09
29356         Log: Subject: [PATCH lib/CPAN.pm] Make curl follow redirects
29357              From: Michael G Schwern <schwern@pobox.com>
29358              Date: Sun, 21 Aug 2005 00:16:26 -0700
29359              Message-ID: <20050821071625.GA29394@windhund.schwern.org>
29360      Branch: perl
29361            ! lib/CPAN.pm
29362 ____________________________________________________________________________
29363 [ 25316] By: rgs                                   on 2005/08/22  12:59:27
29364         Log: Argh. I've overwritten local changes to ptar with change 25312
29365      Branch: perl
29366            ! lib/Archive/Tar/bin/ptar
29367 ____________________________________________________________________________
29368 [ 25315] By: rgs                                   on 2005/08/22  11:47:45
29369         Log: Subject: Re: Building 25309 on VAX (OpenVMS 7.2) not ok
29370              From: Abe Timmerman <abe@ztreet.demon.nl>
29371              Date: Sun, 21 Aug 2005 16:28:42 +0200
29372              Message-Id: <200508211628.42409.abe@ztreet.demon.nl>
29373      Branch: perl
29374            ! configure.com
29375 ____________________________________________________________________________
29376 [ 25314] By: rgs                                   on 2005/08/22  11:14:59
29377         Log: Don't install ptar in module tree
29378      Branch: perl
29379            ! installperl
29380 ____________________________________________________________________________
29381 [ 25313] By: rgs                                   on 2005/08/22  10:29:45
29382         Log: Fix typo in file name
29383      Branch: perl
29384            ! MANIFEST
29385 ____________________________________________________________________________
29386 [ 25312] By: rgs                                   on 2005/08/22  10:09:40
29387         Log: Upgrade to Archive::Tar 1.26
29388              Preserve some local typo fixes
29389              Don't load Data::Dumper
29390      Branch: perl
29391            + lib/Archive/Tar/bin/ptardiff
29392            + lib/Archive/Tar/t/04_resolved_issues.t
29393            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
29394            ! lib/Archive/Tar/File.pm lib/Archive/Tar/bin/ptar
29395            ! lib/Archive/Tar/t/02_methods.t
29396 ____________________________________________________________________________
29397 [ 25311] By: nicholas                              on 2005/08/21  16:19:12
29398         Log: Subject: [patch@25305] t/op/arith.t fix for VMS with IEEE float
29399              From: "John E. Malmberg" <wb8tyw@qsl.net>
29400              Message-ID: <4307F348.70603@qsl.net>
29401              Date: Sat, 20 Aug 2005 23:21:44 -0400
29402      Branch: perl
29403            ! t/op/arith.t
29404 ____________________________________________________________________________
29405 [ 25310] By: nicholas                              on 2005/08/21  16:05:22
29406         Log: Subject: [patch@25305] lib/ExtUtils/t/Constant.t VMS fixes
29407              From: "John E. Malmberg" <wb8tyw@qsl.net>
29408              Message-ID: <43080395.50807@qsl.net>
29409              Date: Sun, 21 Aug 2005 00:31:17 -0400
29410      Branch: perl
29411            ! lib/ExtUtils/t/Constant.t
29412 ____________________________________________________________________________
29413 [ 25309] By: nicholas                              on 2005/08/19  21:19:37
29414         Log: Subject: [PATCH ext/POSIX/POSIX.xs] Whitespace
29415              From: Abigail <abigail@abigail.nl>
29416              Message-ID: <20050723003235.GJ15093@abigail.nl>
29417              Date: Sat, 23 Jul 2005 02:32:35 +0200
29418      Branch: perl
29419            ! ext/POSIX/POSIX.xs
29420 ____________________________________________________________________________
29421 [ 25308] By: rgs                                   on 2005/08/19  12:54:46
29422         Log: Subject: Re: Data::Dumper bug?
29423              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29424              Date: Mon, 8 Aug 2005 20:33:02 -0700
29425              Message-ID: <20050809033301.GA3804@efn.org>
29426      Branch: perl
29427            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
29428 ____________________________________________________________________________
29429 [ 25307] By: rgs                                   on 2005/08/19  12:44:12
29430         Log: Subject: [PATCH] make threads.xs emit warnings properly
29431              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
29432              Date: Aug 7, 2005 7:10 AM
29433              Message-id: <20050807051041.GA3924@ethan>
29434      Branch: perl
29435            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
29436 ____________________________________________________________________________
29437 [ 25306] By: rgs                                   on 2005/08/19  06:10:28
29438         Log: Subject: [patch@25305] fixes to const fixes + Case Preserved start
29439              From: "John E. Malmberg" <wb8tyw@qsl.net>
29440              Date: Thu, 18 Aug 2005 21:18:27 -0400
29441              Message-ID: <43053363.8090809@qsl.net>
29442      Branch: perl
29443            ! vms/vms.c
29444 ____________________________________________________________________________
29445 [ 25305] By: rgs                                   on 2005/08/18  13:47:41
29446         Log: Subject: make test of perl 5.8.7 failed on icc9
29447              From: YAMASHINA Hio <hio@ymir.co.jp>
29448              Date: Thu, 18 Aug 2005 20:36:57 +0900
29449              Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp>
29450      Branch: perl
29451            ! hints/linux.sh
29452 ____________________________________________________________________________
29453 [ 25304] By: rgs                                   on 2005/08/18  11:10:27
29454         Log: Subject: [PATCH] 5.9.x (and 5.8.x): Symbian update
29455              From: <jarkko.hietaniemi@nokia.com>
29456              Date: Thu, 18 Aug 2005 13:43:46 +0300
29457              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A41B@esebe105.NOE.Nokia.com>
29458      Branch: perl
29459            ! README.symbian ext/Compress/Zlib/Zlib.xs numeric.c
29460            ! symbian/TODO symbian/config.pl symbian/config.sh
29461            ! symbian/install.cfg symbian/symbian_stubs.c symbian/xsbuild.pl
29462 ____________________________________________________________________________
29463 [ 25303] By: rgs                                   on 2005/08/18  08:58:54
29464         Log: Subject: [PATCH] Re: Transliteration operator(tr//)on EBCDIC platform
29465              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
29466              Date: Fri, 12 Aug 2005 00:20:39 +0900
29467              Message-Id: <20050812001541.EA69.BQW10602@nifty.com>
29468      Branch: perl
29469            ! t/op/tr.t toke.c
29470 ____________________________________________________________________________
29471 [ 25302] By: rgs                                   on 2005/08/18  08:00:53
29472         Log: Subject: autouse.pm: remove unneeded eval
29473              From: Alexey Tourbin <at@altlinux.ru>
29474              Date: Thu, 18 Aug 2005 08:13:24 +0400
29475              Message-ID: <20050818041324.GO19097@solemn.turbinal.org>
29476              
29477              Subject: autouse.pm: check stub, use goto in stub
29478              From: Alexey Tourbin <at@altlinux.ru>
29479              Date: Thu, 18 Aug 2005 09:06:20 +0400
29480              Message-ID: <20050818050620.GP19097@solemn.turbinal.org>
29481      Branch: perl
29482            ! lib/autouse.pm
29483 ____________________________________________________________________________
29484 [ 25301] By: rgs                                   on 2005/08/17  15:57:09
29485         Log: FAQ sync
29486      Branch: perl
29487            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
29488            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
29489            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
29490 ____________________________________________________________________________
29491 [ 25300] By: steveh                                on 2005/08/17  14:33:00
29492         Log: Subject: Your bug reports for Time::Local
29493              From: Dave Rolsky <autarch@urth.org>
29494              Date: Tue, 16 Aug 2005 11:22:20 -0500 (CDT)
29495              Message-ID: <Pine.LNX.4.61.0508161120520.26270@urth.org>
29496              
29497              An improvement on change 25287 from Dave Rolsky
29498      Branch: perl
29499            ! lib/Time/Local.t
29500 ____________________________________________________________________________
29501 [ 25299] By: rgs                                   on 2005/08/17  12:33:18
29502         Log: Subject: Re: [perl #36654] Inconsistent treatment of NaN
29503              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29504              Date: Aug 7, 2005 8:03 PM
29505              Message-ID: <20050807180308.GA2112@efn.org>
29506              
29507              Subject: Re: [perl #36654] Inconsistent treatment of NaN
29508              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29509              Date: Wed, 10 Aug 2005 22:53:51 -0700
29510              Message-ID: <20050811055351.GA2296@efn.org>
29511      Branch: perl
29512            ! numeric.c pod/perlop.pod
29513 ____________________________________________________________________________
29514 [ 25298] By: rgs                                   on 2005/08/17  09:35:32
29515         Log: Upgrade to Time::HiRes 1.73
29516      Branch: perl
29517            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
29518 ____________________________________________________________________________
29519 [ 25297] By: nicholas                              on 2005/08/17  09:06:33
29520         Log: Given that we now have a union, there's no need for all the HvARRAY()
29521              casting games.
29522      Branch: perl
29523            ! hv.h sv.h
29524 ____________________________________________________________________________
29525 [ 25296] By: rgs                                   on 2005/08/16  17:57:27
29526         Log: Fix for [perl #36853] -Dx can crash bleadperl
29527              The PL_op_sequence global hash wasn't initialized
29528      Branch: perl
29529            ! dump.c
29530 ____________________________________________________________________________
29531 [ 25295] By: merijn                                on 2005/08/16  07:36:58
29532         Log: Subject: Time::HiRes::nanosleep support for Solaris [PATCH]
29533              From: Gisle Aas <gisle@ActiveState.com>
29534              Date: 15 Aug 2005 21:05:22 -0700
29535              Message-ID: <lrk6imy1a5.fsf@caliper.activestate.com>
29536      Branch: perl
29537            ! ext/Time/HiRes/hints/solaris.pl
29538 ____________________________________________________________________________
29539 [ 25294] By: merijn                                on 2005/08/15  09:36:30
29540         Log: Subject: Re: [PATCH@25292] add nonxs_ext to configure.com
29541              From: "John E. Malmberg" <wb8tyw@qsl.net>
29542              Date: Sat, 13 Aug 2005 12:20:34 -0400
29543              Message-ID: <42FE1DD2.8050803@qsl.net>
29544      Branch: perl
29545            ! configure.com
29546 ____________________________________________________________________________
29547 [ 25293] By: merijn                                on 2005/08/15  09:34:28
29548         Log: Subject: [PATCH configure.com] Make "prove" available on VMS
29549              From: Abe Timmerman <abe@ztreet.demon.nl>
29550              Date: Sat, 13 Aug 2005 18:16:29 +0200
29551              Message-Id: <200508131816.29092.abe@ztreet.demon.nl>
29552      Branch: perl
29553            ! configure.com
29554 ____________________________________________________________________________
29555 [ 25292] By: merijn                                on 2005/08/13  07:38:54
29556         Log: Subject: [PATCH @ 24148] Compress::Zlib 1.37
29557              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
29558              Date: Fri, 12 Aug 2005 16:31:42 +0100
29559              Message-Id: <20050812153145.PWIR17166.aamta12-winn.ispmail.ntl.com@MARQUESSPT21>
29560      Branch: perl
29561            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
29562            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
29563            ! ext/Compress/Zlib/t/03examples.t
29564 ____________________________________________________________________________
29565 [ 25291] By: merijn                                on 2005/08/13  07:33:46
29566         Log: Subject: [patch@25289] Add sig_count to CONFIGURE.COM
29567              From: "John E. Malmberg" <wb8tyw@qsl.net>
29568              Date: Fri, 12 Aug 2005 13:39:25 -0400
29569              Message-ID: <42FCDECD.8090009@qsl.net>
29570      Branch: perl
29571            ! configure.com
29572 ____________________________________________________________________________
29573 [ 25290] By: merijn                                on 2005/08/13  07:30:05
29574         Log: Subject: Re: [patch@25289] bninfnan.t setting include path to file.
29575              From: "John E. Malmberg" <wb8tyw@qsl.net>
29576              Date: Fri, 12 Aug 2005 23:17:39 -0400
29577              Message-ID: <42FD6653.6010605@qsl.net>
29578      Branch: perl
29579            ! lib/bignum/t/bninfnan.t
29580 ____________________________________________________________________________
29581 [ 25289] By: steveh                                on 2005/08/12  16:13:11
29582         Log: Supply same libs for bcc32 builds as cl and gcc builds have
29583              
29584              It makes life easier for third-party extensions if perl provides a
29585              decent set of libs to link against. cl and gcc builds already have
29586              this (except that gcc was missing one lib), but bcc32 builds only
29587              have one or two libs supplied.  In particular, the ODBC libs
29588              required for building libwin32 were not specified.  One of these
29589              doesn't exist in the Borland lib dirs by default, so generate it
29590              from the DLL if it is missing.
29591      Branch: perl
29592            ! win32/makefile.mk
29593 ____________________________________________________________________________
29594 [ 25288] By: steveh                                on 2005/08/12  15:26:11
29595         Log: Make change 25286 better
29596              
29597              Thanks to John E. Malmberg <wb8tyw@qsl.net> for pointing this out.
29598      Branch: perl
29599            ! win32/win32.c
29600 ____________________________________________________________________________
29601 [ 25287] By: steveh                                on 2005/08/11  11:56:26
29602         Log: Fix lib/Time/Local.t for bcc32 in non GMT time zones
29603              
29604              See comments at:
29605              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-08/msg00115.html
29606      Branch: perl
29607            ! lib/Time/Local.t
29608 ____________________________________________________________________________
29609 [ 25286] By: steveh                                on 2005/08/11  10:56:12
29610         Log: Silence Win32 compiler warnings following change 25280
29611      Branch: perl
29612            ! win32/win32.c
29613 ____________________________________________________________________________
29614 [ 25285] By: steveh                                on 2005/08/11  09:21:37
29615         Log: Run regen.pl
29616      Branch: perl
29617            ! pod/perlapi.pod proto.h
29618 ____________________________________________________________________________
29619 [ 25284] By: merijn                                on 2005/08/11  07:35:27
29620         Log: Subject: [patch] blead@25282 - VMS specific fixes. [2nd try]
29621              From: "John E. Malmberg" <wb8tyw@qsl.net>
29622              Date: Wed, 10 Aug 2005 23:26:03 -0400
29623              Message-ID: <42FAC54B.2050207@qsl.net>
29624      Branch: perl
29625            ! lib/Test/Harness/Straps.pm lib/vmsish.t t/lib/warnings/doio
29626            ! t/op/anonsub.t t/op/chdir.t t/op/closure.t t/op/lex_assign.t
29627            ! t/op/runlevel.t t/op/stat.t t/pod/find.t t/x2p/s2p.t
29628            ! utils/c2ph.PL vms/ext/Stdio/test.pl
29629 ____________________________________________________________________________
29630 [ 25283] By: merijn                                on 2005/08/11  07:25:32
29631         Log: Subject: [patch] blead@25282
29632              From: "John E. Malmberg" <wb8tyw@qsl.net>
29633              Date: Wed, 10 Aug 2005 23:47:47 -0400
29634              Message-ID: <42FACA63.4030805@qsl.net>
29635      Branch: perl
29636            ! t/op/exec.t t/run/exit.t
29637 ____________________________________________________________________________
29638 [ 25282] By: merijn                                on 2005/08/10  20:34:03
29639         Log: Subject: [PATCH] Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils
29640              From: Andy Dougherty <doughera@lafayette.edu>
29641              Date: Tue, 26 Jul 2005 12:03:37 -0400 (EDT)
29642              Message-ID: <Pine.SOC.4.62.0507261131300.8774@maxwell.phys.lafayette.edu>
29643      Branch: perl
29644            ! hints/solaris_2.sh
29645 ____________________________________________________________________________
29646 [ 25281] By: merijn                                on 2005/08/10  11:45:11
29647         Log: Subject: conflicting types for 'Perl_my_popen'
29648              From: Alexey Tourbin <at@altlinux.ru>
29649              Date: Wed, 10 Aug 2005 15:19:15 +0400
29650              Message-ID: <20050810111915.GK19097@solemn.turbinal.org>
29651      Branch: perl
29652            ! util.c
29653 ____________________________________________________________________________
29654 [ 25280] By: merijn                                on 2005/08/10  09:14:23
29655         Log: Subject: patch@25279 VMS error handling and const fixes
29656              From: "John E. Malmberg" <wb8tyw@qsl.net>
29657              Date: Wed, 10 Aug 2005 00:37:13 -0400
29658              Message-ID: <42F98479.6030207@qsl.net>
29659      Branch: perl
29660            ! doio.c embed.fnc perl.h pp_sys.c proto.h vms/vms.c
29661            ! vms/vmsish.h
29662 ____________________________________________________________________________
29663 [ 25279] By: merijn                                on 2005/08/09  11:24:54
29664         Log: Subject: [PATCH] Fix a couple of random warnings
29665              From: Steve Peters <steve@fisharerojo.org>
29666              Date: Tue, 9 Aug 2005 06:21:48 -0500
29667              Message-ID: <20050809112148.GA4902@mccoy.peters.homeunix.org>
29668      Branch: perl
29669            ! nostdio.h perl.c
29670 ____________________________________________________________________________
29671 [ 25278] By: steveh                                on 2005/08/08  16:12:12
29672         Log: Update Porting/repository.pod to recommend Cygwin's ssh on Win32
29673              
29674              Cygwin's ssh client seems to be superior to MSYS's ssh client in that
29675              it supports the ServerAliveInterval config setting which prevents the
29676              ssh client from timing out every so often
29677      Branch: perl
29678            ! Porting/repository.pod
29679 ____________________________________________________________________________
29680 [ 25277] By: merijn                                on 2005/08/08  06:22:38
29681         Log: Subject: [PATCH] Post-OSCON NN/NULLOK-ing
29682              From: Andy Lester <andy@petdance.com>
29683              Date: Sun, 7 Aug 2005 00:59:11 -0500
29684              Message-ID: <20050807055911.GA6384@petdance.com>
29685      Branch: perl
29686            ! embed.fnc op.c
29687 ____________________________________________________________________________
29688 [ 25276] By: merijn                                on 2005/08/08  06:17:33
29689         Log: Subject: Re: [PATCH] undup
29690              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29691              Date: Sun, 07 Aug 2005 14:49:40 +0300
29692              Message-ID: <42F5F554.5020701@gmail.com>
29693      Branch: perl
29694            ! pod/perldoc.pod pod/perltodo.pod pod/perlunicode.pod
29695 ____________________________________________________________________________
29696 [ 25275] By: davem                                 on 2005/08/07  11:15:32
29697         Log: run regen.pl after change #25274
29698      Branch: perl
29699            ! pod/perlintern.pod
29700 ____________________________________________________________________________
29701 [ 25274] By: merijn                                on 2005/08/07  10:10:12
29702         Log: Subject: [PATCH] undup 
29703              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29704              Date: Sun, 07 Aug 2005 13:28:19 +0300
29705              Message-ID: <42F5E243.80500@gmail.com>
29706      Branch: perl
29707            ! ext/Encode/lib/Encode/Supported.pod lib/Test/Harness/TAP.pod
29708            ! pad.c pod/perl573delta.pod pod/perl58delta.pod
29709            ! pod/perlfaq7.pod pod/perlglossary.pod pod/perlvar.pod pp_ctl.c
29710 ____________________________________________________________________________
29711 [ 25273] By: rgs                                   on 2005/08/06  23:07:46
29712         Log: Add files missed in change 25271
29713      Branch: perl
29714            + ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
29715            + ext/Encode/t/mime_header_iso2022jp.t
29716 ____________________________________________________________________________
29717 [ 25272] By: rgs                                   on 2005/08/06  22:46:06
29718         Log: Clarify docs
29719      Branch: perl
29720            ! ext/PerlIO/encoding/encoding.pm
29721 ____________________________________________________________________________
29722 [ 25271] By: rgs                                   on 2005/08/06  22:15:14
29723         Log: Upgrade to Encode 2.11, plus a patch to PerlIO::encoding
29724              by Dan Kogai to fix encoding(utf-8-strict) with partial
29725              characters.
29726      Branch: perl
29727            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
29728            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
29729            ! ext/Encode/Encode/encode.h ext/Encode/MANIFEST
29730            ! ext/Encode/META.yml ext/Encode/lib/Encode/Alias.pm
29731            ! ext/Encode/lib/Encode/Config.pm
29732            ! ext/Encode/lib/Encode/MIME/Header.pm
29733            ! ext/PerlIO/encoding/encoding.pm
29734 ____________________________________________________________________________
29735 [ 25270] By: merijn                                on 2005/08/06  15:54:55
29736         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadperl: abs() busted outside integer range
29737              From: Dominic Dunlop <shouldbedomo@mac.com>
29738              Date: Sat, 6 Aug 2005 17:47:40 +0200
29739              Message-Id: <EF62D3CF-8B54-4C7B-973E-C259F487AE32@mac.com>
29740      Branch: perl
29741            ! pp.c t/op/arith.t
29742 ____________________________________________________________________________
29743 [ 25269] By: rgs                                   on 2005/08/05  16:31:44
29744         Log: Subject: [patch]vms.c - buffer highwater overrun in vmsify
29745              From: John E. Malmberg <wb8tyw@qsl.net>
29746              Date: Mon, 01 Aug 2005 19:54:22 -0400
29747              Message-ID: <42EEB62E.3020108@qsl.net>
29748      Branch: perl
29749            ! vms/vms.c
29750 ____________________________________________________________________________
29751 [ 25268] By: rgs                                   on 2005/08/05  15:01:19
29752         Log: "thread failed to start" is a severe warning, not a fatal error
29753              as reported by Tassilo von Parseval.
29754      Branch: perl
29755            ! pod/perldiag.pod
29756 ____________________________________________________________________________
29757 [ 25267] By: merijn                                on 2005/08/05  14:13:26
29758         Log: ASCIZ is not a typo
29759      Branch: perl
29760            ! pod/perlfunc.pod
29761 ____________________________________________________________________________
29762 [ 25266] By: merijn                                on 2005/08/05  07:50:40
29763         Log: Subject: [PATCH] Typos in *.p[lm]
29764              From: "Piotr Fusik" <pfusik@op.pl>
29765              Date: Sun, 31 Jul 2005 12:50:04 +0200
29766              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
29767      Branch: perl
29768            ! ext/Encode/lib/Encode/PerlIO.pod
29769            ! ext/Encode/lib/Encode/Supported.pod lib/ExtUtils/MM_Win95.pm
29770            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/Net/libnetFAQ.pod
29771            ! lib/Test/Harness/TAP.pod lib/Test/Tutorial.pod
29772            ! pod/perlfunc.pod pod/perltoc.pod
29773 ____________________________________________________________________________
29774 [ 25265] By: rgs                                   on 2005/08/04  16:45:37
29775         Log: VMS debugging help, by John E. Malmberg
29776      Branch: perl
29777            ! vms/descrip_mms.template
29778 ____________________________________________________________________________
29779 [ 25264] By: merijn                                on 2005/08/03  10:30:54
29780         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu)
29781              From: Dominic Dunlop <shouldbedomo@mac.com>
29782              Date: Wed, 3 Aug 2005 12:19:03 +0200
29783              Message-Id: <8D595B69-4489-4395-BFA4-07DF5859D556@mac.com>
29784      Branch: perl
29785            ! t/op/sprintf.t
29786 ____________________________________________________________________________
29787 [ 25263] By: merijn                                on 2005/08/02  13:59:49
29788         Log: The typo changes from 25261 (of course) altered the MD5's
29789      Branch: perl
29790            ! ext/Digest/MD5/t/files.t
29791 ____________________________________________________________________________
29792 [ 25262] By: merijn                                on 2005/08/02  13:45:35
29793         Log: Typoes from 25261 also in expected for tests
29794      Branch: perl
29795            ! t/pod/pod2usage.xr
29796 ____________________________________________________________________________
29797 [ 25261] By: merijn                                on 2005/08/02  10:39:51
29798         Log: Subject: [PATCH] Typos in *.p[lm]
29799              From: "Piotr Fusik" <pfusik@op.pl>
29800              Date: Sun, 31 Jul 2005 12:50:04 +0200
29801              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
29802      Branch: perl
29803            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bblock.pm ext/B/B/CC.pm
29804            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
29805            ! ext/B/t/OptreeCheck.pm ext/Compress/Zlib/Zlib.pm
29806            ! ext/DB_File/DB_File.pm ext/Digest/MD5/MD5.pm
29807            ! ext/Encode/Encode.pm ext/Encode/encoding.pm
29808            ! ext/Encode/lib/Encode/Alias.pm ext/IO/lib/IO/Dir.pm
29809            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Socket/INET.pm
29810            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
29811            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
29812            ! ext/SDBM_File/SDBM_File.pm ext/Storable/Storable.pm
29813            ! ext/XS/APItest/APItest.pm ext/re/re.pm lib/Archive/Tar.pm
29814            ! lib/Archive/Tar/Constant.pm lib/Attribute/Handlers.pm
29815            ! lib/CGI.pm lib/CGI/Carp.pm lib/CPAN.pm lib/Digest.pm
29816            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
29817            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
29818            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
29819            ! lib/ExtUtils/ParseXS.pm lib/File/Basename.pm
29820            ! lib/File/Spec/Mac.pm lib/File/Temp.pm lib/Filter/Simple.pm
29821            ! lib/Getopt/Long.pm lib/I18N/LangTags.pm
29822            ! lib/I18N/LangTags/List.pm lib/Math/BigFloat.pm
29823            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm lib/Math/BigRat.pm
29824            ! lib/NEXT.pm lib/Net/Cmd.pm lib/Net/Config.pm lib/Net/FTP.pm
29825            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/Ping.pm
29826            ! lib/Net/SMTP.pm lib/PerlIO.pm lib/Pod/Checker.pm
29827            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Pod/InputObjects.pm
29828            ! lib/Pod/LaTeX.pm lib/Pod/Parser.pm lib/Pod/Select.pm
29829            ! lib/Pod/Usage.pm lib/Switch.pm lib/Term/ANSIColor.pm
29830            ! lib/Test.pm lib/Test/More.pm lib/Text/Balanced.pm
29831            ! lib/Text/Wrap.pm lib/Tie/File.pm lib/Tie/Hash.pm
29832            ! lib/Unicode/UCD.pm lib/base.pm lib/bigint.pm lib/bignum.pm
29833            ! lib/bigrat.pm lib/blib.pm lib/diagnostics.pm lib/perl5db.pl
29834            ! lib/version.pm lib/vmsish.pm os2/OS2/PrfDB/PrfDB.pm
29835            ! os2/OS2/Process/Process.pm pod/checkpods.PL pod/pod2usage.PL
29836            ! utils/h2xs.PL win32/bin/pl2bat.pl wince/bin/pl2bat.pl
29837            ! wince/comp.pl
29838 ____________________________________________________________________________
29839 [ 25260] By: rgs                                   on 2005/08/01  15:14:48
29840         Log: Document where to find maintainers of dual live modules
29841      Branch: perl
29842            ! pod/perlhack.pod
29843 ____________________________________________________________________________
29844 [ 25259] By: rgs                                   on 2005/08/01  15:12:07
29845         Log: More typo fixes (damn generated pod files)
29846      Branch: perl
29847            ! pad.c
29848 ____________________________________________________________________________
29849 [ 25258] By: rgs                                   on 2005/08/01  14:45:22
29850         Log: Subject: Re: [perl #36616] bug or feature? foreach (sort @array) {y/a-z/A-Z/;} # @array modified!
29851              From: Michael G Schwern <schwern@pobox.com>
29852              Date: Sat, 23 Jul 2005 19:59:29 -0700
29853              Message-ID: <20050724025929.GA6574@windhund.schwern.org>
29854      Branch: perl
29855            ! pod/perlfunc.pod
29856 ____________________________________________________________________________
29857 [ 25257] By: rgs                                   on 2005/08/01  13:58:04
29858         Log: Various patches by John E. Malmberg to fix data
29859              corruption issues on VMS. Back out change 25218 and
29860              the parts of change 25217 that affect pp_ctl.c and
29861              pp_sys.c.
29862      Branch: perl
29863            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
29864            ! vms/vms.c vms/vmsish.h
29865 ____________________________________________________________________________
29866 [ 25256] By: rgs                                   on 2005/08/01  13:54:52
29867         Log: Various patches by John E. Malmberg to fix data
29868              corruption issues on VMS. Back out change 25218 and
29869              the parts of change 25217 that affect pp_ctl.c and
29870              pp_sys.c.
29871      Branch: perl
29872            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
29873            ! vms/vms.c vms/vmsish.h
29874 ____________________________________________________________________________
29875 [ 25255] By: rgs                                   on 2005/08/01  13:15:25
29876         Log: Subject: [patch] blead@25226 on OpenVMS/vms.c - fopen bug.
29877              From: "John E. Malmberg" <wb8tyw@qsl.net>
29878              Date: Fri, 29 Jul 2005 10:24:15 -0400
29879              Message-ID: <42EA3C0F.9040900@qsl.net>
29880      Branch: perl
29881            ! vms/vms.c
29882 ____________________________________________________________________________
29883 [ 25254] By: rgs                                   on 2005/08/01  08:14:27
29884         Log: Another typo fix
29885      Branch: perl
29886            ! XSUB.h pod/perlapi.pod
29887 ____________________________________________________________________________
29888 [ 25253] By: rgs                                   on 2005/08/01  08:13:10
29889         Log: Subject: [PATCH] POD typos
29890              From: "Piotr Fusik" <pfusik@op.pl>
29891              Date: Sat, 30 Jul 2005 21:54:19 +0200
29892              Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec>
29893      Branch: perl
29894            ! Porting/pumpkin.pod Porting/repository.pod ext/POSIX/POSIX.pod
29895            ! pod/perl593delta.pod pod/perlapio.pod pod/perldebug.pod
29896            ! pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq3.pod
29897            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlglossary.pod
29898            ! pod/perlguts.pod pod/perlintern.pod pod/perltodo.pod
29899            ! pod/perlxs.pod symbian/PerlBase.pod vms/perlvms.pod
29900 ____________________________________________________________________________
29901 [ 25252] By: rgs                                   on 2005/08/01  07:49:58
29902         Log: Subject: Re: [perl #36622] y/// at end of file
29903              From: Michael G Schwern <schwern@pobox.com>
29904              Date: Fri, 22 Jul 2005 11:51:15 -0700
29905              Message-ID: <20050722185115.GB28829@windhund.schwern.org>
29906      Branch: perl
29907            ! t/op/tr.t t/test.pl
29908 ____________________________________________________________________________
29909 [ 25251] By: rgs                                   on 2005/08/01  07:23:08
29910         Log: Subject: Re: blead@25210 on OpenVMS (not good)
29911              From: "John E. Malmberg" <wb8tyw@qsl.net>
29912              Date: Sun, 24 Jul 2005 19:09:01 -0400
29913              Message-ID: <42E41F8D.3040306@qsl.net>
29914              
29915              constify Perl_unlnk
29916      Branch: perl
29917            ! embed.fnc perl.h proto.h util.c
29918 ____________________________________________________________________________
29919 [ 25250] By: rgs                                   on 2005/08/01  07:03:36
29920         Log: Subject: blead@25226 - ext/Compress/Zlib on VMS.
29921              From: "John E. Malmberg" <wb8tyw@qsl.net>
29922              Date: Sun, 31 Jul 2005 23:19:51 -0400
29923              Message-ID: <42ED94D6.7020104@qsl.net>
29924      Branch: perl
29925            ! ext/Compress/Zlib/t/03examples.t
29926 ____________________________________________________________________________
29927 [ 25249] By: rgs                                   on 2005/08/01  06:57:09
29928         Log: Subject: [patch] blead@25226 - t/op/pack.t undefined value fix
29929              From: "John E. Malmberg" <wb8tyw@qsl.net>
29930              Date: Sun, 31 Jul 2005 22:18:19 -0400
29931              Message-ID: <42ED866B.3000308@qsl.net>
29932      Branch: perl
29933            ! t/op/pack.t
29934 ____________________________________________________________________________
29935 [ 25248] By: merijn                                on 2005/07/31  15:50:45
29936         Log: SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, but
29937              POSIX::SigRt is not available on use
29938      Branch: perl
29939            ! ext/POSIX/t/sigaction.t
29940 ____________________________________________________________________________
29941 [ 25247] By: merijn                                on 2005/07/31  15:47:51
29942         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25237 FAIL(F) linux 2.6.12-4-686 [debian] (i686/1 cpu)
29943              From: Dominic Dunlop <shouldbedomo@mac.com>
29944              Date: Fri, 29 Jul 2005 17:41:59 +0200
29945              Message-Id: <33378322-189C-4D70-AC0B-1AF589DD56E7@mac.com>
29946      Branch: perl
29947            ! sv.h
29948 ____________________________________________________________________________
29949 [ 25246] By: rgs                                   on 2005/07/31  15:15:35
29950         Log: Remove the documentation for $#, which has been removed
29951      Branch: perl
29952            ! pod/perlvar.pod
29953 ____________________________________________________________________________
29954 [ 25245] By: rgs                                   on 2005/07/29  15:36:09
29955         Log: Update Changes
29956      Branch: perl
29957            ! Changes
29958 ____________________________________________________________________________
29959 [ 25244] By: steveh                                on 2005/07/29  09:41:38
29960         Log: Skip op/sprintf.t test 147 on MSWin32
29961              ... and fix the skip code so that it actually works ;-)
29962      Branch: perl
29963            ! t/op/sprintf.t
29964 ____________________________________________________________________________
29965 [ 25243] By: rgs                                   on 2005/07/29  08:31:51
29966         Log: Subject: [PATCH] More embed.fnc goodness
29967              From: Andy Lester <andy@petdance.com>
29968              Date: Thu, 28 Jul 2005 14:09:56 -0500
29969              Message-ID: <20050728190956.GB607@petdance.com>
29970      Branch: perl
29971            ! doio.c embed.fnc embed.h op.c pp_ctl.c proto.h regcomp.c
29972            ! regexec.c sv.c util.c
29973 ____________________________________________________________________________
29974 [ 25242] By: rgs                                   on 2005/07/29  07:19:11
29975         Log: Subject: [PATCH] Fix English error in overload.pm
29976              From: Andy Lester <andy@petdance.com>
29977              Date: Thu, 28 Jul 2005 14:10:43 -0500
29978              Message-ID: <20050728191043.GC607@petdance.com>
29979      Branch: perl
29980            ! lib/overload.pm
29981 ____________________________________________________________________________
29982 [ 25241] By: rgs                                   on 2005/07/28  17:34:36
29983         Log: Clarification to the syntax of loop modifiers
29984              by Piotr Fusik
29985      Branch: perl
29986            ! pod/perlfunc.pod
29987 ____________________________________________________________________________
29988 [ 25240] By: rgs                                   on 2005/07/28  17:29:47
29989         Log: Subject: RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
29990              From: "Green, Paul" <Paul.Green@stratus.com>
29991              Date: Mon, 25 Jul 2005 12:39:32 -0400
29992              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB8A9F67@EXNA.corp.stratus.com>
29993      Branch: perl
29994            ! mg.c
29995 ____________________________________________________________________________
29996 [ 25239] By: rgs                                   on 2005/07/28  17:18:13
29997         Log: Subject: [PATCH fresh_perl.t] Being more careful about newlines
29998              From: Michael G Schwern <schwern@pobox.com>
29999              Date: Fri, 22 Jul 2005 12:53:34 -0700
30000              Message-ID: <20050722195334.GA12431@windhund.schwern.org>
30001      Branch: perl
30002            ! t/run/fresh_perl.t
30003 ____________________________________________________________________________
30004 [ 25238] By: rgs                                   on 2005/07/28  16:11:23
30005         Log: Subject: [PATCH] perl.h, use STRINGIFY in 25171
30006              From: Robin Barker <Robin.Barker@npl.co.uk>
30007              Date: Thu, 28 Jul 2005 12:13:13 +0100
30008              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75A@hotel.npl.co.uk>
30009      Branch: perl
30010            ! perl.h
30011 ____________________________________________________________________________
30012 [ 25237] By: merijn                                on 2005/07/28  13:03:09
30013         Log: Subject: [PATCH] tidy up DieNull and DIE_NULL
30014              From: Robin Barker <Robin.Barker@npl.co.uk>
30015              Date: Thu, 28 Jul 2005 14:05:51 +0100
30016              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75C@hotel.npl.co.uk>
30017      Branch: perl
30018            ! embed.fnc mg.c perl.h pp.h pp_sys.c proto.h
30019 ____________________________________________________________________________
30020 [ 25236] By: rgs                                   on 2005/07/28  12:59:55
30021         Log: Subject: [PATCH] silence compiler warning in mg.c POSIX.xs
30022              From: Robin Barker <Robin.Barker@npl.co.uk>
30023              Date: Thu, 28 Jul 2005 13:57:31 +0100
30024              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75B@hotel.npl.co.uk>
30025      Branch: perl
30026            ! ext/POSIX/POSIX.xs mg.c perl.h
30027 ____________________________________________________________________________
30028 [ 25235] By: merijn                                on 2005/07/28  12:22:27
30029         Log: sprintf now has all but two tests enabled.
30030              the list supports skipping of expected fails
30031              new test for %.0g from Dominic Dunlop
30032      Branch: perl
30033            ! t/op/sprintf.t
30034 ____________________________________________________________________________
30035 [ 25234] By: steveh                                on 2005/07/28  09:10:41
30036         Log: Subject: [PATCH] perlfunc.pod grammar fixes
30037              From: Steve Peters <steve@fisharerojo.org>
30038              Date: Wed, 27 Jul 2005 22:02:13 -0500
30039              Message-ID: <20050728030213.GA11330@mccoy.peters.homeunix.org>
30040              
30041              (with minor tweaks)
30042      Branch: perl
30043            ! pod/perlfunc.pod
30044 ____________________________________________________________________________
30045 [ 25233] By: rgs                                   on 2005/07/28  09:07:57
30046         Log: Sync change 25229 to .h source files
30047      Branch: perl
30048            ! cv.h pad.h
30049 ____________________________________________________________________________
30050 [ 25232] By: rgs                                   on 2005/07/28  08:53:55
30051         Log: Subject: [perl #36672] Swapped warnings for -o and -O file tests 
30052              From: "Piotr Fusik" (via RT) <perlbug-followup@perl.org>
30053              Date: Wed, 27 Jul 2005 15:43:17 -0700
30054              Message-ID: <rt-3.0.11-36672-118371.6.12458378853063@perl.org>
30055              
30056              (except the redundant test)
30057      Branch: perl
30058            ! opcode.h opcode.pl t/lib/warnings/9uninit
30059 ____________________________________________________________________________
30060 [ 25231] By: merijn                                on 2005/07/28  06:48:14
30061         Log: Subject: Re: [PATCH] Tru64: use -c99 for ccflags if available
30062              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
30063              Date: Thu, 28 Jul 2005 10:01:51 +0300
30064              Message-ID: <42E882DF.6020100@gmail.com>
30065              Message-ID: <42E86DE9.6090709@gmail.com>
30066      Branch: perl
30067            ! handy.h hints/dec_osf.sh
30068 ____________________________________________________________________________
30069 [ 25230] By: merijn                                on 2005/07/27  16:28:58
30070         Log: Some signals are more real than others
30071              Also added comment about why the tests are there
30072      Branch: perl
30073            ! ext/POSIX/t/sigaction.t
30074 ____________________________________________________________________________
30075 [ 25229] By: merijn                                on 2005/07/27  16:26:16
30076         Log: Subject: [PATCH] id est is i.e.
30077              From: Steve Peters <steve@fisharerojo.org>
30078              Date: Tue, 26 Jul 2005 20:42:38 -0500
30079              Message-ID: <20050727014238.GA2582@mccoy.peters.homeunix.org>
30080      Branch: perl
30081            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
30082            ! pod/perlintern.pod
30083 ____________________________________________________________________________
30084 [ 25228] By: merijn                                on 2005/07/26  13:23:10
30085         Log: Use the correct gcc when more than one gcc is installed
30086              Thanks to Campo
30087      Branch: perl
30088            ! hints/aix.sh
30089 ____________________________________________________________________________
30090 [ 25227] By: rgs                                   on 2005/07/26  09:20:11
30091         Log: Subject: [perl #36658] Typo in perlfunc.pod 
30092              From: "John W. Krahn" (via RT) <perlbug-followup@perl.org>
30093              Date: Tue, 26 Jul 2005 01:07:18 -0700
30094              Message-ID: <rt-3.0.11-36658-118300.18.7320750032131@perl.org>
30095      Branch: perl
30096            ! pod/perlfunc.pod
30097 ____________________________________________________________________________
30098 [ 25226] By: steveh                                on 2005/07/25  14:37:41
30099         Log: Reinstate PERL_MALLOC_WRAP for bcc32 on Win32
30100              
30101              This was disabled by change 22689 because it was severely broken
30102              at the time.  See the thread starting here:
30103              
30104              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-04/msg00370.html
30105              
30106              The PERL_MALLOC_WRAP code in handy.h has since changed along the
30107              lines of what was discussed in that thread (in particular, by change
30108              25034) and I find that everything is now fine with PERL_MALLOC_WRAP
30109              re-enabled.
30110      Branch: perl
30111            ! win32/config_H.bc
30112 ____________________________________________________________________________
30113 [ 25225] By: steveh                                on 2005/07/25  14:34:12
30114         Log: Ken pointed out that CBuilder's cleanup is too agrressive
30115              
30116              The Windows compile() and link() methods bizarrely include their own
30117              output files in the list of files to be cleaned up.  Now that they
30118              actually are being cleaned up, this isn't ideal ;-)
30119              
30120              Stop compile() and link() from cleaning up their own output, and
30121              reinstate the explicit deletion of those output files in the test
30122              scripts.
30123      Branch: perl
30124            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
30125            ! lib/ExtUtils/CBuilder/t/01-basic.t
30126            ! lib/ExtUtils/CBuilder/t/02-link.t
30127            ! lib/ExtUtils/ParseXS/t/basic.t
30128 ____________________________________________________________________________
30129 [ 25224] By: steveh                                on 2005/07/25  11:53:44
30130         Log: Silence uninitialized value warnings in Net::Cmd
30131              
30132              (Suppresses 20 such warnings emitted by lib/Net/t/datasend.t)
30133      Branch: perl
30134            ! lib/Net/Cmd.pm
30135 ____________________________________________________________________________
30136 [ 25223] By: merijn                                on 2005/07/25  11:47:03
30137         Log: use POSIX might not throw an error. Check for useful values also
30138      Branch: perl
30139            ! ext/POSIX/t/sigaction.t
30140 ____________________________________________________________________________
30141 [ 25222] By: steveh                                on 2005/07/25  11:11:29
30142         Log: Make CBuilder and ParseXS clean up their temp test files
30143      Branch: perl
30144            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
30145            ! lib/ExtUtils/CBuilder/t/01-basic.t
30146            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
30147            ! lib/ExtUtils/ParseXS/t/basic.t
30148 ____________________________________________________________________________
30149 [ 25221] By: rgs                                   on 2005/07/25  09:49:39
30150         Log: Increment the version number of version.pm
30151              (no code changes on CPAN)
30152      Branch: perl
30153            ! lib/version.pm
30154 ____________________________________________________________________________
30155 [ 25220] By: merijn                                on 2005/07/25  08:53:34
30156         Log: Subject: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
30157              From: Michael G Schwern <schwern@pobox.com>
30158              Date: Sat, 23 Jul 2005 17:25:18 -0700
30159              Message-ID: <20050724002518.GB4918@windhund.schwern.org>
30160              
30161              Subject: Re: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
30162              From: Michael G Schwern <schwern@pobox.com>
30163              Date: Sun, 24 Jul 2005 13:49:25 -0700
30164              Message-ID: <20050724204925.GC13275@windhund.schwern.org>
30165      Branch: perl
30166            ! pod/perlfunc.pod
30167 ____________________________________________________________________________
30168 [ 25219] By: merijn                                on 2005/07/25  08:39:08
30169         Log: Subject: [PATCH] perlfunc.pod: s/definetely/definitely/
30170              From: "Piotr Fusik" <pfusik@op.pl>
30171              Date: Sun, 24 Jul 2005 12:55:09 +0200
30172              Message-ID: <004e01c5903e$2affb3a0$60d24dd5@piec>
30173      Branch: perl
30174            ! pod/perlfunc.pod
30175 ____________________________________________________________________________
30176 [ 25218] By: nicholas                              on 2005/07/24  22:35:56
30177         Log: Subject: [PATCH] Re: blead@25210 on OpenVMS (not good)
30178              From: "Craig A. Berry" <craigberry@mac.com>
30179              Message-Id: <p06230906bf09caa9618b@[172.16.52.1]>
30180              Date: Sun, 24 Jul 2005 17:47:26 -0500
30181      Branch: perl
30182            ! doio.c
30183 ____________________________________________________________________________
30184 [ 25217] By: nicholas                              on 2005/07/24  20:52:13
30185         Log: Subject: [PATCH] blead help for VMS
30186              From: "Craig A. Berry" <craigberry@mac.com>
30187              Message-ID: <42E3FABB.1020900@mac.com>
30188              Date: Sun, 24 Jul 2005 15:31:55 -0500
30189      Branch: perl
30190           +> ext/Compress/Zlib/zlib-src/adler32.c
30191           +> ext/Compress/Zlib/zlib-src/compress.c
30192           +> ext/Compress/Zlib/zlib-src/crc32.c
30193           +> ext/Compress/Zlib/zlib-src/crc32.h
30194           +> ext/Compress/Zlib/zlib-src/deflate.c
30195           +> ext/Compress/Zlib/zlib-src/deflate.h
30196           +> ext/Compress/Zlib/zlib-src/gzio.c
30197           +> ext/Compress/Zlib/zlib-src/infback.c
30198           +> ext/Compress/Zlib/zlib-src/inffast.c
30199           +> ext/Compress/Zlib/zlib-src/inffast.h
30200           +> ext/Compress/Zlib/zlib-src/inffixed.h
30201           +> ext/Compress/Zlib/zlib-src/inflate.c
30202           +> ext/Compress/Zlib/zlib-src/inflate.h
30203           +> ext/Compress/Zlib/zlib-src/inftrees.c
30204           +> ext/Compress/Zlib/zlib-src/inftrees.h
30205           +> ext/Compress/Zlib/zlib-src/trees.c
30206           +> ext/Compress/Zlib/zlib-src/trees.h
30207           +> ext/Compress/Zlib/zlib-src/uncompr.c
30208           +> ext/Compress/Zlib/zlib-src/zconf.h
30209           +> ext/Compress/Zlib/zlib-src/zlib.h
30210           +> ext/Compress/Zlib/zlib-src/zutil.c
30211           +> ext/Compress/Zlib/zlib-src/zutil.h
30212            - ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
30213            - ext/Compress/Zlib/zlib-src-1.2.3/compress.c
30214            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
30215            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
30216            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
30217            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
30218            - ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
30219            - ext/Compress/Zlib/zlib-src-1.2.3/infback.c
30220            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
30221            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
30222            - ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
30223            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
30224            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
30225            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
30226            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
30227            - ext/Compress/Zlib/zlib-src-1.2.3/trees.c
30228            - ext/Compress/Zlib/zlib-src-1.2.3/trees.h
30229            - ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
30230            - ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
30231            - ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
30232            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
30233            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
30234            ! MANIFEST ext/Compress/Zlib/config.in mg.c pp_ctl.c pp_sys.c
30235            ! vms/gen_shrfls.pl
30236 ____________________________________________________________________________
30237 [ 25216] By: steveh                                on 2005/07/22  16:53:11
30238         Log: Fix USE_LARGE_FILES with bcc32 on Win32?
30239              
30240              Trawling through all these config files, I think I've found the
30241              reason why bcc32 builds with USE_LARGE_FILES were failing (e.g.
30242              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00809.html):
30243              lseeksize and lseektype were set to 8 and __int64, but Borland's
30244              <io.h> suggests that they should be 4 and long respectively.
30245              
30246              Changing them accordingly makes all tests pass. And I see that
30247              win32/win32.c has special handling for __BORLANDC__ + USE_LARGE_FILES,
30248              presumably to cope with this difference?
30249      Branch: perl
30250            ! win32/config.bc
30251 ____________________________________________________________________________
30252 [ 25215] By: steveh                                on 2005/07/22  16:36:41
30253         Log: Tweak the canned win32/config.* files
30254              
30255              uselargefiles, usemultiplicity, useperlio and useithreads are now
30256              off in the canned win32/config_H.* files, so change these to match.
30257              
30258              Also scrap the misleading ~USE_PERLIO~ and ~USE_SITECUST~ tags
30259              which don't actually work since no such CFG_VARS are passed in to
30260              config_sh.PL. (The useperlio and usesitecustomize entries actually
30261              get substituted by the more general "if (/^([\w_]+)=(.*)$/)" case.)
30262      Branch: perl
30263            ! win32/config.bc win32/config.gc win32/config.vc
30264            ! win32/config.vc64
30265 ____________________________________________________________________________
30266 [ 25214] By: steveh                                on 2005/07/22  14:22:38
30267         Log: Add missing entries to win32/config.*
30268              
30269              No existing entries changed, just adding some missing ones based
30270              on Porting/config.sh
30271      Branch: perl
30272            ! win32/config.bc win32/config.gc win32/config.vc
30273            ! win32/config.vc64
30274 ____________________________________________________________________________
30275 [ 25213] By: rgs                                   on 2005/07/22  12:23:35
30276         Log: Subject: [perl #36612] [PATCH] Misleading shift docs about @ARGV
30277              From: Michael G Schwern (via RT) <perlbug-followup@perl.org>
30278              Date: Wed, 20 Jul 2005 18:26:23 -0700
30279              Message-ID: <rt-3.0.11-36612-118070.2.49212485540788@perl.org>
30280      Branch: perl
30281            ! pod/perlfunc.pod
30282 ____________________________________________________________________________
30283 [ 25212] By: steveh                                on 2005/07/22  10:32:02
30284         Log: Tidy up options / defines output from makedef.pl
30285              and change Win32-specific comments to say "On Win32 ..." now
30286              that AIX is using the same code too
30287      Branch: perl
30288            ! makedef.pl
30289 ____________________________________________________________________________
30290 [ 25211] By: steveh                                on 2005/07/22  10:29:51
30291         Log: Silence Win32 warnings when not using USE_LARGE_FILES
30292      Branch: perl
30293            ! win32/win32.c
30294 ____________________________________________________________________________
30295 [ 25210] By: merijn                                on 2005/07/21  17:40:06
30296         Log: I *DO* have AIX, and extending #25209 like this make it happy again
30297              Thank you Steve!
30298      Branch: perl
30299            ! makedef.pl
30300 ____________________________________________________________________________
30301 [ 25209] By: steveh                                on 2005/07/21  17:01:33
30302         Log: Make makedef.pl read "miniperl -V" on Win32
30303              
30304              Perhaps other platforms that use makedef.pl also need a similar
30305              change (currently required to pick up PERL_DONT_CREATE_GVSV),
30306              but it also requires them to have minimal canned configs (if they
30307              are using canned configs like Win32 does) and I don't have any
30308              of the affected platforms (AIX, WinCE, OS/2, MacOS Classic and
30309              NetWare) for testing, so play it safe instead
30310      Branch: perl
30311            ! makedef.pl
30312 ____________________________________________________________________________
30313 [ 25208] By: steveh                                on 2005/07/21  16:50:27
30314         Log: Make the canned config.h files used on Win32 more minimal
30315              
30316              These are used in their unedited form to build miniperl, so should
30317              represent a minimal configuration
30318              
30319              The plan is to use miniperl's "-V" output in makedef.pl, so it is
30320              important that it doesn't include any of the optional things in the
30321              makefiles that the user might have chosen to disable
30322              
30323              (The actual config.h used to build perl itself is, of course, an
30324              edited version of these canned configs produced by using miniperl
30325              to run config_h.PL so these changes won't affect perl itself)
30326      Branch: perl
30327            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30328            ! win32/config_H.vc64
30329 ____________________________________________________________________________
30330 [ 25207] By: merijn                                on 2005/07/21  15:41:39
30331         Log: Subject: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
30332              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
30333              Date: Thu, 21 Jul 2005 18:33:22 +0300
30334              Message-ID: <42DFC042.1090201@gmail.com>
30335      Branch: perl
30336            ! ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t mg.c
30337 ____________________________________________________________________________
30338 [ 25206] By: steveh                                on 2005/07/21  14:20:06
30339         Log: Rearrange win32/config_H.* to match config_h.SH
30340              
30341              No actual changes, just reordering the contents of the files so that
30342              diff works better.
30343      Branch: perl
30344            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30345            ! win32/config_H.vc64
30346 ____________________________________________________________________________
30347 [ 25205] By: rgs                                   on 2005/07/21  12:39:43
30348         Log: Subject: [PATCH perl@24148] Compress::Zlib 1.35
30349              From: "Paul Marquess" <paul.marquess@ntlworld.com>
30350              Date: Thu, 21 Jul 2005 10:06:06 +0100
30351              Message-Id: <20050721090634.CA4E61F0003@mx1.mandriva.com>
30352      Branch: perl
30353            + ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
30354            + ext/Compress/Zlib/zlib-src-1.2.3/compress.c
30355            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
30356            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
30357            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
30358            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
30359            + ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
30360            + ext/Compress/Zlib/zlib-src-1.2.3/infback.c
30361            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
30362            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
30363            + ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
30364            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
30365            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
30366            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
30367            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
30368            + ext/Compress/Zlib/zlib-src-1.2.3/trees.c
30369            + ext/Compress/Zlib/zlib-src-1.2.3/trees.h
30370            + ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
30371            + ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
30372            + ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
30373            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
30374            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
30375            - ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
30376            - ext/Compress/Zlib/zlib-src-1.2.2/compress.c
30377            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
30378            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
30379            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
30380            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
30381            - ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
30382            - ext/Compress/Zlib/zlib-src-1.2.2/infback.c
30383            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
30384            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
30385            - ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
30386            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
30387            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
30388            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
30389            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
30390            - ext/Compress/Zlib/zlib-src-1.2.2/trees.c
30391            - ext/Compress/Zlib/zlib-src-1.2.2/trees.h
30392            - ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
30393            - ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
30394            - ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
30395            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
30396            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
30397            ! MANIFEST ext/Compress/Zlib/Changes ext/Compress/Zlib/README
30398            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
30399            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/t/05gzsetp.t
30400 ____________________________________________________________________________
30401 [ 25204] By: rgs                                   on 2005/07/20  16:53:16
30402         Log: Remove :base_io from the set of default "safe" opcodes.
30403              This fixes bug [perl #36213] "Possible flaw in Safe.pm/Opcode.pm
30404              that allows access to any file" but introduces a backward
30405              compatibility issue.
30406      Branch: perl
30407            ! ext/Opcode/Opcode.pm ext/Safe/t/safe2.t
30408 ____________________________________________________________________________
30409 [ 25203] By: steveh                                on 2005/07/20  13:59:18
30410         Log: Fix definition of Perl_sighandler following change 25200
30411      Branch: perl
30412            ! mg.c
30413 ____________________________________________________________________________
30414 [ 25202] By: rgs                                   on 2005/07/20  13:19:10
30415         Log: Subject: [PATCH] Convert t/op/vec.t to test.pl
30416              From: Steve Peters <steve@fisharerojo.org>
30417              Date: Wed, 20 Jul 2005 08:06:38 -0500
30418              Message-ID: <20050720130638.GA6123@mccoy.peters.homeunix.org>
30419      Branch: perl
30420            ! t/op/vec.t
30421 ____________________________________________________________________________
30422 [ 25201] By: steveh                                on 2005/07/20  13:08:54
30423         Log: Silence Win32 compiler warning (signed/unsigned mismatch)
30424      Branch: perl
30425            ! pad.c
30426 ____________________________________________________________________________
30427 [ 25200] By: rgs                                   on 2005/07/20  12:28:16
30428         Log: Subject: [PATCH] support POSIX SA_SIGINFO
30429              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
30430              Date: Wed, 20 Jul 2005 14:40:54 +0300
30431              Message-ID: <42DE3846.6050606@gmail.com>
30432      Branch: perl
30433            ! embed.fnc embed.h ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t
30434            ! global.sym iperlsys.h mg.c perl.c perl.h pp_sys.c proto.h
30435            ! util.c
30436 ____________________________________________________________________________
30437 [ 25199] By: steveh                                on 2005/07/20  12:11:56
30438         Log: Silence warnings about NSIG redefinition on Win32
30439              
30440              (Change 25191 doesn't work out unless dosish.h includes <signal.h>
30441              too, which it currently only does for DJGPP)
30442      Branch: perl
30443            ! dosish.h
30444 ____________________________________________________________________________
30445 [ 25198] By: rgs                                   on 2005/07/20  11:18:59
30446         Log: Remove obsolete error messages
30447      Branch: perl
30448            ! pod/perldiag.pod
30449 ____________________________________________________________________________
30450 [ 25197] By: rgs                                   on 2005/07/20  10:59:44
30451         Log: croak() accepts Nullch as a parameter.
30452              (spotted by Stas Bekman)
30453      Branch: perl
30454            ! embed.fnc proto.h
30455 ____________________________________________________________________________
30456 [ 25196] By: steveh                                on 2005/07/20  10:36:20
30457         Log: Fix Newz() backwards-compatibility macro
30458      Branch: perl
30459            ! handy.h
30460 ____________________________________________________________________________
30461 [ 25195] By: rgs                                   on 2005/07/20  10:31:04
30462         Log: Remove :unique attribute from Config.pm,
30463              until we find a better implementation of it (or
30464              remove it). See [perl #36375].
30465      Branch: perl
30466            ! configpm
30467 ____________________________________________________________________________
30468 [ 25194] By: rgs                                   on 2005/07/20  09:08:56
30469         Log: Subject: [PATCH] lvalue-subs returning elements of tied hashes/arrays
30470              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
30471              Date: Wed, 20 Jul 2005 10:43:11 +0200
30472              Message-id: <20050720084311.GA20332@ethan>
30473      Branch: perl
30474            ! pp_hot.c t/op/sub_lval.t
30475 ____________________________________________________________________________
30476 [ 25193] By: steveh                                on 2005/07/20  09:00:29
30477         Log: Exit test script (if we're going to) *before* declaring a plan
30478      Branch: perl
30479            ! ext/POSIX/t/sigaction.t
30480 ____________________________________________________________________________
30481 [ 25192] By: rgs                                   on 2005/07/20  08:50:18
30482         Log: Subject: [PATCH] RE: rebuilding lib/Config*
30483              From: Robin Barker <Robin.Barker@npl.co.uk>
30484              Date: Jul 14, 2005 3:27 PM
30485              Message-ID: <533D273D4014D411AB1D00062938C4D90849C733@hotel.npl.co.uk>
30486      Branch: perl
30487            ! Makefile.SH
30488 ____________________________________________________________________________
30489 [ 25191] By: rgs                                   on 2005/07/20  06:47:49
30490         Log: Subject: [PATCH] move NSIG logic
30491              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
30492              Date: Wed, 20 Jul 2005 09:57:44 +0300
30493              Message-ID: <42DDF5E8.1060100@gmail.com>
30494      Branch: perl
30495            ! handy.h perl.h
30496 ____________________________________________________________________________
30497 [ 25190] By: nicholas                              on 2005/07/19  22:15:43
30498         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
30499              (Certainly where there is AUTOLOADing and XS)
30500              Hopefully *this* fixes the POSIX breakage.
30501      Branch: perl
30502            ! ext/POSIX/POSIX.pm
30503 ____________________________________________________________________________
30504 [ 25189] By: nicholas                              on 2005/07/19  21:16:20
30505         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
30506              (Certainly where there is AUTOLOADing and XS)
30507              Hopefully this fixes the POSIX breakage.
30508      Branch: perl
30509            ! ext/POSIX/POSIX.xs
30510 ____________________________________________________________________________
30511 [ 25188] By: nicholas                              on 2005/07/19  21:08:17
30512         Log: XS constants fail when their value is called for, not at import.
30513              This might be construed as a bug. Fixing is probably a greater evil.
30514      Branch: perl
30515            ! ext/POSIX/t/sigaction.t
30516 ____________________________________________________________________________
30517 [ 25187] By: rgs                                   on 2005/07/19  14:12:38
30518         Log: Extend the the "our variable redeclared" warning to the case:
30519              our $x; our $x;
30520              and add more tests
30521      Branch: perl
30522            ! pad.c t/lib/strict/vars t/lib/warnings/pad
30523 ____________________________________________________________________________
30524 [ 25186] By: steveh                                on 2005/07/19  13:25:42
30525         Log: Fix test following change #25181
30526      Branch: perl
30527            ! lib/Pod/t/htmlview.t
30528 ____________________________________________________________________________
30529 [ 25185] By: merijn                                on 2005/07/19  11:06:22
30530         Log: Subject: [PATCH] allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)
30531              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
30532              Date: Tue, 19 Jul 2005 12:06:00 +0300
30533              Message-ID: <42DCC278.2010009@gmail.com>
30534      Branch: perl
30535            ! Configure ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
30536            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
30537            ! handy.h
30538 ____________________________________________________________________________
30539 [ 25182] By: rgs                                   on 2005/07/19  10:09:57
30540         Log: Fix strict test to go with the precedent warning change
30541      Branch: perl
30542            ! t/lib/strict/vars
30543 ____________________________________________________________________________
30544 [ 25181] By: steveh                                on 2005/07/19  10:07:46
30545         Log: Subject: [perl #36526] Incorrect (X)HTML generated by Pod::Html 
30546              From: Earl Hood (via RT) <perlbug-followup@perl.org>
30547              Date: Tue, 12 Jul 2005 23:55:28 -0700
30548              Message-ID: <rt-3.0.11-36526-117155.10.6496168983897@perl.org>
30549              
30550              (with old code deleted rather than commented out)
30551      Branch: perl
30552            ! lib/Pod/Html.pm
30553 ____________________________________________________________________________
30554 [ 25180] By: rgs                                   on 2005/07/19  09:56:59
30555         Log: Silence new (expected) warnings
30556      Branch: perl
30557            ! t/op/mydef.t
30558 ____________________________________________________________________________
30559 [ 25179] By: rgs                                   on 2005/07/19  09:45:24
30560         Log: Overhaul the semantics of the warning
30561              ""%s" variable %s masks earlier declaration",
30562              based on a patch by Rick Delaney. Now we have :
30563              my $x;   my $x; # warns
30564              my $x;  our $x; # warns
30565              our $x;  my $x; # warns
30566              our $x; our $x; # silent
30567      Branch: perl
30568            ! pad.c t/lib/warnings/pad
30569 ____________________________________________________________________________
30570 [ 25178] By: merijn                                on 2005/07/19  05:42:52
30571         Log: Subject: [PATCH] Final (hopefully) fix for fchdir
30572              From: Steve Peters <steve@fisharerojo.org>
30573              Date: Mon, 18 Jul 2005 22:59:19 -0500
30574              Message-ID: <20050719035919.GA32670@mccoy.peters.homeunix.org>
30575      Branch: perl
30576            ! pp_sys.c
30577 ____________________________________________________________________________
30578 [ 25177] By: davem                                 on 2005/07/19  01:16:09
30579         Log: Subject:  Re: [PATCH] Faster **
30580              From:      "Piotr Fusik" <pfusik@op.pl>
30581              Date:      Fri, 24 Jun 2005 12:47:40 +0200
30582              Message-Id:  <00b201c578af$7ad02b40$17d24dd5@piec>
30583      Branch: perl
30584            ! pp.c
30585 ____________________________________________________________________________
30586 [ 25176] By: davem                                 on 2005/07/19  01:05:18
30587         Log: the "local @foo with $#foo" tests are no longer TODO
30588      Branch: perl
30589            ! t/op/array.t
30590 ____________________________________________________________________________
30591 [ 25174] By: steveh                                on 2005/07/18  16:53:21
30592         Log: Subject: Re: [PATCH] RE: blead: no longer supports %vd format
30593              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
30594              Date: Mon, 18 Jul 2005 18:35:09 +0200
30595              Message-ID: <20050718183509.0381169c@grubert.mandrakesoft.com>
30596      Branch: perl
30597            ! perl.h
30598 ____________________________________________________________________________
30599 [ 25173] By: merijn                                on 2005/07/18  16:37:11
30600         Log: Subject: Re: AIX 5.2 localtime bug attack
30601              From: Campo Weijerman <rfc822@nl.ibm.com>
30602              Date: Mon, 18 Jul 2005 17:34:55 +0200
30603              Message-ID: <20050718153455.GA29381@python>
30604              
30605              mday++ is also wday++ and yday++
30606      Branch: perl
30607            ! pp_sys.c
30608 ____________________________________________________________________________
30609 [ 25172] By: rgs                                   on 2005/07/18  15:23:38
30610         Log: Subject: [PATCH] The continuing plod through embed.fnc
30611              From: Andy Lester <andy@petdance.com>
30612              Date: Mon, 18 Jul 2005 10:37:38 -0500
30613              Message-ID: <20050718153738.GB20193@petdance.com>
30614      Branch: perl
30615            ! embed.fnc op.c pad.c pod/perlapi.pod pp_sys.c proto.h
30616            ! regcomp.c utf8.c
30617 ____________________________________________________________________________
30618 [ 25171] By: rgs                                   on 2005/07/18  12:37:02
30619         Log: Subject: [PATCH] RE: blead: no longer supports %vd format
30620              From: Robin Barker <Robin.Barker@npl.co.uk>
30621              Date: Jul 14, 2005 2:31 PM
30622              Message-ID: <533D273D4014D411AB1D00062938C4D90849C730@hotel.npl.co.uk>
30623      Branch: perl
30624            ! perl.h sv.c t/op/sprintf.t
30625 ____________________________________________________________________________
30626 [ 25170] By: merijn                                on 2005/07/18  11:02:01
30627         Log: tests are expected to fail if dirfd () does not exist
30628              make the tests to expect failures in that case
30629      Branch: perl
30630            ! t/op/chdir.t
30631 ____________________________________________________________________________
30632 [ 25169] By: merijn                                on 2005/07/18  10:27:06
30633         Log: 1. Typo detected by Schwern (#25151)
30634              2. Added proza about patches (#25152)
30635              3. dirfd got the wrong define based on previous tests (#25168)
30636      Branch: perl
30637            ! Configure
30638 ____________________________________________________________________________
30639 [ 25167] By: steveh                                on 2005/07/18  09:54:58
30640         Log: Silence compiler warning following change 25157
30641              
30642              (DIE returns Perl_die's return value which is an OP*, not the I32
30643              that Perl_apply is expected to return)
30644      Branch: perl
30645            ! doio.c
30646 ____________________________________________________________________________
30647 [ 25166] By: rgs                                   on 2005/07/18  09:17:45
30648         Log: Subject: Re: [perl #27028] /$/ not honouring /m in some cases
30649              From: Rick Delaney <rick@bort.ca>
30650              Date: Jul 14, 2005 4:10 PM
30651              Message-ID: <20050714141059.GF19090@localhost.localdomain>
30652      Branch: perl
30653            + t/op/regexp_qr_embed.t
30654            ! MANIFEST t/op/regexp.t
30655 ____________________________________________________________________________
30656 [ 25165] By: rgs                                   on 2005/07/18  08:52:25
30657         Log: Subject: [PATCH] perlop: why \c\ cannot be placed just before the terminating delimiter
30658              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
30659              Date: Sun, 17 Jul 2005 11:38:05 +0900
30660              Message-Id: <20050717112557.5921.BQW10602@nifty.com>
30661      Branch: perl
30662            ! pod/perlop.pod
30663 ____________________________________________________________________________
30664 [ 25164] By: steveh                                on 2005/07/18  08:38:27
30665         Log: Subject: Re: Why does our() cross packages? (PATCH)
30666              From: Michael G Schwern <schwern@pobox.com>
30667              Date: Fri, 15 Jul 2005 14:35:18 -0700
30668              Message-ID: <20050715213518.GH6897@windhund.schwern.org>
30669              
30670              (with minor tweaks suggested in subsequent posts)
30671      Branch: perl
30672            ! pod/perlfunc.pod
30673 ____________________________________________________________________________
30674 [ 25163] By: davem                                 on 2005/07/18  00:16:31
30675         Log: perl -Dstv -e'... for min..max' displayed wrong stack elements
30676      Branch: perl
30677            ! pp_ctl.c
30678 ____________________________________________________________________________
30679 [ 25162] By: davem                                 on 2005/07/17  22:07:14
30680         Log: delete a non-fucntioning chown in stat.t: it didn't have gid arg.
30681              Spotted by Gisle Aas.
30682      Branch: perl
30683            ! t/op/stat.t
30684 ____________________________________________________________________________
30685 [ 25161] By: davem                                 on 2005/07/17  20:54:15
30686         Log: document what can be assigned to a shared scalar
30687      Branch: perl
30688            ! ext/threads/shared/shared.pm
30689 ____________________________________________________________________________
30690 [ 25160] By: davem                                 on 2005/07/17  20:12:54
30691         Log: $SIG{__WARN__} = sub { goto &foo } could recurse infinitely
30692      Branch: perl
30693            ! t/op/goto.t util.c
30694 ____________________________________________________________________________
30695 [ 25159] By: davem                                 on 2005/07/17  19:02:10
30696         Log: change #25129 was overzealous in delaying the call to ckWARN
30697      Branch: perl
30698            ! doio.c pp_hot.c toke.c
30699 ____________________________________________________________________________
30700 [ 25158] By: merijn                                on 2005/07/16  13:20:09
30701         Log: Subject: Re: [perl #36569] chop fails on decoded string with trailing nul 
30702              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
30703              Date: Sat, 16 Jul 2005 22:05:13 +0900
30704              Message-Id: <20050716220041.2BDD.BQW10602@nifty.com>
30705      Branch: perl
30706            ! doop.c t/op/chop.t
30707 ____________________________________________________________________________
30708 [ 25157] By: merijn                                on 2005/07/16  08:07:44
30709         Log: Subject: Re: fchmod, fchown, fchdir
30710              From: Gisle Aas <gisle@ActiveState.com>
30711              Date: 15 Jul 2005 02:32:50 -0700
30712              Message-ID: <lrwtnse7nh.fsf@caliper.activestate.com>
30713              
30714              + Schwern's ok -> like changes
30715      Branch: perl
30716            ! doio.c pod/perlfunc.pod pod/perltodo.pod pp_sys.c t/io/fs.t
30717            ! t/op/chdir.t
30718 ____________________________________________________________________________
30719 [ 25156] By: steveh                                on 2005/07/15  16:30:05
30720         Log: Subject: [PATCH] more embed cleanup
30721              From: Andy Lester <andy@petdance.com>
30722              Date: Fri, 15 Jul 2005 10:51:15 -0500
30723              Message-ID: <20050715155115.GC29983@petdance.com>
30724              
30725              (and run regen.pl)
30726      Branch: perl
30727            ! dump.c embed.fnc embed.h hv.c mg.c op.c perl.c pp_ctl.c
30728            ! pp_hot.c pp_pack.c proto.h regcomp.c sv.c utf8.c
30729 ____________________________________________________________________________
30730 [ 25155] By: steveh                                on 2005/07/15  15:50:38
30731         Log: Subject: [perl #36514] Add curl support to CPAN.pm 
30732              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
30733              Date: Fri, 15 Jul 2005 02:11:29 -0700
30734              Message-ID: <rt-3.0.11-36514-117446.9.35668319684652@perl.org>
30735              
30736              (and bump $CPAN::FirstTime::VERSION)
30737      Branch: perl
30738            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
30739 ____________________________________________________________________________
30740 [ 25153] By: steveh                                on 2005/07/15  15:35:55
30741         Log: Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
30742              From: Michael G Schwern <schwern@pobox.com>
30743              Date: Wed, 13 Jul 2005 15:57:39 -0700
30744              Message-ID: <20050713225739.GN24499@windhund.schwern.org>
30745              
30746              Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
30747              From: Rick Delaney <rick@bort.ca>
30748              Date: Wed, 13 Jul 2005 20:24:56 -0400
30749              Message-ID: <20050714002456.GD19090@localhost.localdomain>
30750      Branch: perl
30751            ! ext/B/B/Deparse.pm t/op/inc.t
30752 ____________________________________________________________________________
30753 [ 25150] By: steveh                                on 2005/07/15  10:35:55
30754         Log: Fix static extensions when building with nmake on Win32
30755              
30756              They were broken because change 24806 forgot to add -DWITH_STATIC
30757              to the recipe for compiling perllib.c which meant that perllibst.h
30758              was not included and hence although they built OK, the static
30759              extensions could not actually be used!
30760              
30761              In fact, since perllibst.h is always created (it is more or less
30762              empty when static extensions are not being used), there is no need
30763              for -DWITH_STATIC at all. So rather than adding it to Makefile,
30764              just drop it from makefile.mk and perllib.c.
30765              
30766              Also add the missing cleanup of perllibst.h to Makefile.
30767      Branch: perl
30768            ! win32/Makefile win32/makefile.mk win32/perllib.c
30769 ____________________________________________________________________________
30770 [ 25149] By: steveh                                on 2005/07/15  09:04:57
30771         Log: Subject: [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1 
30772              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
30773              Date: Thu, 14 Jul 2005 16:57:45 -0700
30774              Message-ID: <rt-3.0.11-7840-117401.4.81505529800216@perl.org>
30775              
30776              (with minor tweaks)
30777      Branch: perl
30778            ! pod/perlop.pod
30779 ____________________________________________________________________________
30780 [ 25148] By: steveh                                on 2005/07/15  07:48:31
30781         Log: Subject: [perl #36538] perlfunc/our contradicts itself 
30782              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
30783              Date: Thu, 14 Jul 2005 19:10:51 -0700
30784              Message-ID: <rt-3.0.11-36538-117411.7.57026072725992@perl.org>
30785      Branch: perl
30786            ! pod/perlfunc.pod
30787 ____________________________________________________________________________
30788 [ 25147] By: steveh                                on 2005/07/15  07:44:32
30789         Log: Subject: [perl #24691] leading spaces on cpan configuration causes failure 
30790              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
30791              Date: Tue, 12 Jul 2005 00:00:17 -0700
30792              Message-ID: <rt-3.0.11-24691-116945.3.88254644317925@perl.org>
30793              
30794              (with spaces trimmed from username too)
30795      Branch: perl
30796            ! lib/CPAN/FirstTime.pm
30797 ____________________________________________________________________________
30798 [ 25146] By: merijn                                on 2005/07/15  07:33:01
30799         Log: Subject: [PATCH] Re: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
30800              From: Michael G Schwern <schwern@pobox.com>
30801              Date: Fri, 15 Jul 2005 00:49:12 -0700
30802              Message-ID: <20050715074911.GA16512@windhund.schwern.org>
30803      Branch: perl
30804            ! t/op/universal.t
30805 ____________________________________________________________________________
30806 [ 25145] By: merijn                                on 2005/07/15  06:49:16
30807         Log: Subject: [PATCH] Missing tie() call in NDBM_File SYNOPSIS
30808              From: Matt Sergeant <matt@sergeant.org>
30809              Date: Thu, 14 Jul 2005 16:53:03 -0400
30810              Message-Id: <28baf339c3b78cc40017066b9dc7cffb@sergeant.org>
30811      Branch: perl
30812            ! ext/NDBM_File/NDBM_File.pm
30813 ____________________________________________________________________________
30814 [ 25144] By: merijn                                on 2005/07/15  06:33:21
30815         Log: Subject: Typo in t/op/stat.t
30816              From: Gisle Aas <gisle@ActiveState.com>
30817              Date: 14 Jul 2005 23:20:18 -0700
30818              Message-ID: <lr64vcfv4t.fsf@caliper.activestate.com>
30819      Branch: perl
30820            ! t/op/stat.t
30821 ____________________________________________________________________________
30822 [ 25143] By: steveh                                on 2005/07/14  16:08:00
30823         Log: Subject: Re: [perl #36507] File::Copy::copy($foo, $foo) dies
30824              From: Michael G Schwern <schwern@pobox.com>
30825              Date: Tue, 12 Jul 2005 15:51:18 -0700
30826              Message-ID: <20050712225118.GA944@windhund.schwern.org>
30827              
30828              (and update SKIP counts)
30829      Branch: perl
30830            ! lib/File/Copy.pm lib/File/Copy.t
30831 ____________________________________________________________________________
30832 [ 25142] By: steveh                                on 2005/07/14  08:12:11
30833         Log: Subject: [perl #5634] CPAN.pm v1.59 chdirs before looking for perl 
30834              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
30835              Date: Mon, 11 Jul 2005 22:41:06 -0700
30836              Message-ID: <rt-3.0.11-5634-116921.0.207462087357797@perl.org>
30837      Branch: perl
30838            ! lib/CPAN.pm
30839 ____________________________________________________________________________
30840 [ 25141] By: nicholas                              on 2005/07/13  19:43:40
30841         Log: Subject: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
30842              From: John Peacock <jpeacock@rowman.com>
30843              Message-ID: <42D55C46.5030905@rowman.com>
30844              Date: Wed, 13 Jul 2005 14:24:06 -0400
30845      Branch: perl
30846            ! universal.c
30847 ____________________________________________________________________________
30848 [ 25140] By: merijn                                on 2005/07/13  17:22:07
30849         Log: Subject: [perl #9565] [PATCH] /op/groups.t bug 
30850              From: "Steve Peters via RT" <perlbug-followup@perl.org>
30851              Date: Wed, 13 Jul 2005 06:51:45 -0700
30852              Message-ID: <rt-3.0.11-9565-117185.14.6331240065229@perl.org>
30853      Branch: perl
30854            ! t/op/groups.t
30855 ____________________________________________________________________________
30856 [ 25139] By: merijn                                on 2005/07/13  16:52:48
30857         Log: Subject: Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu)
30858              From: Steve Peters <steve@fisharerojo.org>
30859              Date: Fri, 8 Jul 2005 16:42:56 -0500
30860              Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org>
30861      Branch: perl
30862            ! t/io/dup.t t/io/open.t
30863 ____________________________________________________________________________
30864 [ 25138] By: merijn                                on 2005/07/13  16:37:48
30865         Log: Subject: [PATCH] More embed.fnc plowing
30866              From: Andy Lester <andy@petdance.com>
30867              Date: Wed, 13 Jul 2005 10:49:19 -0500
30868              Message-ID: <20050713154919.GA24586@petdance.com>
30869      Branch: perl
30870            ! embed.fnc gv.c hv.c op.c pad.c perlio.c pp_ctl.c pp_hot.c
30871            ! proto.h toke.c
30872 ____________________________________________________________________________
30873 [ 25137] By: merijn                                on 2005/07/13  16:27:43
30874         Log: Subject: [PATCH] Error in earlier patch in sv.c
30875              From: Robin Barker <Robin.Barker@npl.co.uk>
30876              Date: Wed, 13 Jul 2005 17:29:48 +0100
30877              Message-ID: <533D273D4014D411AB1D00062938C4D90849C72B@hotel.npl.co.uk>
30878      Branch: perl
30879            ! sv.c t/op/sprintf.t
30880 ____________________________________________________________________________
30881 [ 25136] By: steveh                                on 2005/07/13  13:39:44
30882         Log: Make -V "Compile-time options" list everything used in makedef.pl
30883      Branch: perl
30884            ! perl.c
30885 ____________________________________________________________________________
30886 [ 25135] By: steveh                                on 2005/07/13  09:48:10
30887         Log: Subject: Re: [perl #25157] [PATCH] Text-Balanced extract_quotelike fails on certain delims in HERE docs
30888              From: David Manura <dm.list@math2.org>
30889              Date: Wed, 21 Jan 2004 20:59:27 -0500
30890              Message-ID: <400F2E7F.9090601@math2.org>
30891              
30892              Fixes perl #25151, 25154, 25156, 25157, 25158 using jumbo patch
30893              included in perl #25157.
30894      Branch: perl
30895            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
30896            ! lib/Text/Balanced/t/extqlk.t
30897 ____________________________________________________________________________
30898 [ 25134] By: steveh                                on 2005/07/13  09:23:37
30899         Log: Subject: [PATCH] #2 try at Text::Balanced patch and maintainership
30900              From: Tels <nospam-abuse@bloodgate.com>
30901              Date: Sat, 9 Jul 2005 23:10:29 +0200
30902              Message-Id: <200507092310.30592@bloodgate.com>
30903              
30904              (with minor tweaks)
30905      Branch: perl
30906            ! lib/Text/Balanced.pm
30907 ____________________________________________________________________________
30908 [ 25133] By: steveh                                on 2005/07/13  08:34:53
30909         Log: Subject: [perl #28385] minor bug in cpan -- the i command does not find author 
30910              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
30911              Date: Tue, 12 Jul 2005 00:16:49 -0700
30912              Message-ID: <rt-3.0.11-28385-116951.3.97645870397305@perl.org>
30913              
30914              (and remove a couple of unused variables)
30915      Branch: perl
30916            ! lib/CPAN.pm
30917 ____________________________________________________________________________
30918 [ 25132] By: steveh                                on 2005/07/13  07:52:21
30919         Log: Subject: [perl #24275] CPAN shell - online help not clear 
30920              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
30921              Date: Mon, 11 Jul 2005 23:32:12 -0700
30922              Message-ID: <rt-3.0.11-24275-116939.19.7381888978779@perl.org>
30923      Branch: perl
30924            ! lib/CPAN.pm
30925 ____________________________________________________________________________
30926 [ 25131] By: merijn                                on 2005/07/13  06:37:41
30927         Log: Subject: [PATCH] Re: Documentation error in IO::Socket
30928              From: Michael G Schwern <schwern@pobox.com>
30929              Date: Tue, 12 Jul 2005 13:18:34 -0700
30930              Message-ID: <20050712201834.GA29275@windhund.schwern.org>
30931      Branch: perl
30932            ! ext/IO/lib/IO/Socket.pm
30933 ____________________________________________________________________________
30934 [ 25130] By: merijn                                on 2005/07/13  06:27:48
30935         Log: Subject: [perl #6749] Perl debugger outputs ctrl-\ wrongly 
30936              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
30937              Date: Tue, 12 Jul 2005 15:36:54 -0700
30938              Message-ID: <rt-3.0.11-6749-117055.16.4354496694007@perl.org>
30939      Branch: perl
30940            ! lib/dumpvar.pl
30941 ____________________________________________________________________________
30942 [ 25129] By: davem                                 on 2005/07/13  00:21:13
30943         Log: make the expensive ckWARN() be called as late as possible
30944              reorganise
30945              if (ckWARN(FOO) && should_not_happen_condition)
30946              to
30947              if (should_not_happen_condition && ckWARN(FOO))
30948      Branch: perl
30949            ! doio.c gv.c op.c pad.c perlio.c pp.c pp_hot.c pp_pack.c
30950            ! pp_sys.c regcomp.c regexec.c sv.c toke.c
30951 ____________________________________________________________________________
30952 [ 25128] By: davem                                 on 2005/07/12  18:46:34
30953         Log: Subject: Make PERL_MEM_LOG more portable.
30954              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
30955              Date:  Mon, 11 Jul 2005 15:29:46 +0300
30956              Message-Id:  <42D2663A.4050204@gmail.com>
30957      Branch: perl
30958            ! handy.h pod/perlhack.pod util.c
30959 ____________________________________________________________________________
30960 [ 25127] By: davem                                 on 2005/07/12  18:29:43
30961         Log: S_pad_findlex has side effects, so its return value may be ignored
30962      Branch: perl
30963            ! embed.fnc pad.c proto.h
30964 ____________________________________________________________________________
30965 [ 25126] By: davem                                 on 2005/07/12  18:15:48
30966         Log: get_?v have side effects, so their return values may be ignored
30967      Branch: perl
30968            ! embed.fnc proto.h
30969 ____________________________________________________________________________
30970 [ 25125] By: steveh                                on 2005/07/12  16:30:16
30971         Log: Subject: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move 
30972              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
30973              Date: Mon, 11 Jul 2005 23:24:56 -0700
30974              Message-ID: <rt-3.0.11-24119-116937.12.0211560107236@perl.org>
30975      Branch: perl
30976            ! lib/CPAN.pm
30977 ____________________________________________________________________________
30978 [ 25124] By: steveh                                on 2005/07/12  16:18:22
30979         Log: Subject: [perl #17487] ncftp only handles http 
30980              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
30981              Date: Mon, 11 Jul 2005 23:19:06 -0700
30982              Message-ID: <rt-3.0.11-17487-116934.11.3382445877892@perl.org>
30983              
30984              (and bump $VERSION (1.76_01 is a CPAN release already))
30985      Branch: perl
30986            ! lib/CPAN.pm
30987 ____________________________________________________________________________
30988 [ 25123] By: steveh                                on 2005/07/12  13:19:51
30989         Log: Subject: Re: Scalar leaked in 'local $0' under ithreads + taint mode
30990              From: Steve Hay <steve.hay@uk.radan.com>
30991              Date: Mon, 11 Jul 2005 13:29:37 +0100
30992              Message-ID: <42D26631.1070500@uk.radan.com>
30993      Branch: perl
30994            ! sv.c
30995 ____________________________________________________________________________
30996 [ 25122] By: steveh                                on 2005/07/12  11:42:07
30997         Log: Subject: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv 
30998              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
30999              Date: Mon, 11 Jul 2005 19:16:10 -0700
31000              Message-ID: <rt-3.0.11-36502-116917.0.56038652013207@perl.org>
31001      Branch: perl
31002            ! lib/File/Copy.t
31003 ____________________________________________________________________________
31004 [ 25121] By: steveh                                on 2005/07/12  11:33:01
31005         Log: Subject: [PATCH] Cleanup File::Copy tests
31006              From: Michael G Schwern <schwern@pobox.com>
31007              Date: Mon, 11 Jul 2005 18:45:42 -0700
31008              Message-ID: <20050712014542.GB20855@windhund.schwern.org>
31009              
31010              (and fix the SKIP: {} blocks to say $how_many)
31011      Branch: perl
31012            ! lib/File/Copy.t
31013 ____________________________________________________________________________
31014 [ 25120] By: steveh                                on 2005/07/12  11:03:55
31015         Log: Subject: Re: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv
31016              From: Michael G Schwern <schwern@pobox.com>
31017              Date: Mon, 11 Jul 2005 17:35:14 -0700
31018              Message-ID: <20050712003514.GA20132@windhund.schwern.org>
31019      Branch: perl
31020            ! lib/File/Copy.pm
31021 ____________________________________________________________________________
31022 [ 25119] By: steveh                                on 2005/07/12  09:01:11
31023         Log: Missed a New() -> Newx().
31024              
31025              This one only had 3 args to start with! Presumably nobody uses
31026              YYERROR_VERBOSE.  (The yystpcpy() calls don't look right either,
31027              but someone else that is interested in YYERROR_VERBOSE will have
31028              to look into that.)
31029      Branch: perl
31030            ! perly.c
31031 ____________________________________________________________________________
31032 [ 25118] By: steveh                                on 2005/07/12  08:46:13
31033         Log: Hack out -DL documentation from perldebuguts.pod
31034              
31035              Now that the perl core uses Newx*() rather than New*() this chunk
31036              of old documentation is more obsolete than ever before.
31037      Branch: perl
31038            ! pod/perldebguts.pod
31039 ____________________________________________________________________________
31040 [ 25117] By: steveh                                on 2005/07/12  08:20:11
31041         Log: Fix worrying typo in handy.h :-s
31042      Branch: perl
31043            ! handy.h
31044 ____________________________________________________________________________
31045 [ 25116] By: steveh                                on 2005/07/12  08:17:47
31046         Log: Change New*() to Newx*() in various comments and documentation
31047      Branch: perl
31048            ! handy.h perl.c pod/perlclib.pod pod/perlguts.pod
31049            ! pod/perlhack.pod sv.c
31050 ____________________________________________________________________________
31051 [ 25115] By: steveh                                on 2005/07/12  07:48:51
31052         Log: Subject: [patch: handy.c]  update Newx API pod to mention PERL_MEM_LOG build opt
31053              From: Jim Cromie <jcromie@divsol.com>
31054              Date: Mon, 11 Jul 2005 19:18:02 -0600
31055              Message-ID: <42D31A4A.1020305@divsol.com>
31056              
31057              (with some minor tweaks)
31058      Branch: perl
31059            ! handy.h pod/perlapi.pod
31060 ____________________________________________________________________________
31061 [ 25114] By: merijn                                on 2005/07/12  06:26:39
31062         Log: Subject: [PATCH t/TEST] Understand "ok" with no number
31063              From: Michael G Schwern <schwern@pobox.com>
31064              Date: Mon, 11 Jul 2005 18:41:30 -0700
31065              Message-ID: <20050712014130.GA20855@windhund.schwern.org>
31066      Branch: perl
31067            ! t/TEST
31068 ____________________________________________________________________________
31069 [ 25113] By: steveh                                on 2005/07/11  15:54:46
31070         Log: Subject: [patch: sv.c] reuse new_body_inline in Perl_new_body
31071              From: Jim Cromie <jcromie@divsol.com>
31072              Date: Sun, 10 Jul 2005 15:59:30 -0600
31073              Message-ID: <42D19A42.8040409@divsol.com>
31074      Branch: perl
31075            ! sv.c
31076 ____________________________________________________________________________
31077 [ 25112] By: steveh                                on 2005/07/11  15:19:11
31078         Log: Subject: [PATCH] perlfunc.pod
31079              From: "Piotr Fusik" <pfusik@op.pl>
31080              Date:      Sat, 9 Jul 2005 16:21:05 +0200
31081              Message-ID: <01de01c58491$f3182f60$a6d24dd5@piec>
31082      Branch: perl
31083            ! pod/perlfunc.pod
31084 ____________________________________________________________________________
31085 [ 25111] By: steveh                                on 2005/07/11  14:41:27
31086         Log: Subject: [patch hv.h doc] HvNAME
31087              From: Stas Bekman <stas@stason.org>
31088              Date: Fri, 08 Jul 2005 13:52:13 +0300
31089              Message-ID: <42CE5ADD.3020003@stason.org>
31090              
31091              Subject: Re: [patch hv.h doc] HvNAME
31092              From: Nicholas Clark <nick@ccl4.org>
31093              Date: Sat, 9 Jul 2005 15:23:51 +0100
31094              Message-ID: <20050709142351.GT15833@plum.flirble.org>
31095      Branch: perl
31096            ! hv.h pod/perlapi.pod
31097 ____________________________________________________________________________
31098 [ 25110] By: davem                                 on 2005/07/10  23:04:26
31099         Log: no code before declarations!
31100      Branch: perl
31101            ! doio.c
31102 ____________________________________________________________________________
31103 [ 25109] By: davem                                 on 2005/07/10  20:02:07
31104         Log: From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
31105              Date: Sun, 10 Jul 2005 21:50:27 +0300
31106              Subject: [PATCH] yet another way of debugging memory allocations
31107              Message-ID: <42D16DF3.4040806@gmail.com>
31108              
31109              tweak PERL_MEM_LOG
31110      Branch: perl
31111            ! handy.h pod/perlhack.pod util.c
31112 ____________________________________________________________________________
31113 [ 25108] By: davem                                 on 2005/07/10  19:57:31
31114         Log: run regen.pl
31115      Branch: perl
31116            ! embed.h proto.h
31117 ____________________________________________________________________________
31118 [ 25107] By: merijn                                on 2005/07/10  19:19:56
31119         Log: Subject: [PATCH] Making my way thru embed.fnc
31120              From: Andy Lester <andy@petdance.com>
31121              Date: Sun, 10 Jul 2005 14:36:35 -0500
31122              Message-ID: <20050710193635.GC8081@petdance.com>
31123      Branch: perl
31124            ! doio.c doop.c embed.fnc gv.c hv.c op.c perl.c pp_ctl.c
31125            ! pp_hot.c regexec.c toke.c util.c
31126 ____________________________________________________________________________
31127 [ 25106] By: davem                                 on 2005/07/10  13:53:49
31128         Log: Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning
31129              From: demerphq <demerphq@gmail.com>
31130              Message-ID: <9b18b3110507080807f16d1eb@mail.gmail.com>
31131              Date: Fri, 8 Jul 2005 17:07:26 +0200
31132              
31133              Fix trie codepath of mixed utf8/latin1 pattern matches
31134      Branch: perl
31135            ! regexec.c t/op/pat.t
31136 ____________________________________________________________________________
31137 [ 25105] By: davem                                 on 2005/07/10  12:29:25
31138         Log: Message-ID: <42D0F25E.3040801@gmail.com>
31139              Date: Sun, 10 Jul 2005 13:03:10 +0300
31140              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
31141              Subject: [PATCH] yet another way of debugging memory allocations
31142              
31143              adds PERL_MEM_LOG and PERL_MEM_LOG_STDERR options
31144      Branch: perl
31145            ! handy.h util.c
31146 ____________________________________________________________________________
31147 [ 25104] By: davem                                 on 2005/07/10  11:39:50
31148         Log: silence some compiler warnings
31149      Branch: perl
31150            ! embed.fnc gv.h proto.h
31151 ____________________________________________________________________________
31152 [ 25103] By: davem                                 on 2005/07/10  11:15:32
31153         Log: extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_*
31154      Branch: perl
31155            ! handy.h
31156 ____________________________________________________________________________
31157 [ 25102] By: nicholas                              on 2005/07/09  15:44:17
31158         Log: sv_dec is supposed to go *down*, m'kay.
31159      Branch: perl
31160            ! sv.c t/op/inc.t
31161 ____________________________________________________________________________
31162 [ 25101] By: steveh                                on 2005/07/08  16:35:10
31163         Log: Subject: Re: janitorial work ? [patch]
31164              From: Jim Cromie <jcromie@divsol.com>
31165              Date: Wed, 06 Jul 2005 14:19:53 -0600
31166              Message-ID: <42CC3CE9.5050606@divsol.com>
31167              
31168              (reverted all dual-lived modules since they must work with older
31169              perls too so must wait for a new Devel::PPPort)
31170      Branch: perl
31171            ! NetWare/nw5.c av.c bytecode.pl cygwin/cygwin.c djgpp/djgpp.c
31172            ! doio.c doop.c dump.c ext/B/B/C.pm ext/B/C/C.xs
31173            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
31174            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_aix.xs
31175            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_vms.xs
31176            ! ext/File/Glob/bsd_glob.c ext/ODBM_File/ODBM_File.xs
31177            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Socket/Socket.xs
31178            ! ext/XS/Typemap/Typemap.xs gv.c handy.h hv.c locale.c op.c op.h
31179            ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perlio.c pod/perlapi.pod
31180            ! pp.c pp_ctl.c pp_pack.c pp_sort.c pp_sys.c reentr.c reentr.pl
31181            ! regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
31182            ! vmesa/vmesa.c vms/vms.c win32/perlhost.h win32/win32.c
31183            ! win32/win32sck.c wince/perlhost.h wince/wince.c
31184 ____________________________________________________________________________
31185 [ 25100] By: nicholas                              on 2005/07/08  15:57:37
31186         Log: We no longer default to creating a new SV for GvSV.
31187      Branch: perl
31188            ! perl.h
31189 ____________________________________________________________________________
31190 [ 25099] By: nicholas                              on 2005/07/08  15:57:16
31191         Log: DEFSV causes GvSVn() to be used in lvalue context.
31192              Not sure if instead we should recode DEFSV to avoid this, and leave
31193              GvSVn() as rvalue only, like its namesakes.
31194      Branch: perl
31195            ! gv.h
31196 ____________________________________________________________________________
31197 [ 25098] By: steveh                                on 2005/07/08  10:04:24
31198         Log: Subject: Re: [PATCH] Pod::Html - correctly link to =item's on the same page
31199              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
31200              Date: Thu, 7 Jul 2005 15:05:51 -0700
31201              Message-ID: <20050707220551.GB2388@efn.org>
31202              
31203              (plus fix a couple of POD warnings)
31204      Branch: perl
31205            ! pod/perlglossary.pod
31206 ____________________________________________________________________________
31207 [ 25097] By: steveh                                on 2005/07/08  09:48:50
31208         Log: Subject: [PATCH] basename() and suffixes
31209              From: Michael G Schwern <schwern@pobox.com>
31210              Date: Thu, 7 Jul 2005 15:38:32 -0700
31211              Message-ID: <20050707223832.GA4782@windhund.schwern.org>
31212      Branch: perl
31213            ! lib/File/Basename.pm lib/File/Basename.t
31214 ____________________________________________________________________________
31215 [ 25096] By: steveh                                on 2005/07/08  08:43:07
31216         Log: Subject: Re: [perl #36477] File::Basename basename() bug
31217              From: Michael G Schwern <schwern@pobox.com>
31218              Date: Thu, 7 Jul 2005 14:16:01 -0700
31219              Message-ID: <20050707211601.GA3769@windhund.schwern.org>
31220      Branch: perl
31221            ! lib/File/Basename.pm lib/File/Basename.t
31222 ____________________________________________________________________________
31223 [ 25095] By: davem                                 on 2005/07/08  01:43:24
31224         Log: UTF8/Latin 1/i regexp "Malformed character" warning
31225              $utf8 =~ /latin/i didn't match. 
31226              Also added TODO for $latin =~ /utf8/i which also fails
31227      Branch: perl
31228            ! t/op/pat.t utf8.c
31229 ____________________________________________________________________________
31230 [ 25094] By: davem                                 on 2005/07/07  14:47:51
31231         Log: more taint fallout from change 24943
31232      Branch: perl
31233            ! mg.c scope.c t/op/taint.t
31234 ____________________________________________________________________________
31235 [ 25093] By: merijn                                on 2005/07/07  13:26:32
31236         Log: Subject: [PATCH] bug with charnames::viacode("0x1234") and optimize it
31237              From: Tels <nospam-abuse@bloodgate.com>
31238              Date: Wed, 6 Jul 2005 21:11:59 +0200
31239              Message-Id: <200507062112.12159@bloodgate.com>
31240      Branch: perl
31241            ! lib/charnames.pm
31242 ____________________________________________________________________________
31243 [ 25092] By: steveh                                on 2005/07/07  12:11:38
31244         Log: Subject: ReadParse in the CGI docs
31245              From: "Ton Hospel" <me-02@ton.iguana.be>
31246              Date: 9 Oct 2003 15:04:53 -0000
31247              To: perlbug@perl.org
31248              
31249              (plus blank lines so example code is in verbatim paragraphs,
31250              and bump $VERSION)
31251      Branch: perl
31252            ! lib/CGI.pm
31253 ____________________________________________________________________________
31254 [ 25091] By: steveh                                on 2005/07/07  11:21:41
31255         Log: Subject: [PATCH] Mention File::Spec in File::Basename
31256              From: Michael G Schwern <schwern@pobox.com>
31257              Date: Wed, 6 Jul 2005 13:06:20 -0700
31258              Message-ID: <20050706200620.GE15644@windhund.schwern.org>
31259              
31260              (plus bump $VERSION)
31261      Branch: perl
31262            ! lib/File/Basename.pm
31263 ____________________________________________________________________________
31264 [ 25090] By: steveh                                on 2005/07/07  11:06:17
31265         Log: Subject: [perl #22236] File::Basename behavior is misleading 
31266              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
31267              Date: 6 Jul 2005 19:45:40 -0000
31268              Message-ID: <rt-3.0.11-22236-116656.1.59163789180809@perl.org>
31269      Branch: perl
31270            ! lib/File/Basename.pm lib/File/Basename.t
31271 ____________________________________________________________________________
31272 [ 25089] By: steveh                                on 2005/07/07  09:22:48
31273         Log: Subject: [PATCH] Further lies in the File::Basename docs
31274              From: Michael G Schwern <schwern@pobox.com>
31275              Date: Wed, 6 Jul 2005 09:22:32 -0700
31276              Message-ID: <20050706162232.GA14495@windhund.schwern.org>
31277              
31278              (plus some minor POD changes and a bug fix)
31279      Branch: perl
31280            ! lib/File/Basename.pm lib/File/Basename.t
31281 ____________________________________________________________________________
31282 [ 25088] By: davem                                 on 2005/07/07  00:11:00
31283         Log: bytes pragma error in substitution operator
31284      Branch: perl
31285            ! pp_ctl.c t/op/subst.t
31286 ____________________________________________________________________________
31287 [ 25087] By: davem                                 on 2005/07/06  20:09:29
31288         Log: 'undef $@; die' gives uninint value warning
31289      Branch: perl
31290            ! pp_sys.c t/op/die.t
31291 ____________________________________________________________________________
31292 [ 25086] By: steveh                                on 2005/07/06  09:36:08
31293         Log: Subject: [PATCH] File::Basename doc overhaul
31294              From: Michael G Schwern <schwern@pobox.com>
31295              Date: Tue, 5 Jul 2005 20:11:27 -0700
31296              Message-ID: <20050706031127.GL9227@windhund.schwern.org>
31297              
31298              (with some minor changes)
31299      Branch: perl
31300            ! lib/File/Basename.pm
31301 ____________________________________________________________________________
31302 [ 25085] By: steveh                                on 2005/07/06  08:05:21
31303         Log: Subject: [PATCH @ 25084] simple authors removal
31304              From: Vadim Konovalov <vadim@vkonovalov.ru>
31305              Date: Wed, 06 Jul 2005 00:15:48 +0400
31306              Message-ID: <42CAEA74.1020108@vkonovalov.ru>
31307      Branch: perl
31308            ! AUTHORS
31309 ____________________________________________________________________________
31310 [ 25084] By: davem                                 on 2005/07/05  18:17:34
31311         Log: a long /etc/groups entry could cause memory exhaustion.
31312              Too small a buffer would cause ERANGE and a retry with double the
31313              buffer size. later at EOF, the apparent error got 'stuck' as
31314              ERANGE rather than ENOENT, so the buffer size doubled recursively 
31315      Branch: perl
31316            ! reentr.h reentr.pl
31317 ____________________________________________________________________________
31318 [ 25083] By: steveh                                on 2005/07/05  16:55:29
31319         Log: Subject: [PATCH] Pod::Html - correctly link to =item's on the same page
31320              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
31321              Date: Mon, 4 Jul 2005 02:07:38 -0700
31322              Message-ID: <20050704090738.GA4056@efn.org>
31323              
31324              (plus a new test, although it is currently marked TODO)
31325      Branch: perl
31326            + lib/Pod/t/htmllink.pod lib/Pod/t/htmllink.t
31327            ! MANIFEST lib/Pod/Html.pm
31328 ____________________________________________________________________________
31329 [ 25082] By: steveh                                on 2005/07/05  16:54:11
31330         Log: Oops! Change 25080 should have updated checksums too.
31331      Branch: perl
31332            ! ext/Digest/MD5/t/files.t
31333 ____________________________________________________________________________
31334 [ 25081] By: davem                                 on 2005/07/05  13:01:23
31335         Log: change 24943 broke restoration of localized taint values
31336      Branch: perl
31337            ! mg.c t/op/taint.t
31338 ____________________________________________________________________________
31339 [ 25080] By: steveh                                on 2005/07/05  10:32:08
31340         Log: Remove an unreferenced local variable in Digest-MD5
31341      Branch: perl
31342            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
31343 ____________________________________________________________________________
31344 [ 25079] By: nicholas                              on 2005/07/04  19:36:51
31345         Log: Subject: [PATCH] Remove unnecessary null check
31346              From: Andy Lester <andy@petdance.com>
31347              Date: Mon, 4 Jul 2005 14:12:00 -0500
31348              Message-ID: <20050704191200.GA2614@petdance.com>
31349      Branch: perl
31350            ! embed.fnc hv.c proto.h
31351 ____________________________________________________________________________
31352 [ 25078] By: nicholas                              on 2005/07/04  19:07:31
31353         Log: Make the tests for hv_free_ent and hv_delayfree_ent pass under
31354              -DPURIFY too.
31355      Branch: perl
31356            ! ext/XS/APItest/APItest.xs
31357 ____________________________________________________________________________
31358 [ 25077] By: merijn                                on 2005/07/04  18:47:02
31359         Log: Subject: [PATCH] Better string constant in hv.c
31360              From: Andy Lester <andy@petdance.com>
31361              Date: Mon, 4 Jul 2005 13:53:49 -0500
31362              Message-ID: <20050704185349.GA2351@petdance.com>
31363      Branch: perl
31364            ! hv.c
31365 ____________________________________________________________________________
31366 [ 25076] By: steveh                                on 2005/07/04  16:15:37
31367         Log: Add regression test for change 25062
31368      Branch: perl
31369            ! t/op/magic.t
31370 ____________________________________________________________________________
31371 [ 25075] By: steveh                                on 2005/07/04  15:57:32
31372         Log: Use void, not void *, to suppress RETVAL (and compiler warning)
31373      Branch: perl
31374            ! ext/XS/APItest/APItest.xs
31375 ____________________________________________________________________________
31376 [ 25074] By: steveh                                on 2005/07/04  15:36:04
31377         Log: Perl_share_hek needs exporting for change 25070 on Win32
31378      Branch: perl
31379            ! embed.fnc embed.h global.sym
31380 ____________________________________________________________________________
31381 [ 25073] By: steveh                                on 2005/07/04  15:34:11
31382         Log: Regen after change 25067
31383      Branch: perl
31384            ! proto.h
31385 ____________________________________________________________________________
31386 [ 25072] By: nicholas                              on 2005/07/04  15:03:32
31387         Log: Implement hv_delayfree_ent in terms of hv_free_ent
31388      Branch: perl
31389            ! hv.c
31390 ____________________________________________________________________________
31391 [ 25071] By: steveh                                on 2005/07/04  14:53:54
31392         Log: Subject: [PATCH] Skip nit in t/op/lfs.t
31393              From: Steve Peters <steve@fisharerojo.org>
31394              Date: Mon, 4 Jul 2005 10:10:13 -0500
31395              Message-ID: <20050704151013.GA18468@mccoy.peters.homeunix.org>
31396      Branch: perl
31397            ! t/op/lfs.t
31398 ____________________________________________________________________________
31399 [ 25070] By: nicholas                              on 2005/07/04  14:45:40
31400         Log: Tests for hv_delayfree_ent and hv_free_ent
31401      Branch: perl
31402            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
31403            ! ext/XS/APItest/t/hash.t
31404 ____________________________________________________________________________
31405 [ 25069] By: nicholas                              on 2005/07/04  13:56:39
31406         Log: Provide a macro version of S_new_body to inline it within the hot code.
31407      Branch: perl
31408            ! sv.c
31409 ____________________________________________________________________________
31410 [ 25068] By: steveh                                on 2005/07/04  13:21:36
31411         Log: Borland's .pdb files are called .tds
31412      Branch: perl
31413            ! win32/makefile.mk
31414 ____________________________________________________________________________
31415 [ 25067] By: steveh                                on 2005/07/04  12:30:50
31416         Log: Subject: [PATCH] Post-YAPC consting, now with an attachment!
31417              From: Andy Lester <andy@petdance.com>
31418              Date: Sun, 3 Jul 2005 18:31:56 -0500
31419              Message-ID: <20050703233156.GA20967@petdance.com>
31420      Branch: perl
31421            ! deb.c embed.fnc gv.c pad.c sv.c toke.c util.c
31422 ____________________________________________________________________________
31423 [ 25066] By: nicholas                              on 2005/07/04  10:41:28
31424         Log: Inlining del_HE is actually a space optimisation.
31425              It's therefore likely also to be a speed optimisation. :-)
31426      Branch: perl
31427            ! embed.fnc embed.h hv.c proto.h
31428 ____________________________________________________________________________
31429 [ 25065] By: steveh                                on 2005/07/04  10:40:10
31430         Log: Subject: [PATCH] perlglossary.pod: add jump points
31431              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
31432              Date: Mon, 4 Jul 2005 02:07:52 -0700
31433              Message-ID: <20050704090752.GB4056@efn.org>
31434      Branch: perl
31435            ! pod/perlglossary.pod
31436 ____________________________________________________________________________
31437 [ 25064] By: nicholas                              on 2005/07/04  10:24:26
31438         Log: sv_setuv_mg is so rarely called that the IV optimisation test is not
31439              needed.
31440      Branch: perl
31441            ! sv.c
31442 ____________________________________________________________________________
31443 [ 25063] By: steveh                                on 2005/07/04  10:13:41
31444         Log: Subject: Re: How to suppress warnings when building Errno with gcc
31445              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
31446              Date: Fri, 1 Jul 2005 10:56:23 -0700
31447              Message-ID: <20050701175623.GD216@efn.org>
31448      Branch: perl
31449            ! ext/Errno/Errno_pm.PL
31450 ____________________________________________________________________________
31451 [ 25062] By: steveh                                on 2005/07/04  09:17:06
31452         Log: Fix change 25045
31453      Branch: perl
31454            ! mg.c
31455 ____________________________________________________________________________
31456 [ 25061] By: steveh                                on 2005/07/04  08:26:38
31457         Log: Here's the rest of change 25058 ;-)
31458      Branch: perl
31459            ! embed.h global.sym
31460 ____________________________________________________________________________
31461 [ 25060] By: davem                                 on 2005/07/04  08:11:33
31462         Log: Subject:  Re: [PATCH] Re: [PATCH] Re: a blead warning from tru64
31463              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
31464              Date:  Mon, 04 Jul 2005 00:19:28 +0300
31465              Message-Id:  <42C85660.50807@gmail.com>
31466      Branch: perl
31467            ! perl.h
31468 ____________________________________________________________________________
31469 [ 25059] By: steveh                                on 2005/07/04  08:10:27
31470         Log: Stop reentr.pl changing EOL on the files it writes on Win32
31471      Branch: perl
31472            ! reentr.pl
31473 ____________________________________________________________________________
31474 [ 25058] By: steveh                                on 2005/07/04  08:09:36
31475         Log: Perl_ckwarn (added by change 25050) needs exporting on Win32
31476              
31477              (At least PerlIO/via uses it, so it must be public)
31478      Branch: perl
31479            ! embed.fnc
31480 ____________________________________________________________________________
31481 [ 25055] By: nicholas                              on 2005/07/02  21:19:09
31482         Log: Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up
31483              a different compiler warnings. I guess we need a waterbed theory of
31484              compiler warnings.
31485      Branch: perl
31486            ! handy.h
31487 ____________________________________________________________________________
31488 [ 25054] By: nicholas                              on 2005/07/02  16:53:09
31489         Log: Convert bless.t to test.pl
31490      Branch: perl
31491            ! t/op/bless.t
31492 ____________________________________________________________________________
31493 [ 25053] By: nicholas                              on 2005/07/02  16:25:06
31494         Log: Copying the first parameter in the macro del_body seems to reduce
31495              code size.  Presumably an expression is no longer evaluated twice.
31496      Branch: perl
31497            ! sv.c
31498 ____________________________________________________________________________
31499 [ 25052] By: davem                                 on 2005/07/02  16:11:46
31500         Log: do just-in-time loading of Carp.pm in some modules
31501              
31502              From: Tels <nospam-abuse@bloodgate.com>
31503              Subject: [PATCH] No Carp #4 AutoSplit.pm
31504              Subject: [PATCH] no Carp #5 (File::Path)
31505              Subject: [PATCH] no Carp #7 - charnames.pm
31506              Subject: [PATCH] no Carp #6 (File::Compare, File::Copy, File::Temp)
31507              Subject: [PATCH] no Carp #8 - SelfLoader, Text/Balanced and open.pm
31508      Branch: perl
31509            ! lib/AutoSplit.pm lib/File/Compare.pm lib/File/Copy.pm
31510            ! lib/File/Path.pm lib/SelfLoader.pm lib/charnames.pm
31511            ! lib/open.pm
31512 ____________________________________________________________________________
31513 [ 25051] By: nicholas                              on 2005/07/02  16:07:47
31514         Log: Unwrap the del_Xfoo() macros by explicitly noting the arena to free
31515              the body to. This comletely eliminates the second switch statement.
31516      Branch: perl
31517            ! sv.c
31518 ____________________________________________________________________________
31519 [ 25050] By: davem                                 on 2005/07/02  15:05:04
31520         Log: replace ckWARN macros with functions
31521      Branch: perl
31522            ! embed.fnc embed.h pod/perlintern.pod proto.h util.c warnings.h
31523            ! warnings.pl
31524 ____________________________________________________________________________
31525 [ 25049] By: nicholas                              on 2005/07/02  14:57:43
31526         Log: Given that the GV no longer owns a reference on the symbol table, we
31527              dont need the deferred SvREFCNT_dec games.
31528      Branch: perl
31529            ! sv.c
31530 ____________________________________________________________________________
31531 [ 25048] By: nicholas                              on 2005/07/02  13:55:45
31532         Log: Passing gvtype as char rather than char * to S_varname generates
31533              smaller code.
31534      Branch: perl
31535            ! embed.fnc proto.h sv.c
31536 ____________________________________________________________________________
31537 [ 25047] By: nicholas                              on 2005/07/02  13:07:26
31538         Log: Don't inline offer_nice_chunk, as it's rarely called.
31539      Branch: perl
31540            ! embed.fnc embed.h perl.h proto.h sv.c
31541 ____________________________________________________________________________
31542 [ 25046] By: davem                                 on 2005/07/02  12:35:12
31543         Log: missed one PAD_SET_CUR
31544      Branch: perl
31545            ! pp_hot.c
31546 ____________________________________________________________________________
31547 [ 25045] By: nicholas                              on 2005/07/02  12:34:08
31548         Log: Don't check the pointer is non-NULL before calling Safefree() in
31549              little used code, code used only once per run (such as interpreter
31550              construction and destruction), and cases where the pointer nearly
31551              never is NULL. Safefree does its own non-NULL check, and even that
31552              isn't strictly necessary as all conformant free()s accept a NULL
31553              pointer.
31554      Branch: perl
31555            ! doio.c locale.c mg.c perl.c perl.h regcomp.c sv.c util.c
31556 ____________________________________________________________________________
31557 [ 25044] By: rgs                                   on 2005/07/02  07:41:14
31558         Log: Upgrade to Time::HiRes 1.72
31559      Branch: perl
31560            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31561            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
31562 ____________________________________________________________________________
31563 [ 25043] By: steveh                                on 2005/07/01  16:33:42
31564         Log: Make Archive::Tar clean up its test files on Win32
31565              
31566              (The old "can't delete an open file on Win32" chestnut again)
31567      Branch: perl
31568            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
31569 ____________________________________________________________________________
31570 [ 25042] By: davem                                 on 2005/07/01  15:40:40
31571         Log: the PAD_SET_CUR macro expanded too much for AIX compilers
31572      Branch: perl
31573            ! pad.h pp_ctl.c pp_sort.c pp_sys.c
31574 ____________________________________________________________________________
31575 [ 25041] By: steveh                                on 2005/07/01  15:15:23
31576         Log: Silence MinGW warning about "'noreturn' function does return"
31577              
31578              (Thanks to Nicholas Clark)
31579      Branch: perl
31580            ! iperlsys.h
31581 ____________________________________________________________________________
31582 [ 25040] By: rgs                                   on 2005/07/01  15:05:58
31583         Log: Install perlglossary on VMS and Windows
31584      Branch: perl
31585            ! vms/descrip_mms.template win32/pod.mak
31586 ____________________________________________________________________________
31587 [ 25039] By: davem                                 on 2005/07/01  14:34:52
31588         Log: undo some excessive Carp.pm minimalisation
31589      Branch: perl
31590            ! lib/Carp.pm
31591 ____________________________________________________________________________
31592 [ 25038] By: steveh                                on 2005/07/01  13:39:33
31593         Log: Remove unreferenced local variable (and the warning about it)
31594      Branch: perl
31595            ! ext/XS/APItest/APItest.xs
31596 ____________________________________________________________________________
31597 [ 25037] By: rgs                                   on 2005/07/01  12:43:23
31598         Log: Add the perlglossary man page
31599              
31600              Subject: [PATCH] perlglossary.pod
31601              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
31602              Date: Fri, 1 Jul 2005 03:10:50 -0700
31603              Message-ID: <20050701101050.GA2448@efn.org>
31604      Branch: perl
31605            + pod/perlglossary.pod
31606            ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod
31607            ! pod/perltoc.pod
31608 ____________________________________________________________________________
31609 [ 25036] By: rgs                                   on 2005/07/01  12:32:21
31610         Log: Subject: [PATCH] Make Exporter.t warnings clean
31611              From: Michael G Schwern <schwern@pobox.com>
31612              Date: Tue, 28 Jun 2005 15:58:36 -0700
31613              Message-ID: <20050628225836.GB27320@windhund.schwern.org>
31614      Branch: perl
31615            ! lib/Exporter.t
31616 ____________________________________________________________________________
31617 [ 25035] By: davem                                 on 2005/07/01  11:49:22
31618         Log: silence a warning in Perl_sv_compile_2op
31619      Branch: perl
31620            ! pp_ctl.c
31621 ____________________________________________________________________________
31622 [ 25034] By: davem                                 on 2005/07/01  11:45:40
31623         Log: silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK
31624              Only a partial fix: works where sizeof(type)==1; since we
31625              can never wraparound in that case, disarm the check
31626      Branch: perl
31627            ! handy.h
31628 ____________________________________________________________________________
31629 [ 25033] By: steveh                                on 2005/07/01  07:44:50
31630         Log: Silence some cast warnings from bcc32 on Win32
31631              
31632              See the thread starting here for arguments:
31633              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00994.html
31634      Branch: perl
31635            ! win32/win32.c
31636 ____________________________________________________________________________
31637 [ 25032] By: davem                                 on 2005/06/30  22:41:07
31638         Log: assigning shared consts (eg __PACKAGE__) to magic vars
31639      Branch: perl
31640            ! sv.c t/op/magic.t
31641 ____________________________________________________________________________
31642 [ 25031] By: nicholas                              on 2005/06/30  17:41:03
31643         Log: By grabbing the length, we can use sv_setpvn here.
31644      Branch: perl
31645            ! util.c
31646 ____________________________________________________________________________
31647 [ 25030] By: nicholas                              on 2005/06/30  17:37:56
31648         Log: Use sv_setpvn where we know the length.
31649      Branch: perl
31650            ! universal.c
31651 ____________________________________________________________________________
31652 [ 25029] By: nicholas                              on 2005/06/30  17:28:45
31653         Log: A terser way of implementing require_pv.
31654      Branch: perl
31655            ! perl.c
31656 ____________________________________________________________________________
31657 [ 25028] By: nicholas                              on 2005/06/30  17:21:28
31658         Log: We know the length, so use sv_setpvn rather than sv_setpv.
31659      Branch: perl
31660            ! universal.c
31661 ____________________________________________________________________________
31662 [ 25027] By: nicholas                              on 2005/06/30  17:05:13
31663         Log: Avoid using PL_Sv in the -V argument processing.
31664              Express the embedded perl program in a slightly terser way.
31665      Branch: perl
31666            ! perl.c
31667 ____________________________________________________________________________
31668 [ 25026] By: nicholas                              on 2005/06/30  16:34:52
31669         Log: Use Perl_sv_catpvf to shorten the code (source and object) needed for
31670              commandline -V options that q\0...\0.
31671      Branch: perl
31672            ! perl.c
31673 ____________________________________________________________________________
31674 [ 25025] By: rgs                                   on 2005/06/30  16:15:31
31675         Log: Add TODO tests for bug #36434
31676      Branch: perl
31677            ! t/op/magic.t
31678 ____________________________________________________________________________
31679 [ 25024] By: nicholas                              on 2005/06/30  12:28:55
31680         Log: The core shouldn't be using PL_na
31681      Branch: perl
31682            ! perl.c
31683 ____________________________________________________________________________
31684 [ 25023] By: nicholas                              on 2005/06/30  12:15:14
31685         Log: -V:... would get upset (syntax error) if ... contained unbalanced ().
31686      Branch: perl
31687            ! perl.c
31688 ____________________________________________________________________________
31689 [ 25022] By: nicholas                              on 2005/06/30  11:40:37
31690         Log: Replace newSVpv(...,0) with newSVpvn where we know the length.
31691      Branch: perl
31692            ! perl.c regcomp.c sv.c
31693 ____________________________________________________________________________
31694 [ 25021] By: nicholas                              on 2005/06/30  11:20:33
31695         Log: Why use Perl_form and newSVpv when newSVpvf will do it in one?
31696      Branch: perl
31697            ! perl.c
31698 ____________________________________________________________________________
31699 [ 25020] By: rgs                                   on 2005/06/30  10:01:55
31700         Log: Subject: [PATCH] make t/uni/class.t faster
31701              From: Tels <nospam-abuse@bloodgate.com>
31702              Date: Wed, 29 Jun 2005 21:19:52 +0200
31703              Message-Id: <200506292120.05519@bloodgate.com>
31704      Branch: perl
31705            ! t/uni/class.t
31706 ____________________________________________________________________________
31707 [ 25019] By: nicholas                              on 2005/06/30  09:57:31
31708         Log: If gp_flags is unused, why are we even allocating it?
31709      Branch: perl
31710            ! dump.c ext/Devel/Peek/t/Peek.t gv.h sv.c
31711 ____________________________________________________________________________
31712 [ 25018] By: nicholas                              on 2005/06/30  09:21:05
31713         Log: Nothing is actually relying on GvUNIQUE holding state.
31714      Branch: perl
31715            ! gv.h
31716 ____________________________________________________________________________
31717 [ 25017] By: rgs                                   on 2005/06/30  09:11:28
31718         Log: Subject: Re: [PATCH] Convert File::Basename tests to Test::More
31719              From: Michael G Schwern <schwern@pobox.com>
31720              Date: Thu, 30 Jun 2005 01:02:30 -0700
31721              Message-ID: <20050630080230.GC17965@windhund.schwern.org>
31722      Branch: perl
31723            ! lib/File/Basename.t
31724 ____________________________________________________________________________
31725 [ 25016] By: rgs                                   on 2005/06/30  09:04:20
31726         Log: Subject: Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an important difference from <$io>
31727              From: Steve Peters <steve@fisharerojo.org>
31728              Date: Wed, 29 Jun 2005 21:47:23 -0500
31729              Message-ID: <20050630024723.GA3786@mccoy.peters.homeunix.org>
31730      Branch: perl
31731            ! ext/IO/lib/IO/Handle.pm
31732 ____________________________________________________________________________
31733 [ 25015] By: rgs                                   on 2005/06/30  08:59:11
31734         Log: Subject: some dusting off of the cross-compilation information
31735              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
31736              Date: Thu, 30 Jun 2005 08:41:17 +0300
31737              Message-ID: <42C385FD.9040601@gmail.com>
31738      Branch: perl
31739            ! Cross/README INSTALL
31740 ____________________________________________________________________________
31741 [ 25014] By: steveh                                on 2005/06/30  07:57:25
31742         Log: Silence MinGW warnings about system headers when building Errno
31743              
31744              Thanks to Mike Guy for the suggested fix.
31745      Branch: perl
31746            ! ext/Errno/Errno_pm.PL
31747 ____________________________________________________________________________
31748 [ 25013] By: nicholas                              on 2005/06/29  21:24:53
31749         Log: Expand on parts of perltodo
31750      Branch: perl
31751            ! pod/perltodo.pod
31752 ____________________________________________________________________________
31753 [ 25012] By: nicholas                              on 2005/06/29  21:09:16
31754         Log: All tests pass (for me) with -DPERL_DONT_CREATE_GVSV
31755      Branch: perl
31756            ! pp.c pp_hot.c
31757 ____________________________________________________________________________
31758 [ 25011] By: nicholas                              on 2005/06/29  20:24:12
31759         Log: Make warnings.t pass with -DPERL_DONT_CREATE_GVSV
31760      Branch: perl
31761            ! pp_sys.c
31762 ____________________________________________________________________________
31763 [ 25010] By: nicholas                              on 2005/06/29  19:25:24
31764         Log: Fixes to -DPERL_DONT_CREATE_GVSV to make more tests pass
31765      Branch: perl
31766            ! doio.c gv.c perl.h sv.c
31767 ____________________________________________________________________________
31768 [ 25009] By: nicholas                              on 2005/06/29  15:58:14
31769         Log: First stab at not automatically creating an unused SV for GvSV
31770              Enable it with -DPERL_DONT_CREATE_GVSV.
31771              Currently if enabled 22 test scripts have failures, so still some way
31772              to go.
31773      Branch: perl
31774            ! embed.fnc embed.h global.sym gv.c gv.h makedef.pl perl.c
31775            ! pp_hot.c proto.h sv.c
31776 ____________________________________________________________________________
31777 [ 25008] By: rgs                                   on 2005/06/29  08:11:53
31778         Log: Remove old variable needed for binary compatibility
31779      Branch: perl
31780            ! embedvar.h intrpvar.h perlapi.h sv.c
31781 ____________________________________________________________________________
31782 [ 25007] By: nicholas                              on 2005/06/28  22:02:03
31783         Log: Convert strcpy to memcpy where we already know the length.
31784      Branch: perl
31785            ! gv.c sv.c util.c
31786 ____________________________________________________________________________
31787 [ 25006] By: davem                                 on 2005/06/28  11:28:20
31788         Log: move Carp.pod back into Carp.pm
31789      Branch: perl
31790            - lib/Carp.pod
31791            ! MANIFEST lib/Carp.pm
31792 ____________________________________________________________________________
31793 [ 25005] By: rgs                                   on 2005/06/28  11:17:30
31794         Log: B::Deparse was chocking on variable names with colons (like foo::::bar)
31795      Branch: perl
31796            ! ext/B/B/Deparse.pm
31797 ____________________________________________________________________________
31798 [ 25004] By: nicholas                              on 2005/06/28  10:09:26
31799         Log: Subject: Re: Hints for 64bitall (PPC!) Darwin perl
31800              From: Dominic Dunlop <domo@computer.org>
31801              Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org>
31802              Date: Mon, 27 Jun 2005 19:46:59 +0200
31803      Branch: perl
31804            ! hints/darwin.sh
31805 ____________________________________________________________________________
31806 [ 25003] By: steveh                                on 2005/06/28  08:01:21
31807         Log: Stop "Possible use before definition" warning following change 24997
31808      Branch: perl
31809            ! pp_sys.c
31810 ____________________________________________________________________________
31811 [ 25002] By: rgs                                   on 2005/06/28  07:40:35
31812         Log: Upgrade to Time::HiRes 1.71
31813      Branch: perl
31814            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31815            ! ext/Time/HiRes/Makefile.PL
31816 ____________________________________________________________________________
31817 [ 25001] By: steveh                                on 2005/06/28  07:40:01
31818         Log: Stop "suspicious pointer conversion" warning following change 24997
31819      Branch: perl
31820            ! hv.c
31821 ____________________________________________________________________________
31822 [ 25000] By: rgs                                   on 2005/06/27  21:57:04
31823         Log: Don't install demo files with perl
31824      Branch: perl
31825            ! installperl
31826 ____________________________________________________________________________
31827 [ 24999] By: rgs                                   on 2005/06/27  21:30:09
31828         Log: From: Mattia Barbon <mattia.barbon@libero.it>
31829              Subject: [PATCH] Avoid redefinition warning for MinGW
31830              Date: Jun 27, 2005 10:07 PM
31831              Message-ID: <Mahogany-0.66.0-1232-20050627-220727.00@rbnet.it>
31832      Branch: perl
31833            ! win32/win32iop.h
31834 ____________________________________________________________________________
31835 [ 24998] By: nicholas                              on 2005/06/27  20:52:27
31836         Log: Fix sv_dec of undefined PVs to (a) not downgrade to NV
31837              (b) give -1, rather than +1
31838      Branch: perl
31839            ! sv.c t/op/inc.t
31840 ____________________________________________________________________________
31841 [ 24997] By: rgs                                   on 2005/06/27  18:26:15
31842         Log: Subject: [PATCH] We're going round in circles with pp_sys.c
31843              From: Andy Lester <andy@petdance.com>
31844              Date: Mon, 27 Jun 2005 13:06:59 -0500
31845              Message-ID: <20050627180659.GB29744@petdance.com>
31846              
31847              (edited)
31848      Branch: perl
31849            ! embed.fnc gv.c handy.h hv.c perl.c pp_ctl.c pp_hot.c proto.h
31850            ! regexec.c sv.c toke.c
31851 ____________________________________________________________________________
31852 [ 24996] By: rgs                                   on 2005/06/27  17:19:45
31853         Log: Fix installation of ptar(1) manpage.
31854              The __END__ was making the POD being ignored by pod2man.
31855      Branch: perl
31856            ! lib/Archive/Tar/bin/ptar
31857 ____________________________________________________________________________
31858 [ 24995] By: davem                                 on 2005/06/27  16:34:34
31859         Log: Make Carp.pm even lighter (and Carp::Heavy even heavier)
31860              Also move carp.pm pod to carp.pod
31861      Branch: perl
31862            + lib/Carp.pod
31863            ! MANIFEST lib/Carp.pm lib/Carp/Heavy.pm lib/warnings.pm
31864            ! warnings.pl
31865 ____________________________________________________________________________
31866 [ 24994] By: steveh                                on 2005/06/27  15:45:05
31867         Log: Silence compiler warning in SDBM_File
31868              
31869              Unless I'm missing something it looks like "key" actually is used,
31870              and the "key = key" assignment causes bcc32 to complain about use
31871              before definition!
31872      Branch: perl
31873            ! ext/SDBM_File/SDBM_File.xs
31874 ____________________________________________________________________________
31875 [ 24993] By: rgs                                   on 2005/06/27  15:22:58
31876         Log: Subject: [PATCH] XSLoader for Sys::Syslog
31877              From: Alexey Tourbin <at@altlinux.ru>
31878              Date: Sun, 26 Jun 2005 08:32:05 +0400
31879              Message-ID: <20050626043204.GA31585@solemn.turbinal.org>
31880      Branch: perl
31881            ! ext/Sys/Syslog/Syslog.pm
31882 ____________________________________________________________________________
31883 [ 24992] By: rgs                                   on 2005/06/27  13:51:10
31884         Log: Oops (fix previous fix).
31885      Branch: perl
31886            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
31887            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
31888            ! lib/Filter/Simple/t/import.t
31889 ____________________________________________________________________________
31890 [ 24991] By: rgs                                   on 2005/06/27  13:48:26
31891         Log: Fix tests of Filter::Simple 0.82 in the core
31892      Branch: perl
31893            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
31894            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
31895            ! lib/Filter/Simple/t/import.t
31896 ____________________________________________________________________________
31897 [ 24990] By: rgs                                   on 2005/06/27  13:46:25
31898         Log: Upgrade to Filter::Simple 0.82
31899      Branch: perl
31900            ! lib/Filter/Simple.pm lib/Filter/Simple/Changes
31901            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
31902            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
31903            ! lib/Filter/Simple/t/import.t t/lib/Filter/Simple/ExportTest.pm
31904            ! t/lib/Filter/Simple/FilterOnlyTest.pm
31905            ! t/lib/Filter/Simple/FilterTest.pm
31906            ! t/lib/Filter/Simple/ImportTest.pm
31907 ____________________________________________________________________________
31908 [ 24989] By: rgs                                   on 2005/06/27  12:46:44
31909         Log: Upgrade to Test::Harness 2.52
31910      Branch: perl
31911            ! lib/Test/Harness.pm lib/Test/Harness/Changes
31912            ! lib/Test/Harness/bin/prove
31913 ____________________________________________________________________________
31914 [ 24988] By: rgs                                   on 2005/06/27  12:35:33
31915         Log: Upgrade to Time::HiRes 1.70
31916      Branch: perl
31917            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31918            ! ext/Time/HiRes/HiRes.xs
31919 ____________________________________________________________________________
31920 [ 24987] By: steveh                                on 2005/06/27  07:41:52
31921         Log: Suppress warnings about a clash between redefined malloc and the
31922              use of __attribute__malloc__
31923              
31924              Subject: Re: Fun with __attribute__malloc__
31925              From: Andy Lester <andy@petdance.com>
31926              Date: Fri, 24 Jun 2005 12:11:59 -0500
31927              Message-ID: <20050624171159.GB29590@petdance.com>
31928      Branch: perl
31929            ! perl.h
31930 ____________________________________________________________________________
31931 [ 24986] By: nicholas                              on 2005/06/26  22:19:22
31932         Log: Tweak the child dump socket protocol to return error messages to the
31933              parent so that it can display what went wrong.
31934      Branch: perl
31935            ! perl.c
31936 ____________________________________________________________________________
31937 [ 24985] By: rgs                                   on 2005/06/26  20:06:10
31938         Log: Upgrade to Time::HiRes 1.69
31939      Branch: perl
31940            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31941            ! ext/Time/HiRes/Makefile.PL
31942 ____________________________________________________________________________
31943 [ 24984] By: nicholas                              on 2005/06/26  17:59:33
31944         Log: When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible to cause
31945              indefinite hangs when the debugging child holds open Perl_debug_log,
31946              and it happens to be a file descriptor that is one end of a pipe,
31947              with a process sitting at the other end waitng for EOF.
31948              So close all descriptors in the child *including* Perl_debug_log,
31949              and pass it back in over the control socket if it's needed.
31950      Branch: perl
31951            ! perl.c
31952 ____________________________________________________________________________
31953 [ 24983] By: nicholas                              on 2005/06/26  10:28:43
31954         Log: Need to pass a my_perl to S_my_localtime to make threaded builds build.
31955      Branch: perl
31956            ! pp_sys.c
31957 ____________________________________________________________________________
31958 [ 24982] By: nicholas                              on 2005/06/25  17:58:26
31959         Log: Add a sanity check to Config::AUTOLOAD to prevent infinte loops if
31960              Configure_heavy.pl gets truncated.
31961      Branch: perl
31962            ! configpm
31963 ____________________________________________________________________________
31964 [ 24981] By: nicholas                              on 2005/06/25  15:45:06
31965         Log: On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk()
31966              using system malloc, because sbrk() stops giving us memory after about
31967              14Mb.
31968      Branch: perl
31969            ! hints/darwin.sh
31970 ____________________________________________________________________________
31971 [ 24980] By: nicholas                              on 2005/06/25  15:42:30
31972         Log: Need to skip exporting PL_dumper_fd unless it is used.
31973      Branch: perl
31974            ! makedef.pl
31975 ____________________________________________________________________________
31976 [ 24979] By: nicholas                              on 2005/06/25  12:55:09
31977         Log: If forking during global destruction, the child needs to close all
31978              unused file descriptors, else it can cause other processes to hang
31979              because it accidentally holds open pipes and sockets.
31980      Branch: perl
31981            ! perl.c
31982 ____________________________________________________________________________
31983 [ 24978] By: rgs                                   on 2005/06/24  15:21:38
31984         Log: Upgrade to Unicode::Collate 0.51
31985      Branch: perl
31986            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
31987            ! lib/Unicode/Collate/README
31988 ____________________________________________________________________________
31989 [ 24977] By: steveh                                on 2005/06/24  14:38:05
31990         Log: Fix typo in win32.c
31991              
31992              Doesn't fix bcc32 + USE_LARGE_FILES, though :-(
31993      Branch: perl
31994            ! win32/win32.c
31995 ____________________________________________________________________________
31996 [ 24976] By: nicholas                              on 2005/06/24  14:04:19
31997         Log: Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars
31998              which become unreferenced. This is less likely to be successful.
31999              The #define needs a better name.
32000      Branch: perl
32001            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
32002            ! proto.h sv.c
32003 ____________________________________________________________________________
32004 [ 24975] By: steveh                                on 2005/06/24  13:56:15
32005         Log: Stop '"__attribute__format__" redefined' warnings from gcc on Win32
32006      Branch: perl
32007            ! perl.h win32/config_H.gc
32008 ____________________________________________________________________________
32009 [ 24974] By: steveh                                on 2005/06/24  12:27:45
32010         Log: Make opendir() filename const in Win32-land & friends
32011              
32012              That fact that it wasn't const already was highlighted by a warning
32013              from pp_open_dir() generated by change 24743. Rather than undo the
32014              const change in pp_open_dir(), this seems to make more sense. Hope I
32015              haven't broken Netware or WinCE.
32016      Branch: perl
32017            ! NetWare/nw5.c NetWare/nwperlhost.h NetWare/nwperlsys.h
32018            ! iperlsys.h win32/include/dirent.h win32/perlhost.h
32019            ! win32/win32.c win32/win32iop.h wince/perlhost.h wince/wince.c
32020 ____________________________________________________________________________
32021 [ 24973] By: nicholas                              on 2005/06/24  10:45:44
32022         Log: Need to do some sort of die/warn to get the "global destruction"
32023              text if the bug is still present.
32024      Branch: perl
32025            ! t/op/gv.t
32026 ____________________________________________________________________________
32027 [ 24972] By: steveh                                on 2005/06/24  09:37:24
32028         Log: Fix t\op\gv.t on Win32
32029      Branch: perl
32030            ! t/op/gv.t
32031 ____________________________________________________________________________
32032 [ 24971] By: rgs                                   on 2005/06/24  07:54:59
32033         Log: Remove cargo-culted binmode.
32034      Branch: perl
32035            ! lib/Archive/Tar/t/00_setup.t
32036 ____________________________________________________________________________
32037 [ 24970] By: steveh                                on 2005/06/24  07:42:41
32038         Log: Fix Archive-Tar tests on Win32 following change 24954
32039      Branch: perl
32040            ! lib/Archive/Tar/t/00_setup.t
32041 ____________________________________________________________________________
32042 [ 24969] By: merijn                                on 2005/06/24  07:41:08
32043         Log: Workaround localtime edge case where TZ makes time go beyond
32044              the defined working range (AIX 5.2)
32045      Branch: perl
32046            ! pp_sys.c
32047 ____________________________________________________________________________
32048 [ 24968] By: davem                                 on 2005/06/23  22:59:36
32049         Log: change 24967 got the #endif in the wrong place
32050      Branch: perl
32051            ! pad.c
32052 ____________________________________________________________________________
32053 [ 24967] By: davem                                 on 2005/06/23  22:48:40
32054         Log: don't repopulate PADTMP slots with null SVs when freeing ops
32055      Branch: perl
32056            ! ext/B/t/f_sort.t ext/B/t/optree_samples.t pad.c
32057 ____________________________________________________________________________
32058 [ 24966] By: nicholas                              on 2005/06/23  21:30:33
32059         Log: Remove the reference loop between symbol tables and typeglobs.
32060              Typeglobs now have a weak reference onto their symbol table.
32061      Branch: perl
32062            ! embed.fnc embed.h gv.c mg.c pad.c proto.h sv.c t/op/gv.t
32063 ____________________________________________________________________________
32064 [ 24965] By: rgs                                   on 2005/06/23  18:53:04
32065         Log: Subject: [PATCH] Pre-YAPC consting fun
32066              From: Andy Lester <andy@petdance.com>
32067              Date: Jun 23, 2005 9:04 PM
32068              Message-ID: <20050623190423.GA13835@petdance.com>
32069      Branch: perl
32070            ! embed.fnc embed.h lib/ExtUtils/CBuilder/t/01-basic.t locale.c
32071            ! mg.c perlio.c pp_ctl.c pp_pack.c pp_sys.c proto.h scope.c
32072            ! taint.c util.c
32073 ____________________________________________________________________________
32074 [ 24964] By: merijn                                on 2005/06/23  18:43:42
32075         Log: Take a larger margin to prevent 'X' failures in smokes
32076              I was able to get warnings on HP-UX 10.20 every 2nd to 3rd run
32077              when reps was still 10000. With 15000 I didn't get a single warning
32078      Branch: perl
32079            ! t/op/rand.t
32080 ____________________________________________________________________________
32081 [ 24963] By: rgs                                   on 2005/06/23  18:07:34
32082         Log: Warning suppression.
32083      Branch: perl
32084            ! pp_sys.c
32085 ____________________________________________________________________________
32086 [ 24962] By: nicholas                              on 2005/06/23  18:00:38
32087         Log: The current implementation of :unique is fundamentally flawed,
32088              because declaring a scalar READONLY does not stop it being modified.
32089              Hence the current implementation of :unique is *not threadsafe*
32090              D'oh!
32091              Better implementations welcome.
32092      Branch: perl
32093            ! embed.fnc embed.h ext/threads/t/problems.t pod/perltodo.pod
32094            ! proto.h sv.c
32095 ____________________________________________________________________________
32096 [ 24961] By: rgs                                   on 2005/06/23  16:18:21
32097         Log: Fix Archive::Tar test when perl is built with -Dmksymlinks
32098      Branch: perl
32099            ! lib/Archive/Tar/t/02_methods.t
32100 ____________________________________________________________________________
32101 [ 24960] By: rgs                                   on 2005/06/23  15:51:02
32102         Log: Subject: [PATCH] Re: [perl #9741] possible problem with File::Find
32103              From: Steve Peters <steve@fisharerojo.org>
32104              Date: Fri, 17 Jun 2005 23:27:14 -0500
32105              Message-ID: <20050618042714.GA29589@mccoy.peters.homeunix.org>
32106      Branch: perl
32107            ! lib/File/Find.pm
32108 ____________________________________________________________________________
32109 [ 24959] By: nicholas                              on 2005/06/23  14:11:20
32110         Log: Add a define PERL_POISON which tries to trip up anything accessing
32111              freed or uninitialised memory. Currently only Poison()s freed
32112              pointers.
32113      Branch: perl
32114            ! ext/PerlIO/encoding/encoding.xs gv.c handy.h pp_ctl.c scope.c
32115            ! sv.c
32116 ____________________________________________________________________________
32117 [ 24958] By: nicholas                              on 2005/06/23  14:09:57
32118         Log: Indent some of the #ifdef/#define/#endif to make the nesting clearer.
32119              Simplify SvPV_free slightly.
32120      Branch: perl
32121            ! sv.h
32122 ____________________________________________________________________________
32123 [ 24957] By: rgs                                   on 2005/06/23  11:54:25
32124         Log: This dummy test didn't pass
32125      Branch: perl
32126            ! lib/Archive/Tar/t/99_clean.t
32127 ____________________________________________________________________________
32128 [ 24956] By: rgs                                   on 2005/06/23  11:34:35
32129         Log: Add a pseudo-test to clean up data files for Archive::Tar tests
32130      Branch: perl
32131            + lib/Archive/Tar/t/99_clean.t
32132            ! MANIFEST
32133 ____________________________________________________________________________
32134 [ 24955] By: rgs                                   on 2005/06/23  11:30:16
32135         Log: Remove test that relies on Test::POD
32136      Branch: perl
32137            - lib/Archive/Tar/t/99_pod.t
32138            ! MANIFEST
32139 ____________________________________________________________________________
32140 [ 24954] By: rgs                                   on 2005/06/23  11:29:16
32141         Log: Remove binary files, add a pseudo-test in Archive::Tar to generate them
32142      Branch: perl
32143            + lib/Archive/Tar/t/00_setup.t
32144            - lib/Archive/Tar/t/src/long/bar.tar
32145            - lib/Archive/Tar/t/src/long/foo.tgz
32146            - lib/Archive/Tar/t/src/short/bar.tar
32147            - lib/Archive/Tar/t/src/short/foo.tgz
32148            ! MANIFEST
32149 ____________________________________________________________________________
32150 [ 24953] By: steveh                                on 2005/06/23  11:02:42
32151         Log: Silence bcc32 compiler warnings following change 24945
32152              
32153              ("Possible use of '%s' before definition")
32154      Branch: perl
32155            ! pp_ctl.c pp_sys.c
32156 ____________________________________________________________________________
32157 [ 24952] By: nicholas                              on 2005/06/23  10:41:00
32158         Log: Re-initialise PL_curcop to &PL_compiling before destroying the optree.
32159      Branch: perl
32160            ! perl.c
32161 ____________________________________________________________________________
32162 [ 24951] By: rgs                                   on 2005/06/23  10:39:47
32163         Log: Subject: Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo 
32164              From: Salvador Fandino <sfandino@yahoo.com>
32165              Date: Tue, 21 Jun 2005 19:50:35 +0200
32166              Message-ID: <20050621181658.5977.qmail@lists.develooper.com>
32167      Branch: perl
32168            ! pp_sort.c
32169 ____________________________________________________________________________
32170 [ 24950] By: steveh                                on 2005/06/23  10:21:53
32171         Log: Oops! Change 24946 wasn't quite right
32172      Branch: perl
32173            ! doio.c
32174 ____________________________________________________________________________
32175 [ 24949] By: rgs                                   on 2005/06/23  09:32:55
32176         Log: Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc
32177      Branch: perl
32178            ! NetWare/config.wc NetWare/config_H.wc epoc/config.sh
32179 ____________________________________________________________________________
32180 [ 24948] By: rgs                                   on 2005/06/23  09:25:03
32181         Log: Define d_nv_zero_is_allbits_zero for symbian
32182              (noticed by Jarkko)
32183      Branch: perl
32184            ! symbian/config.sh
32185 ____________________________________________________________________________
32186 [ 24947] By: steveh                                on 2005/06/23  09:18:37
32187         Log: Silence bcc32 compiler warnings from win32/fcrypt.c (almost)
32188              
32189              It still whines about 'in' and 'b' being assigned values that are
32190              never used on lines 348 and 505 respectively (as side effects of the
32191              calls to c2l and l2c respectively), but I'm not sure how to shut
32192              them up.
32193      Branch: perl
32194            ! win32/fcrypt.c
32195 ____________________________________________________________________________
32196 [ 24946] By: steveh                                on 2005/06/23  09:00:28
32197         Log: More bcc32 compiler warnings to silence
32198              
32199              ("Suspicious pointer conversion")
32200      Branch: perl
32201            ! doio.c win32/win32io.c
32202 ____________________________________________________________________________
32203 [ 24945] By: rgs                                   on 2005/06/23  08:39:44
32204         Log: Subject: [PATCH] Const Boy II: The Localizing
32205              From: Andy Lester <andy@petdance.com>
32206              Date: Wed, 22 Jun 2005 09:41:00 -0500
32207              Message-ID: <20050622144059.GA19598@petdance.com>
32208      Branch: perl
32209            ! autodoc.pl embed.fnc embed.pl hv.c perl.c perlio.c
32210            ! pod/perlapi.pod pp.c pp.h pp_ctl.c pp_sys.c proto.h sv.c
32211            ! util.c
32212 ____________________________________________________________________________
32213 [ 24944] By: steveh                                on 2005/06/23  08:04:21
32214         Log: Silence another bcc32 compiler warning
32215              
32216              ("Possible use of '%s' before definition")
32217      Branch: perl
32218            ! toke.c
32219 ____________________________________________________________________________
32220 [ 24943] By: davem                                 on 2005/06/22  23:08:55
32221         Log: remove taint hack now that local $tainted no longer copies taint magic
32222      Branch: perl
32223            ! mg.c sv.c
32224 ____________________________________________________________________________
32225 [ 24942] By: davem                                 on 2005/06/22  21:42:54
32226         Log: handle magic in local correctly
32227              the local SV now gets a copy of any container magic, and no value
32228              magic; in the past the whole magic chain was either shared or
32229              moved
32230      Branch: perl
32231            ! embed.fnc embed.h mg.c pod/perlguts.pod pod/perlintern.pod
32232            ! proto.h scope.c t/op/local.t
32233 ____________________________________________________________________________
32234 [ 24941] By: merijn                                on 2005/06/22  17:14:04
32235         Log: Upgrade to Test::Harness 2.50
32236      Branch: perl
32237            ! lib/Test/Harness.pm lib/Test/Harness/t/strap-analyze.t
32238 ____________________________________________________________________________
32239 [ 24940] By: nicholas                              on 2005/06/22  16:37:06
32240         Log: Add facility to fork() early in perl_destruct and use the child to
32241              dump out leaked scalars (enabled with DEBUG_LEAKING_SCALARS_FORK_DUMP
32242              when DEBUG_LEAKING_SCALARS is already in force)
32243      Branch: perl
32244            ! perl.c
32245 ____________________________________________________________________________
32246 [ 24939] By: steveh                                on 2005/06/22  13:25:16
32247         Log: Silence yet more bcc32 compiler warnings
32248              
32249              ("Code has no effect")
32250      Branch: perl
32251            ! hv.c pp_ctl.c pp_hot.c
32252 ____________________________________________________________________________
32253 [ 24938] By: steveh                                on 2005/06/22  13:02:17
32254         Log: Silence some more bcc32 compiler warnings
32255              
32256              ("Suggest parentheses to clarify precedence")
32257      Branch: perl
32258            ! warnings.h warnings.pl
32259 ____________________________________________________________________________
32260 [ 24937] By: steveh                                on 2005/06/22  12:31:59
32261         Log: Silence some bcc32 compiler warnings
32262              
32263              ("Superfluous & with function")
32264      Branch: perl
32265            ! perlvars.h pp.c win32/win32.c
32266 ____________________________________________________________________________
32267 [ 24936] By: nicholas                              on 2005/06/22  10:08:43
32268         Log: Now that the global string table is using a single hunk of memory
32269              for both HE and HEK, we need to actually free things in perl_destruct
32270      Branch: perl
32271            ! perl.c
32272 ____________________________________________________________________________
32273 [ 24935] By: steveh                                on 2005/06/22  09:40:25
32274         Log: Fix Archive-Tar tests on Win32
32275              
32276              (Patch from Jos Boumans, from his current dev version.)
32277      Branch: perl
32278            ! lib/Archive/Tar.pm
32279 ____________________________________________________________________________
32280 [ 24934] By: merijn                                on 2005/06/21  19:27:38
32281         Log: Redo generation of change #24898
32282              Do not forget to run Porting/config_h.pl!
32283      Branch: perl
32284            ! Configure config_h.SH
32285 ____________________________________________________________________________
32286 [ 24932] By: rgs                                   on 2005/06/21  17:05:01
32287         Log: Upgrade to Test::Harness 2.49_02
32288      Branch: perl
32289            ! lib/Test/Harness.pm lib/Test/Harness/Changes
32290            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
32291            ! lib/Test/Harness/t/test-harness.t
32292 ____________________________________________________________________________
32293 [ 24931] By: rgs                                   on 2005/06/21  16:33:32
32294         Log: Add Archive::Tar to the maintainers list
32295      Branch: perl
32296            ! Porting/Maintainers.pl
32297 ____________________________________________________________________________
32298 [ 24930] By: rgs                                   on 2005/06/21  16:14:06
32299         Log: Trim trailing spaces
32300      Branch: perl
32301            ! lib/Archive/Tar/bin/ptar
32302 ____________________________________________________________________________
32303 [ 24929] By: rgs                                   on 2005/06/21  15:53:30
32304         Log: Add pod, so ptar has a manpage
32305      Branch: perl
32306            ! lib/Archive/Tar/bin/ptar
32307 ____________________________________________________________________________
32308 [ 24928] By: rgs                                   on 2005/06/21  15:27:37
32309         Log: POD nits
32310      Branch: perl
32311            ! ext/Storable/Storable.pm
32312 ____________________________________________________________________________
32313 [ 24927] By: nicholas                              on 2005/06/21  15:27:14
32314         Log: Drag t/op/gv.t kicking and screaming into the century of the fruitbat
32315              (or at least into the decade of t/test.pl)
32316      Branch: perl
32317            ! t/op/gv.t
32318 ____________________________________________________________________________
32319 [ 24926] By: rgs                                   on 2005/06/21  15:04:10
32320         Log: Add the ptar(1) utility from Archive::Tar
32321      Branch: perl
32322            + lib/Archive/Tar/bin/ptar utils/ptar.PL
32323            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
32324            ! win32/Makefile win32/makefile.mk
32325 ____________________________________________________________________________
32326 [ 24925] By: steveh                                on 2005/06/21  13:49:10
32327         Log: Trim trailing whitespace from $! and $^E
32328              
32329              (Fixes lib/Test/Simple/t/fail-more.t with bcc32 on Win32, and is
32330              good for consistency anyway)
32331      Branch: perl
32332            ! mg.c
32333 ____________________________________________________________________________
32334 [ 24924] By: nicholas                              on 2005/06/21  12:39:27
32335         Log: Avoid having NULL entries in the weakref backreference array, and
32336              make S_sv_add_backref O(1) (instead of O(n))
32337      Branch: perl
32338            ! sv.c
32339 ____________________________________________________________________________
32340 [ 24923] By: rgs                                   on 2005/06/21  12:12:10
32341         Log: Cleanup after this test
32342      Branch: perl
32343            ! lib/Archive/Tar/t/02_methods.t
32344 ____________________________________________________________________________
32345 [ 24922] By: rgs                                   on 2005/06/21  12:01:07
32346         Log: Add Archive::Tar 1.24, except ptar for now
32347      Branch: perl
32348            + lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
32349            + lib/Archive/Tar/File.pm lib/Archive/Tar/t/01_use.t
32350            + lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/03_file.t
32351            + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b
32352            + lib/Archive/Tar/t/src/long/bar.tar
32353            + lib/Archive/Tar/t/src/long/foo.tgz
32354            + lib/Archive/Tar/t/src/short/b
32355            + lib/Archive/Tar/t/src/short/bar.tar
32356            + lib/Archive/Tar/t/src/short/foo.tgz
32357            ! MANIFEST
32358 ____________________________________________________________________________
32359 [ 24921] By: nicholas                              on 2005/06/21  10:58:22
32360         Log: weak references aren't UVs, do don't show this in the dump flags.
32361      Branch: perl
32362            ! dump.c
32363 ____________________________________________________________________________
32364 [ 24920] By: rgs                                   on 2005/06/21  10:50:18
32365         Log: Subject: [PATCH] ternary operator cond ? foo : bar being parsed as ?...?
32366              From: Salvador Fandiño <sfandino@yahoo.com>
32367              Date: Fri, 17 Jun 2005 14:06:30 +0100
32368              Message-ID: <20050617130548.18776.qmail@lists.develooper.com>
32369              
32370              with wordings improvements suggested by Ronald J Kimball
32371      Branch: perl
32372            ! pod/perldiag.pod toke.c
32373 ____________________________________________________________________________
32374 [ 24919] By: nicholas                              on 2005/06/21  10:35:09
32375         Log: No need to set flags twice.
32376      Branch: perl
32377            ! av.c
32378 ____________________________________________________________________________
32379 [ 24918] By: nicholas                              on 2005/06/21  09:44:08
32380         Log: As there will be no old body to dispose of, we can return immediately.
32381      Branch: perl
32382            ! sv.c
32383 ____________________________________________________________________________
32384 [ 24917] By: rgs                                   on 2005/06/21  09:40:46
32385         Log: Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels
32386      Branch: perl
32387            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
32388            ! ext/Data/Dumper/t/dumper.t
32389 ____________________________________________________________________________
32390 [ 24916] By: rgs                                   on 2005/06/21  07:03:40
32391         Log: Subject: Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations 
32392              From: Tsutomu IKEGAMI <t-ikegami@aist.go.jp>
32393              Date: Fri, 17 Jun 2005 17:55:10 +0900 (JST)
32394              Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp>
32395      Branch: perl
32396            ! sv.c
32397 ____________________________________________________________________________
32398 [ 24915] By: rgs                                   on 2005/06/20  16:28:38
32399         Log: Subject: [PATCH perl.h] FPTR2DPTR/DPTR2FPTR
32400              From: Robin Barker <Robin.Barker@npl.co.uk>
32401              Date: Mon, 20 Jun 2005 13:47:37 +0100
32402              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6E4@hotel.npl.co.uk>
32403      Branch: perl
32404            ! perl.h
32405 ____________________________________________________________________________
32406 [ 24914] By: nicholas                              on 2005/06/20  15:21:59
32407         Log: Replace the non-const initialiser block + loop with a series of calls
32408              to a small static function.
32409              c.f. "I will replace you with a small shell script..."
32410      Branch: perl
32411            ! sv.c
32412 ____________________________________________________________________________
32413 [ 24913] By: rgs                                   on 2005/06/20  15:12:50
32414         Log: Subject: [PATCH] The continuing adventures of Constman and Localize Boy
32415              From: Andy Lester <andy@petdance.com>
32416              Date: Mon, 20 Jun 2005 10:22:37 -0500
32417              Message-ID: <20050620152237.GA5032@petdance.com>
32418      Branch: perl
32419            ! XSUB.h doop.c embed.fnc embed.h global.sym gv.c mg.c pad.c
32420            ! perl.h proto.h sv.c universal.c util.c
32421 ____________________________________________________________________________
32422 [ 24912] By: rgs                                   on 2005/06/20  13:32:52
32423         Log: Same fix, for the test, now.
32424      Branch: perl
32425            ! t/run/switches.t
32426 ____________________________________________________________________________
32427 [ 24911] By: rgs                                   on 2005/06/20  13:06:13
32428         Log: perl -v was outputting a double v (spotted by Jarkko)
32429      Branch: perl
32430            ! perl.c
32431 ____________________________________________________________________________
32432 [ 24910] By: rgs                                   on 2005/06/20  11:58:32
32433         Log: Remove signature test, which is always skipped
32434      Branch: perl
32435            - lib/Test/Simple/t/00signature.t
32436            ! MANIFEST
32437 ____________________________________________________________________________
32438 [ 24909] By: rgs                                   on 2005/06/20  11:45:02
32439         Log: Subject: [PATCH pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod] Recommend Against UNIVERSAL:: Methods as Functions, take 2
32440              From: chromatic <chromatic@wgz.org>
32441              Date: Sat, 18 Jun 2005 12:15:41 -0700
32442              Message-Id: <1119122141.21521.9.camel@localhost>
32443      Branch: perl
32444            ! pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod
32445 ____________________________________________________________________________
32446 [ 24908] By: rgs                                   on 2005/06/20  11:00:31
32447         Log: Remove the deprecated $# variable
32448      Branch: perl
32449            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
32450            ! pod/perldiag.pod sv.c t/lib/warnings/gv
32451 ____________________________________________________________________________
32452 [ 24907] By: nicholas                              on 2005/06/20  10:35:41
32453         Log: Silence warning in debug printf
32454      Branch: perl
32455            ! doop.c
32456 ____________________________________________________________________________
32457 [ 24906] By: rgs                                   on 2005/06/20  09:45:24
32458         Log: Subject: [PATCH] More random cleanups
32459              From: Andy Lester <andy@petdance.com>
32460              Date: Fri, 17 Jun 2005 09:50:29 -0500
32461              Message-ID: <20050617145029.GC11769@petdance.com>
32462      Branch: perl
32463            ! embed.fnc embed.h pp_ctl.c pp_sort.c proto.h scope.c
32464 ____________________________________________________________________________
32465 [ 24905] By: steveh                                on 2005/06/20  09:30:23
32466         Log: Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898)
32467              
32468              The try.c test program added to Configure by change 24898 outputs
32469              "Yes" using each of VC++, GCC and BCC32, so here goes...
32470      Branch: perl
32471            ! win32/config.bc win32/config.gc win32/config.vc
32472            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
32473            ! win32/config_H.vc win32/config_H.vc64
32474 ____________________________________________________________________________
32475 [ 24904] By: rgs                                   on 2005/06/20  09:23:33
32476         Log: Hugo suggests this.
32477      Branch: perl
32478            ! pod/perlhack.pod
32479 ____________________________________________________________________________
32480 [ 24903] By: rgs                                   on 2005/06/20  09:20:40
32481         Log: Missed a chunk in previous commit
32482      Branch: perl
32483            ! pod/perlsyn.pod
32484 ____________________________________________________________________________
32485 [ 24902] By: rgs                                   on 2005/06/20  09:18:35
32486         Log: Subject: [perl #36328] Until Statement Undocumented 
32487              From: Eric Amick (via RT) <perlbug-followup@perl.org>
32488              Date: 18 Jun 2005 03:47:32 -0000
32489              Message-ID: <rt-3.0.11-36328-115949.3.38667506136829@perl.org>
32490      Branch: perl
32491            ! pod/perlsyn.pod
32492 ____________________________________________________________________________
32493 [ 24901] By: rgs                                   on 2005/06/20  09:06:57
32494         Log: Subject: Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crash
32495              From: Rick Delaney <rick@bort.ca>
32496              Date: Sun, 19 Jun 2005 09:47:22 -0400
32497              Message-ID: <20050619134722.GB31592@localhost.localdomain>
32498      Branch: perl
32499            ! op.c t/comp/parser.t
32500 ____________________________________________________________________________
32501 [ 24900] By: nicholas                              on 2005/06/20  08:19:52
32502         Log: S_del_body is sufficiently small that inlining it is a space win.
32503      Branch: perl
32504            ! sv.c
32505 ____________________________________________________________________________
32506 [ 24899] By: nicholas                              on 2005/06/19  15:12:26
32507         Log: If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVX
32508              to 0.0, as the memset has already done it.
32509      Branch: perl
32510            ! sv.c
32511 ____________________________________________________________________________
32512 [ 24898] By: nicholas                              on 2005/06/19  15:11:06
32513         Log: Add a Configure test to see if NV 0.0 is stored as all bits zero, and
32514              #define NV_ZERO_IS_ALLBITS_ZERO if so.  This is always true on VMS:
32515              
32516              Subject: Re: Configure check for whether 0.0 is stored as all bits zero
32517              From: "Craig A. Berry" <craigberry@mac.com>
32518              Message-Id: <p06210214beda5bf31c4c@[172.16.52.1]>
32519              Date: Sat, 18 Jun 2005 18:23:59 -0500
32520      Branch: perl
32521            ! Configure Porting/Glossary config_h.SH configure.com
32522 ____________________________________________________________________________
32523 [ 24897] By: nicholas                              on 2005/06/19  10:22:58
32524         Log: Move the offset calculations outside of new_body/del_body.
32525              This makes some of the upgrade code slightly simpler.
32526      Branch: perl
32527            ! sv.c
32528 ____________________________________________________________________________
32529 [ 24896] By: nicholas                              on 2005/06/18  22:43:58
32530         Log: Refactor sv_dup to memcpy from source to destination, and only
32531              explicitly copy the structure members that need explicit duplication.
32532      Branch: perl
32533            ! sv.c
32534 ____________________________________________________________________________
32535 [ 24895] By: nicholas                              on 2005/06/18  16:33:41
32536         Log: Squeeze a little more savings by moving pte and he arenas into the
32537              common arena free code.
32538      Branch: perl
32539            ! hv.h perl.h sv.c
32540 ____________________________________________________________________________
32541 [ 24894] By: nicholas                              on 2005/06/18  15:07:47
32542         Log: Subject: [PATCH] squeeze repetition out of Perl_sv_free_arenas
32543              From: Jim Cromie <jcromie@divsol.com>
32544              Message-ID: <42B3C388.2090902@divsol.com>
32545              Date: Sat, 18 Jun 2005 00:47:36 -0600
32546      Branch: perl
32547            ! sv.c
32548 ____________________________________________________________________________
32549 [ 24893] By: nicholas                              on 2005/06/18  14:28:04
32550         Log: update AVs and HVs using the old_body, and remove all of the local
32551              variables used to hold the SV body piecemeal.
32552      Branch: perl
32553            ! sv.c
32554 ____________________________________________________________________________
32555 [ 24892] By: nicholas                              on 2005/06/18  10:57:02
32556         Log: sv_upgrade by memcpy
32557              AV and HV cases need tidyup
32558      Branch: perl
32559            ! sv.c
32560 ____________________________________________________________________________
32561 [ 24891] By: nicholas                              on 2005/06/17  19:37:56
32562         Log: Fix compiling with -DPURIFY
32563      Branch: perl
32564            ! sv.c
32565 ____________________________________________________________________________
32566 [ 24890] By: nicholas                              on 2005/06/17  17:30:19
32567         Log: Change 24886 was buggy - should be taking (and passing in) the
32568              address of the arena.
32569      Branch: perl
32570            ! sv.c
32571 ____________________________________________________________________________
32572 [ 24889] By: rgs                                   on 2005/06/17  15:43:11
32573         Log: Add new internal error message to perldiag
32574      Branch: perl
32575            ! pod/perldiag.pod
32576 ____________________________________________________________________________
32577 [ 24888] By: nicholas                              on 2005/06/17  15:37:50
32578         Log: Collect a little more information about the body we're getting rid of
32579      Branch: perl
32580            ! sv.c
32581 ____________________________________________________________________________
32582 [ 24887] By: rgs                                   on 2005/06/17  14:44:43
32583         Log: Missing aTHX_ (noticed by Jim Cromie)
32584      Branch: perl
32585            ! sv.c
32586 ____________________________________________________________________________
32587 [ 24886] By: nicholas                              on 2005/06/17  14:28:07
32588         Log: Move freeing the old body after the creating of the new body.
32589      Branch: perl
32590            ! sv.c
32591 ____________________________________________________________________________
32592 [ 24885] By: nicholas                              on 2005/06/17  13:42:03
32593         Log: The only way is up!
32594              (*up*grades. Or croak)
32595      Branch: perl
32596            ! sv.c
32597 ____________________________________________________________________________
32598 [ 24884] By: rgs                                   on 2005/06/17  12:21:53
32599         Log: Subject: [perl #36199] [PATCH] 5.8.7 fails to build with parallel make 
32600              From: "Steve Peters via RT" <perlbug-followup@perl.org>
32601              Date: 16 Jun 2005 17:11:14 -0000
32602              Message-ID: <rt-3.0.11-36199-115872.8.39962488213992@perl.org>
32603      Branch: perl
32604            ! Makefile.SH
32605 ____________________________________________________________________________
32606 [ 24883] By: steveh                                on 2005/06/17  11:36:45
32607         Log: Silence STDERR grumblings from Borland's math library.
32608              
32609              This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and
32610              renders change 24870 obsolete, hence it is reverted here).
32611      Branch: perl
32612            ! lib/warnings.t makedef.pl win32/win32.c
32613 ____________________________________________________________________________
32614 [ 24882] By: rgs                                   on 2005/06/17  09:26:25
32615         Log: Upgrade to PathTools 3.09
32616      Branch: perl
32617            ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm
32618            ! lib/File/Spec.pm
32619 ____________________________________________________________________________
32620 [ 24881] By: nicholas                              on 2005/06/17  08:35:48
32621         Log: new_pte/del_pte can use new_body/del_body too
32622      Branch: perl
32623            ! sv.c
32624 ____________________________________________________________________________
32625 [ 24880] By: steveh                                on 2005/06/17  08:28:32
32626         Log: Subject: [PATCH] Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name()
32627              From: "Jan Dubois" <jand@ActiveState.com>
32628              Date: Thu, 16 Jun 2005 11:43:15 -0700
32629              Message-Id: <200506161843.j5GIhKhL024472@smtp3.ActiveState.com>
32630      Branch: perl
32631            ! win32/win32.c
32632 ____________________________________________________________________________
32633 [ 24879] By: nicholas                              on 2005/06/16  22:08:29
32634         Log: Storing the ixv for magic arrays seems to cause double free errors on
32635              OS X. This all feels like voodoo.
32636      Branch: perl
32637            ! ext/B/B/Bytecode.pm
32638 ____________________________________________________________________________
32639 [ 24878] By: nicholas                              on 2005/06/16  22:06:57
32640         Log: Replace all the new/del static functions with calls to a single pair
32641              of functions that uproot/plant bodies
32642      Branch: perl
32643            ! embed.fnc embed.h proto.h sv.c
32644 ____________________________________________________________________________
32645 [ 24877] By: nicholas                              on 2005/06/16  19:28:20
32646         Log: Making more_* return a pointer, and swapping to a ternary ?: in
32647              new_* seems to generate slightly terser object code.
32648      Branch: perl
32649            ! sv.c
32650 ____________________________________________________________________________
32651 [ 24876] By: nicholas                              on 2005/06/16  18:37:55
32652         Log: Replace all the S_more_* functions with a single function.
32653              Saves 1.5K on the object file in OS X when built with -Os
32654      Branch: perl
32655            ! sv.c
32656 ____________________________________________________________________________
32657 [ 24875] By: nicholas                              on 2005/06/16  16:25:54
32658         Log: Subject: [PATCH] Re: [perl #36048] Refactor S_more_*v into one function
32659              From: Jim Cromie <jcromie@divsol.com>
32660              Message-ID: <42ADC8ED.4090009@divsol.com>
32661              Date: Mon, 13 Jun 2005 11:57:01 -0600
32662      Branch: perl
32663            ! sv.c
32664 ____________________________________________________________________________
32665 [ 24874] By: nicholas                              on 2005/06/16  15:09:00
32666         Log: I'm not convinced that manually creating HVs via sv_upgrade is a great
32667              idea, but as we are, turning on shared keys makes sense.
32668      Branch: perl
32669            ! util.c
32670 ____________________________________________________________________________
32671 [ 24873] By: merijn                                on 2005/06/16  14:33:10
32672         Log: Subject: [PATCH] Lint support
32673              From: Andy Lester <andy@petdance.com>
32674              Date: Thu, 16 Jun 2005 09:35:21 -0500
32675              Message-ID: <20050616143521.GB22188@petdance.com>
32676      Branch: perl
32677            ! XSUB.h perl.h universal.c
32678 ____________________________________________________________________________
32679 [ 24872] By: merijn                                on 2005/06/16  14:24:43
32680         Log: Subject: Re: a warning for a ExtUtils::ParseXS test
32681              From: Ken Williams <ken@mathforum.org>
32682              Date: Wed, 15 Jun 2005 20:00:42 -0500
32683              Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org>
32684      Branch: perl
32685            ! lib/ExtUtils/ParseXS/t/XSTest.xs
32686 ____________________________________________________________________________
32687 [ 24871] By: rgs                                   on 2005/06/16  13:55:18
32688         Log: Subject: [PATCH] Removing /*SUPPRESS xxx*/
32689              From: Andy Lester <andy@petdance.com>
32690              Date: Thu, 16 Jun 2005 09:13:42 -0500
32691              Message-ID: <20050616141342.GA22188@petdance.com>
32692      Branch: perl
32693            ! av.c doio.c doop.c perl.c pp.c pp_hot.c pp_sys.c regcomp.c
32694            ! regexec.c sv.c toke.c util.c
32695 ____________________________________________________________________________
32696 [ 24870] By: steveh                                on 2005/06/16  13:16:56
32697         Log: Teach lib/warnings.t about Borland CRT error messages
32698      Branch: perl
32699            ! lib/warnings.t
32700 ____________________________________________________________________________
32701 [ 24869] By: rgs                                   on 2005/06/16  12:54:18
32702         Log: Subject: [perl #36237] IO::File $fh->binmode($layer) is broken 
32703              From: "Alexander Foken" (via RT) <perlbug-followup@perl.org>
32704              Date: 10 Jun 2005 12:46:41 -0000
32705              Message-ID: <rt-3.0.11-36237-115536.13.400290704223@perl.org>
32706              
32707              and bump version number
32708      Branch: perl
32709            ! ext/IO/lib/IO/File.pm
32710 ____________________________________________________________________________
32711 [ 24868] By: steveh                                on 2005/06/16  11:10:01
32712         Log: Update README.win32
32713              
32714              (Mention Borland compiler is also free; update libwin32 link)
32715      Branch: perl
32716            ! README.win32
32717 ____________________________________________________________________________
32718 [ 24867] By: steveh                                on 2005/06/16  11:00:19
32719         Log: Give op/taint.t a helping hand for Borland compiler on Win32
32720      Branch: perl
32721            ! t/op/taint.t
32722 ____________________________________________________________________________
32723 [ 24866] By: steveh                                on 2005/06/16  09:51:33
32724         Log: Fix changes 24862 and 24863 for Sarathy's old dmake
32725      Branch: perl
32726            ! win32/makefile.mk
32727 ____________________________________________________________________________
32728 [ 24865] By: rgs                                   on 2005/06/16  09:45:59
32729         Log: Subs with builtin attributes shouldn't be made constant
32730              
32731              Subject: Re: [perl #36297] builtin attrs on subrutine declarations
32732              From: Salvador "FandiXo" <sfandino@yahoo.com>
32733              Date: Wed, 15 Jun 2005 08:27:00 -0700 (PDT)
32734              Message-ID: <20050615152700.96320.qmail@web52702.mail.yahoo.com>
32735      Branch: perl
32736            ! op.c
32737 ____________________________________________________________________________
32738 [ 24864] By: rgs                                   on 2005/06/16  09:18:58
32739         Log: Add -f in perl synopsys, sync perl.pod and perlrun.pod synopses
32740      Branch: perl
32741            ! pod/perl.pod pod/perlrun.pod
32742 ____________________________________________________________________________
32743 [ 24863] By: steveh                                on 2005/06/16  09:09:22
32744         Log: Simplify win32/makefile.mk for static extensions with GCC
32745      Branch: perl
32746            ! win32/makefile.mk
32747 ____________________________________________________________________________
32748 [ 24862] By: steveh                                on 2005/06/16  08:51:14
32749         Log: Enable static extensions with Borland compiler on Win32
32750      Branch: perl
32751            ! win32/buildext.pl win32/makefile.mk
32752 ____________________________________________________________________________
32753 [ 24861] By: rgs                                   on 2005/06/16  08:29:10
32754         Log: Revert part of change #24854
32755      Branch: perl
32756            ! ext/Devel/DProf/t/DProf.t perl.c
32757 ____________________________________________________________________________
32758 [ 24860] By: steveh                                on 2005/06/16  07:40:21
32759         Log: Don't export Perl_stashpv_hvname_match when !USE_ITHREADS
32760              
32761              (Fixes a linker error on Win 32 introduced by change #24847)
32762      Branch: perl
32763            ! makedef.pl
32764 ____________________________________________________________________________
32765 [ 24859] By: nicholas                              on 2005/06/15  22:32:14
32766         Log: Don't write bytecode to load the NVX of AVs and HVs
32767      Branch: perl
32768            ! ext/B/B/Bytecode.pm
32769 ____________________________________________________________________________
32770 [ 24858] By: nicholas                              on 2005/06/15  22:31:41
32771         Log: We were failing to pring "not ok" if the text exited uncleanly
32772      Branch: perl
32773            ! ext/B/t/bytecode.t
32774 ____________________________________________________________________________
32775 [ 24857] By: nicholas                              on 2005/06/15  22:30:53
32776         Log: assert that you aren't assigning to the NVX of an AV or HV
32777      Branch: perl
32778            ! sv.h
32779 ____________________________________________________________________________
32780 [ 24856] By: rgs                                   on 2005/06/15  16:37:46
32781         Log: Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(),
32782              this can be useful to use valgrind for example
32783      Branch: perl
32784            ! t/test.pl
32785 ____________________________________________________________________________
32786 [ 24855] By: steveh                                on 2005/06/15  16:30:58
32787         Log: Fix $Config{ccversion} for Borland C++ 5.5.1
32788              
32789              This pattern match seems a little saner, and stops " for Win32"
32790              getting picked up from the following output:
32791              
32792              Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
32793              
32794              Maybe it breaks older versions, but at least the latest now works
32795              correctly. If anyone knows what older versions' messages look like
32796              then speak up!
32797      Branch: perl
32798            ! win32/config_sh.PL
32799 ____________________________________________________________________________
32800 [ 24854] By: rgs                                   on 2005/06/15  16:24:05
32801         Log: Subject: Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't set
32802              From: Steve Peters <steve@fisharerojo.org>
32803              Date: Wed, 15 Jun 2005 11:30:41 -0500
32804              Message-ID: <20050615163040.GA14745@mccoy.peters.homeunix.org>
32805      Branch: perl
32806            ! ext/Devel/DProf/t/DProf.t perl.c
32807 ____________________________________________________________________________
32808 [ 24853] By: rgs                                   on 2005/06/15  16:16:32
32809         Log: Subject: sort optimization
32810              From: Salvador Fandiño <sfandino@yahoo.com>
32811              Date: Mon, 06 Jun 2005 12:05:05 +0100
32812              Message-ID: <20050606110425.22941.qmail@lists.develooper.com>
32813      Branch: perl
32814            ! pp_sort.c
32815 ____________________________________________________________________________
32816 [ 24852] By: steveh                                on 2005/06/15  16:02:06
32817         Log: Fix win32/makefile.mk for building with bcc32 5.5.1 and dmake 4.4
32818      Branch: perl
32819            ! win32/makefile.mk
32820 ____________________________________________________________________________
32821 [ 24851] By: rgs                                   on 2005/06/15  14:40:40
32822         Log: Subject: [perl #36297] builtin attrs on subrutine declarations 
32823              From: Salvador "FandiXXo" (via RT) <perlbug-followup@perl.org>
32824              Date: 15 Jun 2005 13:54:53 -0000
32825              Message-ID: <rt-3.0.11-36297-115797.8.75971493113916@perl.org>
32826      Branch: perl
32827            ! op.c t/op/attrs.t
32828 ____________________________________________________________________________
32829 [ 24850] By: merijn                                on 2005/06/15  13:57:57
32830         Log: Protect Perl_sv_2pvbyte () to NULL length pointers
32831              Thanks Nick!
32832      Branch: perl
32833            ! sv.c
32834 ____________________________________________________________________________
32835 [ 24849] By: rgs                                   on 2005/06/15  13:55:50
32836         Log: Better phrasing
32837      Branch: perl
32838            ! pod/perlfunc.pod
32839 ____________________________________________________________________________
32840 [ 24848] By: rgs                                   on 2005/06/15  09:27:55
32841         Log: Subject: [PATCH] Storable/Storable.xs: make plain C functions static
32842              From: Alexey Tourbin <at@altlinux.ru>
32843              Date: Sun, 5 Jun 2005 03:42:42 +0400
32844              Message-ID: <20050604234242.GW5867@solemn.turbinal.org>
32845      Branch: perl
32846            ! ext/Storable/Storable.xs
32847 ____________________________________________________________________________
32848 [ 24847] By: rgs                                   on 2005/06/15  09:03:22
32849         Log: Subject: [PATCH] CopSTASH_eq again
32850              From: Andy Lester <andy@petdance.com>
32851              Date: Tue, 14 Jun 2005 23:49:26 -0500
32852              Message-ID: <20050615044926.GA29087@petdance.com>
32853      Branch: perl
32854            ! cop.h embed.fnc embed.h global.sym proto.h util.c
32855 ____________________________________________________________________________
32856 [ 24846] By: rgs                                   on 2005/06/15  07:49:48
32857         Log: Fix warning nits, by Jarkko
32858      Branch: perl
32859            ! sv.c
32860 ____________________________________________________________________________
32861 [ 24845] By: nicholas                              on 2005/06/14  19:28:28
32862         Log: Subject: [PATCH] S_emulate_eaccess() does return a value
32863              From: Steve Peters <steve@fisharerojo.org>
32864              Message-ID: <20050614193052.GA1898@mccoy.peters.homeunix.org>
32865              Date: Tue, 14 Jun 2005 14:30:52 -0500
32866      Branch: perl
32867            ! embed.fnc proto.h
32868 ____________________________________________________________________________
32869 [ 24844] By: davem                                 on 2005/06/14  17:24:18
32870         Log: whoops, Perl_magic_freearylen_p returns int
32871      Branch: perl
32872            ! mg.c
32873 ____________________________________________________________________________
32874 [ 24843] By: nicholas                              on 2005/06/14  16:29:49
32875         Log: Change 24838 breaks deparse.t, which checks that embedded NULs work.
32876              Here's a temporary hack, pending a way for B to correctly identify
32877              PVs that are variable names in pads.
32878      Branch: perl
32879            ! ext/B/B.xs
32880 ____________________________________________________________________________
32881 [ 24842] By: rgs                                   on 2005/06/14  13:49:41
32882         Log: Add core test preamble
32883      Branch: perl
32884            ! lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
32885            ! lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
32886            ! lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
32887            ! lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
32888            ! lib/IO/Zlib/t/uncomp2.t
32889 ____________________________________________________________________________
32890 [ 24841] By: nicholas                              on 2005/06/14  13:40:49
32891         Log: Test was coredumping with a shared perl library.
32892              This is wrong. It seems that what gets peephole optimised
32893              (in this case named method calls into shared string scalars) depends
32894              on whether there is a shared perl library.
32895              Anyway, fix the symptom - the coredump.
32896      Branch: perl
32897            ! ext/XS/APItest/t/hash.t
32898 ____________________________________________________________________________
32899 [ 24840] By: steveh                                on 2005/06/14  13:36:03
32900         Log: Stop "test" filename clashing with "TEST" on Win32
32901              
32902              (and bump $IO::Zlib::VERSION again)
32903      Branch: perl
32904            ! lib/IO/Zlib.pm lib/IO/Zlib/t/uncomp1.t lib/IO/Zlib/t/uncomp2.t
32905 ____________________________________________________________________________
32906 [ 24839] By: steveh                                on 2005/06/14  13:26:30
32907         Log: Actually skip tests when they're supposed to be skipped!
32908              
32909              (and bump $IO::Zlib::VERSION)
32910      Branch: perl
32911            ! lib/IO/Zlib.pm lib/IO/Zlib/t/external.t
32912 ____________________________________________________________________________
32913 [ 24838] By: rgs                                   on 2005/06/14  13:22:20
32914         Log: Subject: [PATCH] Fix for SEGV in ext/B/t/xref.t on OpenBSD
32915              From: Steve Peters <steve@fisharerojo.org>
32916              Date: Tue, 14 Jun 2005 08:16:38 -0500
32917              Message-ID: <20050614131638.GA24771@mccoy.peters.homeunix.org>
32918      Branch: perl
32919            ! ext/B/B.xs
32920 ____________________________________________________________________________
32921 [ 24837] By: steveh                                on 2005/06/14  13:13:17
32922         Log: Don't delete IO/Zlib during distclean on Win32
32923              
32924              (IO/Socket still needs to go, though)
32925      Branch: perl
32926            ! win32/Makefile win32/makefile.mk
32927 ____________________________________________________________________________
32928 [ 24836] By: rgs                                   on 2005/06/14  13:02:24
32929         Log: Document ${^UTF8LOCALE}
32930      Branch: perl
32931            ! pod/perlvar.pod
32932 ____________________________________________________________________________
32933 [ 24835] By: rgs                                   on 2005/06/14  12:12:33
32934         Log: Add IO::Zlib in maintainers list
32935      Branch: perl
32936            ! Porting/Maintainers.pl
32937 ____________________________________________________________________________
32938 [ 24834] By: rgs                                   on 2005/06/14  12:06:40
32939         Log: Add IO::Zlib 1.04 to bleadperl
32940      Branch: perl
32941            + lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
32942            + lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
32943            + lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
32944            + lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
32945            + lib/IO/Zlib/t/uncomp2.t
32946            ! MANIFEST Makefile.SH
32947 ____________________________________________________________________________
32948 [ 24833] By: davem                                 on 2005/06/14  10:15:10
32949         Log: Perl_magic_freearylen_p could coredump
32950      Branch: perl
32951            ! mg.c
32952 ____________________________________________________________________________
32953 [ 24832] By: rgs                                   on 2005/06/14  08:52:46
32954         Log: Subject: better assertion support
32955              From: Salvador Fandiño <sfandino@yahoo.com>
32956              Date: Mon, 13 Jun 2005 16:48:01 +0100
32957              Message-ID: <20050613154719.29295.qmail@lists.develooper.com>
32958      Branch: perl
32959            + lib/assertions/compat.pm t/comp/asstcompat.t
32960            ! MANIFEST lib/assertions.pm lib/assertions/activate.pm perl.c
32961            ! pod/perlrun.pod t/comp/assertions.t t/run/switch_A.t
32962 ____________________________________________________________________________
32963 [ 24831] By: rgs                                   on 2005/06/14  08:31:18
32964         Log: Since the version module is use'd afterwards, use_ok needs to be
32965              in a BEGIN block
32966      Branch: perl
32967            ! lib/version.t
32968 ____________________________________________________________________________
32969 [ 24830] By: steveh                                on 2005/06/14  07:42:33
32970         Log: Add BUILDOPTEXTRA to Win32 makefiles
32971              
32972              This allows extra build options, e.g. -DNO_HASH_SEED, to be
32973              specified on the command line, which is otherwise not possible
32974              under nmake using the existing BUILDOPT macro
32975              
32976              Suggested by Jan Dubois <jand@ActiveState.com>
32977      Branch: perl
32978            ! win32/Makefile win32/makefile.mk
32979 ____________________________________________________________________________
32980 [ 24829] By: nicholas                              on 2005/06/13  22:29:00
32981         Log: Pay attention to the comments that Dave writes.
32982      Branch: perl
32983            ! sv.c
32984 ____________________________________________________________________________
32985 [ 24828] By: rgs                                   on 2005/06/13  20:22:52
32986         Log: Comment nit to help Devel::Cover, spotted by Steve Peters
32987      Branch: perl
32988            ! ext/POSIX/POSIX.xs
32989 ____________________________________________________________________________
32990 [ 24827] By: nicholas                              on 2005/06/13  20:18:57
32991         Log: Croak if an attempt is made to modify PL_strtab
32992              (er, TODO - these should be in perldiag)
32993      Branch: perl
32994            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
32995            ! ext/XS/APItest/t/hash.t hv.c
32996 ____________________________________________________________________________
32997 [ 24826] By: nicholas                              on 2005/06/13  20:17:56
32998         Log: More SvPV consting
32999      Branch: perl
33000            ! perl.c
33001 ____________________________________________________________________________
33002 [ 24825] By: steveh                                on 2005/06/13  16:35:19
33003         Log: Subject: [PATCH @ 24819] Re: Change 24806: improve static build for win32/Makefile
33004              From: vadim <vadim@vkonovalov.ru>
33005              Date: Mon, 13 Jun 2005 15:41:41 -0400
33006              Message-Id: <1118691701.6333.32.camel@mdk10>
33007      Branch: perl
33008            ! win32/Makefile win32/makefile.mk
33009 ____________________________________________________________________________
33010 [ 24824] By: nicholas                              on 2005/06/13  16:24:57
33011         Log: With shared hash key scalars now accessing the hash via the PVX, you
33012              can't fake them with regular PVIVs. So fake method calls have to use
33013              real shared hask key scalars.
33014      Branch: perl
33015            ! ext/B/t/optree_specials.t op.c
33016 ____________________________________________________________________________
33017 [ 24823] By: rgs                                   on 2005/06/13  15:20:05
33018         Log: Subject: [PATCH] Bring bleadperl up to version.pm
33019              From: John Peacock <jpeacock@rowman.com>
33020              Date: Mon, 06 Jun 2005 05:18:21 -0400
33021              Message-ID: <42A414DD.8090504@rowman.com>
33022      Branch: perl
33023            ! configpm embed.fnc lib/h2xs.t lib/version.pm lib/version.t
33024            ! pod/perlapi.pod pp_ctl.c proto.h t/comp/require.t t/comp/use.t
33025            ! t/op/universal.t t/op/ver.t universal.c util.c utils/h2xs.PL
33026 ____________________________________________________________________________
33027 [ 24822] By: rgs                                   on 2005/06/13  12:49:18
33028         Log: Subject: [PATCH] Re: [perl #36047] perlmod.pod/CLONESKIP error
33029              From: Offer Kaye <offer.kaye@gmail.com>
33030              Date: Thu, 2 Jun 2005 09:14:53 +0300
33031              Message-ID: <56942505060123146e5eb1c2@mail.gmail.com>
33032      Branch: perl
33033            ! pod/perlmod.pod
33034 ____________________________________________________________________________
33035 [ 24821] By: nicholas                              on 2005/06/13  11:48:05
33036         Log: Change 24816 forgot to update makedef.pl
33037      Branch: perl
33038            ! makedef.pl
33039 ____________________________________________________________________________
33040 [ 24820] By: rgs                                   on 2005/06/13  11:28:43
33041         Log: Make some variables global, to avoid some "will not stay
33042              shared" warnings at compile time
33043      Branch: perl
33044            ! lib/ExtUtils/ParseXS.pm
33045 ____________________________________________________________________________
33046 [ 24819] By: nicholas                              on 2005/06/13  09:43:18
33047         Log: S_share_hek_flags can revert to returning a HEK
33048      Branch: perl
33049            ! embed.fnc hv.c proto.h
33050 ____________________________________________________________________________
33051 [ 24818] By: rgs                                   on 2005/06/13  09:13:43
33052         Log: Remove MANIFEST for Compress::Zlib
33053      Branch: perl
33054            - ext/Compress/Zlib/MANIFEST
33055            ! MANIFEST
33056 ____________________________________________________________________________
33057 [ 24817] By: rgs                                   on 2005/06/13  09:00:00
33058         Log: Make SvUPGRADE always have the value '1'
33059              Make sv_upgrade a void function
33060      Branch: perl
33061            ! embed.fnc pod/perlapi.pod proto.h sv.c sv.h
33062 ____________________________________________________________________________
33063 [ 24816] By: nicholas                              on 2005/06/13  08:25:53
33064         Log: We no longer need PL_shared_hek_table
33065      Branch: perl
33066            ! embedvar.h ext/threads/threads.xs intrpvar.h perl.c perlapi.h
33067            ! sv.c
33068 ____________________________________________________________________________
33069 [ 24815] By: rgs                                   on 2005/06/13  07:58:31
33070         Log: Help "make distclean"
33071      Branch: perl
33072            ! Makefile.SH
33073 ____________________________________________________________________________
33074 [ 24814] By: nicholas                              on 2005/06/12  23:40:55
33075         Log: Clone all shared string PVs as shared string PVs (now that we can do
33076              it very efficiently)
33077      Branch: perl
33078            ! sv.c
33079 ____________________________________________________________________________
33080 [ 24813] By: nicholas                              on 2005/06/12  22:34:39
33081         Log: duping shared hask key scalars can use hek_dup
33082      Branch: perl
33083            ! sv.c
33084 ____________________________________________________________________________
33085 [ 24812] By: nicholas                              on 2005/06/12  22:33:51
33086         Log: hek_dup can now store the HEK rather than the HE, as there is now a
33087              fast way to share a hek
33088      Branch: perl
33089            ! hv.c
33090 ____________________________________________________________________________
33091 [ 24811] By: nicholas                              on 2005/06/12  21:59:34
33092         Log: Provide share_hek_hek, and use it for fast copying of shared string
33093              scalars.
33094      Branch: perl
33095            ! hv.h sv.c
33096 ____________________________________________________________________________
33097 [ 24810] By: nicholas                              on 2005/06/12  21:58:23
33098         Log: Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather than
33099              HEKs
33100      Branch: perl
33101            ! hv.c
33102 ____________________________________________________________________________
33103 [ 24809] By: nicholas                              on 2005/06/12  21:08:33
33104         Log: Shortcut chasing round strtab when we're not the last reference.
33105      Branch: perl
33106            ! hv.c
33107 ____________________________________________________________________________
33108 [ 24808] By: nicholas                              on 2005/06/12  20:00:18
33109         Log: In the shared string table, store the HE and HEK next to each other
33110              in one malloc()ed block.
33111      Branch: perl
33112            ! hv.c hv.h
33113 ____________________________________________________________________________
33114 [ 24807] By: merijn                                on 2005/06/12  09:58:32
33115         Log: Subject: [PATCH] perlipc.pod: mkfifo()
33116              From: Alexey Tourbin <at@altlinux.ru>
33117              Date: Sat, 11 Jun 2005 16:26:56 +0400
33118              Message-ID: <20050611122656.GC8181@solemn.turbinal.org>
33119      Branch: perl
33120            ! pod/perlipc.pod
33121 ____________________________________________________________________________
33122 [ 24806] By: merijn                                on 2005/06/12  09:54:07
33123         Log: Subject: improve static build for win32/Makefile
33124              From: vadim <vadim@vkonovalov.ru>
33125              Date: Sun, 12 Jun 2005 14:09:11 -0400
33126              Message-Id: <1118599750.2732.2.camel@mdk10>
33127      Branch: perl
33128            ! win32/Makefile
33129 ____________________________________________________________________________
33130 [ 24805] By: merijn                                on 2005/06/12  09:19:38
33131         Log: Subject: RE: 05gzsetp.t and initial 'ver' in test output
33132              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
33133              Date: Sat, 11 Jun 2005 22:23:00 +0100
33134              Message-Id: <20050611212234.UGOL29707.aamta11-winn.ispmail.ntl.com@MARQUESSPT21>
33135      Branch: perl
33136            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
33137            ! ext/Compress/Zlib/t/05gzsetp.t
33138 ____________________________________________________________________________
33139 [ 24804] By: nicholas                              on 2005/06/11  21:05:29
33140         Log: This isn't an LVALUE, so make the compiler enforce that.
33141      Branch: perl
33142            ! sv.h
33143 ____________________________________________________________________________
33144 [ 24803] By: nicholas                              on 2005/06/11  18:01:32
33145         Log: hash key code cleanup
33146      Branch: perl
33147            ! embed.fnc hv.c hv.h proto.h
33148 ____________________________________________________________________________
33149 [ 24802] By: nicholas                              on 2005/06/11  17:00:52
33150         Log: Shrink shared hash scalars from PVIV to PV
33151      Branch: perl
33152            ! embed.fnc embed.h proto.h sv.c sv.h
33153 ____________________________________________________________________________
33154 [ 24801] By: nicholas                              on 2005/06/11  14:08:00
33155         Log: Propagate const/mutable/not into the SvPV call for retrieving an
33156              overloaded value.
33157      Branch: perl
33158            ! sv.c
33159 ____________________________________________________________________________
33160 [ 24800] By: nicholas                              on 2005/06/10  23:12:29
33161         Log: More SvPV consting. And other related drive-by refactoring.
33162      Branch: perl
33163            ! regcomp.c regexec.c taint.c toke.c universal.c utf8.c util.c
33164            ! xsutils.c
33165 ____________________________________________________________________________
33166 [ 24799] By: nicholas                              on 2005/06/10  22:06:15
33167         Log: More SvPV consting, including some code cleanup and living dangerously
33168              with socket API calls.
33169      Branch: perl
33170            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
33171 ____________________________________________________________________________
33172 [ 24798] By: nicholas                              on 2005/06/10  20:48:35
33173         Log: Move SvPV consting, remove an n_a, and correct one error in Move()
33174      Branch: perl
33175            ! doio.c doop.c dump.c op.c sv.c
33176 ____________________________________________________________________________
33177 [ 24797] By: nicholas                              on 2005/06/10  18:42:47
33178         Log: Allison says that "Media" isn't really needed in the name.
33179      Branch: perl
33180            ! pod/perl.pod
33181 ____________________________________________________________________________
33182 [ 24796] By: nicholas                              on 2005/06/10  16:26:43
33183         Log: Add SvGROW_mutable
33184      Branch: perl
33185            ! sv.c sv.h
33186 ____________________________________________________________________________
33187 [ 24795] By: nicholas                              on 2005/06/10  15:44:47
33188         Log: Passing read only values (such as string constants) to select should
33189              croak.
33190      Branch: perl
33191            + t/op/sselect.t
33192            ! MANIFEST pp_sys.c
33193 ____________________________________________________________________________
33194 [ 24794] By: nicholas                              on 2005/06/10  15:16:43
33195         Log: Don't pass constants to select
33196      Branch: perl
33197            ! t/op/lex_assign.t
33198 ____________________________________________________________________________
33199 [ 24793] By: rgs                                   on 2005/06/10  13:44:35
33200         Log: Pre-run and disarm the code automodification run by
33201              Compress::Zlib's Makefile
33202      Branch: perl
33203            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
33204            ! ext/Compress/Zlib/examples/filtdef
33205            ! ext/Compress/Zlib/examples/filtinf
33206            ! ext/Compress/Zlib/examples/gzcat
33207            ! ext/Compress/Zlib/examples/gzgrep
33208            ! ext/Compress/Zlib/examples/gzstream
33209            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
33210            ! ext/Compress/Zlib/t/03examples.t
33211            ! ext/Compress/Zlib/t/04encoding.t
33212            ! ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
33213 ____________________________________________________________________________
33214 [ 24792] By: rgs                                   on 2005/06/10  12:53:21
33215         Log: Update Windows makefiles
33216      Branch: perl
33217            ! win32/Makefile win32/makefile.mk
33218 ____________________________________________________________________________
33219 [ 24791] By: nicholas                              on 2005/06/10  12:44:30
33220         Log: Work around bug 36211, plus a lot of TODO regression tests for local/
33221              $#... interaction. 
33222      Branch: perl
33223            ! scope.c t/op/array.t
33224 ____________________________________________________________________________
33225 [ 24790] By: rgs                                   on 2005/06/10  12:44:02
33226         Log: Update maintainers list
33227      Branch: perl
33228            ! Porting/Maintainers.pl
33229 ____________________________________________________________________________
33230 [ 24789] By: rgs                                   on 2005/06/10  12:30:14
33231         Log: Bump version number
33232      Branch: perl
33233            ! ext/Compress/Zlib/Zlib.pm
33234 ____________________________________________________________________________
33235 [ 24788] By: rgs                                   on 2005/06/10  12:09:30
33236         Log: Makefile.PL adjustments for the core
33237      Branch: perl
33238            ! ext/Compress/Zlib/Makefile.PL
33239 ____________________________________________________________________________
33240 [ 24787] By: rgs                                   on 2005/06/10  12:07:01
33241         Log: SvUPGRADE returns void in blead
33242      Branch: perl
33243            ! ext/Compress/Zlib/Zlib.xs
33244 ____________________________________________________________________________
33245 [ 24786] By: rgs                                   on 2005/06/10  12:05:38
33246         Log: Drom Compress::Zlib 1.34 in ext/
33247      Branch: perl
33248            + ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/Changes
33249            + ext/Compress/Zlib/MANIFEST ext/Compress/Zlib/Makefile.PL
33250            + ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
33251            + ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/config.in
33252            + ext/Compress/Zlib/examples/filtdef
33253            + ext/Compress/Zlib/examples/filtinf
33254            + ext/Compress/Zlib/examples/gzcat
33255            + ext/Compress/Zlib/examples/gzgrep
33256            + ext/Compress/Zlib/examples/gzstream
33257            + ext/Compress/Zlib/fallback.h ext/Compress/Zlib/fallback.xs
33258            + ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
33259            + ext/Compress/Zlib/t/03examples.t
33260            + ext/Compress/Zlib/t/04encoding.t
33261            + ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
33262            + ext/Compress/Zlib/typemap
33263            + ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
33264            + ext/Compress/Zlib/zlib-src-1.2.2/compress.c
33265            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
33266            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
33267            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
33268            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
33269            + ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
33270            + ext/Compress/Zlib/zlib-src-1.2.2/infback.c
33271            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
33272            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
33273            + ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
33274            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
33275            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
33276            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
33277            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
33278            + ext/Compress/Zlib/zlib-src-1.2.2/trees.c
33279            + ext/Compress/Zlib/zlib-src-1.2.2/trees.h
33280            + ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
33281            + ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
33282            + ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
33283            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
33284            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
33285            ! MANIFEST
33286 ____________________________________________________________________________
33287 [ 24785] By: nicholas                              on 2005/06/10  10:06:30
33288         Log: Change 24531 broke DEBUG_LEAKING_SCALARS.
33289      Branch: perl
33290            ! sv.c
33291 ____________________________________________________________________________
33292 [ 24784] By: nicholas                              on 2005/06/09  21:01:42
33293         Log: $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns
33294      Branch: perl
33295            ! av.c pod/perldiag.pod t/op/array.t
33296 ____________________________________________________________________________
33297 [ 24783] By: nicholas                              on 2005/06/09  19:02:43
33298         Log: Fixes the case of $a = \$#{[]}; and then accessing $$a
33299              (but not \$#a after local @a or my @a leave a block)
33300      Branch: perl
33301            ! av.c dump.c embed.fnc embed.h mg.c perl.h proto.h t/op/array.t
33302 ____________________________________________________________________________
33303 [ 24782] By: nicholas                              on 2005/06/09  16:37:18
33304         Log: Convert op/array.t to test.pl
33305      Branch: perl
33306            ! t/op/array.t
33307 ____________________________________________________________________________
33308 [ 24781] By: rgs                                   on 2005/06/09  15:32:09
33309         Log: Revert part of previous patch
33310      Branch: perl
33311            ! util.c
33312 ____________________________________________________________________________
33313 [ 24780] By: rgs                                   on 2005/06/09  15:12:39
33314         Log: Subject: [PATCH] regcomp.c and more
33315              From: Andy Lester <andy@petdance.com>
33316              Date: Thu, 9 Jun 2005 10:05:56 -0500
33317              Message-ID: <20050609150556.GA30554@petdance.com>
33318      Branch: perl
33319            ! embed.fnc mg.c perly.c proto.h regcomp.c sv.c util.c
33320 ____________________________________________________________________________
33321 [ 24778] By: nicholas                              on 2005/06/09  10:36:53
33322         Log: More SvPV consting
33323      Branch: perl
33324            ! mg.c perlio.c pp_pack.c
33325 ____________________________________________________________________________
33326 [ 24777] By: nicholas                              on 2005/06/09  10:36:40
33327         Log: Don't ignore errors from an eval.
33328      Branch: perl
33329            ! t/op/pack.t
33330 ____________________________________________________________________________
33331 [ 24776] By: nicholas                              on 2005/06/09  09:23:55
33332         Log: Update API docs.
33333      Branch: perl
33334            ! pod/perlapi.pod
33335 ____________________________________________________________________________
33336 [ 24775] By: nicholas                              on 2005/06/09  09:22:18
33337         Log: Change perforce filetype from text to text+w (so regen.pl is happy)
33338      Branch: perl
33339            ! opnames.h reentr.c reentr.h
33340 ____________________________________________________________________________
33341 [ 24774] By: nicholas                              on 2005/06/09  09:15:55
33342         Log: reentr.pl should be using regen_lib.pl and unlinking files before it
33343              starts.
33344      Branch: perl
33345            ! reentr.pl
33346 ____________________________________________________________________________
33347 [ 24773] By: nicholas                              on 2005/06/09  08:59:21
33348         Log: Make minitest pass (must skip if no dynaloading)
33349      Branch: perl
33350            ! t/op/goto_xs.t
33351 ____________________________________________________________________________
33352 [ 24772] By: rgs                                   on 2005/06/09  08:12:03
33353         Log: Subject: [PATCH] pp_pack.c cleanup
33354              From: Andy Lester <andy@petdance.com>
33355              Date: Wed, 8 Jun 2005 10:23:53 -0500
33356              Message-ID: <20050608152353.GA6253@petdance.com>
33357      Branch: perl
33358            ! pp_pack.c
33359 ____________________________________________________________________________
33360 [ 24771] By: rgs                                   on 2005/06/09  07:59:09
33361         Log: Subject: [PATCH] perlfunc.pod: ioctl.ph
33362              From: Alexey Tourbin <at@altlinux.ru>
33363              Date: Wed, 8 Jun 2005 13:45:08 +0400
33364              Message-ID: <20050608094508.GJ5867@solemn.turbinal.org>
33365      Branch: perl
33366            ! pod/perlfunc.pod
33367 ____________________________________________________________________________
33368 [ 24770] By: rgs                                   on 2005/06/09  07:44:36
33369         Log: Subject: [PATCH] instead of unions use double cast for data pointer <-> function pointer
33370              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
33371              Date: Thu, 09 Jun 2005 08:50:56 +0300
33372              Message-ID: <42A7D8C0.1080104@gmail.com>
33373      Branch: perl
33374            ! ext/DynaLoader/dl_dlopen.xs perl.h sv.c toke.c
33375 ____________________________________________________________________________
33376 [ 24769] By: nicholas                              on 2005/06/08  22:48:00
33377         Log: More SvPV consting
33378      Branch: perl
33379            ! dump.c mg.c op.c pp_hot.c pp_sys.c regexec.c
33380 ____________________________________________________________________________
33381 [ 24768] By: nicholas                              on 2005/06/08  22:45:39
33382         Log: The old COW code needs to use SvPVX_mutable when doing copy-on-write.
33383      Branch: perl
33384            ! sv.c
33385 ____________________________________________________________________________
33386 [ 24767] By: nicholas                              on 2005/06/08  22:43:58
33387         Log: Add SvPV_mutable for use by the old COW code.
33388      Branch: perl
33389            ! sv.h
33390 ____________________________________________________________________________
33391 [ 24766] By: nicholas                              on 2005/06/08  20:32:35
33392         Log: sv_setsv is allowed to swipe buffers from read only scalars
33393      Branch: perl
33394            ! sv.c
33395 ____________________________________________________________________________
33396 [ 24765] By: nicholas                              on 2005/06/08  19:49:08
33397         Log: const-ize pp_formline
33398      Branch: perl
33399            ! pp_ctl.c
33400 ____________________________________________________________________________
33401 [ 24764] By: merijn                                on 2005/06/08  19:14:19
33402         Log: Cygwin fails to open $^X on many occasion here
33403              afile is still available from the previous test
33404      Branch: perl
33405            ! t/io/layers.t
33406 ____________________________________________________________________________
33407 [ 24763] By: nicholas                              on 2005/06/08  17:48:35
33408         Log: Remove repeated C<n_a>s
33409      Branch: perl
33410            ! perl.c
33411 ____________________________________________________________________________
33412 [ 24762] By: nicholas                              on 2005/06/08  17:48:17
33413         Log: Remove the n_a
33414      Branch: perl
33415            ! malloc.c
33416 ____________________________________________________________________________
33417 [ 24761] By: nicholas                              on 2005/06/08  16:02:54
33418         Log: Add and use MgPV_nolen_const
33419      Branch: perl
33420            ! mg.c mg.h
33421 ____________________________________________________________________________
33422 [ 24760] By: nicholas                              on 2005/06/08  15:39:40
33423         Log: Nuke some more n_a, and convert S_gv_ename from char * to const char *
33424      Branch: perl
33425            ! doop.c dump.c embed.fnc mg.c op.c pp_hot.c pp_pack.c pp_sys.c
33426            ! proto.h regcomp.c taint.c toke.c
33427 ____________________________________________________________________________
33428 [ 24759] By: nicholas                              on 2005/06/08  14:52:17
33429         Log: Allow a null length pointer to sv_pvn_force_flags.
33430              Add SvPV_force_nolen and use it to remove some C<n_a>s
33431      Branch: perl
33432            ! embed.fnc pp.c pp_ctl.c proto.h sv.c sv.h
33433 ____________________________________________________________________________
33434 [ 24758] By: nicholas                              on 2005/06/08  13:43:23
33435         Log: n_a no more
33436      Branch: perl
33437            ! perl.c pp_ctl.c pp_sys.c universal.c
33438 ____________________________________________________________________________
33439 [ 24757] By: nicholas                              on 2005/06/08  11:00:54
33440         Log: Eliminate more C<n_a>s
33441      Branch: perl
33442            ! XSUB.h pp.h
33443 ____________________________________________________________________________
33444 [ 24756] By: nicholas                              on 2005/06/08  11:00:33
33445         Log: A mising cast (given that rx->subbeg is only char *)
33446      Branch: perl
33447            ! pp_hot.c
33448 ____________________________________________________________________________
33449 [ 24755] By: nicholas                              on 2005/06/08  10:08:01
33450         Log: s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
33451      Branch: perl
33452            ! dump.c embed.fnc embed.h ext/B/t/bytecode.t
33453            ! ext/Devel/PPPort/parts/embed.fnc makedef.pl mg.c pad.c
33454            ! pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c regexp.h sv.c
33455            ! sv.h
33456 ____________________________________________________________________________
33457 [ 24754] By: rgs                                   on 2005/06/08  09:19:18
33458         Log: Subject: [PATCH] regexec.c utf8 loading
33459              From: Andy Lester <andy@petdance.com>
33460              Date: Wed, 8 Jun 2005 00:03:32 -0500
33461              Message-ID: <20050608050332.GA31059@petdance.com>
33462      Branch: perl
33463            ! regexec.c
33464 ____________________________________________________________________________
33465 [ 24753] By: rgs                                   on 2005/06/08  09:12:17
33466         Log: Subject: Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy)
33467              From: José Pedro Oliveira <jpo@di.uminho.pt>
33468              Date: Tue, 07 Jun 2005 21:07:42 +0100
33469              Message-ID: <42A5FE8E.3020608@di.uminho.pt>
33470      Branch: perl
33471            ! lib/FindBin.pm
33472 ____________________________________________________________________________
33473 [ 24752] By: nicholas                              on 2005/06/08  09:09:52
33474         Log: One more SvPV_const
33475      Branch: perl
33476            ! pp.c
33477 ____________________________________________________________________________
33478 [ 24751] By: nicholas                              on 2005/06/08  09:09:28
33479         Log: Don't test the core XS code yet with PERL_DEBUG_COW > 1
33480      Branch: perl
33481            ! sv.h
33482 ____________________________________________________________________________
33483 [ 24750] By: nicholas                              on 2005/06/08  08:50:06
33484         Log: Remove two more unused C<n_a>s
33485      Branch: perl
33486            ! pp_sys.c
33487 ____________________________________________________________________________
33488 [ 24749] By: nicholas                              on 2005/06/08  08:49:32
33489         Log: Better sv_2pv_flags implementation (avoid writing to n_a)
33490      Branch: perl
33491            ! sv.c
33492 ____________________________________________________________________________
33493 [ 24748] By: nicholas                              on 2005/06/08  08:07:05
33494         Log: Convert POPpx POPpconstx and POPpbytex to use nolen macros.
33495              Elminate a lot of C<n_a>s
33496      Branch: perl
33497            ! pp.h pp_ctl.c pp_sys.c
33498 ____________________________________________________________________________
33499 [ 24747] By: nicholas                              on 2005/06/08  08:05:47
33500         Log: Add SvPVx_nolen and SvPVbytex_nolen
33501      Branch: perl
33502            ! sv.h
33503 ____________________________________________________________________________
33504 [ 24746] By: nicholas                              on 2005/06/08  08:04:53
33505         Log: More SvPV consting
33506      Branch: perl
33507            ! perly.act perly.y
33508 ____________________________________________________________________________
33509 [ 24745] By: rgs                                   on 2005/06/08  06:51:48
33510         Log: Mark a static function as static
33511      Branch: perl
33512            ! utf8.c
33513 ____________________________________________________________________________
33514 [ 24744] By: nicholas                              on 2005/06/07  22:22:34
33515         Log: More SvPV consting
33516      Branch: perl
33517            ! doop.c pp.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regexec.c
33518            ! sv.c toke.c
33519 ____________________________________________________________________________
33520 [ 24743] By: nicholas                              on 2005/06/07  21:16:13
33521         Log: More SvPV consting
33522      Branch: perl
33523            ! doop.c mg.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
33524            ! sv.c
33525 ____________________________________________________________________________
33526 [ 24742] By: nicholas                              on 2005/06/07  19:45:13
33527         Log: More consting of SvPV
33528      Branch: perl
33529            ! embed.fnc pp_ctl.c proto.h sv.c
33530 ____________________________________________________________________________
33531 [ 24741] By: rgs                                   on 2005/06/07  19:30:35
33532         Log: The definition of SvPVx_nolen_const is missing for non GNU-C compilers
33533      Branch: perl
33534            ! sv.h
33535 ____________________________________________________________________________
33536 [ 24740] By: nicholas                              on 2005/06/07  18:38:39
33537         Log: More SvPV consting.
33538      Branch: perl
33539            ! doio.c doop.c gv.c mg.c perlio.c pp.c pp_ctl.c pp_hot.c
33540            ! pp_pack.c pp_sys.c sv.c toke.c universal.c util.c
33541 ____________________________________________________________________________
33542 [ 24739] By: nicholas                              on 2005/06/07  18:33:08
33543         Log: Add SvPV_nolen_const and SvPV_nomg_const
33544      Branch: perl
33545            ! sv.h
33546 ____________________________________________________________________________
33547 [ 24738] By: nicholas                              on 2005/06/07  18:32:44
33548         Log: Add MgPV_const
33549      Branch: perl
33550            ! mg.h
33551 ____________________________________________________________________________
33552 [ 24737] By: rgs                                   on 2005/06/07  18:07:41
33553         Log: Remove unused variable (thanks to Andy's lint)
33554      Branch: perl
33555            ! mg.c
33556 ____________________________________________________________________________
33557 [ 24736] By: nicholas                              on 2005/06/07  17:35:10
33558         Log: Change 24733 allows several pointers to be NULL. Therefore this
33559              should be reflected in their attributes.
33560      Branch: perl
33561            ! embed.fnc proto.h
33562 ____________________________________________________________________________
33563 [ 24735] By: rgs                                   on 2005/06/07  17:03:16
33564         Log: Subject: [PATCH] Random cleanups #47
33565              From: Andy Lester <andy@petdance.com>
33566              Date: Mon, 6 Jun 2005 10:11:07 -0500
33567              Message-ID: <20050606151107.GC7022@petdance.com>
33568      Branch: perl
33569            ! Makefile.SH README.aix embed.fnc hv.c numeric.c op.c pad.c
33570            ! pod/perldebug.pod pp_ctl.c proto.h sv.c toke.c util.c
33571 ____________________________________________________________________________
33572 [ 24734] By: rgs                                   on 2005/06/07  15:58:23
33573         Log: make some more functions static
33574              
33575              Subject: [PATCH] B/C/C.xs: static my_runops()
33576              Message-ID: <20050604232451.GT5867@solemn.turbinal.org>
33577              
33578              Subject: [PATCH] Devel/Peek/Peek.xs: make plain C functions static
33579              Message-ID: <20050604232952.GU5867@solemn.turbinal.org>
33580              
33581              Subject: [PATCH] File/Glob/Glob.xs: errfunc() should be static
33582              Message-ID: <20050604233414.GV5867@solemn.turbinal.org>
33583              
33584              all being :
33585              From: Alexey Tourbin <at@altlinux.ru>
33586              Date: Sun, 5 Jun 2005
33587      Branch: perl
33588            ! ext/B/C/C.xs ext/Devel/Peek/Peek.xs ext/File/Glob/Glob.xs
33589 ____________________________________________________________________________
33590 [ 24733] By: nicholas                              on 2005/06/07  15:10:38
33591         Log: Simplify the implementation of SvPV*nolen functions
33592      Branch: perl
33593            ! sv.c sv.h
33594 ____________________________________________________________________________
33595 [ 24732] By: nicholas                              on 2005/06/07  14:57:35
33596         Log: Ensure string table counts are balanced. (Was not true in op/pack.t)
33597      Branch: perl
33598            ! sv.c sv.h
33599 ____________________________________________________________________________
33600 [ 24731] By: rgs                                   on 2005/06/07  14:44:55
33601         Log: Remove unneeded #ifdef VMS since VMS is not defined here anyway
33602              (spotted by Steve_p)
33603      Branch: perl
33604            ! util.c
33605 ____________________________________________________________________________
33606 [ 24730] By: rgs                                   on 2005/06/07  14:35:25
33607         Log: Subject: [PATCH] one more round of is_utf8_foo tuneup
33608              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
33609              Date: Sun, 05 Jun 2005 18:06:12 +0300
33610              Message-ID: <42A314E4.8060608@gmail.com>
33611      Branch: perl
33612            ! embed.fnc embed.h global.sym mg.c pod/perlapi.pod proto.h
33613            ! utf8.c utf8.h
33614 ____________________________________________________________________________
33615 [ 24729] By: rgs                                   on 2005/06/07  13:53:59
33616         Log: Subject: [PATCH] util.c: S_vdie_common() should be static
33617              From: Alexey Tourbin <at@altlinux.ru>
33618              Date: Sun, 5 Jun 2005 03:08:30 +0400
33619              Message-ID: <20050604230830.GS5867@solemn.turbinal.org>
33620      Branch: perl
33621            ! util.c
33622 ____________________________________________________________________________
33623 [ 24728] By: rgs                                   on 2005/06/07  13:15:45
33624         Log: Fix apidoc for newSVhek
33625      Branch: perl
33626            ! pod/perlapi.pod sv.c
33627 ____________________________________________________________________________
33628 [ 24727] By: nicholas                              on 2005/06/07  13:01:42
33629         Log: make pp_split const
33630      Branch: perl
33631            ! pp.c
33632 ____________________________________________________________________________
33633 [ 24726] By: nicholas                              on 2005/06/07  12:11:48
33634         Log: Lots of consting
33635      Branch: perl
33636            ! doio.c doop.c gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c pp_pack.c
33637            ! pp_sys.c
33638 ____________________________________________________________________________
33639 [ 24725] By: nicholas                              on 2005/06/07  12:08:58
33640         Log: The FBM compile code is mutable, because it's permissible to FBM
33641              compile a read-only value.
33642      Branch: perl
33643            ! util.c
33644 ____________________________________________________________________________
33645 [ 24724] By: nicholas                              on 2005/06/07  12:07:49
33646         Log: XS_VERSION_BOOTCHECK is read only.
33647      Branch: perl
33648            ! XSUB.h
33649 ____________________________________________________________________________
33650 [ 24723] By: nicholas                              on 2005/06/07  12:06:13
33651         Log: POPpx needs a const equivalent.
33652      Branch: perl
33653            ! pp.h
33654 ____________________________________________________________________________
33655 [ 24722] By: nicholas                              on 2005/06/07  12:03:56
33656         Log: Make a start at consting calls to SvPV. SV conversion and upgrade
33657              routines need to be mutable, as it's permitted to change the type of
33658              a READONLY SV, or cache the string or number conversion.
33659              Other routines are mostly const.
33660      Branch: perl
33661            ! sv.c
33662 ____________________________________________________________________________
33663 [ 24721] By: nicholas                              on 2005/06/07  12:00:09
33664         Log: Need const versions of SvPV(), so that its callers can indicate
33665              whether they are read/write or read only
33666              Also provide a mutable version, for the internals to use where it
33667              needs a non-const pointer, but will be writing. Callers of this are
33668              assumed to be aware of how copy on write is working, and to keep
33669              track of core changes.
33670              
33671              For now check that SVs are not READONLY when const versions are used.
33672              (with DEBUG_COW > 1). COW is going to have to be orthogonal to Perl's
33673              READONLY flag, but for now it provides a good test indicator.
33674      Branch: perl
33675            ! sv.h
33676 ____________________________________________________________________________
33677 [ 24720] By: rgs                                   on 2005/06/07  09:23:58
33678         Log: Subject: [PATCH] Re: [perl #36130] chr(-1) should probably return undef
33679              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
33680              Date: Mon, 06 Jun 2005 20:28:35 +0300
33681              Message-ID: <42A487C3.8010306@gmail.com>
33682      Branch: perl
33683            ! pod/perlfunc.pod pp.c t/op/chr.t
33684 ____________________________________________________________________________
33685 [ 24719] By: rgs                                   on 2005/06/07  09:02:23
33686         Log: Subject: RE: a bit of trouble with compiling with MSVC++ on Win32
33687              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
33688              Date: Tue, 7 Jun 2005 13:19:33 +0400 
33689              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12D462@itotest-1.spb.lucent.com>
33690      Branch: perl
33691            ! README.win32
33692 ____________________________________________________________________________
33693 [ 24718] By: rgs                                   on 2005/06/07  08:56:37
33694         Log: Subject: [perl #36193] crash in Perl_yyerror due to missing check for NULL 
33695              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
33696              Date: 6 Jun 2005 23:24:28 -0000
33697              Message-ID: <rt-3.0.11-36193-115243.12.1531563965146@perl.org>
33698      Branch: perl
33699            ! toke.c
33700 ____________________________________________________________________________
33701 [ 24717] By: merijn                                on 2005/06/07  08:18:59
33702         Log: Subject: [PATCH] Unvoid SvUPGRADE
33703              From: Andy Lester <andy@petdance.com>
33704              Date: Mon, 6 Jun 2005 23:08:50 -0500
33705              Message-ID: <20050607040850.GA7033@petdance.com>
33706      Branch: perl
33707            ! doio.c doop.c gv.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c
33708            ! scope.c sv.c sv.h toke.c util.c
33709 ____________________________________________________________________________
33710 [ 24716] By: nicholas                              on 2005/06/06  14:50:21
33711         Log: Abstract all access to the shared hash value through SvSHARED_HASH()
33712      Branch: perl
33713            ! hv.c pp_hot.c sv.c sv.h
33714 ____________________________________________________________________________
33715 [ 24715] By: nicholas                              on 2005/06/06  10:01:49
33716         Log: SvIsCOW_shared_hash is declared all the time, so use it.
33717      Branch: perl
33718            ! pp_hot.c
33719 ____________________________________________________________________________
33720 [ 24714] By: nicholas                              on 2005/06/06  09:08:45
33721         Log: Shared hash key scalars can be safely copied as shared hash key scalars
33722              all the time.
33723      Branch: perl
33724            ! sv.c
33725 ____________________________________________________________________________
33726 [ 24713] By: steveh                                on 2005/06/06  07:52:59
33727         Log: NORETURN_FUNCTION_END is not a complete statement
33728              
33729              (Fix compilation error following change #24702)
33730      Branch: perl
33731            ! ext/IO/IO.xs
33732 ____________________________________________________________________________
33733 [ 24712] By: steveh                                on 2005/06/06  07:47:06
33734         Log: We still need an "i" in the PERL_IMPLICIT_SYS case
33735              
33736              (Fix compilation error following change #24689)
33737      Branch: perl
33738            ! sv.c
33739 ____________________________________________________________________________
33740 [ 24711] By: merijn                                on 2005/06/06  06:18:51
33741         Log: Subject: [PATCH] Tru64: allow creating perl.pixie even with optimized Perl
33742              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
33743              Date: Sun, 05 Jun 2005 18:28:08 +0300
33744              Message-ID: <42A31A08.3070601@gmail.com>
33745      Branch: perl
33746            ! Makefile.SH
33747 ____________________________________________________________________________
33748 [ 24710] By: merijn                                on 2005/06/06  06:01:30
33749         Log: Subject: [PATCH] Re: blead attribute warnings, cygwin + gcc 3.4.1
33750              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33751              Date: Sun, 5 Jun 2005 20:43:55 -0700
33752              Message-ID: <20050606034354.GA1456@efn.org>
33753      Branch: perl
33754            ! cygwin/cygwin.c
33755 ____________________________________________________________________________
33756 [ 24709] By: rgs                                   on 2005/06/05  11:35:48
33757         Log: New test for getppid(), by Alexey Tourbin
33758      Branch: perl
33759            + t/op/getppid.t
33760            ! MANIFEST
33761 ____________________________________________________________________________
33762 [ 24708] By: rgs                                   on 2005/06/05  11:14:41
33763         Log: Subject: PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory
33764              From: Salvador Fandiño <sfandino@yahoo.com>
33765              Date: Jun 5, 2005 4:25 AM
33766              Message-ID: <20050605022436.21982.qmail@lists.develooper.com>
33767      Branch: perl
33768            ! pp_sort.c
33769 ____________________________________________________________________________
33770 [ 24707] By: ams                                   on 2005/06/05  03:55:11
33771         Log: Subject: [PATCH] Fix minor bummer in 24706
33772              From: Andy Lester <andy@petdance.com>
33773              Date: Sat, 4 Jun 2005 23:09:04 -0500
33774              Message-Id: <20050605040904.GA27783@petdance.com>
33775      Branch: perl
33776            ! utf8.c
33777 ____________________________________________________________________________
33778 [ 24706] By: rgs                                   on 2005/06/04  16:55:27
33779         Log: Subject: [PATCH] further speeding up of is_utf8_string()
33780              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
33781              Date: Sat, 04 Jun 2005 13:40:15 +0300
33782              Message-ID: <42A1850F.4040109@gmail.com>
33783      Branch: perl
33784            + t/op/chr.t
33785            ! MANIFEST embed.fnc embed.h global.sym proto.h utf8.c
33786 ____________________________________________________________________________
33787 [ 24705] By: rgs                                   on 2005/06/04  16:49:33
33788         Log: Silence a const warning
33789      Branch: perl
33790            ! sv.c
33791 ____________________________________________________________________________
33792 [ 24704] By: rgs                                   on 2005/06/04  16:06:38
33793         Log: Improve FindBin discovery of current directory, based on :
33794              
33795              Subject: FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379)
33796              From: José Pedro Oliveira <jpo@di.uminho.pt>
33797              Date: Thu, 12 May 2005 20:36:48 +0100
33798              Message-ID: <4283B050.6080805@di.uminho.pt>
33799              
33800              Plus POD fixes
33801      Branch: perl
33802            ! lib/FindBin.pm
33803 ____________________________________________________________________________
33804 [ 24703] By: rgs                                   on 2005/06/04  07:16:11
33805         Log: Simplify the getppid code, by Alexey Tourbin
33806      Branch: perl
33807            ! pp_sys.c
33808 ____________________________________________________________________________
33809 [ 24702] By: rgs                                   on 2005/06/03  22:22:43
33810         Log: Subject: [PATCH] Consting IO and Devel::Peek
33811              From: Andy Lester <andy@petdance.com>
33812              Reply-To: Perl 5 Porters <perl5-porters@perl.org>
33813              Message-ID: <20050531212621.GA12117@petdance.com>
33814      Branch: perl
33815            ! ext/Devel/Peek/Peek.xs ext/IO/IO.xs
33816 ____________________________________________________________________________
33817 [ 24701] By: rgs                                   on 2005/06/03  22:07:57
33818         Log: Subject: [PATCH] Clean up UNI* macros in toke.c
33819              From: Andy Lester <andy@petdance.com>
33820              Date: Jun 3, 2005 7:14 PM
33821              Message-ID: <20050603171448.GA5834@petdance.com>
33822      Branch: perl
33823            ! toke.c
33824 ____________________________________________________________________________
33825 [ 24700] By: rgs                                   on 2005/06/03  21:48:16
33826         Log: Subject: B::Concise torture
33827              From: Jim Cromie <jcromie@divsol.com>
33828              Date: Jun 2, 2005 6:36 AM
33829              Message-ID: <429E8CBE.406@divsol.com>
33830              (with formatting nits)
33831      Branch: perl
33832            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t ext/B/t/concise.t
33833 ____________________________________________________________________________
33834 [ 24699] By: rgs                                   on 2005/06/03  21:07:03
33835         Log: Subject: Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::Ping
33836              From: Gisle Aas <gisle@activestate.com>
33837              Date: 03 Jun 2005 09:17:44 -0700
33838              Message-ID: <lry89rfm8n.fsf_-_@caliper.activestate.com>
33839      Branch: perl
33840            ! lib/Net/Ping.pm
33841 ____________________________________________________________________________
33842 [ 24698] By: nicholas                              on 2005/06/03  12:00:01
33843         Log: Use newSVhek in the cloning code.
33844      Branch: perl
33845            ! sv.c
33846 ____________________________________________________________________________
33847 [ 24697] By: nicholas                              on 2005/06/03  11:06:36
33848         Log: Use newSVhek where we're generating SVs from package names
33849      Branch: perl
33850            ! op.c pp.c sv.c toke.c
33851 ____________________________________________________________________________
33852 [ 24696] By: nicholas                              on 2005/06/03  10:03:21
33853         Log: s/newSVpv_hek/newSVhek/g; # Lousy choice of name
33854      Branch: perl
33855            ! embed.fnc embed.h hv.c proto.h sv.c
33856 ____________________________________________________________________________
33857 [ 24694] By: rgs                                   on 2005/06/03  09:57:26
33858         Log: Bump version number
33859      Branch: perl
33860            ! ext/Devel/DProf/DProf.pm
33861 ____________________________________________________________________________
33862 [ 24693] By: rgs                                   on 2005/06/03  09:52:21
33863         Log: Subject: Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"
33864              From: Duncan Findlay <duncf@debian.org>
33865              Date: Wed, 1 Jun 2005 12:18:08 -0400
33866              Message-ID: <20050601161808.GA17294@duncf.mine.nu>
33867      Branch: perl
33868            ! utils/dprofpp.PL
33869 ____________________________________________________________________________
33870 [ 24692] By: nicholas                              on 2005/06/03  09:37:21
33871         Log: Create newSVpv_hek to reduce code duplication where HEKs need to be
33872              turned into SVs
33873      Branch: perl
33874            ! embed.fnc embed.h global.sym hv.c sv.c
33875 ____________________________________________________________________________
33876 [ 24691] By: rgs                                   on 2005/06/03  09:29:36
33877         Log: POD fixes
33878      Branch: perl
33879            ! pod/perlfunc.pod
33880 ____________________________________________________________________________
33881 [ 24690] By: rgs                                   on 2005/06/03  08:37:42
33882         Log: Subject: Re: Should while ( <$fh> ) and while (< $fh >) do the same thing?
33883              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33884              Date: Thu, 2 Jun 2005 11:49:11 -0700
33885              Message-ID: <20050602184911.GA3292@efn.org>
33886      Branch: perl
33887            ! pod/perlop.pod
33888 ____________________________________________________________________________
33889 [ 24689] By: rgs                                   on 2005/06/03  08:31:26
33890         Log: Subject: [PATCH] Random consting
33891              From: Andy Lester <andy@petdance.com>
33892              Date: Thu, 2 Jun 2005 12:19:43 -0500
33893              Message-ID: <20050602171943.GA16553@petdance.com>
33894      Branch: perl
33895            ! doio.c dump.c embed.fnc embed.h global.sym gv.c hv.c malloc.c
33896            ! perl.c perlio.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
33897            ! util.c
33898 ____________________________________________________________________________
33899 [ 24688] By: steveh                                on 2005/06/03  08:12:45
33900         Log: Subject: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
33901              From: "Jan Dubois" <jand@ActiveState.com>
33902              Date: Mon, 18 Apr 2005 20:16:24 -0700
33903              Message-Id: <200504190311.j3J3BM4p001792@smtp3.ActiveState.com>
33904              
33905              Subject: RE: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
33906              From: "Jan Dubois" <jand@ActiveState.com>
33907              Date: Tue, 19 Apr 2005 01:49:51 -0700
33908              Message-Id: <200504190844.j3J8inkW032630@smtp3.ActiveState.com>
33909              
33910              (There was no reply from Rob Brown in over a month, so commit to blead
33911              for now.  I'll email him again...)
33912      Branch: perl
33913            ! lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
33914            ! lib/Net/Ping/t/500_ping_icmp.t
33915 ____________________________________________________________________________
33916 [ 24687] By: rgs                                   on 2005/06/03  08:08:25
33917         Log: Subject: [PATCH] speed up is_utf8_char()
33918              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
33919              Date: Thu, 02 Jun 2005 21:52:46 +0300
33920              Message-ID: <429F557E.3090007@gmail.com>
33921      Branch: perl
33922            ! utf8.c utf8.h
33923 ____________________________________________________________________________
33924 [ 24686] By: rgs                                   on 2005/06/03  08:04:25
33925         Log: Subject: [PATCH] Quotes in pod/*.pod
33926              From: Andy Lester <andy@petdance.com>
33927              Date: Thu, 2 Jun 2005 16:19:54 -0500
33928              Message-ID: <20050602211954.GA22107@petdance.com>
33929      Branch: perl
33930            ! Porting/pumpkin.pod README.cygwin README.hurd README.mint
33931            ! README.os390 README.vmesa pod/perlfaq.pod pod/perlfaq3.pod
33932            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
33933            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlgpl.pod
33934            ! pod/perlhack.pod pod/perlipc.pod pod/perllocale.pod
33935            ! pod/perlport.pod pod/perlre.pod pod/perlref.pod
33936            ! pod/perlthrtut.pod
33937 ____________________________________________________________________________
33938 [ 24685] By: rgs                                   on 2005/06/03  07:59:48
33939         Log: Indent fix
33940      Branch: perl
33941            ! pod/perlfaq7.pod
33942 ____________________________________________________________________________
33943 [ 24684] By: rgs                                   on 2005/06/03  07:58:10
33944         Log: FAQ sync
33945      Branch: perl
33946            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
33947            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
33948            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
33949 ____________________________________________________________________________
33950 [ 24683] By: rgs                                   on 2005/06/03  07:45:21
33951         Log: Subject: [PATCH] symbian/xsbuild.pl
33952              From: <jarkko.hietaniemi@nokia.com>
33953              Date: Fri, 3 Jun 2005 11:00:01 +0300
33954              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A225@esebe105.NOE.Nokia.com>
33955      Branch: perl
33956            ! symbian/xsbuild.pl
33957 ____________________________________________________________________________
33958 [ 24682] By: rgs                                   on 2005/06/03  07:43:52
33959         Log: Subject: [PATCH] SvPVX_const() - patch #4
33960              From: Steve Peters <steve@fisharerojo.org>
33961              Date: Thu, 2 Jun 2005 13:41:35 -0500
33962              Message-ID: <20050602184135.GA13682@mccoy.peters.homeunix.org>
33963      Branch: perl
33964            ! embed.fnc pod/perlapi.pod proto.h regcomp.c regexec.c sv.c
33965 ____________________________________________________________________________
33966 [ 24681] By: rgs                                   on 2005/06/02  16:44:51
33967         Log: Subject: Re: [patch] teach B::Concise to see XS code
33968              From: Jim Cromie <jcromie@divsol.com>
33969              Date: Wed, 01 Jun 2005 08:01:17 -0600
33970              Message-ID: <429DBFAD.1090308@divsol.com>
33971      Branch: perl
33972            ! ext/B/B/Concise.pm ext/B/t/concise.t
33973 ____________________________________________________________________________
33974 [ 24680] By: nicholas                              on 2005/06/02  16:40:58
33975         Log: Integrate perl587delta.pod, the changes in perlhist.pod, and update
33976              the relevant makefiles and tables-of-contents to reflect this.
33977      Branch: perl
33978           +> pod/perl587delta.pod
33979           !> MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perlhist.pod
33980           !> pod/perltoc.pod vms/descrip_mms.template win32/Makefile
33981           !> win32/makefile.mk win32/pod.mak
33982 ____________________________________________________________________________
33983 [ 24679] By: steveh                                on 2005/06/02  15:57:13
33984         Log: Subject: DynaLoader dl_unload_file for win32 ( dl_win32.xs )
33985              From: DH <crazyinsomniac@yahoo.com>
33986              Date: Tue, 31 May 2005 08:33:27 -0700 (PDT)
33987              Message-ID: <20050531153327.85145.qmail@unknown-209-73-178-237.yahoo.com>
33988              
33989              (with a couple of minor tweaks)
33990      Branch: perl
33991            ! win32/dl_win32.xs
33992 ____________________________________________________________________________
33993 [ 24678] By: nicholas                              on 2005/06/02  15:10:54
33994         Log: Dave can see a better way of doing the rounding.
33995      Branch: perl
33996            ! handy.h
33997 ____________________________________________________________________________
33998 [ 24677] By: nicholas                              on 2005/06/02  14:42:20
33999         Log: 24672 is innocent. valgrind + perl's malloc considered harmful.
34000      Branch: perl
34001            ! toke.c
34002 ____________________________________________________________________________
34003 [ 24676] By: nicholas                              on 2005/06/02  13:36:01
34004         Log: Changes 24660 and 24665 both introduced errors into the USEMYMALLOC
34005              code. Plus change 24672 appears to break under USEMYMALLOC, so revert
34006              it for now.
34007      Branch: perl
34008            ! hv.c sv.c toke.c
34009 ____________________________________________________________________________
34010 [ 24675] By: rgs                                   on 2005/06/02  11:19:02
34011         Log: Upgrade to ExtUtils::CBuilder 0.12 and ExtUtils::ParseXS 2.10
34012      Branch: perl
34013            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
34014            ! lib/ExtUtils/CBuilder/Platform/Unix.pm
34015            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
34016            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
34017            ! lib/ExtUtils/CBuilder/Platform/aix.pm
34018            ! lib/ExtUtils/CBuilder/Platform/cygwin.pm
34019            ! lib/ExtUtils/CBuilder/Platform/darwin.pm
34020            ! lib/ExtUtils/CBuilder/Platform/os2.pm lib/ExtUtils/ParseXS.pm
34021 ____________________________________________________________________________
34022 [ 24674] By: rgs                                   on 2005/06/02  09:39:26
34023         Log: CPP typo fix (by Dominic Dunlop)
34024      Branch: perl
34025            ! perl.c
34026 ____________________________________________________________________________
34027 [ 24673] By: nicholas                              on 2005/06/02  09:29:48
34028         Log: Oops. My maths was too generous (by 1).
34029      Branch: perl
34030            ! handy.h
34031 ____________________________________________________________________________
34032 [ 24672] By: nicholas                              on 2005/06/02  09:24:17
34033         Log: Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive
34034              macro.
34035      Branch: perl
34036            ! toke.c
34037 ____________________________________________________________________________
34038 [ 24671] By: rgs                                   on 2005/06/02  09:06:39
34039         Log: Fix changed diagnostic
34040      Branch: perl
34041            ! pod/perldiag.pod
34042 ____________________________________________________________________________
34043 [ 24670] By: ams                                   on 2005/06/02  08:44:41
34044         Log: Subject: [PATCH] SvPVX_const() - part 3 ... and const'ing Storable
34045              From: Steve Peters <steve@fisharerojo.org>
34046              Date: Tue, 31 May 2005 09:55:43 -0500
34047              Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org>
34048      Branch: perl
34049            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
34050            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
34051            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/via/via.xs
34052            ! ext/Storable/Storable.xs pp_hot.c pp_pack.c pp_sys.c scope.c
34053 ____________________________________________________________________________
34054 [ 24669] By: rgs                                   on 2005/06/02  08:17:29
34055         Log: Subject: [PATCH] use lengths in sv_setpv() calls
34056              From: Andy Lester <andy@petdance.com>
34057              Date: Wed, 1 Jun 2005 23:16:56 -0500
34058              Message-ID: <20050602041656.GA3000@petdance.com>
34059      Branch: perl
34060            ! gv.c sv.c util.c
34061 ____________________________________________________________________________
34062 [ 24668] By: merijn                                on 2005/06/02  08:02:23
34063         Log: New HW model; more on threads for 10.20
34064      Branch: perl
34065            ! README.hpux
34066 ____________________________________________________________________________
34067 [ 24667] By: merijn                                on 2005/06/02  07:52:09
34068         Log: HP-UX specific #pragma entered in #23890 is not supported
34069              on HP-UX 10.20 and older
34070      Branch: perl
34071            ! perl.c
34072 ____________________________________________________________________________
34073 [ 24666] By: merijn                                on 2005/06/02  07:39:30
34074         Log: Subject: [PATCH] Quotes fixed, see also perl #36079
34075              From: Andy Lester <andy@petdance.com>
34076              Date: Thu, 2 Jun 2005 00:02:38 -0500
34077              Message-ID: <20050602050238.GA4001@petdance.com>
34078      Branch: perl
34079            ! av.c doio.c gv.c malloc.c perl.c perl.h perly.c
34080            ! pod/perldiag.pod pp_sort.c pp_sys.c regcomp.c regexec.c
34081            ! scope.h thrdvar.h toke.c util.c
34082 ____________________________________________________________________________
34083 [ 24665] By: nicholas                              on 2005/06/01  20:46:02
34084         Log: Round up all string length requests to malloc()/realloc() to the next
34085              multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc()
34086              internally will quantise, and so we're going to use space that
34087              otherwise would be wasted. Hopefully this will save realloc()ing.
34088      Branch: perl
34089            ! ext/Devel/Peek/t/Peek.t handy.h perl.h sv.c
34090 ____________________________________________________________________________
34091 [ 24664] By: nicholas                              on 2005/06/01  20:42:29
34092         Log: I think SvCUR() was intended rather than SvLEN()
34093      Branch: perl
34094            ! ext/Storable/Storable.xs
34095 ____________________________________________________________________________
34096 [ 24663] By: nicholas                              on 2005/06/01  15:40:57
34097         Log: We don't have XRVs any more, so remove the typedef
34098      Branch: perl
34099            ! perl.h
34100 ____________________________________________________________________________
34101 [ 24662] By: nicholas                              on 2005/06/01  15:23:02
34102         Log: Zero-ing the new HV array is pointless, as we write to every element.
34103              Also avoid calling into he_dup when the HE is 0, to save the function
34104              call overhead.
34105      Branch: perl
34106            ! sv.c
34107 ____________________________________________________________________________
34108 [ 24661] By: nicholas                              on 2005/06/01  15:08:02
34109         Log: As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be
34110              char rather than HE *. Bug was harmless, overallocating by a factor
34111              of sizeof(HE *)
34112      Branch: perl
34113            ! hv.c
34114 ____________________________________________________________________________
34115 [ 24660] By: nicholas                              on 2005/06/01  14:33:14
34116         Log: Store the xhv_aux structure after the main array.
34117              This reduces the size of HV bodies from 24 to 20 bytes on a 32 bit
34118              build. It has the side effect of defined %symbol_table:: now always
34119              being true. defined %hash is already deprecated.
34120      Branch: perl
34121            ! hv.c hv.h sv.c sv.h t/op/magic.t
34122 ____________________________________________________________________________
34123 [ 24659] By: nicholas                              on 2005/06/01  14:28:38
34124         Log: If we're building config_heavy.pl somewhere else, then we need to
34125              require it, not something (or maybe nothing) in the correct place.
34126      Branch: perl
34127            ! configpm
34128 ____________________________________________________________________________
34129 [ 24658] By: rgs                                   on 2005/06/01  14:16:32
34130         Log: Revert change #24656
34131      Branch: perl
34132            ! Makefile.SH
34133 ____________________________________________________________________________
34134 [ 24657] By: nicholas                              on 2005/06/01  09:19:46
34135         Log: Following the head refactoring, the Newz doesn't clear the SvPVX
34136              So PL_mess_sv contained an uninitialised value.
34137      Branch: perl
34138            ! util.c
34139 ____________________________________________________________________________
34140 [ 24656] By: rgs                                   on 2005/06/01  09:12:37
34141         Log: Subject: [PATCH] eliminate always running mktables
34142              From: Robin Barker <Robin.Barker@npl.co.uk>
34143              Date: Wed, 1 Jun 2005 09:55:16 +0100 
34144              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6B8@hotel.npl.co.uk>
34145      Branch: perl
34146            ! Makefile.SH
34147 ____________________________________________________________________________
34148 [ 24655] By: rgs                                   on 2005/06/01  09:09:35
34149         Log: Don't touch lib/ExtUtils/Miniperl.pm when rebuild identically
34150      Branch: perl
34151            ! Makefile.SH
34152 ____________________________________________________________________________
34153 [ 24654] By: rgs                                   on 2005/06/01  08:18:46
34154         Log: Subject: [PATCH] Re: [patch] teach B::Concise to see XS code
34155              From: Stephen McCamant <smcc@mit.edu>
34156              Date: Sat, 21 May 2005 21:52:31 -0700
34157              Message-ID: <17040.4111.265639.434150@apocalypse.OCF.Berkeley.EDU>
34158              
34159              Correctly nullify CvSTART when undef'ing a CV
34160      Branch: perl
34161            ! op.c
34162 ____________________________________________________________________________
34163 [ 24653] By: rgs                                   on 2005/06/01  07:56:50
34164         Log: Subject: Re: [patch] teach B::Concise to see XS code
34165              From: Jim Cromie <jcromie@divsol.com>
34166              Date: Sat, 21 May 2005 09:24:24 -0600
34167              Message-ID: <428F52A8.20702@divsol.com>
34168      Branch: perl
34169            + ext/B/t/concise-xs.t
34170            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t
34171 ____________________________________________________________________________
34172 [ 24652] By: rgs                                   on 2005/06/01  07:39:38
34173         Log: Subject: [PATCH] Speed up lib/unicore/mktables by 45%
34174              From: Andy Lester <andy@petdance.com>
34175              Date: Tue, 31 May 2005 12:39:00 -0500
34176              Message-ID: <20050531173900.GA9820@petdance.com>
34177      Branch: perl
34178            ! lib/unicore/mktables
34179 ____________________________________________________________________________
34180 [ 24651] By: rgs                                   on 2005/05/31  20:34:44
34181         Log: Remove duplicated line
34182      Branch: perl
34183            ! lib/Module/CoreList.pm
34184 ____________________________________________________________________________
34185 [ 24650] By: rgs                                   on 2005/05/31  20:31:55
34186         Log: Upgrade to Module::CoreList 2.02
34187      Branch: perl
34188            ! lib/Module/CoreList.pm
34189 ____________________________________________________________________________
34190 [ 24649] By: nicholas                              on 2005/05/31  12:03:30
34191         Log: Attempt 2 at a diet memory layout can go live.
34192      Branch: perl
34193            ! av.h hv.h
34194 ____________________________________________________________________________
34195 [ 24648] By: nicholas                              on 2005/05/31  10:40:01
34196         Log: Avoid updating a variable in a loop.
34197              Only calculate the number of links in a hash bucket chain if we really
34198              need it.
34199      Branch: perl
34200            ! hv.c
34201 ____________________________________________________________________________
34202 [ 24646] By: nicholas                              on 2005/05/31  10:02:12
34203         Log: Avoid updating a variable in the loop
34204      Branch: perl
34205            ! hv.c
34206 ____________________________________________________________________________
34207 [ 24645] By: rgs                                   on 2005/05/31  09:13:34
34208         Log: Subject: [PATCH] ByteLoader.xs cleanup
34209              From: Andy Lester <andy@petdance.com>
34210              Date: Mon, 30 May 2005 22:28:36 -0500
34211              Message-ID: <20050531032836.GA32198@petdance.com>
34212      Branch: perl
34213            ! ext/ByteLoader/ByteLoader.xs
34214 ____________________________________________________________________________
34215 [ 24644] By: merijn                                on 2005/05/31  05:41:24
34216         Log: Add DECC to the symbol list
34217              Subject: [PATCH]lette Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
34218              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34219              Date: Mon, 30 May 2005 16:33:15 -0700
34220              Message-ID: <20050530233315.GA3088@efn.org>
34221      Branch: perl
34222            ! Configure
34223 ____________________________________________________________________________
34224 [ 24642] By: davem                                 on 2005/05/30  23:37:15
34225         Log: add pointer to email explaining why eval {goto &foo} is banned
34226      Branch: perl
34227            ! pp_ctl.c
34228 ____________________________________________________________________________
34229 [ 24638] By: nicholas                              on 2005/05/30  21:02:34
34230         Log: Change the logic to avoid needing to set a variable during the loop
34231      Branch: perl
34232            ! hv.c
34233 ____________________________________________________________________________
34234 [ 24633] By: nicholas                              on 2005/05/30  13:01:27
34235         Log: Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get()
34236      Branch: perl
34237            ! hv.c
34238 ____________________________________________________________________________
34239 [ 24631] By: rgs                                   on 2005/05/30  11:54:23
34240         Log: Upgrade to PathTools 3.08
34241      Branch: perl
34242            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
34243 ____________________________________________________________________________
34244 [ 24630] By: merijn                                on 2005/05/30  11:07:45
34245         Log: gcc hints were not yet applied to gcc-4.x
34246              Now they are
34247      Branch: perl
34248            ! hints/hpux.sh
34249 ____________________________________________________________________________
34250 [ 24629] By: rgs                                   on 2005/05/30  11:07:15
34251         Log: Subject: [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS 
34252              From: Olli Savia (via RT) <perlbug-followup@perl.org>
34253              Date: 30 May 2005 10:59:35 -0000
34254              Message-ID: <rt-3.0.11-36037-113779.5.23037641993746@perl.org>
34255      Branch: perl
34256            ! util.c
34257 ____________________________________________________________________________
34258 [ 24628] By: merijn                                on 2005/05/30  10:28:06
34259         Log: regen after #24627
34260      Branch: perl
34261            ! perlapi.h
34262 ____________________________________________________________________________
34263 [ 24627] By: merijn                                on 2005/05/30  10:19:09
34264         Log: Subject: Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
34265              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
34266              Date: Mon, 30 May 2005 09:15:56 +0300
34267              Message-ID: <429AAF9C.30503@gmail.com>
34268      Branch: perl
34269            ! embed.pl ext/DynaLoader/dl_dlopen.xs perl.h sv.c
34270 ____________________________________________________________________________
34271 [ 24626] By: rgs                                   on 2005/05/30  08:54:51
34272         Log: Subject: [PATCH] Teeny optimization in S_hv_magic_check
34273              From: Andy Lester <andy@petdance.com>
34274              Date: Tue, 24 May 2005 11:41:15 -0500
34275              Message-ID: <20050524164115.GA12027@petdance.com>
34276      Branch: perl
34277            ! hv.c
34278 ____________________________________________________________________________
34279 [ 24625] By: rgs                                   on 2005/05/30  08:48:12
34280         Log: Subject: [PATCH] More embed.fnc strictures, plus consting and localizing
34281              From: Andy Lester <andy@petdance.com>
34282              Date: Tue, 24 May 2005 11:47:22 -0500
34283              Message-ID: <20050524164722.GC12027@petdance.com>
34284              
34285              Subject: [PATCH] Remove unused casts
34286              From: Andy Lester <andy@petdance.com>
34287              Date: Tue, 24 May 2005 11:42:18 -0500
34288              Message-ID: <20050524164218.GB12027@petdance.com>
34289      Branch: perl
34290            ! embed.fnc op.c pp_sys.c proto.h regcomp.c regexec.c scope.c
34291            ! sv.c
34292 ____________________________________________________________________________
34293 [ 24624] By: rgs                                   on 2005/05/30  08:11:30
34294         Log: Minor grammar fix by Uri Guttman
34295      Branch: perl
34296            ! pod/perlre.pod
34297 ____________________________________________________________________________
34298 [ 24623] By: rgs                                   on 2005/05/30  08:08:47
34299         Log: Subject: [PATCH] perlrun.pod -w description typo
34300              From: Offer Kaye <offer.kaye@gmail.com>
34301              Date: Mon, 30 May 2005 11:27:38 +0300
34302              Message-ID: <569425050530012768a9baca@mail.gmail.com>
34303      Branch: perl
34304            ! pod/perlrun.pod
34305 ____________________________________________________________________________
34306 [ 24622] By: rgs                                   on 2005/05/30  07:45:09
34307         Log: Subject: [PATCH] Minor warning squashings
34308              From: Andy Lester <andy@petdance.com>
34309              Date: Sun, 29 May 2005 00:19:06 -0500
34310              Message-Id: <740ea3aca85400c6d03e945323badad4@petdance.com>
34311              
34312              Subject: [PATCH] Consting in Opcode.xs
34313              From: Andy Lester <andy@petdance.com>
34314              Date: Sun, 29 May 2005 11:23:50 -0500
34315              Message-ID: <20050529162350.GA13965@petdance.com>
34316              
34317              Subject: [PATCH] consting attrs.xs
34318              From: Andy Lester <andy@petdance.com>
34319              Date: Sun, 29 May 2005 14:15:46 -0500
34320              Message-ID: <20050529191546.GA15581@petdance.com>
34321              
34322              Subject: [PATCH] consting B.xs
34323              From: Andy Lester <andy@petdance.com>
34324              Date: Sun, 29 May 2005 15:09:24 -0500
34325              Message-ID: <20050529200924.GA15873@petdance.com>
34326      Branch: perl
34327            ! embed.fnc ext/B/B.xs ext/Opcode/Opcode.xs ext/attrs/attrs.xs
34328            ! perlio.c pp_sys.c proto.h regcomp.c utf8.c
34329 ____________________________________________________________________________
34330 [ 24621] By: nicholas                              on 2005/05/30  07:43:05
34331         Log: Need a cast to avoid a compiler warning.
34332      Branch: perl
34333            ! ext/ByteLoader/bytecode.h
34334 ____________________________________________________________________________
34335 [ 24619] By: nicholas                              on 2005/05/29  19:35:38
34336         Log: Goodbye xav_arylen. You won't be missed that much.
34337              So now there's a buy 5 get one free offer on PVAV bodies.
34338      Branch: perl
34339            ! av.c av.h dump.c embed.fnc global.sym perl.h pp.c proto.h sv.c
34340 ____________________________________________________________________________
34341 [ 24618] By: ams                                   on 2005/05/29  18:07:37
34342         Log: Subject: [PATCH configure.com] compiler awareness week
34343              From: "Craig A. Berry" <craigberry@mac.com>
34344              Date: Sun, 29 May 2005 12:43:09 -0500
34345              Message-Id: <4299FF2D.90209@mac.com>
34346      Branch: perl
34347            ! configure.com
34348 ____________________________________________________________________________
34349 [ 24617] By: nicholas                              on 2005/05/29  17:46:39
34350         Log: Change the IV to a union.
34351              Revert the NV union back to a plain NV
34352              Transpose the positions of IV and NV (NV is now first)
34353              Don't allocate the NV for PV,PVIV,PVAV and PVHV (last 2 non-allocations
34354              currently disabled by default)
34355      Branch: perl
34356            ! av.h cv.h hv.h intrpvar.h sv.c sv.h
34357 ____________________________________________________________________________
34358 [ 24615] By: nicholas                              on 2005/05/29  14:24:17
34359         Log: Teach buildtoc about README.openbsd, and regenerate various makefiles.
34360      Branch: perl
34361            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
34362            ! win32/makefile.mk
34363 ____________________________________________________________________________
34364 [ 24614] By: nicholas                              on 2005/05/29  14:23:32
34365         Log: Restort into bulidtoc's preferred order
34366      Branch: perl
34367            ! MANIFEST
34368 ____________________________________________________________________________
34369 [ 24613] By: ams                                   on 2005/05/29  04:45:05
34370         Log: Subject: [PATCH] VMS build update for blead
34371              From: "Craig A. Berry" <craigberry@mac.com>
34372              Date: Sat, 28 May 2005 23:18:46 -0500
34373              Message-Id: <429942A6.10601@mac.com>
34374      Branch: perl
34375            ! doio.c perly.c vms/descrip_mms.template vms/gen_shrfls.pl
34376            ! vms/vms.c vms/vmsish.h
34377 ____________________________________________________________________________
34378 [ 24612] By: ams                                   on 2005/05/28  14:40:32
34379         Log: Subject: [PATCH] Re: t/uni/class.t has a lot to warn about
34380              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
34381              Date: Sat, 28 May 2005 11:47:47 +0300
34382              Message-Id: <42983033.5050509@gmail.com>
34383      Branch: perl
34384            ! t/uni/class.t
34385 ____________________________________________________________________________
34386 [ 24610] By: merijn                                on 2005/05/27  19:22:39
34387         Log: Subject: Re: [PATCH] Do not install change logs, READMEs, etc...
34388              From: Michael G Schwern <schwern@pobox.com>
34389              Date: Fri, 27 May 2005 12:33:27 -0700
34390              Message-ID: <20050527193327.GC17504@windhund.schwern.org>
34391      Branch: perl
34392            ! installperl
34393 ____________________________________________________________________________
34394 [ 24609] By: nicholas                              on 2005/05/27  18:54:36
34395         Log: In assert(), we mustn't stringify the message as part of the first
34396              argument to croak, as it's a *printf format, and the thing we're
34397              asserting might itself contain % signs.
34398              Also, as __FILE__ is a string, we can append that to the format,
34399              rather than needing a %s for it.
34400      Branch: perl
34401            ! perl.h
34402 ____________________________________________________________________________
34403 [ 24608] By: nicholas                              on 2005/05/27  18:20:26
34404         Log: is() is better than ok()
34405      Branch: perl
34406            ! t/op/each.t
34407 ____________________________________________________________________________
34408 [ 24607] By: steveh                                on 2005/05/27  16:22:59
34409         Log: Fix failing Cwd tests on Win32
34410              
34411              Patch was posted to Ken previously
34412              
34413              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00226.html)
34414              
34415              but no reply as yet.  I'll mail him again...
34416      Branch: perl
34417            ! lib/Cwd.pm
34418 ____________________________________________________________________________
34419 [ 24606] By: steveh                                on 2005/05/27  16:15:41
34420         Log: Skip signals and core dump tests on Win32
34421              
34422              See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00749.html
34423      Branch: perl
34424            ! t/run/exit.t
34425 ____________________________________________________________________________
34426 [ 24605] By: steveh                                on 2005/05/27  15:54:09
34427         Log: Fix more Win32 linker errors caused by change 24561
34428              
34429              Apparently sys_intern_init and sys_intern_clear are required even for
34430              non-threaded builds on Win32.
34431      Branch: perl
34432            ! embed.fnc embed.h proto.h
34433 ____________________________________________________________________________
34434 [ 24596] By: merijn                                on 2005/05/27  10:20:54
34435         Log: Subject: [PATCH] Do not install change logs, READMEs, etc...
34436              From: Michael G Schwern <schwern@pobox.com>
34437              Date: Thu, 26 May 2005 13:43:05 -0700
34438              Message-ID: <20050526204305.GH11558@windhund.schwern.org>
34439      Branch: perl
34440            ! installperl
34441 ____________________________________________________________________________
34442 [ 24595] By: merijn                                on 2005/05/27  10:06:25
34443         Log: Subject: [PATCH] add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF
34444              From: <jarkko.hietaniemi@nokia.com>
34445              Date: Fri, 27 May 2005 13:15:36 +0300
34446              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A1CD@esebe105.NOE.Nokia.com>
34447      Branch: perl
34448            ! perl.h
34449 ____________________________________________________________________________
34450 [ 24594] By: nicholas                              on 2005/05/27  09:18:26
34451         Log: Get the HEK once only in the hot code (class method calls)
34452      Branch: perl
34453            ! hv.h pp_hot.c
34454 ____________________________________________________________________________
34455 [ 24593] By: rgs                                   on 2005/05/27  07:44:07
34456         Log: Subject: [PATCH] Re: [perl #35420] localtime corruption
34457              From: Michael G Schwern <schwern@pobox.com>
34458              Date: Thu, 26 May 2005 13:39:38 -0700
34459              Message-ID: <20050526203938.GG11558@windhund.schwern.org>
34460      Branch: perl
34461            ! pod/perlfunc.pod pod/perlport.pod
34462 ____________________________________________________________________________
34463 [ 24592] By: rgs                                   on 2005/05/27  07:04:46
34464         Log: Subject: [PATCH] Documentation nits and fixes for Sv*_set() macros
34465              From: Steve Peters <steve@fisharerojo.org>
34466              Date: Thu, 26 May 2005 14:58:50 -0500
34467              Message-ID: <20050526195850.GA1308@mccoy.peters.homeunix.org>
34468      Branch: perl
34469            ! pod/perlapi.pod sv.h
34470 ____________________________________________________________________________
34471 [ 24591] By: steveh                                on 2005/05/26  16:56:03
34472         Log: Fix some Win32 link errors
34473      Branch: perl
34474            ! global.sym makedef.pl proto.h
34475 ____________________________________________________________________________
34476 [ 24590] By: nicholas                              on 2005/05/26  16:07:20
34477         Log: Rename the members of the SV head union to avoid pre-processor
34478              arguments with embed.h
34479      Branch: perl
34480            ! av.h hv.h sv.c sv.h
34481 ____________________________________________________________________________
34482 [ 24588] By: ams                                   on 2005/05/26  15:33:58
34483         Log: -Wall is intolerably noisy with icc.
34484      Branch: perl
34485            ! cflags.SH
34486 ____________________________________________________________________________
34487 [ 24585] By: rgs                                   on 2005/05/26  15:13:53
34488         Log: Subject: [PATCH] bytes.pm doesn't check undefined subroutine calling
34489              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
34490              Date: Thu, 26 May 2005 23:46:35 +0900
34491              Message-Id: <20050526234321.92F1.BQW10602@nifty.com>
34492      Branch: perl
34493            ! lib/bytes.pm lib/bytes.t
34494 ____________________________________________________________________________
34495 [ 24584] By: nicholas                              on 2005/05/26  14:24:31
34496         Log: Store the package name as a shared HEK.
34497              Abolish HvNAME() - as the stored pointer is not a char* you can't set
34498              it directly now.
34499              Storing a pointer to a HEK tracks the length too, and seems to be
34500              faster.
34501      Branch: perl
34502            ! embed.fnc gv.c hv.c hv.h op.c pp.c proto.h sv.c toke.c
34503            ! xsutils.c
34504 ____________________________________________________________________________
34505 [ 24583] By: nicholas                              on 2005/05/26  12:27:47
34506         Log: We know how big the global string table will be, so use that
34507              information.
34508      Branch: perl
34509            ! sv.c
34510 ____________________________________________________________________________
34511 [ 24582] By: nicholas                              on 2005/05/26  11:28:24
34512         Log: It helps to set the total keys correctly when duplicating a hash.
34513              It helps even more to have a test for this.
34514      Branch: perl
34515            ! ext/threads/t/problems.t sv.c
34516 ____________________________________________________________________________
34517 [ 24581] By: merijn                                on 2005/05/26  11:26:05
34518         Log: More possible re-order dependencies solved
34519      Branch: perl
34520            ! Porting/config_h.pl config_h.SH
34521 ____________________________________________________________________________
34522 [ 24580] By: merijn                                on 2005/05/26  08:43:38
34523         Log: Subject: [PATCH] Updated lint infrastructure
34524              From: Andy Lester <andy@petdance.com>
34525              Date: Wed, 25 May 2005 12:31:39 -0500
34526              Message-ID: <20050525173139.GB1701@petdance.com>
34527      Branch: perl
34528            ! Makefile.SH handy.h malloc.c mg.c pp.c regcomp.h
34529 ____________________________________________________________________________
34530 [ 24579] By: ams                                   on 2005/05/26  07:08:22
34531         Log: Subject: [PATCH] MPE/iX has no lchown()
34532              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
34533              Date: Thu, 26 May 2005 08:36:19 +0300
34534              Message-Id: <42956053.4010200@gmail.com>
34535      Branch: perl
34536            ! hints/mpeix.sh
34537 ____________________________________________________________________________
34538 [ 24578] By: merijn                                on 2005/05/25  19:05:07
34539         Log: Added Porting/config_h.pl
34540      Branch: perl
34541            ! MANIFEST
34542 ____________________________________________________________________________
34543 [ 24576] By: merijn                                on 2005/05/25  18:41:52
34544         Log: Reordering config_h.SH after metaconfig now semi automated
34545              This will save me *a lot* of manual work
34546      Branch: perl
34547            + Porting/config_h.pl
34548            ! Configure config_h.SH
34549 ____________________________________________________________________________
34550 [ 24575] By: nicholas                              on 2005/05/25  16:26:12
34551         Log: Export Perl_hek_dup, which duplicates shared hash keys.
34552      Branch: perl
34553            ! embed.fnc embed.h hv.c proto.h
34554 ____________________________________________________________________________
34555 [ 24574] By: nicholas                              on 2005/05/25  15:52:33
34556         Log: Track the mapping between source shared hash keys and target shared
34557              hash keys to save repeated lookups during cloning.
34558      Branch: perl
34559            ! embed.fnc embedvar.h ext/threads/threads.xs hv.c intrpvar.h
34560            ! perl.c perlapi.h proto.h sv.c
34561 ____________________________________________________________________________
34562 [ 24573] By: nicholas                              on 2005/05/25  14:06:55
34563         Log: Replace all uses of HvNAME with the appropriate HvNAME_get or
34564              HvNAME_set
34565      Branch: perl
34566            ! bytecode.pl cop.h ext/ByteLoader/bytecode.h
34567            ! ext/ByteLoader/byterun.c
34568 ____________________________________________________________________________
34569 [ 24572] By: nicholas                              on 2005/05/25  10:02:07
34570         Log: I think for now these have to be disabled by default.
34571      Branch: perl
34572            ! av.h hv.h
34573 ____________________________________________________________________________
34574 [ 24571] By: rgs                                   on 2005/05/25  09:34:20
34575         Log: Update description of Term::ReadLine and fix typo
34576              Subject: [perl #35963] Typo in Term::ReadLine 
34577              From: "perlbug@veggiechinese.net (via RT)" <perlbug-followup@perl.org>
34578              Date: 24 May 2005 23:29:37 -0000
34579              Message-ID: <rt-3.0.11-35963-113541.14.5614982698687@perl.org>
34580      Branch: perl
34581            ! lib/Term/ReadLine.pm
34582 ____________________________________________________________________________
34583 [ 24570] By: nicholas                              on 2005/05/24  20:23:53
34584         Log: Initialising the hash seed needs to be early in case anything
34585              calcualtes HASHes during dup()ing.
34586      Branch: perl
34587            ! sv.c
34588 ____________________________________________________________________________
34589 [ 24569] By: nicholas                              on 2005/05/24  17:13:34
34590         Log: Reorder the union to cause Win32 compilers to use void * alignment for
34591              it.
34592      Branch: perl
34593            ! av.h cv.h hv.h sv.h
34594 ____________________________________________________________________________
34595 [ 24568] By: ams                                   on 2005/05/24  16:44:53
34596         Log: Subject: [PATCH] xsubpp, ParseXS: allow other suffix beyond .c
34597              From: jarkko.hietaniemi@nokia.com
34598              Date: Tue, 24 May 2005 12:48:38 +0300
34599              Message-Id: <B356D8F434D20B40A8CEDAEC305A1F2453D7EB@esebe105.NOE.Nokia.com>
34600      Branch: perl
34601            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/xsubpp
34602 ____________________________________________________________________________
34603 [ 24567] By: rgs                                   on 2005/05/24  15:44:52
34604         Log: Clarification on the behaviour of qw// and x :
34605              Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix
34606              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34607              Date: Tue, 24 May 2005 08:52:00 -0700
34608              Message-ID: <20050524155200.GA1784@efn.org>
34609      Branch: perl
34610            ! pod/perlop.pod
34611 ____________________________________________________________________________
34612 [ 24566] By: nicholas                              on 2005/05/24  15:21:48
34613         Log: Leaking is bad, m'kay.
34614      Branch: perl
34615            ! hv.c sv.c
34616 ____________________________________________________________________________
34617 [ 24565] By: rgs                                   on 2005/05/24  13:50:02
34618         Log: Remove Perl_ck_* functions from public API
34619      Branch: perl
34620            ! embed.fnc embed.h global.sym
34621 ____________________________________________________________________________
34622 [ 24564] By: nicholas                              on 2005/05/24  13:01:49
34623         Log: Correct the description of pte_arenaroot
34624      Branch: perl
34625            ! intrpvar.h
34626 ____________________________________________________________________________
34627 [ 24563] By: rgs                                   on 2005/05/24  12:58:45
34628         Log: Documentation nit on @-, found by Guillaume Rousse
34629              (plus POD markup simplification, for readability with pod2text)
34630      Branch: perl
34631            ! pod/perlvar.pod
34632 ____________________________________________________________________________
34633 [ 24562] By: rgs                                   on 2005/05/24  12:39:26
34634         Log: ext/B/t/deparse.t was failing with t/TEST but not with t/harness
34635      Branch: perl
34636            ! ext/B/t/deparse.t
34637 ____________________________________________________________________________
34638 [ 24561] By: rgs                                   on 2005/05/24  12:33:01
34639         Log: Subject: [PATCH] embed.fnc cleanup + SvPVX_const usage
34640              From: Andy Lester <andy@petdance.com>
34641              Date: Sat, 21 May 2005 09:06:40 -0500
34642              Message-ID: <20050521140640.GB875@petdance.com>
34643      Branch: perl
34644            ! embed.fnc embed.h global.sym op.c pad.c perlio.c pp_ctl.c
34645            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c utf8.c
34646 ____________________________________________________________________________
34647 [ 24560] By: rgs                                   on 2005/05/24  11:22:21
34648         Log: The tokenizer should expect an operator after qw().
34649              This fixes [perl #35885] qw and x operators doesn't mix
34650      Branch: perl
34651            ! t/op/repeat.t toke.c
34652 ____________________________________________________________________________
34653 [ 24559] By: rgs                                   on 2005/05/24  08:45:44
34654         Log: Subject: Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly.
34655              From: demerphq <demerphq@gmail.com>
34656              Date: Mon, 23 May 2005 11:43:56 +0200
34657              Message-ID: <9b18b31105052302431fb0a3c2@mail.gmail.com>
34658      Branch: perl
34659            ! ext/B/t/deparse.t
34660 ____________________________________________________________________________
34661 [ 24558] By: rgs                                   on 2005/05/24  08:09:10
34662         Log: Make distclean should remove the leftover test files of ExtUtils::ParseXS
34663      Branch: perl
34664            ! Makefile.SH
34665 ____________________________________________________________________________
34666 [ 24557] By: nicholas                              on 2005/05/23  20:26:35
34667         Log: Don't allocate an IV slot where the type doesn't use the IV slot.
34668      Branch: perl
34669            ! av.h hv.h sv.h
34670 ____________________________________________________________________________
34671 [ 24556] By: ams                                   on 2005/05/23  16:58:46
34672         Log: Assorted 2.15 fixes.
34673      Branch: perl
34674            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
34675 ____________________________________________________________________________
34676 [ 24555] By: ams                                   on 2005/05/23  16:34:16
34677         Log: Remove one const to ensure that the universe doesn't tip over.
34678              (At least on AIX.)
34679      Branch: perl
34680            ! ext/Storable/Storable.xs
34681 ____________________________________________________________________________
34682 [ 24554] By: merijn                                on 2005/05/23  15:29:01
34683         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) 
34684              From: Andrew Dougherty <doughera@lafayette.edu>
34685              Date: Mon, 23 May 2005 11:48:08 -0400 (EDT)
34686              Message-ID: <Pine.SOC.4.62.0505231143480.4714@maxwell.phys.lafayette.edu>
34687      Branch: perl
34688            ! ext/SDBM_File/sdbm/sdbm.c
34689 ____________________________________________________________________________
34690 [ 24553] By: ams                                   on 2005/05/23  15:24:05
34691         Log: Subject: [PATCH] universal.c warnings hushed
34692              From: Andy Lester <andy@petdance.com>
34693              Date: Mon, 23 May 2005 10:38:25 -0500
34694              Message-Id: <20050523153825.GA28498@petdance.com>
34695      Branch: perl
34696            ! universal.c
34697 ____________________________________________________________________________
34698 [ 24552] By: rgs                                   on 2005/05/23  14:31:33
34699         Log: Attribute compilation fix for Windows by Andy Lester
34700      Branch: perl
34701            ! perl.h perlio.h
34702 ____________________________________________________________________________
34703 [ 24551] By: gbarr                                 on 2005/05/23  13:49:59
34704         Log: Update to Scalar-List-Utils-1.17
34705      Branch: perl
34706            ! ext/List/Util/Changes ext/List/Util/README
34707            ! ext/List/Util/lib/List/Util.pm
34708            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
34709            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/refaddr.t
34710 ____________________________________________________________________________
34711 [ 24550] By: rgs                                   on 2005/05/23  11:38:34
34712         Log: Declaration nit spotted by Jarkko
34713      Branch: perl
34714            ! hv.c
34715 ____________________________________________________________________________
34716 [ 24549] By: nicholas                              on 2005/05/23  11:27:16
34717         Log: PL_regex_padav elements hold either more AVs, or IVs that point to
34718              regexps. Don't attempt to look at the IVX if it's not an IV.
34719      Branch: perl
34720            ! perl.c sv.c
34721 ____________________________________________________________________________
34722 [ 24548] By: nicholas                              on 2005/05/23  10:13:21
34723         Log: Oops. What is looking at an array's SvIVX()?
34724      Branch: perl
34725            ! sv.c
34726 ____________________________________________________________________________
34727 [ 24547] By: nicholas                              on 2005/05/23  09:22:35
34728         Log: We don't need IV and RV arena variables anymore. We don't need to set
34729              SvIVX or SvNVX on hashes.
34730      Branch: perl
34731            ! embedvar.h intrpvar.h perlapi.h sv.c
34732 ____________________________________________________________________________
34733 [ 24546] By: nicholas                              on 2005/05/23  09:09:15
34734         Log: Bytecode mustn't save the NVX for hashes now that the NVX is a union
34735              containing pointers initialised to zero.
34736      Branch: perl
34737            ! ext/B/B/Bytecode.pm
34738 ____________________________________________________________________________
34739 [ 24545] By: steveh                                on 2005/05/23  08:46:37
34740         Log: Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508)
34741              
34742              (None are actually defined, but it's nice to have them there anyway)
34743      Branch: perl
34744            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34745            ! win32/config_H.vc64
34746 ____________________________________________________________________________
34747 [ 24544] By: nicholas                              on 2005/05/23  08:09:58
34748         Log: create an "allocated" structure for PVs, PVAVs and PVHVs
34749      Branch: perl
34750            ! av.h hv.h intrpvar.h sv.c sv.h
34751 ____________________________________________________________________________
34752 [ 24543] By: rgs                                   on 2005/05/23  07:33:52
34753         Log: Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""
34754              because PerlIOScalar_unread was broken.
34755              Bump version number of PerlIO::scalar to 0.04.
34756      Branch: perl
34757            ! ext/PerlIO/scalar/scalar.pm ext/PerlIO/scalar/scalar.xs
34758            ! ext/PerlIO/t/scalar.t
34759 ____________________________________________________________________________
34760 [ 24542] By: nicholas                              on 2005/05/22  22:03:19
34761         Log: Re-order IVX slot in SV bodies
34762      Branch: perl
34763            ! av.h cv.h hv.h sv.h
34764 ____________________________________________________________________________
34765 [ 24541] By: rgs                                   on 2005/05/22  18:53:12
34766         Log: Subject: Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMS
34767              From: Michael G Schwern <schwern@pobox.com>
34768              Date: May 20, 2005 10:09 PM
34769              Message-ID: <20050520200900.GB13473@windhund.schwern.org>
34770      Branch: perl
34771            ! lib/Carp.t
34772 ____________________________________________________________________________
34773 [ 24538] By: nicholas                              on 2005/05/21  22:46:50
34774         Log: Add a union in place of xnv_nv, which allows AVs and HVs to re-use
34775              the memory to store pointers and integers.
34776              (Part 1 - will be reworked to be more efficient when IV or void*
34777              is 64 bit soon)
34778      Branch: perl
34779            ! av.h cv.h dump.c ext/B/B.pm ext/B/B.xs ext/Devel/Peek/t/Peek.t
34780            ! hv.h sv.h
34781 ____________________________________________________________________________
34782 [ 24537] By: ams                                   on 2005/05/21  22:26:34
34783         Log: Subject: [PATCH] ExtUtils::CBuilder Tru64 support
34784              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
34785              Date: Sat, 21 May 2005 23:20:21 +0300
34786              Message-Id: <428F9805.70108@gmail.com>
34787      Branch: perl
34788            + lib/ExtUtils/CBuilder/Platform/dec_osf.pm
34789            ! MANIFEST
34790 ____________________________________________________________________________
34791 [ 24536] By: ams                                   on 2005/05/21  22:17:20
34792         Log: Make the __attribute__ stuff work with Symbian (Jarkko).
34793              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00530.html
34794      Branch: perl
34795            ! perl.h
34796 ____________________________________________________________________________
34797 [ 24535] By: davem                                 on 2005/05/21  22:10:19
34798         Log: goto &xsub that croaks corrupts memory
34799              When an XS sub is called, a CxSUB context shouldn't be pushed. Make
34800              goto &xs_sub mimic this behaviour by first popping the old CxSUB
34801      Branch: perl
34802            ! pp_ctl.c t/op/goto_xs.t
34803 ____________________________________________________________________________
34804 [ 24534] By: davem                                 on 2005/05/21  21:38:55
34805         Log: stop goto &foo wasting stack space
34806              it used to push @_ onto the end of the stack; now it pops the stack
34807              back to the old watermark first.
34808      Branch: perl
34809            ! pp_ctl.c
34810 ____________________________________________________________________________
34811 [ 24533] By: davem                                 on 2005/05/21  19:50:50
34812         Log: add access to Perl_croak() via 'mycroak' in XS::APItest
34813      Branch: perl
34814            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
34815            ! ext/XS/APItest/t/exception.t
34816 ____________________________________________________________________________
34817 [ 24532] By: davem                                 on 2005/05/21  19:15:43
34818         Log: disallow eval { goto &foo }
34819              eval 'goto &foo' is already banned, and the try-version usually
34820              coredumps due to the code assuming the CxEVAL is actually a CxSUB.
34821              Anyway exiting an eval but preserving "it's" @_ doesn't make much
34822              sense.
34823      Branch: perl
34824            ! pod/perldiag.pod pp_ctl.c t/op/goto.t
34825 ____________________________________________________________________________
34826 [ 24531] By: nicholas                              on 2005/05/21  18:19:43
34827         Log: Move the xpv_pv/xrv_rv member into the SV head, in a union with
34828              IV and UV. Avoid allocating a body for IVs and RVs.
34829      Branch: perl
34830            ! av.h bytecode.pl cv.h embed.fnc embed.h ext/B/B/C.pm
34831            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
34832            ! ext/ByteLoader/byterun.h hv.c hv.h proto.h sv.c sv.h
34833 ____________________________________________________________________________
34834 [ 24530] By: rgs                                   on 2005/05/21  16:01:42
34835         Log: Really fix change 24527
34836      Branch: perl
34837            ! gv.c
34838 ____________________________________________________________________________
34839 [ 24529] By: nicholas                              on 2005/05/21  15:59:30
34840         Log: Fool. That should be I32 everywhere.
34841      Branch: perl
34842            ! hv.c
34843 ____________________________________________________________________________
34844 [ 24528] By: ams                                   on 2005/05/21  15:35:44
34845         Log: Subject: [PATCH] ctags parms need to know .h is C
34846              From: Andy Lester <andy@petdance.com>
34847              Date: Sat, 21 May 2005 08:58:14 -0500
34848              Message-Id: <20050521135814.GA875@petdance.com>
34849      Branch: perl
34850            ! Makefile.SH
34851 ____________________________________________________________________________
34852 [ 24527] By: rgs                                   on 2005/05/21  14:15:44
34853         Log: Compilation fix
34854      Branch: perl
34855            ! gv.c
34856 ____________________________________________________________________________
34857 [ 24526] By: nicholas                              on 2005/05/21  12:31:52
34858         Log: Move hv_name, hv_eiter and hv_riter into a new aux structure.
34859              Provide (more efficient) _get and _set macros.
34860              Adjust the core to use them.
34861      Branch: perl
34862            ! dump.c embed.fnc ext/Data/Dumper/Dumper.xs
34863            ! ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs
34864            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs
34865            ! ext/threads/shared/shared.xs global.sym gv.c hv.c hv.h mg.c
34866            ! op.c op.h opnames.h perl.c pp.c pp_hot.c pp_sys.c proto.h sv.c
34867            ! toke.c universal.c xsutils.c
34868 ____________________________________________________________________________
34869 [ 24525] By: nicholas                              on 2005/05/21  09:29:18
34870         Log: Move placeholders into a new rhash magic type.
34871      Branch: perl
34872            ! dump.c embed.fnc ext/Storable/Storable.xs global.sym hv.c hv.h
34873            ! perl.h proto.h sv.c
34874 ____________________________________________________________________________
34875 [ 24524] By: rgs                                   on 2005/05/21  09:18:07
34876         Log: Update to MakeMaker 6.30
34877      Branch: perl
34878            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
34879            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/FIRST_MAKEFILE.t
34880            ! lib/ExtUtils/t/PL_FILES.t
34881            ! t/lib/MakeMaker/Test/Setup/PL_FILES.pm
34882 ____________________________________________________________________________
34883 [ 24523] By: ams                                   on 2005/05/21  02:58:49
34884         Log: Subject: [PATCH] SvPVX_const - patch #2
34885              From: Steve Peters <steve@fisharerojo.org>
34886              Date: Fri, 20 May 2005 21:42:10 -0500
34887              Message-Id: <20050521024210.GA29036@mccoy.peters.homeunix.org>
34888      Branch: perl
34889            ! dump.c gv.c op.c pad.c perlio.c perly.c pp.c pp_ctl.c
34890 ____________________________________________________________________________
34891 [ 24522] By: nicholas                              on 2005/05/20  22:53:00
34892         Log: Remove PMROOT and replace it with a small shell script. Er, magic.
34893              (PMROOT being needed to implement bare C<reset> - how often do you
34894              use that?)
34895      Branch: perl
34896            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Asmdata.pm
34897            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h hv.c hv.h
34898            ! op.c perl.h sv.c
34899 ____________________________________________________________________________
34900 [ 24521] By: nicholas                              on 2005/05/20  22:30:16
34901         Log: Update XS code to declare PERL_UNUSED_DECL conditionally
34902      Branch: perl
34903            ! ext/List/Util/Util.xs ext/POSIX/POSIX.xs
34904            ! ext/Storable/Storable.xs
34905 ____________________________________________________________________________
34906 [ 24520] By: nicholas                              on 2005/05/20  21:50:03
34907         Log: Updaate ppport.h to get a conditional PERL_UNUSED_DECL
34908      Branch: perl
34909            ! ext/Cwd/ppport.h ext/Time/HiRes/ppport.h
34910 ____________________________________________________________________________
34911 [ 24519] By: nicholas                              on 2005/05/20  21:46:26
34912         Log: Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't like
34913              it being redefined.
34914      Branch: perl
34915            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/parts/inc/misc
34916 ____________________________________________________________________________
34917 [ 24518] By: nicholas                              on 2005/05/20  21:11:52
34918         Log: Goodbye AvFLAGS
34919      Branch: perl
34920            ! av.c av.h bytecode.pl cop.h dump.c ext/B/B.pm ext/B/B.xs
34921            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
34922            ! ext/B/B/Debug.pm ext/B/defsubs_h.PL ext/ByteLoader/byterun.c
34923            ! ext/ByteLoader/byterun.h pad.c pp_ctl.c sv.c sv.h
34924 ____________________________________________________________________________
34925 [ 24517] By: rgs                                   on 2005/05/20  17:54:15
34926         Log: Upgrade to Math::BigInt 1.77
34927      Branch: perl
34928            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
34929            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
34930            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
34931            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
34932 ____________________________________________________________________________
34933 [ 24516] By: nicholas                              on 2005/05/20  16:42:44
34934         Log: Fix a typo
34935      Branch: perl
34936            ! hv.h
34937 ____________________________________________________________________________
34938 [ 24514] By: ams                                   on 2005/05/20  14:42:21
34939         Log: Damnable applypatch nonsense.
34940      Branch: perl
34941            ! ext/Storable/t/sig_die.t
34942 ____________________________________________________________________________
34943 [ 24513] By: rgs                                   on 2005/05/20  14:37:12
34944         Log: Update MANIFEST
34945      Branch: perl
34946            ! MANIFEST
34947 ____________________________________________________________________________
34948 [ 24512] By: ams                                   on 2005/05/20  14:21:21
34949         Log: Previously overlooked $SIG{DIE} patch from Slaven Rezic.
34950              http://groups-beta.google.com/group/perl.perl5.porters/msg/2d10ba2c390ecc41
34951      Branch: perl
34952            + ext/Storable/t/sig_die.t
34953            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
34954 ____________________________________________________________________________
34955 [ 24511] By: rgs                                   on 2005/05/20  13:11:43
34956         Log: Subject: [PATCH] Add a Makefile target for ctags
34957              From: Andy Lester <andy@petdance.com>
34958              Date: Thu, 12 May 2005 11:40:52 -0500
34959              Message-ID: <20050512164052.GA30287@petdance.com>
34960      Branch: perl
34961            ! Makefile.SH
34962 ____________________________________________________________________________
34963 [ 24510] By: rgs                                   on 2005/05/20  10:49:03
34964         Log: Upgrade to MakeMaker 6.29
34965      Branch: perl
34966            + lib/ExtUtils/t/FIRST_MAKEFILE.t
34967            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
34968            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
34969            ! lib/ExtUtils/t/Installed.t
34970 ____________________________________________________________________________
34971 [ 24509] By: rgs                                   on 2005/05/20  09:26:01
34972         Log: Subject: SvPVX_const() - Patch #1
34973              From: Steve Peters <steve@fisharerojo.org>
34974              Date: Tue, 17 May 2005 18:17:01 -0500
34975              Message-ID: <20050517231701.GA1394@mccoy.peters.homeunix.org>
34976      Branch: perl
34977            ! doio.c toke.c universal.c util.c warnings.h warnings.pl
34978 ____________________________________________________________________________
34979 [ 24508] By: rgs                                   on 2005/05/20  07:53:46
34980         Log: Subject: [PATCH] Attribute configuration
34981              From: Andy Lester <andy@petdance.com>
34982              Date: Thu, 19 May 2005 12:32:56 -0500
34983              Message-ID: <20050519173256.GA29039@petdance.com>
34984      Branch: perl
34985            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
34986            ! Porting/Glossary Porting/config.sh Porting/pumpkin.pod XSUB.h
34987            ! config_h.SH configure.com epoc/config.sh hints/next_3_0.sh
34988            ! hints/vmesa.sh malloc.c mg.c op.c perl.c perl.h perlio.h
34989            ! plan9/config_sh.sample plan9/genconfig.pl scope.c sv.c
34990            ! symbian/config.sh t/op/sprintf.t uconfig.sh vms/genconfig.pl
34991            ! win32/config.bc win32/config.gc win32/config.vc
34992            ! win32/config.vc64 wince/config.ce
34993 ____________________________________________________________________________
34994 [ 24507] By: rgs                                   on 2005/05/20  07:16:59
34995         Log: Gisle noted an unused variable
34996      Branch: perl
34997            ! t/run/exit.t
34998 ____________________________________________________________________________
34999 [ 24506] By: rgs                                   on 2005/05/19  21:07:43
35000         Log: Fix the new exit() tests, by Gisle Aas :
35001              don't let the shell interfere with the process return value
35002      Branch: perl
35003            ! t/run/exit.t
35004 ____________________________________________________________________________
35005 [ 24505] By: ams                                   on 2005/05/19  17:51:48
35006         Log: Subject: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. 
35007              From: yves orton <perlbug-followup@perl.org>
35008              Date: 18 May 2005 08:30:44 -0000
35009              Message-Id: <rt-3.0.11-35857-113142.6.75213005071278@perl.org>
35010      Branch: perl
35011            ! ext/B/B/Deparse.pm
35012 ____________________________________________________________________________
35013 [ 24504] By: nicholas                              on 2005/05/19  09:32:18
35014         Log: tabs, not spaces. Bad editor. No cookie.
35015              Does the MANIFEST file support comments, sufficient to add an editor
35016              block?
35017      Branch: perl
35018            ! MANIFEST
35019 ____________________________________________________________________________
35020 [ 24503] By: rgs                                   on 2005/05/19  06:25:22
35021         Log: Adjust VMS test count
35022      Branch: perl
35023            ! t/run/exit.t
35024 ____________________________________________________________________________
35025 [ 24501] By: rgs                                   on 2005/05/18  16:08:30
35026         Log: Subject: Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]
35027              From: Gisle Aas <gisle@ActiveState.com>
35028              Date: 18 May 2005 08:35:47 -0700
35029              Message-ID: <lr8y2cim24.fsf_-_@caliper.activestate.com>
35030      Branch: perl
35031            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perl.h perlapi.h
35032            ! pod/perlfunc.pod pod/perlport.pod pod/perlvar.pod t/run/exit.t
35033 ____________________________________________________________________________
35034 [ 24500] By: rgs                                   on 2005/05/18  15:26:32
35035         Log: Subject: Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN)
35036              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
35037              Date: Wed, 18 May 2005 07:13:40 -0700
35038              Message-ID: <20050518141131.GA2704@efn.org>
35039      Branch: perl
35040            + lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
35041            + lib/ExtUtils/CBuilder/Platform/Unix.pm
35042            + lib/ExtUtils/CBuilder/Platform/VMS.pm
35043            + lib/ExtUtils/CBuilder/Platform/Windows.pm
35044            + lib/ExtUtils/CBuilder/Platform/aix.pm
35045            + lib/ExtUtils/CBuilder/Platform/cygwin.pm
35046            + lib/ExtUtils/CBuilder/Platform/darwin.pm
35047            + lib/ExtUtils/CBuilder/Platform/os2.pm
35048            + lib/ExtUtils/CBuilder/t/01-basic.t
35049            + lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
35050            + lib/ExtUtils/ParseXS/t/XSTest.pm
35051            + lib/ExtUtils/ParseXS/t/XSTest.xs
35052            + lib/ExtUtils/ParseXS/t/basic.t
35053            ! MANIFEST Porting/Maintainers.pl lib/ExtUtils/t/00compile.t
35054            ! lib/ExtUtils/xsubpp
35055 ____________________________________________________________________________
35056 [ 24499] By: rgs                                   on 2005/05/18  12:46:38
35057         Log: Subject: B::Disassembler.pm
35058              From: Nicholas Clark <nick@ccl4.org>
35059              Date: Tue, 17 May 2005 11:28:18 +0100
35060              Message-ID: <20050517102817.GD94420@plum.flirble.org>
35061      Branch: perl
35062            ! ext/B/B/Disassembler.pm
35063 ____________________________________________________________________________
35064 [ 24498] By: davem                                 on 2005/05/18  12:39:22
35065         Log: make t/TEST print summary times consistently to two decimal places
35066      Branch: perl
35067            ! t/TEST
35068 ____________________________________________________________________________
35069 [ 24497] By: nicholas                              on 2005/05/18  12:34:53
35070         Log: Default to allocating the correct size for the array in the HV.
35071              Override this with -DPERL_USE_LARGE_HV_ALLOC
35072      Branch: perl
35073            ! hv.h
35074 ____________________________________________________________________________
35075 [ 24496] By: rgs                                   on 2005/05/18  11:50:47
35076         Log: Subject: [PATCH] Eliminate radically out of date CHANGES from perlport
35077              From: Michael G Schwern <schwern@pobox.com>
35078              Date: Mon, 16 May 2005 15:17:05 -0700
35079              Message-ID: <20050516221705.GA212@windhund.schwern.org>
35080              
35081              Subject: [PATCH] Eliminate function signatures from perlport
35082              From: Michael G Schwern <schwern@pobox.com>
35083              Date: Mon, 16 May 2005 15:24:18 -0700
35084              Message-ID: <20050516222418.GA422@windhund.schwern.org>
35085      Branch: perl
35086            ! pod/perlport.pod
35087 ____________________________________________________________________________
35088 [ 24495] By: merijn                                on 2005/05/17  18:45:56
35089         Log: Subject: [PATCH] more about __attribute__
35090              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
35091              Date: Tue, 17 May 2005 20:36:43 +0300
35092              Message-ID: <428A2BAB.9020306@gmail.com>
35093      Branch: perl
35094            ! perl.h
35095 ____________________________________________________________________________
35096 [ 24493] By: rgs                                   on 2005/05/17  15:55:38
35097         Log: Clarify definition of octal literals
35098              (thanks to Olivier Blin)
35099      Branch: perl
35100            ! pod/perldata.pod
35101 ____________________________________________________________________________
35102 [ 24492] By: rgs                                   on 2005/05/17  15:15:46
35103         Log: Subject: [PATCH] perl 5.9.x (@ 24471): Symbian update
35104              From: <jarkko.hietaniemi@nokia.com>
35105              Date: Mon, 16 May 2005 17:59:35 +0300
35106              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D793@esebe105.NOE.Nokia.com>
35107              
35108              completed by:
35109              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D7A0@esebe105.NOE.Nokia.com>
35110      Branch: perl
35111            ! embed.pl mg.c op.c perl.h proto.h reentr.c reentr.pl scope.c
35112            ! symbian/port.pl universal.c
35113 ____________________________________________________________________________
35114 [ 24491] By: nicholas                              on 2005/05/17  13:27:43
35115         Log: One last 1008 to replace with PERL_ARENA_SIZE
35116      Branch: perl
35117            ! sv.c
35118 ____________________________________________________________________________
35119 [ 24490] By: nicholas                              on 2005/05/16  21:42:05
35120         Log: Upgrade to Encode 2.10
35121      Branch: perl
35122            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
35123            ! ext/Encode/Encode.xs ext/Encode/META.yml
35124            ! ext/Encode/lib/Encode/Alias.pm
35125 ____________________________________________________________________________
35126 [ 24489] By: rgs                                   on 2005/05/16  16:56:43
35127         Log: Subject: [PATCH] consting-eleventy.patch: More consts, plus actual bug fix
35128              From: Andy Lester <andy@petdance.com>
35129              Date: Mon, 16 May 2005 10:13:53 -0500
35130              Message-ID: <20050516151353.GA25387@petdance.com>
35131      Branch: perl
35132            ! XSUB.h av.c dump.c embed.fnc embed.h hv.c malloc.c mg.c
35133            ! numeric.c perl.c perl.h pod/perlapi.pod pp.h pp_ctl.c pp_hot.c
35134            ! proto.h regcomp.c regexec.c scope.c sv.c sv.h
35135            ! t/run/fresh_perl.t toke.c universal.c utf8.c util.c
35136 ____________________________________________________________________________
35137 [ 24482] By: nicholas                              on 2005/05/16  15:11:30
35138         Log: Bump the version number on Win32::Win32
35139      Branch: perl
35140            ! win32/ext/Win32/Win32.pm
35141 ____________________________________________________________________________
35142 [ 24480] By: nicholas                              on 2005/05/16  15:01:48
35143         Log: Assuming that everything with 0x40000000 is SVpad_TYPED is bogus.
35144      Branch: perl
35145            ! sv.c
35146 ____________________________________________________________________________
35147 [ 24476] By: rgs                                   on 2005/05/16  08:58:40
35148         Log: This seems to be the right thing to do to iterate over layers
35149      Branch: perl
35150            ! ext/PerlIO/via/via.xs
35151 ____________________________________________________________________________
35152 [ 24475] By: rgs                                   on 2005/05/16  08:47:28
35153         Log: $! might contain "unknown" if strerror(3) says so
35154      Branch: perl
35155            ! t/op/mkdir.t
35156 ____________________________________________________________________________
35157 [ 24472] By: rgs                                   on 2005/05/16  08:03:15
35158         Log: Upgrade to Time::HiRes 1.68
35159      Branch: perl
35160            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
35161            ! ext/Time/HiRes/HiRes.xs
35162 ____________________________________________________________________________
35163 [ 24471] By: nicholas                              on 2005/05/15  20:46:03
35164         Log: Subject: [PATCH] Minor tweak to via
35165              From: Andy Lester <andy@petdance.com>
35166              Message-ID: <20050513163952.GA20167@petdance.com>
35167              Date: Fri, 13 May 2005 11:39:52 -0500
35168              
35169              from a bug report and patch by Matt Lawrence
35170      Branch: perl
35171            ! ext/PerlIO/via/via.xs
35172 ____________________________________________________________________________
35173 [ 24470] By: nicholas                              on 2005/05/15  11:32:15
35174         Log: Upgrade to CGI.pm 3.10
35175      Branch: perl
35176            + lib/CGI/t/can.t
35177            ! MANIFEST lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
35178 ____________________________________________________________________________
35179 [ 24469] By: davem                                 on 2005/05/15  00:09:35
35180         Log: avoid leaked scalar in BEGIN { threads->new(...) }
35181      Branch: perl
35182            ! sv.c
35183 ____________________________________________________________________________
35184 [ 24468] By: davem                                 on 2005/05/14  23:16:50
35185         Log: Fix typo in DDEBUG_LEAKING_SCALARS flags output
35186      Branch: perl
35187            ! perl.c
35188 ____________________________________________________________________________
35189 [ 24467] By: davem                                 on 2005/05/14  15:11:30
35190         Log: initialize the PL_xpvgv_[arena]root vars during clone
35191      Branch: perl
35192            ! sv.c
35193 ____________________________________________________________________________
35194 [ 24465] By: gbarr                                 on 2005/05/13  20:42:53
35195         Log: Update to Scalar-List-Utils-1.15
35196      Branch: perl
35197            + ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
35198            + ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
35199            + ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
35200            + ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
35201            + ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
35202            + ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
35203            + ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
35204            + ext/List/Util/t/p_tainted.t
35205            ! MANIFEST ext/List/Util/Changes ext/List/Util/Util.xs
35206            ! ext/List/Util/lib/List/Util.pm
35207            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/blessed.t
35208            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
35209            ! ext/List/Util/t/isvstring.t ext/List/Util/t/lln.t
35210            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
35211            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
35212            ! ext/List/Util/t/openhan.t ext/List/Util/t/proto.t
35213            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
35214            ! ext/List/Util/t/refaddr.t ext/List/Util/t/reftype.t
35215            ! ext/List/Util/t/shuffle.t ext/List/Util/t/sum.t
35216            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
35217 ____________________________________________________________________________
35218 [ 24461] By: rgs                                   on 2005/05/13  12:52:45
35219         Log: Subject: change to quiet cygwin's perlld
35220              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
35221              Date: Fri, 13 May 2005 06:15:45 -0700
35222              Message-ID: <20050513131545.GB4024@efn.org>
35223      Branch: perl
35224            ! cygwin/perlld.in
35225 ____________________________________________________________________________
35226 [ 24460] By: nicholas                              on 2005/05/13  11:59:26
35227         Log: Reorder the *more* arena allocation functions into a block
35228              As they are now ahead of their corresponding *new* functions, no need
35229              for all the embedding guff.
35230              Remove all the "register" keywords.
35231      Branch: perl
35232            ! embed.fnc embed.h hv.c proto.h sv.c
35233 ____________________________________________________________________________
35234 [ 24459] By: nicholas                              on 2005/05/13  11:09:03
35235         Log: Allocate GV bodies from arenas
35236      Branch: perl
35237            ! embed.fnc embed.h embedvar.h intrpvar.h perlapi.h proto.h sv.c
35238 ____________________________________________________________________________
35239 [ 24455] By: davem                                 on 2005/05/12  19:07:27
35240         Log: make join.t threadsafe!
35241              tests 13 and 14 could output in reverse order. Add a lock to stop
35242              this.
35243      Branch: perl
35244            ! ext/threads/t/join.t
35245 ____________________________________________________________________________
35246 [ 24454] By: steveh                                on 2005/05/12  10:56:20
35247         Log: Remove a couple of unreferenced local variables
35248      Branch: perl
35249            ! win32/ext/Win32/Win32.xs
35250 ____________________________________________________________________________
35251 [ 24453] By: steveh                                on 2005/05/12  10:10:37
35252         Log: Subject: [PATCH] Add Win32::GetFileVersion() function
35253              From: "Jan Dubois" <jand@ActiveState.com>
35254              Date: Wed, 11 May 2005 22:30:37 -0700
35255              Message-Id: <200505120530.j4C5UhpX031152@smtp3.ActiveState.com>
35256      Branch: perl
35257            ! win32/ext/Win32/Win32.pm win32/ext/Win32/Win32.xs
35258 ____________________________________________________________________________
35259 [ 24452] By: rgs                                   on 2005/05/12  09:58:50
35260         Log: Silence DEBUGGING compilation warnings
35261      Branch: perl
35262            ! toke.c
35263 ____________________________________________________________________________
35264 [ 24451] By: rgs                                   on 2005/05/12  09:52:12
35265         Log: SvUPGRADE doesn't return false.
35266      Branch: perl
35267            ! toke.c
35268 ____________________________________________________________________________
35269 [ 24450] By: rgs                                   on 2005/05/12  08:45:40
35270         Log: Rework documentation of split(//,...)
35271      Branch: perl
35272            ! pod/perlfunc.pod
35273 ____________________________________________________________________________
35274 [ 24449] By: ams                                   on 2005/05/11  16:57:27
35275         Log: Subject: [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't 
35276              From: Steve Peters via RT <perlbug-followup@perl.org>
35277              Date: 11 May 2005 16:58:22 -0000
35278              Message-Id: <rt-3.0.11-33765-112475.14.5633321030279@perl.org>
35279              
35280              Subject: [perl #33766] [PATCH] perldoc -f split lacks basic null example 
35281              From: Steve Peters via RT <perlbug-followup@perl.org>
35282              Date: 11 May 2005 17:13:29 -0000
35283              Message-Id: <rt-3.0.11-33766-112476.1.84217630998887@perl.org>
35284      Branch: perl
35285            ! pod/perlfunc.pod pod/perlsyn.pod
35286 ____________________________________________________________________________
35287 [ 24446] By: merijn                                on 2005/05/11  09:39:06
35288         Log: Subject: Hints changes for OS X 10.4
35289              From: Michael G Schwern <schwern@pobox.com>
35290              Date: Tue, 10 May 2005 18:10:47 -0700
35291              Message-ID: <20050511011047.GA23955@windhund.schwern.org>
35292      Branch: perl
35293            ! hints/darwin.sh
35294 ____________________________________________________________________________
35295 [ 24445] By: rgs                                   on 2005/05/11  07:54:19
35296         Log: Include vim/emacs modelines in generated files to open them
35297              in read-only mode. Make vi modelines compatible with non-vim
35298              vi versions.
35299      Branch: perl
35300            ! av.c bytecode.pl deb.c doio.c doop.c dump.c embed.h embed.pl
35301            ! embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
35302            ! ext/ByteLoader/byterun.h global.sym globals.c gv.c hv.c
35303            ! keywords.h keywords.pl lib/warnings.pm locale.c malloc.c mg.c
35304            ! miniperlmain.c numeric.c op.c opcode.h opcode.pl opnames.h
35305            ! pad.c perl.c perlapi.c perlapi.h perlio.c perly.c pp.c pp.sym
35306            ! pp_ctl.c pp_hot.c pp_pack.c pp_proto.h pp_sort.c pp_sys.c
35307            ! proto.h reentr.c reentr.h reentr.pl regcomp.c regcomp.pl
35308            ! regexec.c regnodes.h run.c scope.c sv.c taint.c toke.c
35309            ! universal.c utf8.c util.c warnings.h warnings.pl xsutils.c
35310 ____________________________________________________________________________
35311 [ 24444] By: rgs                                   on 2005/05/10  20:56:37
35312         Log: Subject: potential [PATCH] Tru64 crank up strictness
35313              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
35314              Date: May 10, 2005 7:44 PM
35315              Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi>
35316      Branch: perl
35317            ! hints/dec_osf.sh perl.h toke.c x2p/a2py.c
35318 ____________________________________________________________________________
35319 [ 24443] By: rgs                                   on 2005/05/10  20:27:16
35320         Log: "make regen" should run reentr.pl
35321      Branch: perl
35322            ! regen.pl
35323 ____________________________________________________________________________
35324 [ 24442] By: rgs                                   on 2005/05/10  20:08:27
35325         Log: Regenerate reentr.[ch]
35326      Branch: perl
35327            ! reentr.c reentr.h
35328 ____________________________________________________________________________
35329 [ 24441] By: ams                                   on 2005/05/10  17:23:26
35330         Log: Subject: Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
35331              From: Steve Peters <steve@fisharerojo.org>
35332              Date: Tue, 10 May 2005 12:44:13 -0500
35333              Message-Id: <20050510174413.GA19686@mccoy.peters.homeunix.org>
35334      Branch: perl
35335            + README.openbsd
35336            ! MANIFEST reentr.pl
35337 ____________________________________________________________________________
35338 [ 24440] By: rgs                                   on 2005/05/10  16:51:02
35339         Log: Add editor boilerplates to all C files
35340              (except the generated ones)
35341      Branch: perl
35342            ! av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c
35343            ! malloc.c mg.c miniperlmain.c numeric.c op.c pad.c perl.c
35344            ! perlio.c perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c
35345            ! pp_sys.c regcomp.c regexec.c run.c scope.c sv.c taint.c toke.c
35346            ! universal.c utf8.c util.c xsutils.c
35347 ____________________________________________________________________________
35348 [ 24439] By: nicholas                              on 2005/05/10  15:38:07
35349         Log: s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
35350              plus a couple of 1 byte sv_setpv()s too.
35351      Branch: perl
35352            ! doio.c dump.c ext/B/B.xs ext/Storable/Storable.xs mg.c op.c
35353            ! perl.c pp_ctl.c pp_hot.c pp_sys.c toke.c
35354 ____________________________________________________________________________
35355 [ 24438] By: nicholas                              on 2005/05/10  14:47:58
35356         Log: As we have the length of the string easily to hand, no reason not to
35357              use it.
35358      Branch: perl
35359            ! op.c
35360 ____________________________________________________________________________
35361 [ 24437] By: ams                                   on 2005/05/10  14:41:08
35362         Log: Subject: [PATCH] perlop.pod nit
35363              From: Steve Peters <steve@fisharerojo.org>
35364              Date: Tue, 10 May 2005 09:41:01 -0500
35365              Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org>
35366      Branch: perl
35367            ! pod/perlop.pod
35368 ____________________________________________________________________________
35369 [ 24436] By: nicholas                              on 2005/05/10  11:03:49
35370         Log: Experiment with using the ptr_table code to hold the seen hash
35371      Branch: perl
35372            ! ext/Storable/Storable.xs
35373 ____________________________________________________________________________
35374 [ 24435] By: nicholas                              on 2005/05/10  09:17:32
35375         Log: Simplify the debug and assert logic.
35376      Branch: perl
35377            ! ext/Storable/Storable.xs
35378 ____________________________________________________________________________
35379 [ 24434] By: nicholas                              on 2005/05/10  09:03:11
35380         Log: Change 24165 missed one s/class/classname/ in the debugging code.
35381      Branch: perl
35382            ! ext/Storable/Storable.xs
35383 ____________________________________________________________________________
35384 [ 24433] By: ams                                   on 2005/05/10  03:16:23
35385         Log: Subject: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
35386              From: Steve Peters <steve@fisharerojo.org>
35387              Date: Mon, 9 May 2005 21:10:49 -0500
35388              Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org>
35389      Branch: perl
35390            ! reentr.h
35391 ____________________________________________________________________________
35392 [ 24432] By: ams                                   on 2005/05/10  03:15:34
35393         Log: Subject: [PATCH] Avoid USE_SITECUSTOMIZE redefined warnings
35394              From: Jan Dubois <jand@ActiveState.com>
35395              Date: Mon, 9 May 2005 19:29:06 -0700
35396              Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com>
35397      Branch: perl
35398            ! config_h.SH
35399 ____________________________________________________________________________
35400 [ 24431] By: rgs                                   on 2005/05/09  20:07:14
35401         Log: Subject: [PATCH] attributes-two.patch, the next batch
35402              From: Andy Lester <andy@petdance.com>
35403              Date: May 9, 2005 5:45 PM
35404              Message-ID: <20050509154518.GA18273@petdance.com>
35405      Branch: perl
35406            ! doop.c embed.fnc embed.pl gv.c handy.h op.c perl.c
35407            ! pod/perlapi.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c toke.c
35408            ! utf8.c
35409 ____________________________________________________________________________
35410 [ 24430] By: rgs                                   on 2005/05/09  19:19:20
35411         Log: Fix typo (bug #35368)
35412      Branch: perl
35413            ! pod/perlreftut.pod
35414 ____________________________________________________________________________
35415 [ 24429] By: nicholas                              on 2005/05/09  16:33:57
35416         Log: Update the comment describing arenas.
35417      Branch: perl
35418            ! sv.c
35419 ____________________________________________________________________________
35420 [ 24427] By: nicholas                              on 2005/05/09  11:22:19
35421         Log: Hoist the static "AUTOLOAD" into a static const variable. Makes the
35422              object file slightly smaller, and also increases the proportion of
35423              read only data section.
35424      Branch: perl
35425            ! gv.c
35426 ____________________________________________________________________________
35427 [ 24426] By: rgs                                   on 2005/05/09  11:11:35
35428         Log: Upgrade to Unicode::Collate 0.50
35429      Branch: perl
35430            + lib/Unicode/Collate/t/cjkrange.t lib/Unicode/Collate/t/ignor.t
35431            + lib/Unicode/Collate/t/override.t
35432            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
35433            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/altern.t
35434            ! lib/Unicode/Collate/t/contract.t
35435            ! lib/Unicode/Collate/t/hangtype.t
35436            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/illegal.t
35437            ! lib/Unicode/Collate/t/illegalp.t lib/Unicode/Collate/t/index.t
35438            ! lib/Unicode/Collate/t/normal.t
35439            ! lib/Unicode/Collate/t/rearrang.t lib/Unicode/Collate/t/test.t
35440            ! lib/Unicode/Collate/t/trailwt.t
35441            ! lib/Unicode/Collate/t/variable.t
35442            ! lib/Unicode/Collate/t/version.t lib/Unicode/Collate/t/view.t
35443 ____________________________________________________________________________
35444 [ 24425] By: nicholas                              on 2005/05/09  10:10:42
35445         Log: Change 24413 should have updated makedef.pl with the knowledge that 2
35446              symbols are ithreads only.
35447      Branch: perl
35448            ! makedef.pl
35449 ____________________________________________________________________________
35450 [ 24424] By: nicholas                              on 2005/05/09  10:00:37
35451         Log: Change 24420 should have hand updated globvar.sym to reflect the
35452              renaming of the global variable.
35453      Branch: perl
35454            ! globvar.sym
35455 ____________________________________________________________________________
35456 [ 24423] By: nicholas                              on 2005/05/09  08:48:46
35457         Log: Simplify S_hv_notallowed slightly by passing a prebuilt message
35458              template. (Also slightly smaller object code)
35459      Branch: perl
35460            ! hv.c
35461 ____________________________________________________________________________
35462 [ 24422] By: rgs                                   on 2005/05/09  07:37:58
35463         Log: Subject: [PATCH] Sv_*set() doc's and extra const's for the SvPVX_const() tasks
35464              From: Steve Peters <steve@fisharerojo.org>
35465              Date: Sun, 8 May 2005 20:49:17 -0500
35466              Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org>
35467      Branch: perl
35468            ! embed.fnc perl_keyword.pl pod/perlapi.pod proto.h sv.h toke.c
35469 ____________________________________________________________________________
35470 [ 24421] By: rgs                                   on 2005/05/09  07:29:33
35471         Log: Revert to Andy's first solution for nonnull attributes;
35472              add the missing defines for non-threaded perls in perl.h
35473      Branch: perl
35474            ! embed.h embed.pl global.sym perl.h proto.h
35475 ____________________________________________________________________________
35476 [ 24420] By: nicholas                              on 2005/05/08  22:09:18
35477         Log: Perl_croak uses perl's printf, so can pass in SVs direct - no need for
35478              SvPV and a %s format.
35479      Branch: perl
35480            ! mg.c perl.h pp.c pp_hot.c
35481 ____________________________________________________________________________
35482 [ 24419] By: nicholas                              on 2005/05/08  21:40:29
35483         Log: There's no need to set a reference count for the new SV heads, as it's
35484              always set to 1 at uprooting time.
35485              But set it to zero when DEBUGGING to make things clearer. Plus fix a
35486              bug introduced by change 22945, where the last SV head had an
35487              uninitialised reference count.
35488      Branch: perl
35489            ! sv.c
35490 ____________________________________________________________________________
35491 [ 24418] By: nicholas                              on 2005/05/08  19:45:30
35492         Log: The idea is that when you find something, you stop looking.
35493              ( http://use.perl.org/comments.pl?sid=26369&cid=40183 )
35494      Branch: perl
35495            ! sv.c
35496 ____________________________________________________________________________
35497 [ 24417] By: davem                                 on 2005/05/08  14:39:19
35498         Log: t/TEST's new error messages now include the prefix 'FAILURE--'
35499      Branch: perl
35500            ! t/TEST
35501 ____________________________________________________________________________
35502 [ 24416] By: rgs                                   on 2005/05/08  12:19:51
35503         Log: Tweak the insertion of __attribute__((nonnull())) declarations
35504              in proto.h so it compiles with and without threads with gcc 3.4
35505      Branch: perl
35506            ! embed.pl proto.h
35507 ____________________________________________________________________________
35508 [ 24414] By: rgs                                   on 2005/05/07  17:15:45
35509         Log: Subject: [PATCH] GCC attributes!
35510              From: Andy Lester <andy@petdance.com>
35511              Date: May 4, 2005 11:55 PM
35512              Message-ID: <20050504215540.GA20413@petdance.com>
35513      Branch: perl
35514            ! autodoc.pl av.c doio.c doop.c embed.fnc embed.pl op.c perl.h
35515            ! pod/perlapi.pod proto.h regcomp.c sv.c utf8.c util.c xsutils.c
35516 ____________________________________________________________________________
35517 [ 24413] By: nicholas                              on 2005/05/07  16:08:16
35518         Log: The ptr_table arena variables and code is only needed for ithreads.
35519      Branch: perl
35520            ! intrpvar.h sv.c
35521 ____________________________________________________________________________
35522 [ 24412] By: davem                                 on 2005/05/07  12:57:06
35523         Log: while (my $x ...) { ...; redo } shouldn't undef $x.
35524              In the presence of 'my' in the conditional of a while(), until(),
35525              or for(;;) loop, add an extra scope to the body so that redo
35526              doesn't undef the lexical
35527      Branch: perl
35528            ! embed.fnc embed.h op.c perly.act perly.h perly.tab perly.y
35529            ! pp_ctl.c proto.h t/op/loopctl.t
35530 ____________________________________________________________________________
35531 [ 24411] By: davem                                 on 2005/05/07  11:06:16
35532         Log: add 1.875c to the list of supported bisons
35533      Branch: perl
35534            ! regen_perly.pl
35535 ____________________________________________________________________________
35536 [ 24410] By: nicholas                              on 2005/05/06  22:17:04
35537         Log: Get the correct refcount on the temporary assignment to PL_sigwarn so
35538              that other code assigning to $SIG{__WARN__} doesn't cause a premature
35539              free.
35540      Branch: perl
35541            ! perlio.c t/io/layers.t
35542 ____________________________________________________________________________
35543 [ 24409] By: nicholas                              on 2005/05/06  19:08:35
35544         Log: Ooops. Wise man tests with ithreads before commiting. D'oh!
35545      Branch: perl
35546            ! sv.c
35547 ____________________________________________________________________________
35548 [ 24408] By: nicholas                              on 2005/05/06  18:38:45
35549         Log: Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting.
35550      Branch: perl
35551            ! hv.c intrpvar.h sv.c
35552 ____________________________________________________________________________
35553 [ 24407] By: rgs                                   on 2005/05/06  15:37:30
35554         Log: Upgrade to PathTools 3.07
35555      Branch: perl
35556            ! ext/Cwd/Changes ext/Cwd/t/taint.t lib/Cwd.pm lib/File/Spec.pm
35557            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
35558            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
35559            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
35560            ! lib/File/Spec/t/Spec.t
35561 ____________________________________________________________________________
35562 [ 24406] By: ams                                   on 2005/05/06  15:17:26
35563         Log: Don't pretend SIGZERO exists [#35291].
35564      Branch: perl
35565            ! mg.c
35566 ____________________________________________________________________________
35567 [ 24405] By: nicholas                              on 2005/05/06  13:11:54
35568         Log: Make the arena size changeable at compile time, and up the default by
35569              a factor of 4.
35570      Branch: perl
35571            ! hv.c perl.h sv.c
35572 ____________________________________________________________________________
35573 [ 24404] By: nicholas                              on 2005/05/06  12:34:36
35574         Log: Allocate pointer table entries (for ithread cloning) from an arena
35575      Branch: perl
35576            ! embedvar.h intrpvar.h perlapi.h sv.c
35577 ____________________________________________________________________________
35578 [ 24402] By: davem                                 on 2005/05/05  20:52:11
35579         Log: avoid accessing a just-freed SV (keep ponie happy)
35580      Branch: perl
35581            ! pad.c
35582 ____________________________________________________________________________
35583 [ 24401] By: rgs                                   on 2005/05/05  17:12:38
35584         Log: Missing files in Test::Simple
35585      Branch: perl
35586            + lib/Test/Simple/t/create.t lib/Test/Simple/t/is_deeply_fail.t
35587            + t/lib/Test/Simple/sample_tests/exit.plx
35588 ____________________________________________________________________________
35589 [ 24399] By: nicholas                              on 2005/05/05  15:17:23
35590         Log: Bump versions of non dual-life modules
35591      Branch: perl
35592            ! lib/File/Path.pm lib/FileCache.pm lib/Pod/Html.pm
35593            ! lib/Symbol.pm lib/utf8.pm win32/FindExt.pm
35594 ____________________________________________________________________________
35595 [ 24398] By: nicholas                              on 2005/05/05  14:54:20
35596         Log: Bump version numbers
35597      Branch: perl
35598            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
35599            ! ext/IO/lib/IO/Socket/INET.pm ext/XS/APItest/APItest.pm
35600 ____________________________________________________________________________
35601 [ 24397] By: rgs                                   on 2005/05/05  14:41:55
35602         Log: Upgrade to Test::Simple 0.60
35603      Branch: perl
35604            - lib/Test/Simple/t/is_deeply.t
35605            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
35606            ! lib/Test/Simple.pm lib/Test/Simple/Changes
35607            ! lib/Test/Simple/t/00signature.t
35608            ! lib/Test/Simple/t/circular_data.t lib/Test/Simple/t/exit.t
35609            ! lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t
35610            ! lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/is_fh.t
35611            ! lib/Test/Simple/t/require_ok.t
35612 ____________________________________________________________________________
35613 [ 24396] By: nicholas                              on 2005/05/05  14:28:42
35614         Log: Bump B version numbers
35615      Branch: perl
35616            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
35617            ! ext/B/B/Disassembler.pm ext/B/B/Terse.pm
35618            ! ext/B/t/OptreeCheck.pm
35619 ____________________________________________________________________________
35620 [ 24393] By: davem                                 on 2005/05/05  12:06:32
35621         Log: stop Math/BigInt/t/bare_mbf.t producing spurious test output
35622      Branch: perl
35623            ! lib/Math/BigInt/t/bare_mbf.t
35624 ____________________________________________________________________________
35625 [ 24392] By: davem                                 on 2005/05/05  12:01:51
35626         Log: strictifying t/TEST stopped it handling '1..n todo' correctly
35627              (made scope of %toto too narrow)
35628      Branch: perl
35629            ! t/TEST
35630 ____________________________________________________________________________
35631 [ 24390] By: davem                                 on 2005/05/05  00:34:50
35632         Log: make t/TEST detect various failure modes in testfile outputs
35633              in particular:
35634              multiple leader lines
35635              leader line not first or last line of file
35636              unrecognised lines
35637              out-of-sequence test numbers
35638      Branch: perl
35639            ! t/TEST
35640 ____________________________________________________________________________
35641 [ 24389] By: davem                                 on 2005/05/04  22:14:54
35642         Log: strictify t/TEST
35643              make most variables lexical, narrow their scope, and give some of
35644              them more meaningful names. Also fix a harmless bug where the wrong
35645              filehandles are closed (A+B rather than U+A)
35646      Branch: perl
35647            ! t/TEST
35648 ____________________________________________________________________________
35649 [ 24388] By: rgs                                   on 2005/05/04  20:50:59
35650         Log: Document the unportability of atan2() edge cases
35651              and remove unportable tests (by Steve Peters)
35652      Branch: perl
35653            ! pod/perlport.pod t/op/exp.t
35654 ____________________________________________________________________________
35655 [ 24387] By: davem                                 on 2005/05/04  20:30:00
35656         Log: add test for [perl #34682] leaving eval via last in inner runops
35657      Branch: perl
35658            ! t/op/eval.t
35659 ____________________________________________________________________________
35660 [ 24386] By: rgs                                   on 2005/05/04  18:31:19
35661         Log: Fix test numerotation
35662      Branch: perl
35663            ! t/op/goto.t
35664 ____________________________________________________________________________
35665 [ 24385] By: davem                                 on 2005/05/04  15:52:11
35666         Log: make goto.t use test.pl, strict and warnings
35667      Branch: perl
35668            ! t/op/goto.t
35669 ____________________________________________________________________________
35670 [ 24384] By: davem                                 on 2005/05/04  14:01:40
35671         Log: SEGV when next is followed by a goto
35672              
35673              next and redo didn't restore PL_curcop
35674      Branch: perl
35675            ! pp_ctl.c t/op/goto.t
35676 ____________________________________________________________________________
35677 [ 24383] By: ams                                   on 2005/05/04  12:12:30
35678         Log: Subject: [PATCH] perlvar.pod verbatim paragraph first line does not start with a space
35679              From: Offer Kaye <offer.kaye@gmail.com>
35680              Date: Wed, 4 May 2005 15:10:37 +0300
35681              Message-Id: <56942505050405101bfe678d@mail.gmail.com>
35682      Branch: perl
35683            ! pod/perlvar.pod
35684 ____________________________________________________________________________
35685 [ 24382] By: rgs                                   on 2005/05/04  11:21:54
35686         Log: Sync synopses
35687      Branch: perl
35688            ! pod/perl.pod pod/perlrun.pod
35689 ____________________________________________________________________________
35690 [ 24381] By: davem                                 on 2005/05/03  22:10:45
35691         Log: document the internals of exception handling
35692      Branch: perl
35693            ! pod/perlhack.pod
35694 ____________________________________________________________________________
35695 [ 24380] By: rgs                                   on 2005/05/03  15:43:34
35696         Log: Fix getting prototype of builtins mkdir and setpgrp.
35697              Hardcode special exceptions for exec and system, instead
35698              of trying to be clever and failing.
35699      Branch: perl
35700            ! opcode.h opcode.pl pp.c t/op/cproto.t
35701 ____________________________________________________________________________
35702 [ 24379] By: rgs                                   on 2005/05/03  12:18:50
35703         Log: Error in the latest FindBin patch, noticed by Nicholas
35704      Branch: perl
35705            ! lib/FindBin.pm
35706 ____________________________________________________________________________
35707 [ 24378] By: rgs                                   on 2005/05/03  12:15:45
35708         Log: mkdir without arguments now defaults to $_
35709      Branch: perl
35710            ! opcode.h opcode.pl pod/perlfunc.pod t/op/cproto.t t/op/mkdir.t
35711 ____________________________________________________________________________
35712 [ 24377] By: nicholas                              on 2005/05/03  12:00:25
35713         Log: ok($a == $b) better written as cmp_ok($a, '==', $b)
35714              (The latter gives more diagnostics in the case of failure)
35715      Branch: perl
35716            ! t/op/exp.t
35717 ____________________________________________________________________________
35718 [ 24376] By: rgs                                   on 2005/05/03  09:45:24
35719         Log: Convert to test.pl
35720      Branch: perl
35721            ! t/op/mkdir.t
35722 ____________________________________________________________________________
35723 [ 24375] By: rgs                                   on 2005/05/03  08:53:25
35724         Log: Fix for [perl #34252] Access rights in FindBin::Bin
35725              At least on my platform, Cwd::getcwd doesn't find the current
35726              directory if it has no access to it. Try harder with Cwd::cwd.
35727      Branch: perl
35728            ! lib/FindBin.pm
35729 ____________________________________________________________________________
35730 [ 24374] By: steveh                                on 2005/05/03  08:51:24
35731         Log: Fix croak() and confess() so that they don't clobber $!
35732              (plus tests to check this)
35733      Branch: perl
35734            ! lib/Carp.pm lib/Carp.t
35735 ____________________________________________________________________________
35736 [ 24373] By: nicholas                              on 2005/05/03  08:45:28
35737         Log: PL_mess_sv is always >= SVt_PVMG, so no need for an if() test
35738      Branch: perl
35739            ! perl.c
35740 ____________________________________________________________________________
35741 [ 24372] By: rgs                                   on 2005/05/03  07:36:17
35742         Log: Subject: [perl #33809] optimize macro dXSARGS 
35743              From: Sergey Skvortsov (via RT) <perlbug-followup@perl.org>
35744              Date: 17 Jan 2005 09:02:33 -0000
35745              Message-ID: <rt-3.0.11-33809-105714.16.4209917806492@perl.org>
35746      Branch: perl
35747            ! XSUB.h pod/perlapi.pod universal.c
35748 ____________________________________________________________________________
35749 [ 24371] By: rgs                                   on 2005/05/03  06:56:03
35750         Log: Subject: [PATCH] IEEE math for the masses
35751              From: Steve Peters <steve@fisharerojo.org>
35752              Date: Fri, 15 Apr 2005 09:10:54 -0500
35753              Message-ID: <20050415141054.GA12749@mccoy.peters.homeunix.org>
35754              
35755              (tests added to t/op/exp.t)
35756      Branch: perl
35757            ! pp.c t/op/exp.t
35758 ____________________________________________________________________________
35759 [ 24370] By: rgs                                   on 2005/05/03  06:30:47
35760         Log: Convert to test.pl
35761      Branch: perl
35762            ! t/op/exp.t
35763 ____________________________________________________________________________
35764 [ 24369] By: nicholas                              on 2005/05/02  20:45:00
35765         Log: A slightly better layout for the diagram.
35766      Branch: perl
35767            ! ext/B/B.pm
35768 ____________________________________________________________________________
35769 [ 24368] By: rgs                                   on 2005/05/02  20:10:34
35770         Log: Clarify the definition of the 'w' pack format, as suggested by
35771              Alexey Toptygin.
35772      Branch: perl
35773            ! pod/perlfunc.pod
35774 ____________________________________________________________________________
35775 [ 24367] By: rgs                                   on 2005/05/02  17:10:19
35776         Log: For perls where pids and ppids are cached, when the ppid of
35777              the perl process becomes 1, refresh the ppid cache (this may
35778              indicate that the parent process has died.)
35779      Branch: perl
35780            ! pp_sys.c
35781 ____________________________________________________________________________
35782 [ 24366] By: rgs                                   on 2005/05/02  16:16:35
35783         Log: Change inheritance hierarchy of B subclassses :
35784              
35785              Subject: @B::NV::ISA = 'B::IV';
35786              From: Nicholas Clark <nick@ccl4.org>
35787              Date: Wed, 27 Apr 2005 14:57:51 +0100
35788              Message-ID: <20050427135750.GD94420@plum.flirble.org>
35789      Branch: perl
35790            ! ext/B/B.pm
35791 ____________________________________________________________________________
35792 [ 24365] By: rgs                                   on 2005/05/02  15:46:51
35793         Log: Subject: [PATCH] printf.patch: Adding printf checking for gcc
35794              From: Andy Lester <andy@petdance.com>
35795              Date: Sun, 1 May 2005 15:07:55 -0500
35796              Message-ID: <20050501200755.GA30259@petdance.com>
35797      Branch: perl
35798            ! gv.c lib/ExtUtils/t/Embed.t pad.c perl.c perl.h perlio.c
35799            ! perlio.h perliol.h pp_pack.c pp_sort.c x2p/util.c x2p/util.h
35800 ____________________________________________________________________________
35801 [ 24364] By: rgs                                   on 2005/05/02  14:48:04
35802         Log: Subject: Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
35803              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
35804              Date: Wed, 3 Nov 2004 16:38:01 +0100
35805              Message-ID: <20041103163801.6839be30@valis.local>
35806      Branch: perl
35807            ! ext/Data/Dumper/Dumper.pm
35808 ____________________________________________________________________________
35809 [ 24363] By: davem                                 on 2005/05/02  14:27:20
35810         Log: Better fix for #8738  (Core dump in 'leavetry')
35811              When in an inner runops loop (eg via a tie or sort), an eval
35812              needs a new JMPENV pushing by S_docatch. If an exception is raised,
35813              control is returned to S_docatch, and it must determine whether
35814              the eval that trapped the exception is an inner eval or an outer
35815              one. In the former case, restart the loop, in the latter case,
35816              rethrow the exception. This is determined by whether we are still
35817              at the same PL_curstackinfo level. This fails in the case of
35818              SPLICE(), which pushes a new SETJMP and runops level, but not a
35819              new stackinfo level. There may be other code which does similar.
35820              The solution is to store the current value of PL_top_env in each
35821              pushed CxEVAL, and see if it's still the same as PL_top_env when
35822              the exception is handled.
35823      Branch: perl
35824            ! cop.h pp_ctl.c
35825 ____________________________________________________________________________
35826 [ 24362] By: davem                                 on 2005/05/02  13:51:42
35827         Log: Revert change #15705 (Core dump in 'leavetry')
35828              This fixes bug #34682, reintroduces bug #8738 (ID 20020301.011),
35829              and reintroduces an eval optimisation for innter runops levels
35830      Branch: perl
35831            ! pp_ctl.c
35832 ____________________________________________________________________________
35833 [ 24361] By: davem                                 on 2005/05/02  13:29:17
35834         Log: move the SETJMP exception-handing definitions from scope.h to cop.h
35835              so that a JMPENV* entry can be added to struct block_eval
35836      Branch: perl
35837            ! cop.h scope.h
35838 ____________________________________________________________________________
35839 [ 24360] By: rgs                                   on 2005/05/02  09:37:04
35840         Log: Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegal
35841      Branch: perl
35842            ! lib/base.pm
35843 ____________________________________________________________________________
35844 [ 24359] By: rgs                                   on 2005/05/02  08:09:38
35845         Log: Subject: [PATCH] undo pod utilities regression in 24034
35846              From: "Craig A. Berry" <craigberry@mac.com>
35847              Date: Fri, 29 Apr 2005 17:22:48 -0500
35848              Message-ID: <4272B3B8.6030603@mac.com>
35849      Branch: perl
35850            ! pod/pod2usage.PL pod/podselect.PL
35851 ____________________________________________________________________________
35852 [ 24358] By: rgs                                   on 2005/05/02  07:15:37
35853         Log: Subject: [PATCH] uninitialized warnings in regcomp
35854              From: Steven Philip Schubiger <steven@accognoscere.org>
35855              Date: Mon, 2 May 2005 01:14:29 +0200 (CEST)
35856              Message-Id: <200505012314.j41NETLk018737@accognoscere.homeunix.org>
35857      Branch: perl
35858            ! regcomp.c
35859 ____________________________________________________________________________
35860 [ 24357] By: nicholas                              on 2005/05/01  22:16:16
35861         Log: Explode if anyone attempts to sv_upgrade PL_mess_sv.
35862              Should this be a panic: ?
35863      Branch: perl
35864            ! sv.c
35865 ____________________________________________________________________________
35866 [ 24355] By: merijn                                on 2005/04/29  15:32:17
35867         Log: Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were
35868              unintendedly removed by patch #23435
35869      Branch: perl
35870            ! config_h.SH
35871 ____________________________________________________________________________
35872 [ 24354] By: merijn                                on 2005/04/29  13:59:36
35873         Log: Subject: [PATCH] Small patch to perlport.pod
35874              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
35875              Date: Thu, 28 Apr 2005 02:24:04 +0200
35876              Message-Id: <D38E89F3-B77B-11D9-B91D-000502F3279F@free.fr>
35877      Branch: perl
35878            ! pod/perlport.pod
35879 ____________________________________________________________________________
35880 [ 24353] By: steveh                                on 2005/04/29  09:07:19
35881         Log: Subject: [PATCH] one cannot "static" exported functions
35882              From: <jarkko.hietaniemi@nokia.com>
35883              Date: Fri, 29 Apr 2005 11:02:01 +0300
35884              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D705@esebe105.NOE.Nokia.com>
35885      Branch: perl
35886            ! perlio.c
35887 ____________________________________________________________________________
35888 [ 24352] By: steveh                                on 2005/04/29  08:24:50
35889         Log: Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined
35890              (rather than when PERL_IMPLICIT_SYS is defined)
35891      Branch: perl
35892            ! makedef.pl
35893 ____________________________________________________________________________
35894 [ 24351] By: nicholas                              on 2005/04/28  22:28:53
35895         Log: Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free
35896      Branch: perl
35897            ! sv.c
35898 ____________________________________________________________________________
35899 [ 24350] By: steveh                                on 2005/04/28  16:42:13
35900         Log: Subject: (in blead) a missing const in a prototype
35901              From: <jarkko.hietaniemi@nokia.com>
35902              Date: Wed, 27 Apr 2005 17:35:27 +0300
35903              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6ED@esebe105.NOE.Nokia.com>
35904      Branch: perl
35905            ! embed.fnc proto.h
35906 ____________________________________________________________________________
35907 [ 24349] By: steveh                                on 2005/04/28  16:38:51
35908         Log: Silence a compilation warning on Win32
35909      Branch: perl
35910            ! pp.c
35911 ____________________________________________________________________________
35912 [ 24348] By: nicholas                              on 2005/04/28  11:22:15
35913         Log: Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),
35914              becase there's a lot of code around that calls SvOOK_off(), memmov()s
35915              the buffer, then promptly free()s it. So avoid the needless memmov().
35916      Branch: perl
35917            ! perl.c pp.c pp_ctl.c pp_hot.c sv.c sv.h
35918 ____________________________________________________________________________
35919 [ 24347] By: steveh                                on 2005/04/28  11:13:55
35920         Log: Remove temporary clean-up from Win32 makefiles
35921              
35922              Change 22501 temporarily added some clean-up to the Win32 makefiles
35923              which was only meant to stay until cpan rt #5616 was fixed.  It is
35924              now fixed (in EU-MM 6.22, which in turn has been in blead for a
35925              while now), so these hacks are no longer required.
35926              
35927              This change is also good for maint, which currently contains EU-MM
35928              6.17, which didn't create the blibdirs.exists files in question
35929              anyway.
35930      Branch: perl
35931            ! win32/Makefile win32/makefile.mk
35932 ____________________________________________________________________________
35933 [ 24345] By: rgs                                   on 2005/04/28  09:29:07
35934         Log: Remove confusing punctuation
35935              (spotted by David Rigaudiere)
35936      Branch: perl
35937            ! pod/perlvar.pod
35938 ____________________________________________________________________________
35939 [ 24344] By: nicholas                              on 2005/04/28  09:29:06
35940         Log: Calling sv_backoff() on something that's about to be free()d will
35941              memmov() memory that's about to be freed. Seems wasteful.
35942      Branch: perl
35943            ! sv.c
35944 ____________________________________________________________________________
35945 [ 24341] By: steveh                                on 2005/04/28  08:44:28
35946         Log: Fix perlsio_binmode() export breakage caused by change #24338
35947              
35948              Define and export perlsio_binmode() based on the same condition,
35949              namely, that USE_PERLIO is defined and USE_SFIO is not.
35950      Branch: perl
35951            ! makedef.pl perlio.c
35952 ____________________________________________________________________________
35953 [ 24340] By: nicholas                              on 2005/04/28  08:34:57
35954         Log: The if() clause is the wrong way round, so OOK can never be true in
35955              this case. Given that OOK is never undone, we could never have been
35956              correctly upgrading a PV with OOK to HV or AV. I believe that only
35957              SVt_NULL is the only type ever upgraded to HV or AV.
35958      Branch: perl
35959            ! sv.c
35960 ____________________________________________________________________________
35961 [ 24339] By: rgs                                   on 2005/04/27  20:24:30
35962         Log: A couple of warning fixes by Gisle
35963      Branch: perl
35964            ! pp.c pp_sys.c
35965 ____________________________________________________________________________
35966 [ 24338] By: rgs                                   on 2005/04/27  14:48:46
35967         Log: Subject: [PATCH] perlio-two.patch: More warnings squashed, more consts
35968              From: Andy Lester <andy@petdance.com>
35969              Date: Wed, 27 Apr 2005 10:02:43 -0500
35970              Message-ID: <20050427150243.GA21883@petdance.com>
35971      Branch: perl
35972            ! perl.c perlio.c perlio.h perliol.h
35973 ____________________________________________________________________________
35974 [ 24334] By: steveh                                on 2005/04/27  08:35:40
35975         Log: Subject: Win32 MM test fix
35976              From: Michael G Schwern <schwern@pobox.com>
35977              Date: Mon, 18 Apr 2005 14:30:19 -0700
35978              Message-ID: <20050418213019.GA15797@windhund.schwern.org>
35979              
35980              Subject: Re: Win32 MM test fix
35981              From: demerphq <demerphq@gmail.com>
35982              Date: Tue, 19 Apr 2005 00:57:59 +0200
35983              Message-ID: <9b18b31105041815573e10dc10@mail.gmail.com>
35984      Branch: perl
35985            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
35986 ____________________________________________________________________________
35987 [ 24333] By: rgs                                   on 2005/04/26  21:03:43
35988         Log: Subject: [PATCH] XS() __attribute__
35989              From: Andy Lester <andy@petdance.com>
35990              Date: Fri, 22 Apr 2005 17:39:47 -0500
35991              Message-ID: <20050422223947.GA4681@petdance.com>
35992      Branch: perl
35993            ! XSUB.h universal.c xsutils.c
35994 ____________________________________________________________________________
35995 [ 24328] By: rgs                                   on 2005/04/26  14:27:01
35996         Log: Subject: Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches
35997              From: Andy Lester <andy@petdance.com>
35998              Date: Mon, 25 Apr 2005 17:56:51 -0500
35999              Message-ID: <20050425225651.GB17271@petdance.com>
36000      Branch: perl
36001            ! embed.fnc embed.h perl.h pod/perlapi.pod pp_pack.c proto.h
36002 ____________________________________________________________________________
36003 [ 24326] By: rgs                                   on 2005/04/26  12:49:03
36004         Log: Upgrade to CGI.pm 3.08
36005      Branch: perl
36006            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
36007            ! lib/CGI/Pretty.pm
36008 ____________________________________________________________________________
36009 [ 24325] By: merijn                                on 2005/04/26  11:28:42
36010         Log: Subject: [PATCH?] for AIX problems? RE: [PATCH] Symbian port of Perl
36011              Date: Tue, 26 Apr 2005 12:22:12 +0300
36012              From: <jarkko.hietaniemi@nokia.com>
36013              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6CB@esebe105.NOE.Nokia.com>
36014              From: Steve Hay <steve.hay@uk.radan.com>
36015              Message-ID: <426E11A3.8070002@uk.radan.com>
36016      Branch: perl
36017            ! ext/Storable/Storable.xs
36018 ____________________________________________________________________________
36019 [ 24321] By: steveh                                on 2005/04/25  13:09:57
36020         Log: Update location to fetch dmake from in README.win32
36021              
36022              Use the generic search.cpan.org URL so that the latest version is
36023              always found
36024      Branch: perl
36025            ! README.win32
36026 ____________________________________________________________________________
36027 [ 24320] By: nicholas                              on 2005/04/25  11:41:01
36028         Log: Subject: [PATCH] mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0)
36029              From: demerphq <demerphq@gmail.com>
36030              Message-ID: <9b18b31105042412352fcf2bc5@mail.gmail.com>
36031              Date: Sun, 24 Apr 2005 21:35:35 +0200
36032      Branch: perl
36033            ! lib/unicore/README.perl lib/unicore/mktables
36034            ! lib/unicore/mktables.lst
36035 ____________________________________________________________________________
36036 [ 24319] By: steveh                                on 2005/04/25  11:05:24
36037         Log: Provide $Config{libswanted_uselargefiles} on Win32
36038              
36039              This fixes some test failures introduced by change 24271.
36040      Branch: perl
36041            ! win32/config.bc win32/config.gc win32/config.vc
36042            ! win32/config.vc64
36043 ____________________________________________________________________________
36044 [ 24318] By: steveh                                on 2005/04/25  07:47:11
36045         Log: Subject: [PATCH] combopatch
36046              From: Jarkko Hietaniemi <jhi@iki.fi>
36047              Date: Sun, 24 Apr 2005 22:58:15 +0300
36048              Message-ID: <426BFA57.9060105@iki.fi>
36049      Branch: perl
36050            ! embed.fnc makedef.pl mg.c perl.c perl.h perlvars.h pp_pack.c
36051            ! proto.h toke.c util.c
36052 ____________________________________________________________________________
36053 [ 24317] By: rgs                                   on 2005/04/25  06:30:44
36054         Log: Fix typo, noticed by Randal Schwartz
36055      Branch: perl
36056            ! pod/perlfunc.pod
36057 ____________________________________________________________________________
36058 [ 24316] By: ams                                   on 2005/04/25  01:36:38
36059         Log: Add STORABLE_attach hook (Adam Kennedy).
36060      Branch: perl
36061            + ext/Storable/t/HAS_ATTACH.pm ext/Storable/t/attach_errors.t
36062            + ext/Storable/t/attach_singleton.t
36063            + ext/Storable/t/circular_hook.t
36064            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
36065            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
36066 ____________________________________________________________________________
36067 [ 24315] By: rgs                                   on 2005/04/24  15:25:18
36068         Log: Add files missing in 24314
36069      Branch: perl
36070            + lib/Test/Harness/Point.pm lib/Test/Harness/t/from_line.t
36071            + lib/Test/Harness/t/point-parse.t lib/Test/Harness/t/point.t
36072            + lib/Test/Harness/t/version.t
36073 ____________________________________________________________________________
36074 [ 24314] By: rgs                                   on 2005/04/24  13:26:50
36075         Log: Upgrade to Test::Harness 2.48
36076      Branch: perl
36077            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
36078            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
36079            ! lib/Test/Harness/t/00compile.t
36080            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
36081            ! t/lib/sample-tests/skip
36082 ____________________________________________________________________________
36083 [ 24313] By: merijn                                on 2005/04/24  11:52:03
36084         Log: Subject: [PATCH] Add -Wdeclaration-after-statement to default flags for gcc 3+
36085              From: Steve Peters <steve@fisharerojo.org>
36086              Date: Sat, 23 Apr 2005 22:37:48 -0500
36087              Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.org>
36088      Branch: perl
36089            ! Configure
36090 ____________________________________________________________________________
36091 [ 24311] By: rgs                                   on 2005/04/24  11:48:24
36092         Log: Add %patchlevel hash to Module::CoreList
36093      Branch: perl
36094            ! lib/Module/CoreList.pm
36095 ____________________________________________________________________________
36096 [ 24310] By: merijn                                on 2005/04/24  09:12:37
36097         Log: Subject: [PATCH] lib/Time/Local.t: time_t is unsigned on VMS
36098              From: "Craig A. Berry" <craigberry@mac.com>
36099              Date: Sat, 23 Apr 2005 18:25:52 -0500
36100              Message-ID: <426AD980.2010801@mac.com>
36101      Branch: perl
36102            ! lib/Time/Local.t
36103 ____________________________________________________________________________
36104 [ 24309] By: nicholas                              on 2005/04/23  14:00:49
36105         Log: Variable declarations can't come after statements in C89.
36106      Branch: perl
36107            ! util.c
36108 ____________________________________________________________________________
36109 [ 24308] By: nicholas                              on 2005/04/23  13:57:41
36110         Log: Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXT
36111              reducing embed.h by about 10%.
36112      Branch: perl
36113            ! embed.h embed.pl
36114 ____________________________________________________________________________
36115 [ 24307] By: davem                                 on 2005/04/23  13:56:18
36116         Log: Subject:  [PATCH] Fix for warnings in util.c/Perl_init_tm()
36117              From:  Steve Peters <steve@fisharerojo.org>
36118              Date:  Fri, 22 Apr 2005 22:36:03 -0500
36119              Message-Id:  <20050423033603.GA32547@mccoy.peters.homeunix.org>
36120              
36121              localtime() can return null
36122      Branch: perl
36123            ! util.c
36124 ____________________________________________________________________________
36125 [ 24303] By: nicholas                              on 2005/04/22  21:40:21
36126         Log: Convert to test.pl
36127      Branch: perl
36128            ! t/op/substr.t
36129 ____________________________________________________________________________
36130 [ 24301] By: nicholas                              on 2005/04/22  16:21:46
36131         Log: Subject: [PATCH] t/uni/class.t -- update VMS test skippage
36132              From: "Craig A. Berry" <craigberry@mac.com>
36133              Message-ID: <42692501.6090809@mac.com>
36134              Date: Fri, 22 Apr 2005 11:23:29 -0500
36135      Branch: perl
36136            ! t/uni/class.t
36137 ____________________________________________________________________________
36138 [ 24300] By: rgs                                   on 2005/04/22  16:17:36
36139         Log: Patch by Yves Orton to accept several options on the corelist(1)
36140              command-line. Plus POD nits.
36141      Branch: perl
36142            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
36143 ____________________________________________________________________________
36144 [ 24290] By: steveh                                on 2005/04/22  13:51:47
36145         Log: Fix last remaining Win32 linker error following change 24271
36146              
36147              (Supplied by Jarkko in a makedef.pl that was omitted from the
36148              aforementioned change)
36149      Branch: perl
36150            ! makedef.pl
36151 ____________________________________________________________________________
36152 [ 24287] By: rgs                                   on 2005/04/22  12:42:37
36153         Log: There's no point listing '-f' in --help output
36154              when perl isn't built with USE_SITECUSTOMIZE, since it might
36155              confuse users about $sitelib/sitecustomize.pl being sourced
36156              at startup.
36157      Branch: perl
36158            ! perl.c
36159 ____________________________________________________________________________
36160 [ 24286] By: nicholas                              on 2005/04/22  12:37:19
36161         Log: For now, TODO the 2 tests that fail on 5.8.x
36162      Branch: perl
36163            ! ext/B/t/optree_specials.t
36164 ____________________________________________________________________________
36165 [ 24284] By: rgs                                   on 2005/04/22  12:34:14
36166         Log: -A wasn't listed in the --help output
36167      Branch: perl
36168            ! perl.c
36169 ____________________________________________________________________________
36170 [ 24280] By: steveh                                on 2005/04/22  09:59:54
36171         Log: Fix more Win32 linker errors following change 24271
36172              
36173              This clears up problems with Perl_free_global_struct and
36174              Perl_init_global_struct
36175      Branch: perl
36176            ! embed.fnc embed.h global.sym makedef.pl proto.h
36177 ____________________________________________________________________________
36178 [ 24279] By: rgs                                   on 2005/04/22  09:04:08
36179         Log: Subject: [PATCH] pp_pack.c warning quieting
36180              From: Andy Lester <andy@petdance.com>
36181              Date: Thu, 21 Apr 2005 11:33:13 -0500
36182              Message-ID: <20050421163313.GA20930@petdance.com>
36183      Branch: perl
36184            ! pp_pack.c
36185 ____________________________________________________________________________
36186 [ 24278] By: steveh                                on 2005/04/22  08:59:58
36187         Log: Fix Win32 linker errors following change 24271
36188              
36189              This clears up "unresolved external" errors for the following symbols:
36190              
36191              PL_watch_pvx
36192              Perl_Gappctx_ptr
36193              Perl_Gmmap_page_size_ptr
36194              Perl_Gsig_defaulting_ptr
36195              Perl_Gsig_handlers_initted_ptr
36196              Perl_Gsig_ignoring_ptr
36197              Perl_Gsig_sv_ptr
36198              Perl_Gtimesbase_ptr
36199              Perl_Gwatch_pvx_ptr
36200      Branch: perl
36201            ! makedef.pl
36202 ____________________________________________________________________________
36203 [ 24277] By: rgs                                   on 2005/04/22  08:48:14
36204         Log: Subject: [PATCH] bytecode.pl, bytecode.h, and sv.h fixes
36205              From: Steve Peters <steve@fisharerojo.org>
36206              Date: Thu, 21 Apr 2005 18:55:47 -0500
36207              Message-ID: <20050421235547.GA12149@mccoy.peters.homeunix.org>
36208      Branch: perl
36209            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
36210            ! sv.h
36211 ____________________________________________________________________________
36212 [ 24276] By: steveh                                on 2005/04/22  08:13:01
36213         Log: Fix my_chsize() for systems having chsize(), broken by change #24271
36214      Branch: perl
36215            ! pp_sys.c
36216 ____________________________________________________________________________
36217 [ 24275] By: davem                                 on 2005/04/21  21:30:11
36218         Log: Sigh - really bump Text::Wrap version number this time.
36219      Branch: perl
36220            ! lib/Text/Wrap.pm
36221 ____________________________________________________________________________
36222 [ 24274] By: davem                                 on 2005/04/21  21:27:15
36223         Log: bump version number in Text::Wrap after change #24273
36224      Branch: perl
36225            ! lib/Text/Wrap.pm
36226 ____________________________________________________________________________
36227 [ 24273] By: davem                                 on 2005/04/21  21:22:54
36228         Log: Text::Wrap::wrap() fails with non-space separator
36229      Branch: perl
36230            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
36231 ____________________________________________________________________________
36232 [ 24271] By: rgs                                   on 2005/04/21  15:38:30
36233         Log: Subject: [PATCH] Symbian port of Perl
36234              From: <jarkko.hietaniemi@nokia.com>
36235              Date: Mon, 18 Apr 2005 13:18:30 +0300
36236              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com>
36237      Branch: perl
36238            + README.symbian ext/DynaLoader/dl_symbian.xs
36239            + symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlApp.hrh
36240            + symbian/PerlApp.rss symbian/PerlAppAif.rss
36241            + symbian/PerlBase.cpp symbian/PerlBase.h symbian/PerlBase.pod
36242            + symbian/PerlRecog.cpp symbian/PerlRecog.mmp symbian/README
36243            + symbian/TODO symbian/bld.inf symbian/config.pl
36244            + symbian/config.sh symbian/cwd.pl symbian/demo_pl
36245            + symbian/install.cfg symbian/makesis.pl symbian/port.pl
36246            + symbian/sanity.pl symbian/sdk.pl symbian/symbian_dll.cpp
36247            + symbian/symbian_proto.h symbian/symbian_stubs.c
36248            + symbian/symbian_stubs.h symbian/symbian_utils.cpp
36249            + symbian/symbianish.h symbian/uid.pl symbian/version.pl
36250            + symbian/xsbuild.pl
36251            ! EXTERN.h INTERN.h MANIFEST Porting/curliff.pl Porting/makerel
36252            ! XSUB.h av.c bytecode.pl configpm doio.c dump.c embed.fnc
36253            ! embed.h embed.pl embedvar.h ext/B/B.xs
36254            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
36255            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
36256            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
36257            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
36258            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
36259            ! ext/POSIX/POSIX.xs ext/PerlIO/scalar/scalar.xs
36260            ! ext/PerlIO/via/via.xs ext/SDBM_File/sdbm/sdbm.c
36261            ! ext/Storable/Storable.xs ext/Time/HiRes/HiRes.xs global.sym
36262            ! globvar.sym gv.c hv.c intrpvar.h lib/ExtUtils/t/Embed.t
36263            ! lib/ExtUtils/xsubpp lib/File/Spec.pm lib/File/Spec/Win32.pm
36264            ! locale.c mg.c miniperlmain.c numeric.c op.c opcode.h opcode.pl
36265            ! pad.c patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.c
36266            ! perlio.h perliol.h perlvars.h pod.lst pod/perl.pod
36267            ! pod/perlguts.pod pod/perlintern.pod pp.c pp_ctl.c pp_hot.c
36268            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.pl regcomp.c
36269            ! regexec.c scope.h sv.c taint.c toke.c universal.c utf8.c
36270            ! utf8.h util.c util.h vms/descrip_mms.template win32/Makefile
36271            ! win32/makefile.mk win32/win32io.c xsutils.c
36272 ____________________________________________________________________________
36273 [ 24270] By: davem                                 on 2005/04/21  15:36:14
36274         Log: substr uses utf8 length cache incorrectly
36275      Branch: perl
36276            ! sv.c t/op/substr.t
36277 ____________________________________________________________________________
36278 [ 24269] By: davem                                 on 2005/04/21  00:13:14
36279         Log: Subject:  [PATCH] extra code in pp_concat, Take 2
36280              From:  Andy Lester <andy@petdance.com>
36281              Date:  Wed, 13 Apr 2005 21:06:01 -0500
36282              Message-Id:  <20050414020601.GA21346@petdance.com>
36283              
36284              add 'const', and remove extraneous code, from pp_concat
36285      Branch: perl
36286            ! pp_hot.c t/op/concat.t
36287 ____________________________________________________________________________
36288 [ 24268] By: davem                                 on 2005/04/20  23:56:18
36289         Log: Subject:  patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessor
36290              From:  David Dyck <david.dyck@fluke.com>
36291              Date:  Wed, 20 Apr 2005 16:35:55 -0700 (PDT)
36292              Message-Id:  <Pine.LNX.4.62.0504201627550.27786@dd.tc.fluke.com>
36293              
36294              fix nits in change #24264:
36295              some preprocessors don't like #ifdefs within a macro's args;
36296              also removed duplicate semicolons from macro definitions.
36297      Branch: perl
36298            ! perl.h
36299 ____________________________________________________________________________
36300 [ 24267] By: davem                                 on 2005/04/20  23:35:54
36301         Log: In change 24266 I failed to actually change anything. Sigh.
36302      Branch: perl
36303            ! ext/Sys/Syslog/Syslog.pm
36304 ____________________________________________________________________________
36305 [ 24266] By: davem                                 on 2005/04/20  23:32:04
36306         Log: change misleading syslog() example
36307      Branch: perl
36308            ! ext/Sys/Syslog/Syslog.pm
36309 ____________________________________________________________________________
36310 [ 24265] By: davem                                 on 2005/04/20  21:47:40
36311         Log: Subject:  [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set 
36312              From:  glasser@tang-eleven-seventy-nine.mit.edu (via RT) <perlbug-followup@perl.org>
36313              Date:  20 Apr 2005 19:28:14 -0000
36314              Message-Id:  <rt-3.0.11-35059-111134.0.304511316819145@perl.org>
36315              
36316              improved version of change 21842 that copes with glob DB::sub
36317              existing but &DB::sub not existing.
36318      Branch: perl
36319            ! mg.c pp_ctl.c t/op/caller.t
36320 ____________________________________________________________________________
36321 [ 24264] By: davem                                 on 2005/04/20  21:32:23
36322         Log: Subject:  [PATCH] Fix MGVTBL structures in perl.h
36323              From:  Andy Lester <andy@petdance.com>
36324              Date:  Wed, 20 Apr 2005 15:09:24 -0500
36325              Message-Id:  <20050420200923.GA3017@petdance.com>
36326              
36327              The MGVTBL structures contain 7 function pointers, but only 5 were
36328              getting initialized. Plus, there were repeated lists between
36329              declaration and definition; add a macro to declare or define
36330              all the global MGVTBLs as appropriate.
36331      Branch: perl
36332            ! perl.h
36333 ____________________________________________________________________________
36334 [ 24260] By: nicholas                              on 2005/04/20  13:51:54
36335         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #6
36336              From: Steve Peters <steve@fisharerojo.org>
36337              Message-ID: <20050420112720.GA31042@mccoy.peters.homeunix.org>
36338              Date: Wed, 20 Apr 2005 06:27:20 -0500
36339      Branch: perl
36340            ! bytecode.pl ext/ByteLoader/bytecode.h malloc.c sv.c
36341 ____________________________________________________________________________
36342 [ 24258] By: nicholas                              on 2005/04/20  08:13:21
36343         Log: Merge common code. Reduces object size by 1K on x86, 6K on PPC
36344      Branch: perl
36345            ! sv.c
36346 ____________________________________________________________________________
36347 [ 24257] By: davem                                 on 2005/04/19  23:47:38
36348         Log: run regen_headers after addition of FOO_set() macros
36349      Branch: perl
36350            ! ext/ByteLoader/byterun.c
36351 ____________________________________________________________________________
36352 [ 24256] By: davem                                 on 2005/04/19  23:43:54
36353         Log: Subject:  [PATCH] pad_compname_type(), takes care of a clunky macro
36354              From:  Andy Lester <andy@petdance.com>
36355              Date:  Tue, 19 Apr 2005 11:38:44 -0500
36356              Message-Id:  <20050419163844.GA19747@petdance.com>
36357      Branch: perl
36358            ! embed.fnc embed.h pad.c pad.h proto.h
36359 ____________________________________________________________________________
36360 [ 24255] By: davem                                 on 2005/04/19  23:31:52
36361         Log: DEBUG_LEAKING_SCALARS could use the value of a freed PL_op
36362      Branch: perl
36363            ! op.c
36364 ____________________________________________________________________________
36365 [ 24254] By: nicholas                              on 2005/04/19  21:53:38
36366         Log: Don't set things to zero twice. Once is enough. (see also change 15255)
36367      Branch: perl
36368            ! sv.c
36369 ____________________________________________________________________________
36370 [ 24253] By: nicholas                              on 2005/04/19  20:55:24
36371         Log: Restore SvEND_set
36372      Branch: perl
36373            ! sv.h
36374 ____________________________________________________________________________
36375 [ 24252] By: nicholas                              on 2005/04/19  20:07:49
36376         Log: Force RVALUE macros when in PERL_DEBUG_COW
36377      Branch: perl
36378            ! ext/ByteLoader/byterun.c sv.c sv.h
36379 ____________________________________________________________________________
36380 [ 24251] By: nicholas                              on 2005/04/19  14:25:00
36381         Log: Avoid generating thousands of UTF-8 warnings when testing under a
36382              UTF-8 locale
36383      Branch: perl
36384            ! t/op/pack.t
36385 ____________________________________________________________________________
36386 [ 24249] By: rgs                                   on 2005/04/19  11:20:37
36387         Log: Simplify PERL_DEBUG_PAD_ZERO so it continues to expand to
36388              valid C code
36389      Branch: perl
36390            ! perl.h
36391 ____________________________________________________________________________
36392 [ 24248] By: nicholas                              on 2005/04/19  09:55:51
36393         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #5
36394              From: Steve Peters <steve@fisharerojo.org>
36395              Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org>
36396              Date: Mon, 18 Apr 2005 19:09:25 -0500
36397      Branch: perl
36398            ! dump.c ext/ByteLoader/ByteLoader.pm ext/ByteLoader/byterun.c
36399            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
36400            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
36401            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
36402            ! ext/List/Util/lib/List/Util.pm ext/POSIX/POSIX.pm
36403            ! ext/POSIX/POSIX.xs ext/PerlIO/encoding/encoding.pm
36404            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/scalar/scalar.pm
36405            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.pm
36406            ! ext/Storable/Storable.xs ext/threads/shared/shared.pm
36407            ! ext/threads/shared/shared.xs ext/threads/threads.pm gv.c mg.c
36408            ! op.c pad.c pad.h perl.h pp.c pp.h pp_hot.c pp_pack.c regcomp.c
36409            ! scope.c sv.c sv.h toke.c
36410 ____________________________________________________________________________
36411 [ 24247] By: davem                                 on 2005/04/19  01:38:54
36412         Log: Add CLONE_SKIP() class method to allow individual classes to skip
36413              cloning objects during thread creation
36414      Branch: perl
36415            ! dump.c ext/threads/t/thread.t pod/perlmod.pod sv.c sv.h
36416 ____________________________________________________________________________
36417 [ 24246] By: nicholas                              on 2005/04/18  22:31:48
36418         Log: PERL_DEBUG_COW for SvUVX and SvPVX
36419      Branch: perl
36420            ! ext/DynaLoader/dl_dyld.xs sv.h
36421 ____________________________________________________________________________
36422 [ 24245] By: nicholas                              on 2005/04/18  21:58:22
36423         Log: SvPV_renew also calls SvLEN_set
36424              Add SvPV_shrink_to_cur(sv) to call SvPV_renew with SvCUR(sv)+1.
36425              For Ponie this can be a single call into the PMC
36426      Branch: perl
36427            ! pp_hot.c pp_sys.c sv.h toke.c
36428 ____________________________________________________________________________
36429 [ 24244] By: nicholas                              on 2005/04/18  20:37:13
36430         Log: Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE
36431              SvPVX
36432      Branch: perl
36433            ! pp_hot.c pp_sys.c sv.h toke.c
36434 ____________________________________________________________________________
36435 [ 24243] By: nicholas                              on 2005/04/18  19:50:12
36436         Log: A more efficient way of expressing the MALLOC_WRAP conditional compile.
36437      Branch: perl
36438            ! handy.h
36439 ____________________________________________________________________________
36440 [ 24242] By: steveh                                on 2005/04/18  16:04:20
36441         Log: Fix bug #33664: allow for transport providers with protocol == 0
36442              
36443              (This indicates that any protocol may be used, so don't bother checking
36444              that the requested protocol matches in this case.)
36445      Branch: perl
36446            ! win32/win32sck.c
36447 ____________________________________________________________________________
36448 [ 24241] By: nicholas                              on 2005/04/18  15:23:45
36449         Log: Refactor the odd-one-out code before a Renew(SvPVX(...)...)
36450      Branch: perl
36451            ! pp_hot.c
36452 ____________________________________________________________________________
36453 [ 24240] By: nicholas                              on 2005/04/18  14:15:52
36454         Log: Two more uses of lvalue SvIVX()
36455      Branch: perl
36456            ! ext/ByteLoader/byterun.c lib/ExtUtils/t/Constant.t
36457 ____________________________________________________________________________
36458 [ 24239] By: nicholas                              on 2005/04/18  12:18:20
36459         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #4
36460              Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org>
36461              From: Steve Peters <steve@fisharerojo.org>
36462              Date: Sat, 16 Apr 2005 11:05:02 -0500
36463              
36464              plus fix to Perl_rvpv_dup assigning to an RV with SvPVX
36465      Branch: perl
36466            ! av.c cop.h ext/PerlIO/encoding/encoding.xs
36467            ! ext/Storable/Storable.xs gv.c malloc.c perl.c pp.c pp_ctl.c
36468            ! pp_hot.c pp_pack.c pp_sort.c scope.c sv.c
36469 ____________________________________________________________________________
36470 [ 24238] By: rgs                                   on 2005/04/15  13:16:29
36471         Log: Update the outdated info in "Minimizing the Perl installation"
36472      Branch: perl
36473            ! INSTALL
36474 ____________________________________________________________________________
36475 [ 24237] By: rgs                                   on 2005/04/14  16:13:45
36476         Log: Fix for:
36477              [perl #34934] perl 5.8.5 on x86 and x86-64 hang at compile-time
36478              From: bstrand@switchmanagement.com (via RT) <perlbug-followup@perl.org>
36479              Date: 12 Apr 2005 19:12:58 -0000
36480              Message-ID: <rt-3.0.11-34934-110595.15.9181274318682@perl.org>
36481              
36482              This syntax error now produces a panic message.
36483      Branch: perl
36484            ! op.c
36485 ____________________________________________________________________________
36486 [ 24236] By: merijn                                on 2005/04/13  15:10:24
36487         Log: Subject: [PATCH] Removing yydestruct from perly.c
36488              From: Andy Lester <andy@petdance.com>
36489              Date: Wed, 13 Apr 2005 10:06:47 -0500
36490              Message-ID: <20050413150647.GA13464@petdance.com>
36491      Branch: perl
36492            ! perly.c
36493 ____________________________________________________________________________
36494 [ 24235] By: merijn                                on 2005/04/13  14:51:00
36495         Log: Mandrakesoft is now Mandriva
36496      Branch: perl
36497            ! AUTHORS
36498 ____________________________________________________________________________
36499 [ 24234] By: merijn                                on 2005/04/13  14:41:20
36500         Log: H.Merijn changed e-mail
36501      Branch: perl
36502            ! AUTHORS Porting/checkAUTHORS.pl Porting/patching.pod
36503            ! README.aix README.hpux ext/Encode/AUTHORS ext/Storable/README
36504 ____________________________________________________________________________
36505 [ 24233] By: rgs                                   on 2005/04/13  08:25:43
36506         Log: Subject: [PATCH Perl 5.9.2] -Wformat 
36507              From: Robin Barker <Robin.Barker@npl.co.uk>
36508              Date: Tue, 12 Apr 2005 18:53:32 +0100
36509              Message-ID: <533D273D4014D411AB1D00062938C4D90849C634@hotel.npl.co.uk>
36510      Branch: perl
36511            ! perly.c regcomp.c regexec.c toke.c
36512 ____________________________________________________________________________
36513 [ 24232] By: rgs                                   on 2005/04/13  07:24:07
36514         Log: Upgrade to ExtUtils::MakeMaker 6.28
36515      Branch: perl
36516            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
36517            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_AIX.pm
36518            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker.pm
36519            ! lib/ExtUtils/Manifest.pm
36520 ____________________________________________________________________________
36521 [ 24231] By: rgs                                   on 2005/04/12  15:30:23
36522         Log: Upgrade to Encode 2.0902
36523      Branch: perl
36524            + ext/Encode/t/utf8strict.t
36525            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
36526            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
36527            ! ext/Encode/MANIFEST ext/Encode/META.yml
36528            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
36529            ! ext/Encode/t/fallback.t
36530 ____________________________________________________________________________
36531 [ 24230] By: nicholas                              on 2005/04/12  11:24:49
36532         Log: Don't PERL_HASH(SvUVX(...)...) as it's actually a set.
36533              Plus add an editor block
36534      Branch: perl
36535            ! op.c
36536 ____________________________________________________________________________
36537 [ 24229] By: nicholas                              on 2005/04/12  09:19:43
36538         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #3
36539              From: Steve Peters <steve@fisharerojo.org>
36540              Message-ID: <20050411023736.GB9355@mccoy.peters.homeunix.org>
36541              Date: Sun, 10 Apr 2005 21:37:36 -0500
36542              
36543              (with correction to SvUV_set)
36544      Branch: perl
36545            ! ext/List/Util/Util.xs sv.c sv.h
36546 ____________________________________________________________________________
36547 [ 24228] By: nicholas                              on 2005/04/11  14:53:38
36548         Log: Avoid taking a reference to SvIVX and putting that address on the
36549              save stack
36550      Branch: perl
36551            ! perl.c pp_ctl.c pp_hot.c
36552 ____________________________________________________________________________
36553 [ 24227] By: steveh                                on 2005/04/11  10:39:59
36554         Log: Support d_libm_lib_version for Win32 (see change 24217)
36555      Branch: perl
36556            ! win32/config.bc win32/config.gc win32/config.vc
36557            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
36558            ! win32/config_H.vc win32/config_H.vc64
36559 ____________________________________________________________________________
36560 [ 24226] By: merijn                                on 2005/04/11  10:09:06
36561         Log: Out of sync metaunit caused the erroneous return of the
36562              removed d_sitecustomize. Mea Culpa.
36563      Branch: perl
36564            ! Configure
36565 ____________________________________________________________________________
36566 [ 24225] By: steveh                                on 2005/04/11  09:39:40
36567         Log: Disable I18N::Langinfo for Win32 since nl_langinfo() isn't available
36568      Branch: perl
36569            ! win32/Makefile win32/makefile.mk
36570 ____________________________________________________________________________
36571 [ 24224] By: rgs                                   on 2005/04/11  09:21:54
36572         Log: Subject: [PATCH] perlfunc.pod: incomplete select description
36573              From: Hernan Perez Masci <hmasci@uolsinectis.com.ar>
36574              Date: Fri, 8 Apr 2005 15:28:28 -0300
36575              Message-Id: <200504081528.28307.hmasci@uolsinectis.com.ar>
36576      Branch: perl
36577            ! pod/perlfunc.pod
36578 ____________________________________________________________________________
36579 [ 24223] By: rgs                                   on 2005/04/11  09:11:53
36580         Log: Make the four-argument form of select() return undef
36581              instead of -1 on error.
36582      Branch: perl
36583            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
36584 ____________________________________________________________________________
36585 [ 24222] By: rgs                                   on 2005/04/11  07:02:59
36586         Log: Make Win32 build (and clean) I18::Langinfo and Math::BigInt::FastCalc
36587      Branch: perl
36588            ! win32/Makefile win32/makefile.mk
36589 ____________________________________________________________________________
36590 [ 24221] By: merijn                                on 2005/04/11  06:06:13
36591         Log: Subject: Re: New Configure functionality
36592              From: Abe Timmerman <abe@ztreet.demon.nl>
36593              Date: Sun, 10 Apr 2005 22:19:28 +0200
36594              Message-Id: <200504102219.29024.abe@ztreet.demon.nl>
36595      Branch: perl
36596            ! configure.com
36597 ____________________________________________________________________________
36598 [ 24220] By: rgs                                   on 2005/04/10  20:03:59
36599         Log: POD typo.
36600      Branch: perl
36601            ! lib/Module/CoreList.pm
36602 ____________________________________________________________________________
36603 [ 24219] By: rgs                                   on 2005/04/10  19:49:49
36604         Log: Module::CoreList: Data from Sebastien Aperghis-Tramoni for perl
36605              5.00{0,1,2}. Upgrade version number.
36606      Branch: perl
36607            ! lib/Module/CoreList.pm
36608 ____________________________________________________________________________
36609 [ 24218] By: merijn                                on 2005/04/10  18:00:05
36610         Log: Sorting still is a mess. This is better.
36611      Branch: perl
36612            ! config_h.SH
36613 ____________________________________________________________________________
36614 [ 24217] By: merijn                                on 2005/04/10  17:08:36
36615         Log: Configure now probes for _LIB_VERSION support in math.h/libm
36616              LIBM_LIB_VERSION is defined if it does
36617      Branch: perl
36618            ! Configure Porting/config_H config_h.SH handy.h
36619 ____________________________________________________________________________
36620 [ 24215] By: rgs                                   on 2005/04/10  15:03:10
36621         Log: Fix [perl #34892] Segfault on &DB::sub declared but not defined
36622      Branch: perl
36623            ! pod/perldiag.pod pp_hot.c
36624 ____________________________________________________________________________
36625 [ 24214] By: merijn                                on 2005/04/10  09:14:06
36626         Log: Subject: [PATCH] usesitecustomize for VMS
36627              From: "Craig A. Berry" <craigberry@mac.com>
36628              Date: Sat, 09 Apr 2005 15:58:43 -0500
36629              Message-ID: <42584203.2090405@mac.com>
36630      Branch: perl
36631            ! configure.com
36632 ____________________________________________________________________________
36633 [ 24213] By: nicholas                              on 2005/04/08  19:11:04
36634         Log: Mangle the expected output correctly for both 5.9 and 5.8
36635      Branch: perl
36636            ! ext/B/t/stash.t
36637 ____________________________________________________________________________
36638 [ 24212] By: rgs                                   on 2005/04/08  16:17:49
36639         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.27
36640              From: Michael G Schwern <schwern@pobox.com>
36641              Date: Thu, 7 Apr 2005 15:15:00 -0700
36642              Message-ID: <20050407221500.GB6223@windhund.schwern.org>
36643              
36644              Fix duplicate target warnings
36645      Branch: perl
36646            ! lib/ExtUtils/MM_Any.pm
36647 ____________________________________________________________________________
36648 [ 24211] By: merijn                                on 2005/04/08  14:22:05
36649         Log: The last remains of d_sitecustomize
36650      Branch: perl
36651            ! Porting/config.sh
36652 ____________________________________________________________________________
36653 [ 24210] By: merijn                                on 2005/04/08  14:16:59
36654         Log: now usesitecustomize is used more generic
36655      Branch: perl
36656            ! config_h.SH
36657 ____________________________________________________________________________
36658 [ 24209] By: steveh                                on 2005/04/08  14:15:14
36659         Log: Subject: Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move
36660              From: Steven Schubiger <steven@accognoscere.org>
36661              Date: Thu, 7 Apr 2005 22:38:25 +0200 (CEST)
36662              Message-Id: <200504072038.j37KcPXY011755@accognoscere.homeunix.org>
36663              
36664              (with arguments changed to match perlfunc.pod)
36665      Branch: perl
36666            ! pod/perlport.pod
36667 ____________________________________________________________________________
36668 [ 24208] By: merijn                                on 2005/04/08  14:12:54
36669         Log: Drop d_sitecustomize again. (usesitecustomize is enough)
36670      Branch: perl
36671            ! Configure
36672 ____________________________________________________________________________
36673 [ 24206] By: nicholas                              on 2005/04/08  13:16:07
36674         Log: Add SvIVX() to PERL_DEBUG_COW, and change pad.c to SvIVset()
36675      Branch: perl
36676            ! pad.c sv.h
36677 ____________________________________________________________________________
36678 [ 24205] By: merijn                                on 2005/04/08  12:18:42
36679         Log: Subject: [PATCH] Removing Y2K warnings
36680              From: Andy Lester <andy@petdance.com>
36681              Date: Thu, 7 Apr 2005 17:44:42 -0500
36682              Message-ID: <20050407224442.GA23895@petdance.com>
36683      Branch: perl
36684            - README.Y2K
36685            ! INSTALL MANIFEST lib/warnings.pm pod/buildtoc pod/perldiag.pod
36686            ! pod/perllexwarn.pod pp_hot.c sv.c t/lib/warnings/pp_hot
36687            ! t/lib/warnings/sv t/op/caller.t warnings.h warnings.pl
36688 ____________________________________________________________________________
36689 [ 24204] By: nicholas                              on 2005/04/08  11:29:22
36690         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #2
36691              From: Steve Peters <steve@fisharerojo.org>
36692              Date: Thu, 7 Apr 2005 13:51:49 -0500
36693              Message-ID: <20050407185149.GA4418@mccoy.peters.homeunix.org>
36694      Branch: perl
36695            ! doio.c ext/List/Util/Util.xs ext/threads/threads.xs op.c pp.c
36696            ! pp_ctl.c pp_hot.c sv.c toke.c util.c
36697 ____________________________________________________________________________
36698 [ 24201] By: nicholas                              on 2005/04/08  10:39:15
36699         Log: Add a macro PERL_DEBUG_COW, for aggressive compile time tests of
36700              Copy-On-Write related source changes.
36701              Fix the problem this revealed.
36702      Branch: perl
36703            ! sv.c sv.h
36704 ____________________________________________________________________________
36705 [ 24200] By: nicholas                              on 2005/04/08  10:08:35
36706         Log: MM_AIX needs neatvalue
36707      Branch: perl
36708            ! lib/ExtUtils/MM_AIX.pm
36709 ____________________________________________________________________________
36710 [ 24199] By: nicholas                              on 2005/04/08  10:05:49
36711         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #1
36712              From: Steve Peters <steve@fisharerojo.org>
36713              Message-ID: <20050406232110.GA12249@mccoy.peters.homeunix.org>
36714              Date: Wed, 6 Apr 2005 18:21:10 -0500
36715      Branch: perl
36716            ! ext/ByteLoader/byterun.c ext/List/Util/Util.xs pad.c sv.c
36717            ! toke.c
36718 ____________________________________________________________________________
36719 [ 24198] By: rgs                                   on 2005/04/08  09:48:08
36720         Log: Add perl593delta.pod
36721      Branch: perl
36722            + pod/perl593delta.pod
36723            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
36724            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
36725            ! win32/pod.mak
36726 ____________________________________________________________________________
36727 [ 24194] By: rgs                                   on 2005/04/07  12:42:07
36728         Log: Mention that select() returns -1 on error,
36729              as suggested by Hernan Perez Masci
36730      Branch: perl
36731            ! pod/perlfunc.pod
36732 ____________________________________________________________________________
36733 [ 24192] By: rgs                                   on 2005/04/07  09:51:29
36734         Log: Subject: Re: [PATCH] Re: [perl #34650] perldoc -f my should perhaps mention BEGIN and END
36735              From: Abigail <abigail@abigail.nl>
36736              Date: Wed, 6 Apr 2005 01:41:55 +0200
36737              Message-ID: <20050405234154.GG8680@abigail.nl>
36738      Branch: perl
36739            ! t/japh/abigail.t
36740 ____________________________________________________________________________
36741 [ 24191] By: rgs                                   on 2005/04/07  09:45:27
36742         Log: Subject: Re: Bugs? In Unicode::EastAsianWidth.
36743              From: Autrijus Tang <autrijus@autrijus.org>
36744              Date: Wed, 6 Apr 2005 18:17:32 +0800
36745              Message-ID: <20050406101732.GA17931@aut.dyndns.org>
36746      Branch: perl
36747            ! lib/unicore/mktables
36748 ____________________________________________________________________________
36749 [ 24190] By: rgs                                   on 2005/04/07  09:38:06
36750         Log: Subject: perldbtty$$ location
36751              From: Gisle Aas <gisle@ActiveState.com>
36752              Date: 06 Apr 2005 01:49:54 -0700
36753              Message-ID: <lr3bu48f2l.fsf@caliper.activestate.com>
36754              (and remove trailing whitespace)
36755      Branch: perl
36756            ! pod/perldebug.pod
36757 ____________________________________________________________________________
36758 [ 24189] By: nicholas                              on 2005/04/07  08:43:40
36759         Log: Tabs not spaces in MANIFEST
36760      Branch: perl
36761            ! MANIFEST
36762 ____________________________________________________________________________
36763 [ 24187] By: merijn                                on 2005/04/07  08:33:53
36764         Log: Subject: [perl #34699] documentation bug in "man perlpodspec" 
36765              From: "raf@tradingpost.com.au (via RT)" <perlbug-followup@perl.org>
36766              Date: 7 Apr 2005 00:20:31 -0000
36767              Message-ID: <rt-3.0.11-34699-110174.9.79475562169704@perl.org>
36768      Branch: perl
36769            ! pod/perlpodspec.pod
36770 ____________________________________________________________________________
36771 [ 24185] By: rgs                                   on 2005/04/07  08:07:14
36772         Log: Upgrade to ExtUtils::MakeMaker 6.27,
36773              plus a patch to restore functioning of 'distclean'
36774              for the perl core
36775      Branch: perl
36776            + lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_QNX.pm
36777            + lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MakeMaker/Config.pm
36778            + lib/ExtUtils/t/PL_FILES.t lib/ExtUtils/t/config.t
36779            + lib/ExtUtils/t/installbase.t lib/ExtUtils/t/xs.t
36780            + t/lib/MakeMaker/Test/Setup/PL_FILES.pm
36781            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
36782            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
36783            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
36784            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
36785            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
36786            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
36787            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
36788            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
36789            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
36790            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
36791            ! lib/ExtUtils/README lib/ExtUtils/t/INST_PREFIX.t
36792            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_Win32.t
36793            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/dir_target.t
36794            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
36795            ! lib/ExtUtils/t/recurs.t t/lib/MakeMaker/Test/Setup/BFD.pm
36796            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
36797            ! t/lib/MakeMaker/Test/Utils.pm
36798 ____________________________________________________________________________
36799 [ 24178] By: steveh                                on 2005/04/06  15:57:36
36800         Log: Don't try to export symbols that don't exist
36801              
36802              Change #24148 added Perl_rvpv_dup() to the public API, but it is only
36803              defined when USE_ITHREADS is defined.  Adjust makedef.pl accordingly
36804              to keep Win32 happy.
36805      Branch: perl
36806            ! makedef.pl
36807 ____________________________________________________________________________
36808 [ 24176] By: nicholas                              on 2005/04/06  15:11:53
36809         Log: cast to/from (void *) in the re-entrant code. Now watch the smoke rise.
36810      Branch: perl
36811            ! reentr.c reentr.h reentr.pl
36812 ____________________________________________________________________________
36813 [ 24175] By: nicholas                              on 2005/04/06  15:05:32
36814         Log: Casting to/from (void *) sufficient to make a C++ compiler happy.
36815      Branch: perl
36816            ! ext/File/Glob/bsd_glob.c ext/threads/shared/shared.xs
36817            ! ext/threads/threads.xs pad.h sv.c
36818 ____________________________________________________________________________
36819 [ 24174] By: nicholas                              on 2005/04/06  14:36:40
36820         Log: If we're going to prototype modfl(), it needs extern "C" linkage.
36821      Branch: perl
36822            ! perl.h
36823 ____________________________________________________________________________
36824 [ 24173] By: merijn                                on 2005/04/06  06:14:51
36825         Log: 1. t/TEST now deals with SKIP as if it was TODO. This complies to TAP
36826              2. Removed the depricated 'my $foo if expr' there
36827      Branch: perl
36828            ! t/TEST
36829 ____________________________________________________________________________
36830 [ 24171] By: nicholas                              on 2005/04/05  22:34:32
36831         Log: D'oh! We were never correctly spotting a modfl prototype
36832      Branch: perl
36833            ! Configure
36834 ____________________________________________________________________________
36835 [ 24170] By: nicholas                              on 2005/04/05  21:30:21
36836         Log: Add casting to allow g++ (3.3.5) to compile the core code.
36837              A C++ compiler produces lots of warnings that are probably valid
36838              concerns to investigate.
36839      Branch: perl
36840            ! doio.c ext/B/B.xs ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs gv.c
36841            ! perl.c perl.h pp_pack.c scope.c sv.c toke.c util.c x2p/walk.c
36842 ____________________________________________________________________________
36843 [ 24169] By: nicholas                              on 2005/04/05  21:16:01
36844         Log: Tests need to skip if there is no Encode configured.
36845      Branch: perl
36846            ! lib/encoding/warnings/t/1-warning.t
36847            ! lib/encoding/warnings/t/2-fatal.t
36848 ____________________________________________________________________________
36849 [ 24167] By: nicholas                              on 2005/04/05  16:09:59
36850         Log: Using savesvpv() here is terser and produces smaller object code.
36851      Branch: perl
36852            ! doio.c
36853 ____________________________________________________________________________
36854 [ 24166] By: rgs                                   on 2005/04/05  15:23:47
36855         Log: Upgrade to Unicode::Normalize 0.32
36856      Branch: perl
36857            ! ext/Unicode/Normalize/Changes
36858            ! ext/Unicode/Normalize/Makefile.PL
36859            ! ext/Unicode/Normalize/Normalize.pm
36860            ! ext/Unicode/Normalize/Normalize.xs
36861            ! ext/Unicode/Normalize/mkheader ext/Unicode/Normalize/t/form.t
36862            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
36863 ____________________________________________________________________________
36864 [ 24165] By: nicholas                              on 2005/04/05  14:52:05
36865         Log: Down with C++ reserved names
36866              (and also function pointer declarations that rely on the C semantics
36867              of ())
36868      Branch: perl
36869            ! ext/Storable/Storable.xs mg.c op.c perlio.c pp_sort.c
36870            ! universal.c
36871 ____________________________________________________________________________
36872 [ 24164] By: nicholas                              on 2005/04/05  14:51:05
36873         Log: Down with potentially incorrect duplicate prototypes
36874      Branch: perl
36875            ! pp_sys.c
36876 ____________________________________________________________________________
36877 [ 24163] By: nicholas                              on 2005/04/05  14:50:30
36878         Log: Down with more K&R prototypes
36879      Branch: perl
36880            ! ext/DynaLoader/dl_dyld.xs
36881 ____________________________________________________________________________
36882 [ 24162] By: nicholas                              on 2005/04/05  14:49:11
36883         Log: Down with unneeded duplicate prototypes
36884      Branch: perl
36885            ! x2p/a2p.c
36886 ____________________________________________________________________________
36887 [ 24161] By: nicholas                              on 2005/04/05  14:48:33
36888         Log: Down with K&R function arguments
36889      Branch: perl
36890            ! ext/Cwd/Cwd.xs
36891 ____________________________________________________________________________
36892 [ 24160] By: rgs                                   on 2005/04/05  14:06:01
36893         Log: Add Math::BigInt::FastCalc in maintainer list
36894      Branch: perl
36895            ! Porting/Maintainers.pl
36896 ____________________________________________________________________________
36897 [ 24159] By: rgs                                   on 2005/04/05  13:12:22
36898         Log: Adaptations to the Makefile.PL of Math::BigInt/FastCalc, for core-ification
36899      Branch: perl
36900            ! ext/Math/BigInt/FastCalc/Makefile.PL
36901 ____________________________________________________________________________
36902 [ 24158] By: rgs                                   on 2005/04/05  12:56:35
36903         Log: New core module, Math::BigInt::FastCalc
36904              
36905              Subject: [PATCH] integrate Math::BigInt::FastCalc
36906              From: Tels <nospam-abuse@bloodgate.com>
36907              Date: Sun, 3 Apr 2005 11:12:45 +0200
36908              Message-Id: <200504031112.55179@bloodgate.com>
36909      Branch: perl
36910            + ext/Math/BigInt/FastCalc/FastCalc.pm
36911            + ext/Math/BigInt/FastCalc/FastCalc.xs
36912            + ext/Math/BigInt/FastCalc/Makefile.PL
36913            + ext/Math/BigInt/FastCalc/t/bigintfc.t
36914            + ext/Math/BigInt/FastCalc/t/bootstrap.t
36915            + ext/Math/BigInt/FastCalc/t/mbi_rand.t
36916            ! MANIFEST
36917 ____________________________________________________________________________
36918 [ 24155] By: rgs                                   on 2005/04/05  10:40:35
36919         Log: Subject: [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17
36920              From: Tels <nospam-abuse@bloodgate.com>
36921              Date: Sun, 3 Apr 2005 10:43:10 +0200
36922              Message-Id: <200504031043.12273@bloodgate.com>
36923      Branch: perl
36924            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
36925            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/_e_math.t
36926            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
36927            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
36928            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
36929            ! lib/Math/BigInt/t/req_mbf0.t lib/Math/BigInt/t/req_mbfw.t
36930            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/trap.t
36931            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
36932            ! lib/Math/BigRat/t/bigratpm.t lib/Math/BigRat/t/requirer.t
36933            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
36934 ____________________________________________________________________________
36935 [ 24152] By: rgs                                   on 2005/04/04  20:55:03
36936         Log: That's C, not perl.
36937      Branch: perl
36938            ! patchlevel.h
36939 ____________________________________________________________________________
36940 [ 24151] By: nicholas                              on 2005/04/04  20:53:42
36941         Log: Make -DFORMAT_CHECK compile with threads.
36942      Branch: perl
36943            ! perl.h
36944 ____________________________________________________________________________
36945 [ 24149] By: rgs                                   on 2005/04/04  17:14:37
36946         Log: Bump version to 5.9.3
36947              Restore "DEVEL" tag in patchlevel.h
36948              Regenerate Porting/config*
36949      Branch: perl
36950            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
36951            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
36952            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
36953            ! win32/config_H.gc win32/config_H.vc64 win32/makefile.mk
36954            ! wince/Makefile.ce
36955 ____________________________________________________________________________
36956 [ 24148] By: rgs                                   on 2005/04/04  14:19:30
36957         Log: Subject: [PATCH] const-eight.diff
36958              From: Andy Lester <andy@petdance.com>
36959              Date: Wed, 30 Mar 2005 11:40:24 -0600
36960              Message-ID: <20050330174024.GA12167@petdance.com>
36961      Branch: perl
36962            ! Porting/Maintainers.pl doio.c dump.c embed.fnc embed.h
36963            ! global.sym mg.c op.c perl.c proto.h sv.c universal.c xsutils.c
36964 ____________________________________________________________________________
36965 [ 24147] By: mhx                                   on 2005/04/03  16:47:54
36966         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol"
36967              From: Steven Schubiger <steven@accognoscere.org>
36968              Date: Sun, 3 Apr 2005 11:47:22 +0200 (CEST)
36969              Message-Id: <200504030947.j339lMgp010306@accognoscere.homeunix.org>
36970      Branch: perl
36971            ! pod/perltrap.pod
36972 ____________________________________________________________________________
36973 [ 24139] By: mhx                                   on 2005/04/03  08:19:06
36974         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol"
36975              From: Steven Schubiger <steven@accognoscere.org>
36976              Date: Sat, 2 Apr 2005 19:37:11 +0200 (CEST)
36977              Message-Id: <200504021737.j32HbBNS000652@accognoscere.homeunix.org>
36978      Branch: perl
36979            ! pod/perltrap.pod
36980 ____________________________________________________________________________
36981 [ 24138] By: mhx                                   on 2005/04/03  08:16:25
36982         Log: Fix wrong version for byteorder modifiers feature.
36983      Branch: perl
36984            ! pod/perlpacktut.pod
36985 ____________________________________________________________________________
36986 [ 24137] By: nicholas                              on 2005/04/02  22:58:59
36987         Log: Silence compiler warnings about possibly uninitialised variables.
36988              (None are, but it saves anyone else having to work this out)
36989      Branch: perl
36990            ! regexec.c
36991 ____________________________________________________________________________
36992 [ 24136] By: nicholas                              on 2005/04/02  19:04:27
36993         Log: Fix "[perl #34643] Config_heavy.pl not in archlib"
36994      Branch: perl
36995            ! installperl
36996 ____________________________________________________________________________
36997 [ 24135] By: nicholas                              on 2005/04/02  18:52:11
36998         Log: Oops. Forgot to add this.
36999      Branch: perl
37000            + lib/unicore/NamedSequences.txt
37001 ____________________________________________________________________________
37002 [ 24134] By: nicholas                              on 2005/04/02  18:51:27
37003         Log: Subject: [PATCH] Unicode 4.1.0
37004              From: Jarkko Hietaniemi <jhi@iki.fi>
37005              Message-ID: <424E584D.5000508@iki.fi>
37006              Date: Sat, 02 Apr 2005 11:31:09 +0300
37007      Branch: perl
37008            ! MANIFEST lib/Unicode/UCD.pm lib/Unicode/UCD.t
37009            ! lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
37010            ! lib/unicore/Blocks.txt lib/unicore/CaseFolding.txt
37011            ! lib/unicore/CompositionExclusions.txt
37012            ! lib/unicore/EastAsianWidth.txt
37013            ! lib/unicore/HangulSyllableType.txt lib/unicore/Jamo.txt
37014            ! lib/unicore/LineBreak.txt lib/unicore/NamesList.txt
37015            ! lib/unicore/NormalizationCorrections.txt
37016            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
37017            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
37018            ! lib/unicore/ReadMe.txt lib/unicore/Scripts.txt
37019            ! lib/unicore/SpecialCasing.txt
37020            ! lib/unicore/StandardizedVariants.txt
37021            ! lib/unicore/UnicodeData.txt lib/unicore/version t/uni/class.t
37022 ____________________________________________________________________________
37023 [ 24133] By: rgs                                   on 2005/04/01  09:16:19
37024         Log: Add encoding::warnings to Maintainers.pl and rebuild META.yml for release
37025      Branch: perl
37026            ! META.yml Porting/Maintainers.pl
37027 ____________________________________________________________________________
37028 [ 24132] By: rgs                                   on 2005/04/01  08:29:26
37029         Log: Update Changes
37030      Branch: perl
37031            ! Changes
37032 ____________________________________________________________________________
37033 [ 24131] By: steveh                                on 2005/04/01  08:18:27
37034         Log: Remove dependency on tr(1) for MinGW builds on Win32
37035              
37036              This leaves things slightly (more) broken for MinGW builds on Cygwin,
37037              but that doesn't currently quite work in other respects and isn't
37038              documented anyway.  See:
37039              
37040              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html
37041      Branch: perl
37042            ! pod/perl592delta.pod win32/makefile.mk
37043 ____________________________________________________________________________
37044 [ 24130] By: rgs                                   on 2005/04/01  07:47:26
37045         Log: Regenerate perltoc and perlmodlib
37046      Branch: perl
37047            ! pod/perlmodlib.pod pod/perltoc.pod
37048 ____________________________________________________________________________
37049 [ 24129] By: rgs                                   on 2005/04/01  07:36:04
37050         Log: POD fixes.
37051      Branch: perl
37052            ! pod/perlfaq1.pod
37053 ____________________________________________________________________________
37054 [ 24128] By: rgs                                   on 2005/04/01  07:19:27
37055         Log: FAQ sync.
37056      Branch: perl
37057            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
37058            ! pod/perlfaq6.pod pod/perlfaq7.pod
37059 ____________________________________________________________________________
37060 [ 24127] By: rgs                                   on 2005/04/01  07:14:22
37061         Log: Add a note about installhtml
37062      Branch: perl
37063            ! pod/perltodo.pod
37064 ____________________________________________________________________________
37065 [ 24126] By: rgs                                   on 2005/03/31  21:51:28
37066         Log: Subject: [PATCH] pp_pack.c warnings on VMS
37067              From: "Craig A. Berry" <craigberry@mac.com>
37068              Date: Thu, 31 Mar 2005 14:51:05 -0600
37069              Message-ID: <424C62B9.2030601@mac.com>
37070      Branch: perl
37071            ! pp_pack.c
37072 ____________________________________________________________________________
37073 [ 24125] By: rgs                                   on 2005/03/31  17:14:01
37074         Log: Mention the current MinGW compilation problems
37075      Branch: perl
37076            ! pod/perl592delta.pod
37077 ____________________________________________________________________________
37078 [ 24124] By: rgs                                   on 2005/03/31  17:11:15
37079         Log: Update Changes
37080      Branch: perl
37081            ! Changes
37082 ____________________________________________________________________________
37083 [ 24123] By: rgs                                   on 2005/03/31  15:52:46
37084         Log: This is 5.9.2. Mostly.
37085      Branch: perl
37086            ! patchlevel.h pod/perlhist.pod
37087 ____________________________________________________________________________
37088 [ 24122] By: steveh                                on 2005/03/31  15:39:57
37089         Log: Fix USE_SITECUSTOMIZE on Win32
37090              
37091              This fixes the problem described in:
37092              
37093              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
37094      Branch: perl
37095            ! win32/win32.c
37096 ____________________________________________________________________________
37097 [ 24121] By: rgs                                   on 2005/03/31  15:24:24
37098         Log: Update copyrights.
37099              Well, those are generated files anyway.
37100      Branch: perl
37101            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
37102            ! proto.h
37103 ____________________________________________________________________________
37104 [ 24120] By: steveh                                on 2005/03/31  14:36:44
37105         Log: Add support for USE_SITECUSTOMIZE in the Win32 makefiles
37106              
37107              Note that this feature doesn't actually work correctly on Win32
37108              until the problem described here is solved:
37109              
37110              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
37111      Branch: perl
37112            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
37113            ! win32/config.vc64 win32/makefile.mk
37114 ____________________________________________________________________________
37115 [ 24119] By: rgs                                   on 2005/03/31  13:52:58
37116         Log: Upgrade to Module::CoreList 1.99
37117      Branch: perl
37118            ! lib/Module/CoreList.pm
37119 ____________________________________________________________________________
37120 [ 24118] By: rgs                                   on 2005/03/31  13:45:17
37121         Log: More known problems.
37122      Branch: perl
37123            ! pod/perl592delta.pod
37124 ____________________________________________________________________________
37125 [ 24117] By: rgs                                   on 2005/03/31  13:10:26
37126         Log: Known problems, reported by Merijn
37127      Branch: perl
37128            ! pod/perl592delta.pod
37129 ____________________________________________________________________________
37130 [ 24116] By: rgs                                   on 2005/03/31  12:45:03
37131         Log: OS typo.
37132      Branch: perl
37133            ! pod/perl592delta.pod
37134 ____________________________________________________________________________
37135 [ 24115] By: rgs                                   on 2005/03/31  12:42:38
37136         Log: Add a tool to generate data for Module::CoreList
37137      Branch: perl
37138            + Porting/corelist.pl
37139            ! MANIFEST
37140 ____________________________________________________________________________
37141 [ 24114] By: rgs                                   on 2005/03/31  11:42:15
37142         Log: More work on perldelta
37143      Branch: perl
37144            ! pod/perl592delta.pod
37145 ____________________________________________________________________________
37146 [ 24113] By: steveh                                on 2005/03/31  10:01:18
37147         Log: Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the
37148              Win32 makefiles
37149      Branch: perl
37150            ! win32/Makefile win32/makefile.mk
37151 ____________________________________________________________________________
37152 [ 24112] By: rgs                                   on 2005/03/31  09:58:40
37153         Log: AUTHORS update
37154      Branch: perl
37155            ! AUTHORS
37156 ____________________________________________________________________________
37157 [ 24111] By: steveh                                on 2005/03/31  09:18:23
37158         Log: A few Win32 makefile tidy-ups (No real changes)
37159      Branch: perl
37160            ! win32/Makefile win32/makefile.mk
37161 ____________________________________________________________________________
37162 [ 24110] By: steveh                                on 2005/03/31  08:20:00
37163         Log: Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)
37164      Branch: perl
37165            ! INSTALL
37166 ____________________________________________________________________________
37167 [ 24109] By: steveh                                on 2005/03/31  07:55:12
37168         Log: One more Win32 compilation clean-up (for when using -DDEBUGGING)
37169      Branch: perl
37170            ! sv.c
37171 ____________________________________________________________________________
37172 [ 24108] By: steveh                                on 2005/03/31  07:36:52
37173         Log: Another Win32 compilation clean-up (for when using Perl's malloc)
37174      Branch: perl
37175            ! malloc.c
37176 ____________________________________________________________________________
37177 [ 24107] By: merijn                                on 2005/03/30  17:03:19
37178         Log: Now that we have the full path, we can skip the which call,
37179              that might cause trouble on testdrive systems.
37180      Branch: perl
37181            ! hints/hpux.sh
37182 ____________________________________________________________________________
37183 [ 24106] By: rgs                                   on 2005/03/30  14:41:51
37184         Log: Update copyrights.
37185      Branch: perl
37186            ! XSUB.h av.c deb.c dump.c embedvar.h gv.h handy.h hv.h
37187            ! miniperlmain.c numeric.c op.h pad.c perl.h pp.h regcomp.h
37188            ! regen_perly.pl scope.h sv.h thrdvar.h thread.h
37189 ____________________________________________________________________________
37190 [ 24105] By: merijn                                on 2005/03/30  14:25:05
37191         Log: Simplify #24043 note now Configure can do -Dusesitecustomize
37192      Branch: perl
37193            ! INSTALL
37194 ____________________________________________________________________________
37195 [ 24104] By: merijn                                on 2005/03/30  14:17:40
37196         Log: Support for -Dusesitecustomize
37197      Branch: perl
37198            ! Configure config_h.SH
37199 ____________________________________________________________________________
37200 [ 24102] By: merijn                                on 2005/03/30  13:43:12
37201         Log: USE_STRLCAT and USE_STRLCPY now actually used
37202              LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations
37203              for future use
37204      Branch: perl
37205            ! handy.h
37206 ____________________________________________________________________________
37207 [ 24101] By: rgs                                   on 2005/03/30  13:34:11
37208         Log: Subject: [PATCH] ext/Errno/Errno_pm.PL: fix for GNU hurd
37209              From: Brendan O'Dea <bod@debian.org>
37210              Date: Wed, 30 Mar 2005 10:30:25 +1000
37211              Message-ID: <20050330003025.GA29797@londo.c47.org>
37212      Branch: perl
37213            ! ext/Errno/Errno_pm.PL
37214 ____________________________________________________________________________
37215 [ 24100] By: rgs                                   on 2005/03/30  13:16:52
37216         Log: Subject: Re: PATCH: byte count feature request for unpack
37217              From: perl5-porters@ton.iguana.be (Ton Hospel)
37218              Date: Sun, 27 Mar 2005 18:32:11 +0000 (UTC)
37219              Message-Id: <d26u7b$i3v$1@post.home.lunix>
37220              
37221              (rework of a patch from Arne Ahrend <aahrend@web.de>)
37222      Branch: perl
37223            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
37224 ____________________________________________________________________________
37225 [ 24099] By: steveh                                on 2005/03/30  08:36:50
37226         Log: A couple more Win32 compilation clean-ups
37227      Branch: perl
37228            ! win32/win32sck.c
37229 ____________________________________________________________________________
37230 [ 24098] By: rgs                                   on 2005/03/30  08:03:13
37231         Log: Minor POD nits.
37232      Branch: perl
37233            ! ext/File/Glob/Glob.pm
37234 ____________________________________________________________________________
37235 [ 24097] By: merijn                                on 2005/03/30  07:49:46
37236         Log: Subject: Re: [PATCH] 5.6 File::Glob documentation insufficient for use
37237              From: Steven Schubiger <steven@accognoscere.org>
37238              Date: Wed, 30 Mar 2005 03:41:03 +0200 (CEST)
37239              Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org>
37240      Branch: perl
37241            ! ext/File/Glob/Glob.pm
37242 ____________________________________________________________________________
37243 [ 24096] By: steveh                                on 2005/03/29  15:18:30
37244         Log: Clean-up some warnings when compiling on Win32 with VC++
37245      Branch: perl
37246            ! hv.c mg.c op.c pp_pack.c pp_sort.c pp_sys.c utf8.c util.c
37247 ____________________________________________________________________________
37248 [ 24095] By: rgs                                   on 2005/03/29  12:39:39
37249         Log: Downconst external APIs
37250      Branch: perl
37251            ! embed.fnc gv.h op.c opcode.h opcode.pl pod/perlapi.pod proto.h
37252            ! sv.c util.c
37253 ____________________________________________________________________________
37254 [ 24094] By: rgs                                   on 2005/03/29  09:38:39
37255         Log: The core part of :
37256              Subject: [PATCH] Consting seven
37257              From: Andy Lester <andy@petdance.com>
37258              Date: Sun, 27 Mar 2005 15:57:22 -0600
37259              Message-ID: <20050327215722.GC20451@petdance.com>
37260      Branch: perl
37261            ! embed.fnc embed.h perl.c perlio.c pp_ctl.c proto.h regcomp.c
37262            ! regexec.c util.c
37263 ____________________________________________________________________________
37264 [ 24093] By: steveh                                on 2005/03/29  08:48:50
37265         Log: Fix Win32 compilation nit following change #24074
37266      Branch: perl
37267            ! util.c
37268 ____________________________________________________________________________
37269 [ 24092] By: steveh                                on 2005/03/29  08:22:45
37270         Log: Fix PerlLIO_chsize() for platforms that don't have chsize()
37271              
37272              This is the patch from the end of the thread that started here:
37273              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html
37274      Branch: perl
37275            ! doio.c iperlsys.h pp_sys.c
37276 ____________________________________________________________________________
37277 [ 24091] By: rgs                                   on 2005/03/29  07:01:40
37278         Log: Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
37279      Branch: perl
37280            ! ext/Devel/Peek/t/Peek.t
37281 ____________________________________________________________________________
37282 [ 24090] By: merijn                                on 2005/03/29  07:01:11
37283         Log: Make the spelling of whitespace (vs white-space and white space)
37284              more consistent
37285              From: Offer Kaye <offer.kaye@gmail.com>
37286              Date: Thu, 17 Mar 2005 14:47:36 -0500
37287              Message-ID: <5694250503171147668e73c7@mail.gmail.com>
37288      Branch: perl
37289            ! pod/perllocale.pod pod/perlop.pod pod/perlopentut.pod
37290            ! pod/perlre.pod pod/perlxstut.pod
37291 ____________________________________________________________________________
37292 [ 24089] By: rgs                                   on 2005/03/29  06:14:18
37293         Log: Don't #ifdef out a return statement
37294      Branch: perl
37295            ! pad.c
37296 ____________________________________________________________________________
37297 [ 24088] By: davem                                 on 2005/03/28  21:38:44
37298         Log: expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV
37299      Branch: perl
37300            ! dump.c ext/Devel/Peek/t/Peek.t pad.c perl.c pod/perlhack.pod
37301            ! sv.c sv.h
37302 ____________________________________________________________________________
37303 [ 24087] By: rgs                                   on 2005/03/27  16:38:13
37304         Log: Raw work on perl592delta.
37305      Branch: perl
37306            ! pod/perl592delta.pod
37307 ____________________________________________________________________________
37308 [ 24086] By: rgs                                   on 2005/03/27  13:59:02
37309         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
37310              From: hv@crypt.org
37311              Date: Thu, 24 Mar 2005 19:51:08 +0000
37312              Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org>
37313      Branch: perl
37314            ! regexec.c t/op/re_tests
37315 ____________________________________________________________________________
37316 [ 24085] By: rgs                                   on 2005/03/27  13:30:18
37317         Log: Fix -C option of mktables (for VMS)
37318              
37319              Subject: Re: [PATCH] Consting five
37320              From: demerphq <demerphq@gmail.com>
37321              Date: Sat, 26 Mar 2005 21:45:09 +0100
37322              Message-ID: <9b18b311050326124563db5113@mail.gmail.com>
37323      Branch: perl
37324            ! lib/unicore/mktables
37325 ____________________________________________________________________________
37326 [ 24084] By: davem                                 on 2005/03/26  21:25:47
37327         Log: UTF-8 string substitution corrupts memory
37328              The implicit call of 'require utf8' triggered by code like
37329              "\x{100}" =~ /[[:print:]]/
37330              wasn't saving state correctly first.
37331      Branch: perl
37332            ! utf8.c
37333 ____________________________________________________________________________
37334 [ 24083] By: rgs                                   on 2005/03/26  17:40:26
37335         Log: Remove an XXX note from the public doc.
37336              Hide it in the comments, instead
37337      Branch: perl
37338            ! pod/perlapi.pod sv.c
37339 ____________________________________________________________________________
37340 [ 24082] By: nicholas                              on 2005/03/26  00:21:30
37341         Log: Need to return something when the compiler doesn't know that a
37342              function is "noreturn".
37343      Branch: perl
37344            ! mg.c op.c scope.c
37345 ____________________________________________________________________________
37346 [ 24081] By: nicholas                              on 2005/03/25  23:46:22
37347         Log: Subject: [PATCH] Consting five
37348              Date: Fri, 25 Mar 2005 17:14:09 -0600
37349              From: Andy Lester <andy@petdance.com>
37350              Message-ID: <20050325231409.GB17660@petdance.com>
37351              
37352              [with modification - the extra argument to incpush was supposed to
37353              be being used]
37354      Branch: perl
37355            ! av.c embed.fnc embed.h ext/DynaLoader/dlutils.c gv.c
37356            ! intrpvar.h locale.c mg.c miniperlmain.c op.c perl.c pp_sys.c
37357            ! proto.h regcomp.c thrdvar.h toke.c
37358 ____________________________________________________________________________
37359 [ 24080] By: rgs                                   on 2005/03/25  21:09:23
37360         Log: Subject: Re: [perl #34568] Perl crashes reading past the end of a heap block while parsing foreach statement
37361              From: Gurusamy Sarathy <gsar@ActiveState.com>
37362              Date: Fri, 25 Mar 2005 10:31:09 -0800
37363              Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com>
37364      Branch: perl
37365            ! op.c
37366 ____________________________________________________________________________
37367 [ 24079] By: rgs                                   on 2005/03/25  21:02:04
37368         Log: Subject: [PATCH] Consting part 4
37369              From: Andy Lester <andy@petdance.com>
37370              Date: Fri, 25 Mar 2005 14:43:31 -0600
37371              Message-ID: <20050325204331.GA16388@petdance.com>
37372      Branch: perl
37373            ! embed.fnc mg.c numeric.c op.c perlio.c pod/perlapi.pod proto.h
37374            ! regcomp.c scope.c sv.c taint.c toke.c utf8.c util.c
37375 ____________________________________________________________________________
37376 [ 24078] By: nicholas                              on 2005/03/25  20:57:46
37377         Log: FreeBSD NDBM appears to generate files ending .db, so be prepared to
37378              clean this variant up as well.
37379      Branch: perl
37380            ! lib/Memoize/t/tie_ndbm.t
37381 ____________________________________________________________________________
37382 [ 24077] By: rgs                                   on 2005/03/25  18:03:00
37383         Log: Remove the const qualifier from argv and env variables
37384      Branch: perl
37385            ! embed.fnc intrpvar.h perl.c pod/perlapi.pod proto.h
37386 ____________________________________________________________________________
37387 [ 24076] By: rgs                                   on 2005/03/25  14:41:46
37388         Log: Subject: [PATCH] const fix-up for vms/vms.c
37389              From: "Craig A. Berry" <craigberry@mac.com>
37390              Date: Fri, 25 Mar 2005 09:00:06 -0600
37391              Message-ID: <42442776.8030603@mac.com>
37392      Branch: perl
37393            ! vms/vms.c vms/vmsish.h
37394 ____________________________________________________________________________
37395 [ 24075] By: rgs                                   on 2005/03/25  09:24:15
37396         Log: Subject: [PATCH] Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)
37397              From: Steve Peters <steve@fisharerojo.org>
37398              Date: Tue, 22 Mar 2005 17:15:23 -0600
37399              Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org>
37400      Branch: perl
37401            ! hints/linux.sh
37402 ____________________________________________________________________________
37403 [ 24074] By: rgs                                   on 2005/03/24  16:25:58
37404         Log: Subject: [PATCH] Third consting batch
37405              From: Andy Lester <andy@petdance.com>
37406              Date: Tue, 22 Mar 2005 00:35:55 -0600
37407              Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
37408      Branch: perl
37409            ! XSUB.h deb.c doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c mg.h
37410            ! minimod.pl numeric.c op.c pad.c patchlevel.h perl.c perl.h
37411            ! perlio.c perliol.h perlvars.h perly.c pod/perlapi.pod
37412            ! pod/perlintern.pod pp.c pp_hot.c pp_sys.c proto.h regcomp.c
37413            ! regcomp.h regexec.c scope.c sv.c taint.c universal.c utf8.c
37414            ! utf8.h utfebcdic.h util.c writemain.SH xsutils.c
37415 ____________________________________________________________________________
37416 [ 24073] By: mhx                                   on 2005/03/22  16:30:57
37417         Log: Mention (un)?pack byte-order modifiers in perldelta
37418      Branch: perl
37419            ! pod/perl592delta.pod
37420 ____________________________________________________________________________
37421 [ 24072] By: rgs                                   on 2005/03/22  16:15:58
37422         Log: Some updates in the new perldelta.
37423      Branch: perl
37424            ! pod/perl592delta.pod
37425 ____________________________________________________________________________
37426 [ 24071] By: rgs                                   on 2005/03/22  15:30:18
37427         Log: Remove IPC::Run for 5.9.2
37428      Branch: perl
37429            - lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
37430            - lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
37431            - lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
37432            - lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
37433            - lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
37434            - lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
37435            - lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
37436            - lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
37437            - lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
37438            - lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
37439            ! MANIFEST
37440 ____________________________________________________________________________
37441 [ 24070] By: rgs                                   on 2005/03/22  14:53:01
37442         Log: Forbid the -C option on the command-line
37443              as suggested by Merijn (see [perl #34087])
37444      Branch: perl
37445            ! pod/perldiag.pod toke.c
37446 ____________________________________________________________________________
37447 [ 24069] By: rgs                                   on 2005/03/22  14:03:12
37448         Log: Upgrade to PathTools 3.05
37449      Branch: perl
37450            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
37451 ____________________________________________________________________________
37452 [ 24068] By: rgs                                   on 2005/03/22  10:59:53
37453         Log: Upgrade to File::Temp 0.16
37454      Branch: perl
37455            ! lib/File/Temp.pm lib/File/Temp/t/object.t
37456            ! lib/File/Temp/t/tempfile.t
37457 ____________________________________________________________________________
37458 [ 24067] By: rgs                                   on 2005/03/22  10:53:39
37459         Log: Revert change #24055, which was producing a segfault in installman
37460              when it was trying to install perltoc.
37461      Branch: perl
37462            ! regexec.c t/op/re_tests
37463 ____________________________________________________________________________
37464 [ 24066] By: rgs                                   on 2005/03/22  09:43:44
37465         Log: Fix unresolved POD link
37466      Branch: perl
37467            ! pod/perlfunc.pod
37468 ____________________________________________________________________________
37469 [ 24065] By: rgs                                   on 2005/03/22  09:21:09
37470         Log: Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
37471              and other neatification
37472      Branch: perl
37473            ! pod/perl592delta.pod pod/perlvar.pod regcomp.c regcomp.h
37474 ____________________________________________________________________________
37475 [ 24064] By: rgs                                   on 2005/03/22  08:57:18
37476         Log: Subject: [PATCH] simple optimization for SelectSaver
37477              From: Alexey Tourbin <at@altlinux.ru>
37478              Date: Fri, 18 Mar 2005 21:05:51 +0300
37479              Message-ID: <20050318180551.GA12596@solemn.turbinal.org>
37480      Branch: perl
37481            ! lib/SelectSaver.pm
37482 ____________________________________________________________________________
37483 [ 24063] By: rgs                                   on 2005/03/22  08:53:21
37484         Log: minitest fix
37485      Branch: perl
37486            ! t/run/fresh_perl.t
37487 ____________________________________________________________________________
37488 [ 24062] By: rgs                                   on 2005/03/22  07:50:28
37489         Log: Add in perldelta changes about unpack A and trailing whitespace, trie
37490              optimization, and debug flags for "use re".
37491      Branch: perl
37492            ! pod/perl592delta.pod
37493 ____________________________________________________________________________
37494 [ 24061] By: nicholas                              on 2005/03/21  22:52:12
37495         Log: Casts needed to make VMS happy. (It gets very upset at assignments
37496              between char * and unsigned char *)
37497      Branch: perl
37498            ! pp_pack.c
37499 ____________________________________________________________________________
37500 [ 24060] By: rgs                                   on 2005/03/21  21:44:37
37501         Log: Subject: Re: unpack A strip patch
37502              From: Ton Hospel <perl5-porters@ton.iguana.be>
37503              Date: Mon, 21 Mar 2005 21:31:37 +0000 (UTC)
37504              Message-Id: <d1nefp$lpe$1@post.home.lunix>
37505      Branch: perl
37506            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
37507 ____________________________________________________________________________
37508 [ 24059] By: rgs                                   on 2005/03/21  21:33:16
37509         Log: Subject: Re: regexp trie fails compile on VMS
37510              From: demerphq <demerphq@gmail.com>
37511              Date: Mon, 21 Mar 2005 22:29:09 +0100
37512              Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com>
37513      Branch: perl
37514            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
37515 ____________________________________________________________________________
37516 [ 24058] By: rgs                                   on 2005/03/21  21:22:10
37517         Log: Break up long lines in -V output for compile-time options
37518              
37519              Subject: Re: sitecustomize.pl [PATCH]
37520              From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes)
37521              Date: Tue, 8 Mar 2005 17:46:04 -0800
37522              Message-ID: <20050309014604.GA5876[at]efn.org>
37523      Branch: perl
37524            ! perl.c
37525 ____________________________________________________________________________
37526 [ 24057] By: steveh                                on 2005/03/21  17:08:26
37527         Log: Oops - forgot to update MANIFEST for change 24056.
37528      Branch: perl
37529            ! MANIFEST
37530 ____________________________________________________________________________
37531 [ 24056] By: steveh                                on 2005/03/21  17:06:45
37532         Log: Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
37533              From: demerphq <demerphq@gmail.com>
37534              Date: Tue, 8 Mar 2005 02:24:10 +0100
37535              Message-ID: <9b18b311050307172455a5816e@mail.gmail.com>
37536              
37537              Change 24004 stopped mktables from needlessly re-running when using
37538              dmake on Win32, but it can still happen when using nmake because it
37539              doesn't support the .UPDATEALL attribute that was used to fix dmake.
37540              e.g. Build perl, touch a core header file, then rebuild -- mktables
37541              re-runs when it didn't need to, and 7 times over at that!  This change
37542              alleviates the pain by making mktables exit quickly in such cases.
37543      Branch: perl
37544            + lib/unicore/mktables.lst
37545            ! lib/unicore/mktables
37546 ____________________________________________________________________________
37547 [ 24055] By: rgs                                   on 2005/03/21  14:58:21
37548         Log: Resubmit change #24053.
37549      Branch: perl
37550            ! regexec.c t/op/re_tests
37551 ____________________________________________________________________________
37552 [ 24054] By: rgs                                   on 2005/03/21  14:32:58
37553         Log: Subject: [PATCH] Re: [perl #34493] h2ph `extern inline' problems
37554              From: Alexey Tourbin <at@altlinux.ru>
37555              Date: Sat, 19 Mar 2005 16:37:12 +0300
37556              Message-ID: <20050319133712.GB6484@solemn.turbinal.org>
37557              
37558              and
37559              
37560              Message-ID: <20050319141457.GC6484@solemn.turbinal.org>
37561      Branch: perl
37562            ! t/lib/h2ph.h utils/h2ph.PL
37563 ____________________________________________________________________________
37564 [ 24053] By: rgs                                   on 2005/03/21  13:15:34
37565         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
37566              From: hv@crypt.org
37567              Date: Mon, 21 Feb 2005 17:59:49 +0000
37568              Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org>
37569      Branch: perl
37570            ! regexec.c t/op/re_tests
37571 ____________________________________________________________________________
37572 [ 24052] By: rgs                                   on 2005/03/21  10:27:44
37573         Log: Subject: pack / for general types
37574              From: perl5-porters@ton.iguana.be (Ton Hospel)
37575              Date: Sat, 19 Mar 2005 22:00:45 +0000 (UTC)
37576              Message-Id: <d1i7ed$62c$1@post.home.lunix>
37577              
37578              Allow "len/format" to work for any format type, not just strings.
37579      Branch: perl
37580            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
37581 ____________________________________________________________________________
37582 [ 24051] By: rgs                                   on 2005/03/21  10:12:01
37583         Log: perldelta suggestions on (un)?pack by Ton Hospel
37584      Branch: perl
37585            ! pod/perl592delta.pod
37586 ____________________________________________________________________________
37587 [ 24050] By: rgs                                   on 2005/03/21  09:59:13
37588         Log: Subject: Re: bugzilla.redhat bug #101767 (threads, threads::shared)
37589              From: Alexey Tourbin <at@altlinux.ru>
37590              Date: Sat, 19 Mar 2005 06:10:45 +0300
37591              Message-ID: <20050319031045.GN12596@solemn.turbinal.org>
37592      Branch: perl
37593            + ext/threads/hints/linux.pl ext/threads/shared/hints/linux.pl
37594            ! MANIFEST
37595 ____________________________________________________________________________
37596 [ 24049] By: rgs                                   on 2005/03/21  09:39:35
37597         Log: Subject: [PATCH] More consting goodness
37598              From: Andy Lester <andy@petdance.com>
37599              Date: Sat, 19 Mar 2005 01:28:30 -0600
37600              Message-ID: <20050319072830.GA7721@petdance.com>
37601      Branch: perl
37602            ! deb.c dump.c embed.fnc handy.h op.c opcode.h opcode.pl perl.c
37603            ! pod/perlapi.pod pp_ctl.c pp_sys.c proto.h regcomp.c regexec.c
37604            ! sv.c toke.c
37605 ____________________________________________________________________________
37606 [ 24048] By: rgs                                   on 2005/03/20  21:20:50
37607         Log: Upgrade to Math::BigInt 1.75, by Tels
37608      Branch: perl
37609            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
37610            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
37611            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
37612            ! lib/Math/BigInt/t/fallback.t lib/Math/BigInt/t/mbi_rand.t
37613            ! lib/Math/BigInt/t/sub_mbi.t
37614 ____________________________________________________________________________
37615 [ 24047] By: merijn                                on 2005/03/20  10:50:11
37616         Log: Subject: [PATCH] perlrun typo (env PERLDB_OPTS)
37617              From: Alexey Tourbin <at@altlinux.ru>
37618              Date: Sat, 19 Mar 2005 03:40:13 +0300
37619              Message-ID: <20050319004013.GJ12596@solemn.turbinal.org>
37620      Branch: perl
37621            ! pod/perlrun.pod
37622 ____________________________________________________________________________
37623 [ 24046] By: rgs                                   on 2005/03/18  21:47:54
37624         Log: Remove an useless line, spotted by Andy Lester
37625      Branch: perl
37626            ! toke.c
37627 ____________________________________________________________________________
37628 [ 24045] By: rgs                                   on 2005/03/18  16:54:38
37629         Log: Remove trie optimisation from the todo list
37630      Branch: perl
37631            ! pod/perltodo.pod
37632 ____________________________________________________________________________
37633 [ 24044] By: rgs                                   on 2005/03/18  15:04:39
37634         Log: Subject: Re: Reworked Trie Patch
37635              From: demerphq <demerphq@gmail.com>
37636              Date: Mon, 14 Mar 2005 08:55:39 +0100
37637              Message-ID: <9b18b31105031323557019ae1@mail.gmail.com>
37638              
37639              Subject: Re: Reworked Trie Patch
37640              From: demerphq <demerphq@gmail.com>
37641              Date: Wed, 16 Mar 2005 19:48:18 +0100
37642              Message-ID: <9b18b31105031610481025a080@mail.gmail.com>
37643              
37644              Plus minor nits in the documentation of re.pm,
37645              a version bump, and addition of an OPTIMIZE alias
37646      Branch: perl
37647            + t/op/regexp_notrie.t t/op/regexp_trielist.t
37648            ! MANIFEST embed.fnc embed.h ext/re/re.pm pod/perlvar.pod
37649            ! proto.h regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
37650            ! sv.c t/op/pat.t t/op/re_tests t/op/readdir.t
37651 ____________________________________________________________________________
37652 [ 24043] By: rgs                                   on 2005/03/18  14:02:36
37653         Log: Subject: Re: sitecustomize.pl [PATCH]
37654              From: Gisle Aas <gisle@ActiveState.com>
37655              Date: 18 Mar 2005 04:06:40 -0800
37656              Message-ID: <lru0n9w433.fsf@caliper.activestate.com>
37657              
37658              Adds a new command-line switch, -f, and a new optional
37659              compile-time setting -DUSE_SITECUSTOMIZE
37660      Branch: perl
37661            ! INSTALL ext/Devel/DProf/t/DProf.t perl.c pod/perlrun.pod
37662 ____________________________________________________________________________
37663 [ 24042] By: rgs                                   on 2005/03/18  13:38:32
37664         Log: Subject: [PATCH] More const parms
37665              From: Andy Lester <andy@petdance.com>
37666              Date: Mon, 14 Mar 2005 13:59:54 -0600
37667              Message-ID: <20050314195954.GB7141@petdance.com>
37668      Branch: perl
37669            ! embed.fnc gv.c numeric.c op.c pad.c perlio.c pod/perlapi.pod
37670            ! pod/perlintern.pod pp_ctl.c pp_hot.c proto.h scope.c sv.c
37671            ! toke.c utf8.c
37672 ____________________________________________________________________________
37673 [ 24041] By: rgs                                   on 2005/03/18  10:27:17
37674         Log: Don't use vars in DynaLoader
37675              Remove left-over maintenance code
37676      Branch: perl
37677            ! ext/DynaLoader/DynaLoader_pm.PL
37678 ____________________________________________________________________________
37679 [ 24040] By: rgs                                   on 2005/03/18  07:57:06
37680         Log: Subject: [PATCH] $B::Disassembler::VERSION
37681              From: Alexey Tourbin <at@altlinux.ru>
37682              Date: Thu, 17 Mar 2005 19:02:38 +0300
37683              Message-ID: <20050317160238.GN5825@solemn.turbinal.org>
37684      Branch: perl
37685            ! ext/B/B/Disassembler.pm
37686 ____________________________________________________________________________
37687 [ 24039] By: rgs                                   on 2005/03/15  09:30:28
37688         Log: Upgrade to CGI 3.07.
37689              Add CGI's changelog
37690      Branch: perl
37691            + lib/CGI/Changes
37692            ! MANIFEST lib/CGI.pm lib/CGI/Cookie.pm
37693 ____________________________________________________________________________
37694 [ 24038] By: merijn                                on 2005/03/14  15:55:44
37695         Log: Subject: pp_pack.c, simplifying genpacksizetables
37696              From: perl5-porters@ton.iguana.be (Ton Hospel)
37697              Date: Sun, 13 Mar 2005 15:07:41 +0000 (UTC)
37698              Message-Id: <d11kvt$1k7$1@post.home.lunix>
37699      Branch: perl
37700            ! genpacksizetables.pl pp_pack.c
37701 ____________________________________________________________________________
37702 [ 24037] By: rgs                                   on 2005/03/14  14:35:33
37703         Log: Subject: [PATCH] Adding const qualifiers
37704              From: Andy Lester <andy@petdance.com>
37705              Date: Sun, 13 Mar 2005 14:20:05 -0600
37706              Message-ID: <20050313202005.GA23535@petdance.com>
37707      Branch: perl
37708            ! av.c embed.fnc gv.c hv.c mg.c op.c pod/perlapi.pod pp_ctl.c
37709            ! proto.h scope.c utf8.c
37710 ____________________________________________________________________________
37711 [ 24036] By: rgs                                   on 2005/03/14  09:19:01
37712         Log: Subject: Re: [perl #34155] perldoc -f hex should say how to convert back
37713              From: David Nicol <davidnicol@gmail.com>
37714              Date: Tue, 8 Mar 2005 18:23:11 -0600
37715              Message-ID: <934f64a20503081623713f6d27@mail.gmail.com>
37716      Branch: perl
37717            ! pod/perlfunc.pod
37718 ____________________________________________________________________________
37719 [ 24035] By: rgs                                   on 2005/03/13  21:14:36
37720         Log: Document pack changes in perldelta
37721      Branch: perl
37722            ! pod/perl592delta.pod
37723 ____________________________________________________________________________
37724 [ 24034] By: rgs                                   on 2005/03/13  16:41:05
37725         Log: Upgrade to Pod::Parser 1.30
37726      Branch: perl
37727            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
37728            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
37729            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podselect.PL
37730            ! t/pod/poderrs.xr
37731 ____________________________________________________________________________
37732 [ 24033] By: rgs                                   on 2005/03/13  11:07:40
37733         Log: Doc patches to clarify the stringification rules of {} and =>
37734              by Jarkko (bug #34419)
37735      Branch: perl
37736            ! pod/perldata.pod pod/perlop.pod
37737 ____________________________________________________________________________
37738 [ 24032] By: rgs                                   on 2005/03/13  09:20:01
37739         Log: gcc warning patch by Andy Lester
37740      Branch: perl
37741            ! perl.h
37742 ____________________________________________________________________________
37743 [ 24031] By: rgs                                   on 2005/03/12  22:05:14
37744         Log: Subject: Re: Encoding neutral unpack
37745              From: perl5-porters@ton.iguana.be (Ton Hospel)
37746              Date: Sat, 12 Mar 2005 18:54:29 +0000 (UTC)
37747              Message-ID: <d0vdt5$81a$1@post.home.lunix>
37748              
37749              A new test.
37750      Branch: perl
37751            ! t/op/pack.t
37752 ____________________________________________________________________________
37753 [ 24030] By: rgs                                   on 2005/03/12  22:01:21
37754         Log: Indentation patch by Ton Hospel for pp_pack
37755      Branch: perl
37756            ! pp_pack.c
37757 ____________________________________________________________________________
37758 [ 24029] By: rgs                                   on 2005/03/12  20:49:00
37759         Log: Change my email, put real name of Pixel
37760      Branch: perl
37761            ! AUTHORS
37762 ____________________________________________________________________________
37763 [ 24028] By: rgs                                   on 2005/03/12  17:15:23
37764         Log: Upgrade to DB_File 1.811, by Paul Marquess
37765      Branch: perl
37766            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
37767            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
37768            ! ext/DB_File/typemap
37769 ____________________________________________________________________________
37770 [ 24027] By: rgs                                   on 2005/03/11  17:47:41
37771         Log: Add standard core test headers to the Class::ISA new tests
37772      Branch: perl
37773            ! lib/Class/ISA/t/00_about_verbose.t
37774            ! lib/Class/ISA/t/01_old_junk.t
37775 ____________________________________________________________________________
37776 [ 24026] By: rgs                                   on 2005/03/11  17:37:01
37777         Log: Upgrade to Class::ISA 0.33
37778      Branch: perl
37779            + lib/Class/ISA/ChangeLog lib/Class/ISA/t/00_about_verbose.t
37780            + lib/Class/ISA/t/01_old_junk.t
37781            - lib/Class/ISA/test.pl
37782            ! MANIFEST lib/Class/ISA.pm
37783 ____________________________________________________________________________
37784 [ 24025] By: rgs                                   on 2005/03/11  16:55:59
37785         Log: Update Changes
37786      Branch: perl
37787            ! Changes
37788 ____________________________________________________________________________
37789 [ 24024] By: rgs                                   on 2005/03/11  11:12:31
37790         Log: FAQ sync
37791      Branch: perl
37792            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
37793            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
37794            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
37795            ! pod/perlfaq9.pod
37796 ____________________________________________________________________________
37797 [ 24023] By: rgs                                   on 2005/03/11  10:22:28
37798         Log: Subject: [PATCH] pad_push numero three-o
37799              From: Andy Lester <andy@petdance.com>
37800              Date: Thu, 10 Mar 2005 15:17:28 -0600
37801              Message-ID: <20050310211728.GC32386@petdance.com>
37802      Branch: perl
37803            ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c
37804            ! proto.h
37805 ____________________________________________________________________________
37806 [ 24022] By: rgs                                   on 2005/03/10  17:42:54
37807         Log: Make the return value of close() depend not only on the success of the
37808              close itself, but also on whether the output stream had a previous
37809              error. From Jim Meyering <jim@meyering.net>, via Debian.
37810      Branch: perl
37811            ! doio.c
37812 ____________________________________________________________________________
37813 [ 24021] By: rgs                                   on 2005/03/10  17:39:56
37814         Log: 8 is not an octal digit. (from Debian)
37815      Branch: perl
37816            ! pod/perlreref.pod
37817 ____________________________________________________________________________
37818 [ 24020] By: rgs                                   on 2005/03/10  17:38:51
37819         Log: Fix a2p manpage (from Debian)
37820      Branch: perl
37821            ! x2p/a2p.pod
37822 ____________________________________________________________________________
37823 [ 24019] By: rgs                                   on 2005/03/10  17:36:37
37824         Log: Remove a spurious undefined warning when using getopts.pl with -w.
37825              (from Debian)
37826      Branch: perl
37827            ! lib/getopts.pl
37828 ____________________________________________________________________________
37829 [ 24018] By: rgs                                   on 2005/03/10  17:34:39
37830         Log: Doc patch for Devel::DProf (from Debian)
37831      Branch: perl
37832            ! ext/Devel/DProf/DProf.pm
37833 ____________________________________________________________________________
37834 [ 24017] By: rgs                                   on 2005/03/10  17:22:25
37835         Log: Add support for Debian GNU/k*BSD
37836      Branch: perl
37837            ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh
37838 ____________________________________________________________________________
37839 [ 24016] By: rgs                                   on 2005/03/10  17:21:05
37840         Log: Patch for Debian bug #258618, compilation under Debian/Hurd
37841      Branch: perl
37842            ! hints/gnu.sh
37843 ____________________________________________________________________________
37844 [ 24015] By: steveh                                on 2005/03/10  15:18:20
37845         Log: Subject: Minor AUTHORS patch
37846              From: "Mike Giroux" <rmgiroux@hotmail.com>
37847              Date: Thu, 10 Mar 2005 08:39:04 -0500
37848              Message-ID: <BAY104-F4B1925432A15287069D3BCE520@phx.gbl>
37849      Branch: perl
37850            ! AUTHORS
37851 ____________________________________________________________________________
37852 [ 24014] By: steveh                                on 2005/03/10  11:25:36
37853         Log: More Win32 dmake fixes
37854
37855              Use $B macro as per change 23991 in more places, and fix some syntax
37856              errors in the subst's (missing trailing ",")
37857
37858              Tested with GCC and MSVC. I don't have BCC available, so those parts
37859              are untested.
37860      Branch: perl
37861            ! win32/makefile.mk
37862 ____________________________________________________________________________
37863 [ 24013] By: rgs                                   on 2005/03/10  10:10:33
37864         Log: Upgrade to CGI.pm 3.06
37865      Branch: perl
37866            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm
37867            ! lib/CGI/t/form.t lib/CGI/t/html.t
37868 ____________________________________________________________________________
37869 [ 24012] By: rgs                                   on 2005/03/09  22:17:33
37870         Log: Further pack optimisations by Ton Hospel
37871      Branch: perl
37872            ! pp_pack.c
37873 ____________________________________________________________________________
37874 [ 24011] By: rgs                                   on 2005/03/09  18:02:13
37875         Log: Fix memory corruption when growing pack utf8 buffer
37876      Branch: perl
37877            ! pp_pack.c
37878 ____________________________________________________________________________
37879 [ 24010] By: rgs                                   on 2005/03/08  17:53:50
37880         Log: Subject: Encoding neutral unpack
37881              From: perl5-porters@ton.iguana.be (Ton Hospel)
37882              Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC)
37883              Message-Id: <d0fi6i$k06$1@post.home.lunix>
37884      Branch: perl
37885            ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h
37886            ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod
37887            ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t
37888            ! t/op/utftaint.t
37889 ____________________________________________________________________________
37890 [ 24009] By: merijn                                on 2005/03/08  15:25:57
37891         Log: Subject: Minor AUTHORS patch
37892              From: Andy Lester <andy@petdance.com>
37893              Date: Tue, 8 Mar 2005 09:44:45 -0600
37894              Message-ID: <20050308154445.GB3213@petdance.com>
37895      Branch: perl
37896            ! AUTHORS
37897 ____________________________________________________________________________
37898 [ 24008] By: merijn                                on 2005/03/08  14:45:17
37899         Log: Some updates to current status
37900      Branch: perl
37901            ! README.hpux
37902 ____________________________________________________________________________
37903 [ 24007] By: steveh                                on 2005/03/07  11:02:12
37904         Log: Include regcomp.h in Win32 makefiles
37905
37906              Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
37907              From: demerphq <demerphq@gmail.com>
37908              Date: Sun, 6 Mar 2005 09:16:12 +0100
37909              Message-ID: <9b18b311050306001624012bd@mail.gmail.com>
37910      Branch: perl
37911            ! win32/Makefile win32/makefile.mk
37912 ____________________________________________________________________________
37913 [ 24006] By: steveh                                on 2005/03/04  17:19:46
37914         Log: A better fix than change 24005 was ;)
37915
37916              Actually, "@echo." still emits a blank line.  Use "@rem" instead as the
37917              no-op.  This was being used in the Win95 case, but works fine on WinNT
37918              too, and is actually what ExtUtils-MakeMaker uses.
37919
37920              Also change the nmake Makefile.
37921      Branch: perl
37922            ! win32/Makefile win32/makefile.mk
37923 ____________________________________________________________________________
37924 [ 24005] By: steveh                                on 2005/03/04  17:11:56
37925         Log: Suppress "ECHO is on." messages when using dmake on Win32
37926
37927              (The shell's "echo" command displays the current echo setting when
37928              called with no arguments.  Use "echo." to display nothing.)
37929      Branch: perl
37930            ! win32/makefile.mk
37931 ____________________________________________________________________________
37932 [ 24004] By: steveh                                on 2005/03/04  17:01:24
37933         Log: Stop mktables from needlessly re-running when using dmake on Win32
37934      Branch: perl
37935            ! win32/makefile.mk
37936 ____________________________________________________________________________
37937 [ 24003] By: rgs                                   on 2005/03/04  16:02:20
37938         Log: Update -v copyright notice
37939      Branch: perl
37940            ! perl.c
37941 ____________________________________________________________________________
37942 [ 24002] By: rgs                                   on 2005/03/03  18:27:34
37943         Log: Add a regression test for bug #32193, and make the
37944              fix a bit more robust
37945      Branch: perl
37946            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
37947 ____________________________________________________________________________
37948 [ 24001] By: rgs                                   on 2005/03/03  18:03:15
37949         Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys
37950              From: Yuval Kojman (via RT) <perlbug-followup@perl.org>
37951              Date: 28 Oct 2004 12:16:37 -0000
37952              Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org>
37953      Branch: perl
37954            ! lib/Tie/RefHash.pm
37955 ____________________________________________________________________________
37956 [ 24000] By: rgs                                   on 2005/03/03  15:43:43
37957         Log: do "filename" is not really used with perl subroutine librairies
37958              anymore.
37959      Branch: perl
37960            ! pod/perlfunc.pod
37961 ____________________________________________________________________________
37962 [ 23999] By: merijn                                on 2005/02/27  11:28:27
37963         Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP
37964              http://rt.perl.org/rt3/Ticket/Display.html?id=8698
37965              If there was no TOP format the lines left on page was set
37966              to fixed number, now set to the current page length of the
37967              IO channel used. More debugging for yet another bug needed.
37968      Branch: perl
37969            ! pp_sys.c
37970 ____________________________________________________________________________
37971 [ 23998] By: davem                                 on 2005/02/26  11:32:59
37972         Log: ithreads: cond_signal() on a non-shared object coredumped
37973      Branch: perl
37974            ! ext/threads/shared/shared.xs
37975 ____________________________________________________________________________
37976 [ 23997] By: nicholas                              on 2005/02/26  09:33:30
37977         Log: SvUTF8 can be present on scalars other than PVs
37978              (specifically references with overloaded stringification)
37979      Branch: perl
37980            ! dump.c
37981 ____________________________________________________________________________
37982 [ 23996] By: davem                                 on 2005/02/26  00:47:03
37983         Log: Fix leaks in List::Util::reduce,first
37984              When the block is a closure, the cloned CV created on each call
37985              was never freed
37986      Branch: perl
37987            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
37988 ____________________________________________________________________________
37989 [ 23995] By: steveh                                on 2005/02/24  15:52:01
37990         Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.
37991              From: demerphq <demerphq@gmail.com>
37992              Date: Wed, 23 Feb 2005 17:49:50 +0100
37993              Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com>
37994      Branch: perl
37995            ! pod/perlhack.pod
37996 ____________________________________________________________________________
37997 [ 23994] By: merijn                                on 2005/02/24  10:12:26
37998         Log: Subject: [PATCH] dprofpp help
37999              From: Andy Lester <andy@petdance.com>
38000              Date: Thu, 24 Feb 2005 00:10:42 -0600
38001              Message-ID: <20050224061042.GA20259@petdance.com>
38002      Branch: perl
38003            ! utils/dprofpp.PL
38004 ____________________________________________________________________________
38005 [ 23993] By: steveh                                on 2005/02/23  13:36:59
38006         Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex.
38007              From: demerphq <demerphq@gmail.com>
38008              Date: Sat, 19 Feb 2005 11:10:00 +0100
38009              Message-ID: <9b18b3110502190210105decf4@mail.gmail.com>
38010      Branch: perl
38011            ! t/harness
38012 ____________________________________________________________________________
38013 [ 23992] By: steveh                                on 2005/02/23  12:28:55
38014         Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness:
38015              From: demerphq <demerphq@gmail.com>
38016              Date: Sat, 19 Feb 2005 11:00:08 +0100
38017              Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com>
38018      Branch: perl
38019            ! win32/Makefile win32/makefile.mk
38020 ____________________________________________________________________________
38021 [ 23991] By: steveh                                on 2005/02/23  09:17:55
38022         Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++
38023      Branch: perl
38024            ! win32/makefile.mk
38025 ____________________________________________________________________________
38026 [ 23990] By: rgs                                   on 2005/02/22  18:13:01
38027         Log: Porting/manicheck is not happy when I use spaces instead of tabs.
38028      Branch: perl
38029            ! MANIFEST
38030 ____________________________________________________________________________
38031 [ 23989] By: rgs                                   on 2005/02/21  16:05:22
38032         Log: Subject: IPC::Run test failures with utf8
38033              From: Nicholas Clark <nick@ccl4.org>
38034              Date: Sat, 19 Feb 2005 00:27:57 +0000
38035              Message-ID: <20050219002757.GO13998@plum.flirble.org>
38036      Branch: perl
38037            ! lib/IPC/Run/t/run.t
38038 ____________________________________________________________________________
38039 [ 23988] By: rgs                                   on 2005/02/21  13:51:44
38040         Log: Subject: [PATCH] signed/unsigned help for pp_pack.c
38041              From: "Craig A. Berry" <craigberry@mac.com>
38042              Date: Fri, 18 Feb 2005 09:42:52 -0600
38043              Message-ID: <42160CFC.3080304@mac.com>
38044      Branch: perl
38045            ! pp_pack.c
38046 ____________________________________________________________________________
38047 [ 23987] By: rgs                                   on 2005/02/21  12:56:22
38048         Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
38049              From: demerphq <demerphq@gmail.com>
38050              Date: Sat, 19 Feb 2005 11:04:00 +0100
38051              Message-ID: <9b18b3110502190204641e103c@mail.gmail.com
38052      Branch: perl
38053            ! t/japh/abigail.t
38054 ____________________________________________________________________________
38055 [ 23986] By: rgs                                   on 2005/02/18  18:21:25
38056         Log: Subject: Patch for Perlbug #4253
38057              From: Nikolai Eipel <eipel@web.de>
38058              Date: Sat, 29 Jan 2005 16:52:53 +0100
38059              Message-Id: <200501291652.53841.eipel@web.de>
38060
38061              (-T and -B invalidate _ filehandle when no read permission on file)
38062              plus a regression test
38063      Branch: perl
38064            ! pp_sys.c t/op/stat.t
38065 ____________________________________________________________________________
38066 [ 23985] By: rgs                                   on 2005/02/18  16:18:34
38067         Log: Install and build corelist on VMS, too
38068      Branch: perl
38069            ! vms/descrip_mms.template
38070 ____________________________________________________________________________
38071 [ 23984] By: rgs                                   on 2005/02/18  16:07:54
38072         Log: Add corelist to the win32 makefiles
38073              (noticed by demerphq)
38074      Branch: perl
38075            ! win32/Makefile win32/makefile.mk
38076 ____________________________________________________________________________
38077 [ 23983] By: rgs                                   on 2005/02/18  15:48:51
38078         Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults
38079              From: Stephen McCamant <smcc@MIT.EDU>
38080              Date: Tue, 28 Dec 2004 10:13:50 -0800
38081              Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU>
38082      Branch: perl
38083            ! ext/B/B.xs op.h
38084 ____________________________________________________________________________
38085 [ 23982] By: rgs                                   on 2005/02/18  15:34:59
38086         Log: Subject: Re: Integration of PathTools 3.04
38087              From: demerphq <demerphq@gmail.com>
38088              Date: Fri, 18 Feb 2005 16:31:50 +0100
38089              Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com>
38090      Branch: perl
38091            ! lib/Cwd.pm
38092 ____________________________________________________________________________
38093 [ 23981] By: rgs                                   on 2005/02/18  15:00:12
38094         Log: Subject: Re: Bug in Socket::IO::INET Version 1.27
38095              From: Gisle Aas <gisle@ActiveState.com>
38096              Date: 03 Feb 2005 03:16:46 -0800
38097              Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com>
38098      Branch: perl
38099            ! ext/IO/lib/IO/Socket/INET.pm
38100 ____________________________________________________________________________
38101 [ 23980] By: rgs                                   on 2005/02/18  14:27:38
38102         Log: Integrate encoding::warnings from Autrijus Tang.
38103      Branch: perl
38104            + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t
38105            + lib/encoding/warnings/t/2-fatal.t
38106            + lib/encoding/warnings/t/3-normal.t
38107            ! MANIFEST
38108 ____________________________________________________________________________
38109 [ 23979] By: rgs                                   on 2005/02/18  09:53:36
38110         Log: Subject: [PATCH] find2perl, new options
38111              From: slaven@rezic.de
38112              Date: Thu, 17 Feb 2005 22:30:13 +0100
38113              Message-Id: <1108675813.24421@devpc01.iconmobile.de>
38114      Branch: perl
38115            ! x2p/find2perl.PL
38116 ____________________________________________________________________________
38117 [ 23978] By: rgs                                   on 2005/02/18  08:54:33
38118         Log: Missing dependencies in x2p makefile, by Slaven Rezic.
38119      Branch: perl
38120            ! x2p/Makefile.SH
38121 ____________________________________________________________________________
38122 [ 23977] By: rgs                                   on 2005/02/17  18:14:19
38123         Log: Upgrade to PathTools 3.04
38124              (plus tweaks to Cwd and cwd.t to run when building perl)
38125      Branch: perl
38126            + ext/Cwd/ppport.h
38127            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
38128            ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm
38129            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
38130            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
38131            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
38132            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
38133            ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t
38134            ! lib/File/Spec/t/rel2abs2rel.t
38135 ____________________________________________________________________________
38136 [ 23976] By: rgs                                   on 2005/02/17  17:42:59
38137         Log: Upgrade to Pod::LaTeX 0.58
38138      Branch: perl
38139            ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t
38140 ____________________________________________________________________________
38141 [ 23975] By: rgs                                   on 2005/02/17  15:21:55
38142         Log: Upgrade to Time::HiRes 1.66
38143      Branch: perl
38144            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
38145            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
38146 ____________________________________________________________________________
38147 [ 23974] By: rgs                                   on 2005/02/17  14:57:06
38148         Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles
38149              From: "Steve Peters via RT" <perlbug-followup@perl.org>
38150              Date: 1 Feb 2005 16:24:11 -0000
38151              Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org>
38152      Branch: perl
38153            ! ext/IO/lib/IO/File.pm
38154 ____________________________________________________________________________
38155 [ 23973] By: rgs                                   on 2005/02/16  13:20:55
38156         Log: Subject: Re: [PATCH] Re: perl winpid?
38157              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38158              Date: Tue, 15 Feb 2005 20:45:13 -0800
38159              Message-ID: <20050216044512.GA2516@efn.org>
38160      Branch: perl
38161            ! ext/B/t/stash.t
38162 ____________________________________________________________________________
38163 [ 23972] By: steveh                                on 2005/02/15  14:47:47
38164         Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy
38165      Branch: perl
38166            ! Porting/Maintainers.pl README.win32
38167 ____________________________________________________________________________
38168 [ 23971] By: rgs                                   on 2005/02/15  13:52:15
38169         Log: Fix documentation bug in using Socket's import tags :
38170
38171              Subject: [perl #34141] example in perlbug -f getsockopt incomplete
38172              From: David Dyck (via RT) <perlbug-followup@perl.org>
38173              Date: 15 Feb 2005 07:35:45 -0000
38174              Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org>
38175      Branch: perl
38176            ! pod/perlfunc.pod
38177 ____________________________________________________________________________
38178 [ 23970] By: steveh                                on 2005/02/15  13:20:40
38179         Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles
38180
38181              Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined.
38182              We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become)
38183              undefined, and we should do all this *before* inspecting DEBUG_MSTATS
38184              to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT.
38185      Branch: perl
38186            ! win32/Makefile win32/makefile.mk
38187 ____________________________________________________________________________
38188 [ 23969] By: steveh                                on 2005/02/15  11:40:03
38189         Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds
38190      Branch: perl
38191            ! win32/makefile.mk
38192 ____________________________________________________________________________
38193 [ 23968] By: rgs                                   on 2005/02/15  08:29:13
38194         Log: Use strl* functions in doio.c when available
38195              Based on :
38196              Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat()
38197              From: Steve Peters <steve@fisharerojo.org>
38198              Date: Wed, 1 Dec 2004 19:42:14 -0600
38199              Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org>
38200      Branch: perl
38201            ! doio.c
38202 ____________________________________________________________________________
38203 [ 23967] By: mhx                                   on 2005/02/15  04:58:48
38204         Log: Subject: [PATCH] Additional tests for t/op/not.t
38205              From: Steve Peters <steve@fisharerojo.org>
38206              Date: Mon, 14 Feb 2005 19:54:17 -0600
38207              Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org>
38208      Branch: perl
38209            ! t/op/not.t
38210 ____________________________________________________________________________
38211 [ 23966] By: rgs                                   on 2005/02/14  21:05:17
38212         Log: Subject: Re: encoding neutral unpack
38213              From: perl5-porters@ton.iguana.be (Ton Hospel)
38214              Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC)
38215              Message-ID: <cu17rk$k78$1@post.home.lunix>
38216
38217              tweaked to remove the 'not supported on this platform'
38218              error messages
38219      Branch: perl
38220            ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl
38221 ____________________________________________________________________________
38222 [ 23965] By: mhx                                   on 2005/02/14  17:26:02
38223         Log: Regenerate Perl_keyword() to remove superfluous goto statements.
38224      Branch: perl
38225            ! toke.c
38226 ____________________________________________________________________________
38227 [ 23964] By: mhx                                   on 2005/02/14  17:21:29
38228         Log: Require version 0.05 of Devel::Tokenizer::C.
38229      Branch: perl
38230            ! perl_keyword.pl
38231 ____________________________________________________________________________
38232 [ 23963] By: rgs                                   on 2005/02/12  16:26:47
38233         Log: Mac OS Classic vs Mac OS X clarications
38234              by Sherm Pendley
38235      Branch: perl
38236            ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod
38237            ! pod/perlrun.pod
38238 ____________________________________________________________________________
38239 [ 23962] By: rgs                                   on 2005/02/12  16:14:56
38240         Log: README.cygwin additions by Reini Urban
38241      Branch: perl
38242            ! README.cygwin
38243 ____________________________________________________________________________
38244 [ 23961] By: merijn                                on 2005/02/11  09:32:50
38245         Log: Subject: Re: [PATCH] Re: perl winpid?
38246              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38247              Date: Thu, 10 Feb 2005 20:04:35 -0800
38248              Message-ID: <20050211040434.GA3824@efn.org>
38249      Branch: perl
38250            + t/lib/cygwin.t
38251            ! MANIFEST README.cygwin cygwin/cygwin.c
38252 ____________________________________________________________________________
38253 [ 23960] By: mhx                                   on 2005/02/10  20:50:31
38254         Log: not() || 1 produces segmentation fault
38255
38256              Fixed by making not() behave like not(0). This is also the
38257              way not() behaved before it started segfaulting in 5.6.0.
38258      Branch: perl
38259            + t/op/not.t
38260            ! MANIFEST perly.act perly.h perly.tab perly.y
38261 ____________________________________________________________________________
38262 [ 23959] By: mhx                                   on 2005/02/10  20:36:13
38263         Log: regen_perly.pl runs fine with bison 2.0.
38264      Branch: perl
38265            ! regen_perly.pl
38266 ____________________________________________________________________________
38267 [ 23958] By: merijn                                on 2005/02/10  15:56:04
38268         Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache
38269              ccversion is important enough to jump through some hoops to get it
38270      Branch: perl
38271            ! hints/hpux.sh
38272 ____________________________________________________________________________
38273 [ 23957] By: merijn                                on 2005/02/10  14:19:51
38274         Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the
38275              translation *before* the chdir (), so it now DTRT
38276      Branch: perl
38277            ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
38278            ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
38279            ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
38280            ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
38281            ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
38282            ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
38283            ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
38284 ____________________________________________________________________________
38285 [ 23956] By: rgs                                   on 2005/02/10  10:58:26
38286         Log: Upgrade to Time::Local 1.11
38287      Branch: perl
38288            ! lib/Time/Local.pm lib/Time/Local.t
38289 ____________________________________________________________________________
38290 [ 23955] By: rgs                                   on 2005/02/10  10:51:59
38291         Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now)
38292              From: Tels <nospam-abuse@bloodgate.com>
38293              Date: Wed, 9 Feb 2005 21:44:22 +0100
38294              Message-Id: <200502092144.24051@bloodgate.com>
38295      Branch: perl
38296            ! lib/Math/BigInt/Calc.pm
38297 ____________________________________________________________________________
38298 [ 23954] By: rgs                                   on 2005/02/09  18:06:39
38299         Log: Add IPC::Run 0.80.
38300
38301              Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration)
38302              From: "Jos I. Boumans" <kane@xs4all.net>
38303              Date: Fri, 28 Jan 2005 18:32:44 +0100
38304              Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net>
38305
38306              with PERL_CORE test premables hacked for better $^X portability
38307              (we hope.)
38308      Branch: perl
38309            + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
38310            + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
38311            + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
38312            + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
38313            + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
38314            + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
38315            + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
38316            + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
38317            + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
38318            + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
38319            ! MANIFEST
38320 ____________________________________________________________________________
38321 [ 23953] By: rgs                                   on 2005/02/09  09:28:19
38322         Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar.
38323              The rmtree() function in the perl File::Path module would remove
38324              directories in an insecure manner which could lead to the removal
38325              of arbitrary files and directories via a symlink attack.
38326      Branch: perl
38327            ! lib/File/Path.pm
38328 ____________________________________________________________________________
38329 [ 23952] By: merijn                                on 2005/02/08  16:30:43
38330         Log: IBM Released vac.C version 7, and changed the naming convention (again)
38331              Thanks to Campo for spotting, testing and the fix
38332      Branch: perl
38333            ! hints/aix.sh
38334 ____________________________________________________________________________
38335 [ 23951] By: rgs                                   on 2005/02/08  14:02:56
38336         Log: Subject: [perl #34076] P/p pack formats only recognize literal undef
38337              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
38338              Date: 6 Feb 2005 22:03:20 -0000
38339              Message-ID: <rt-3.0.11-34076-107344.19.3123360602169@perl.org>
38340      Branch: perl
38341            ! pp_pack.c
38342 ____________________________________________________________________________
38343 [ 23950] By: rgs                                   on 2005/02/08  11:09:03
38344         Log: Remove mention of sub-packages in the Symbol manpage.
38345      Branch: perl
38346            ! lib/Symbol.pm
38347 ____________________________________________________________________________
38348 [ 23949] By: rgs                                   on 2005/02/08  10:44:09
38349         Log: Add Module::CoreList in the maintainers list
38350      Branch: perl
38351            ! Porting/Maintainers.pl
38352 ____________________________________________________________________________
38353 [ 23948] By: rgs                                   on 2005/02/08  10:39:21
38354         Log: Fix typo in corelist
38355      Branch: perl
38356            ! lib/Module/CoreList/bin/corelist
38357 ____________________________________________________________________________
38358 [ 23947] By: rgs                                   on 2005/02/08  10:22:22
38359         Log: Add Module::CoreList to bleadperl.
38360
38361              Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration)
38362              From: "Jos I. Boumans" <kane@xs4all.net>
38363              Date: Fri, 28 Jan 2005 17:38:27 +0100
38364              Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net>
38365      Branch: perl
38366            + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
38367            + lib/Module/CoreList/t/corelist.t utils/corelist.PL
38368            ! MANIFEST installperl utils.lst utils/Makefile
38369 ____________________________________________________________________________
38370 [ 23946] By: rgs                                   on 2005/02/08  09:31:45
38371         Log: Subject: [perl #34062] pack Z0 destroys the character before
38372              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
38373              Date: 5 Feb 2005 18:09:00 -0000
38374              Message-ID: <rt-3.0.11-34062-107199.19.360569328007@perl.org>
38375              (plus a regression test)
38376      Branch: perl
38377            ! pp_pack.c t/op/pack.t
38378 ____________________________________________________________________________
38379 [ 23945] By: rgs                                   on 2005/02/08  09:25:29
38380         Log: A small precision in the docs for overloaded regexp escapes
38381              (see bug #33906)
38382      Branch: perl
38383            ! pod/perlre.pod
38384 ____________________________________________________________________________
38385 [ 23943] By: rgs                                   on 2005/02/06  22:18:48
38386         Log: Avoid evaluating a strlen twice due the new implementation
38387              of New() with PERL_MALLOC_WRAP
38388      Branch: perl
38389            ! util.c
38390 ____________________________________________________________________________
38391 [ 23942] By: nicholas                              on 2005/02/05  22:02:50
38392         Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind
38393              itself on a previous run.
38394      Branch: perl
38395            ! lib/h2xs.t
38396 ____________________________________________________________________________
38397 [ 23941] By: nicholas                              on 2005/02/05  21:47:35
38398         Log: With mallocwrap New() evaluates its arguments more than once, so they
38399              had better not have any side effects.
38400              :-(
38401      Branch: perl
38402            ! util.c
38403 ____________________________________________________________________________
38404 [ 23935] By: nicholas                              on 2005/02/05  15:05:08
38405         Log: Let's (un)do the timewarp, again.
38406              Attempt to bodge round Makefile sometimes being older than Makefile.PL
38407              Pesky filesystems.
38408      Branch: perl
38409            ! lib/ExtUtils/t/Constant.t
38410 ____________________________________________________________________________
38411 [ 23928] By: rgs                                   on 2005/02/04  10:41:43
38412         Log: Upgrade to Digest 1.10
38413      Branch: perl
38414            + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t
38415            ! MANIFEST lib/Digest.pm lib/Digest/base.pm
38416 ____________________________________________________________________________
38417 [ 23927] By: mhx                                   on 2005/02/02  21:33:12
38418         Log: Remove 2 unused variables from APItest.xs.
38419      Branch: perl
38420            ! ext/XS/APItest/APItest.xs
38421 ____________________________________________________________________________
38422 [ 23926] By: mhx                                   on 2005/02/02  21:29:40
38423         Log: Upgrade to Devel::PPPort 3.06.
38424      Branch: perl
38425            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
38426            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
38427            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c
38428            ! ext/Devel/PPPort/parts/inc/exception
38429            ! ext/Devel/PPPort/parts/inc/misc
38430 ____________________________________________________________________________
38431 [ 23925] By: mhx                                   on 2005/02/02  21:26:14
38432         Log: Attempt to fix problems with new exception handling macros.
38433      Branch: perl
38434            + ext/XS/APItest/exception.c
38435            ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs
38436            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
38437            ! pod/perlguts.pod
38438 ____________________________________________________________________________
38439 [ 23924] By: rgs                                   on 2005/02/02  19:50:53
38440         Log: Subject: Re: encoding neutral unpack
38441              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
38442              Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC)
38443              Message-ID: <ctg12a$j0e$2[at]post.home.lunix>
38444
38445              Counted length prefixes shouldn't change C0/U0 mode
38446              in pack/unpack (plus a regression test)
38447      Branch: perl
38448            ! pp_pack.c t/op/pack.t
38449 ____________________________________________________________________________
38450 [ 23923] By: rgs                                   on 2005/02/02  19:35:47
38451         Log: Subject: Re: encoding neutral unpack
38452              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
38453              Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC)
38454              Message-ID: <ctg1qq$j0e$3[at]post.home.lunix>
38455
38456              Make U0 and C0 scoped to () pack subtemplates.
38457              (plus a regression test)
38458      Branch: perl
38459            ! pp_pack.c t/op/pack.t
38460 ____________________________________________________________________________
38461 [ 23922] By: rgs                                   on 2005/02/02  19:23:46
38462         Log: Subject: Re: encoding neutral unpack
38463              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
38464              Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC)
38465              Message-ID: <ctg2r7$j0e$4[at]post.home.lunix>
38466
38467              Ensure that with the C format, unpack checksums
38468              don't get overflowed. (plus a regression test)
38469      Branch: perl
38470            ! pp_pack.c t/op/pack.t
38471 ____________________________________________________________________________
38472 [ 23921] By: davem                                 on 2005/02/02  18:25:00
38473         Log: fix POSIX::strtod error handling documentation
38474      Branch: perl
38475            ! ext/POSIX/POSIX.pod
38476 ____________________________________________________________________________
38477 [ 23920] By: merijn                                on 2005/02/02  13:12:17
38478         Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek
38479              From: Abigail <abigail@abigail.nl>
38480              Date: Tue, 1 Feb 2005 21:33:14 +0100
38481              Message-ID: <20050201203314.GC335@abigail.nl>
38482      Branch: perl
38483            ! pod/perlfunc.pod
38484 ____________________________________________________________________________
38485 [ 23919] By: merijn                                on 2005/02/02  12:49:46
38486         Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements
38487              between declarations
38488      Branch: perl
38489            ! ext/Devel/PPPort/PPPort.xs
38490 ____________________________________________________________________________
38491 [ 23917] By: nicholas                              on 2005/02/01  11:46:31
38492         Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd
38493              hints files to add to MANIFEST. Sort MANIFEST
38494              while I'm in the area.
38495      Branch: perl
38496            ! MANIFEST
38497 ____________________________________________________________________________
38498 [ 23916] By: rgs                                   on 2005/02/01  10:02:51
38499         Log: Subject: Re: [perl #34010] localtime docs
38500              From: Andy Lester <andy@petdance.com>
38501              Date: Mon, 31 Jan 2005 21:24:29 -0600
38502              Message-ID: <20050201032429.GA29354@petdance.com>
38503      Branch: perl
38504            ! pod/perlfunc.pod
38505 ____________________________________________________________________________
38506 [ 23915] By: rgs                                   on 2005/01/31  23:08:59
38507         Log: Subject: Re: encoding neutral unpack
38508              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
38509              Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC)
38510              Message-ID: <ctg09g$j0e$1[at]post.home.lunix>
38511
38512              Forgotten character progress while checksumming over partial
38513              b or B format. (plus a regression test)
38514      Branch: perl
38515            ! pp_pack.c t/op/pack.t
38516 ____________________________________________________________________________
38517 [ 23914] By: mhx                                   on 2005/01/31  19:22:41
38518         Log: Make Perl_keyword() another 30% faster.
38519      Branch: perl
38520            ! perl_keyword.pl toke.c
38521 ____________________________________________________________________________
38522 [ 23913] By: mhx                                   on 2005/01/31  18:14:44
38523         Log: Regenerate perlapi.pod.
38524      Branch: perl
38525            ! pod/perlapi.pod
38526 ____________________________________________________________________________
38527 [ 23912] By: mhx                                   on 2005/01/31  18:07:29
38528         Log: Upgrade to Devel::PPPort 3.05.
38529      Branch: perl
38530            + ext/Devel/PPPort/parts/base/5008006
38531            + ext/Devel/PPPort/parts/inc/exception
38532            + ext/Devel/PPPort/parts/todo/5008006
38533            + ext/Devel/PPPort/t/exception.t
38534            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
38535            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP
38536            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL
38537            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
38538            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
38539            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
38540            ! ext/Devel/PPPort/apicheck_c.PL
38541            ! ext/Devel/PPPort/devel/buildperl.pl
38542            ! ext/Devel/PPPort/devel/mkapidoc.sh
38543            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
38544            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
38545            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
38546            ! ext/Devel/PPPort/parts/apicheck.pl
38547            ! ext/Devel/PPPort/parts/base/5004000
38548            ! ext/Devel/PPPort/parts/base/5004050
38549            ! ext/Devel/PPPort/parts/base/5005000
38550            ! ext/Devel/PPPort/parts/base/5006000
38551            ! ext/Devel/PPPort/parts/base/5008001
38552            ! ext/Devel/PPPort/parts/base/5009002
38553            ! ext/Devel/PPPort/parts/embed.fnc
38554            ! ext/Devel/PPPort/parts/inc/MY_CXT
38555            ! ext/Devel/PPPort/parts/inc/SvPV
38556            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
38557            ! ext/Devel/PPPort/parts/inc/format
38558            ! ext/Devel/PPPort/parts/inc/grok
38559            ! ext/Devel/PPPort/parts/inc/limits
38560            ! ext/Devel/PPPort/parts/inc/mPUSH
38561            ! ext/Devel/PPPort/parts/inc/magic
38562            ! ext/Devel/PPPort/parts/inc/misc
38563            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
38564            ! ext/Devel/PPPort/parts/inc/newRV
38565            ! ext/Devel/PPPort/parts/inc/ppphbin
38566            ! ext/Devel/PPPort/parts/inc/ppphdoc
38567            ! ext/Devel/PPPort/parts/inc/ppphtest
38568            ! ext/Devel/PPPort/parts/inc/sv_xpvf
38569            ! ext/Devel/PPPort/parts/inc/threads
38570            ! ext/Devel/PPPort/parts/inc/uv
38571            ! ext/Devel/PPPort/parts/inc/version
38572            ! ext/Devel/PPPort/parts/ppptools.pl
38573            ! ext/Devel/PPPort/parts/todo/5009002
38574            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
38575            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t
38576            ! ext/Devel/PPPort/typemap
38577 ____________________________________________________________________________
38578 [ 23911] By: mhx                                   on 2005/01/31  18:00:31
38579         Log: Add simple exception handling macros for XS writers.
38580      Branch: perl
38581            + ext/XS/APItest/t/exception.t
38582            ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm
38583            ! ext/XS/APItest/APItest.xs pod/perlguts.pod
38584 ____________________________________________________________________________
38585 [ 23910] By: nicholas                              on 2005/01/31  17:46:03
38586         Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST
38587      Branch: perl
38588            ! MANIFEST
38589 ____________________________________________________________________________
38590 [ 23909] By: merijn                                on 2005/01/31  11:33:14
38591         Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD
38592              From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
38593              Date: 31 Jan 2005 07:37:55 -0000
38594              Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>
38595      Branch: perl
38596            + ext/DynaLoader/hints/gnukfreebsd.pl
38597            + ext/DynaLoader/hints/gnuknetbsd.pl
38598            + ext/NDBM_File/hints/gnukfreebsd.pl
38599            + ext/NDBM_File/hints/gnuknetbsd.pl
38600            + ext/ODBM_File/hints/gnukfreebsd.pl
38601            + ext/ODBM_File/hints/gnuknetbsd.pl
38602            + ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
38603            + ext/Storable/hints/gnukfreebsd.pl
38604            + ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh
38605            + hints/gnuknetbsd.sh
38606            ! Configure
38607 ____________________________________________________________________________
38608 [ 23907] By: rgs                                   on 2005/01/31  11:17:26
38609         Log: Document the changes to PERLIO_DEBUG.
38610      Branch: perl
38611            ! pod/perlrun.pod
38612 ____________________________________________________________________________
38613 [ 23906] By: rgs                                   on 2005/01/31  10:53:14
38614         Log: Really fix the bug [perl #33990].
38615              NB. -DIAMSUID is only set to compile sperl.o.
38616      Branch: perl
38617            ! perlio.c
38618 ____________________________________________________________________________
38619 [ 23905] By: steveh                                on 2005/01/31  10:03:56
38620         Log: Fix test suite hang on Win32 caused by change #23898
38621
38622              ("perl -e sleep 3" does an indefinite sleep!)
38623      Branch: perl
38624            ! t/op/alarm.t
38625 ____________________________________________________________________________
38626 [ 23904] By: rgs                                   on 2005/01/31  08:35:51
38627         Log: Avoid a buffer overflow with threads and PERLIO_DEBUG
38628      Branch: perl
38629            ! perlio.c
38630 ____________________________________________________________________________
38631 [ 23903] By: rgs                                   on 2005/01/31  08:19:10
38632         Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
38633      Branch: perl
38634            ! perlio.c
38635 ____________________________________________________________________________
38636 [ 23900] By: davem                                 on 2005/01/30  17:46:35
38637         Log: minor corrections to comments in perly.y
38638      Branch: perl
38639            ! perly.y
38640 ____________________________________________________________________________
38641 [ 23899] By: rgs                                   on 2005/01/30  14:50:15
38642         Log: Subject: h2hp: 2 fix
38643              From: Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
38644              Date: Fri, 28 Jan 2005 16:53:11 +0100
38645              Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr>
38646      Branch: perl
38647            ! utils/h2ph.PL
38648 ____________________________________________________________________________
38649 [ 23898] By: davem                                 on 2005/01/29  16:14:20
38650         Log: chomp() fails after alarm(), `sleep`
38651
38652              PP_backtick's temp altering of PL_rs didn't restore after
38653              an exception
38654      Branch: perl
38655            ! pp_sys.c t/op/alarm.t
38656 ____________________________________________________________________________
38657 [ 23897] By: nicholas                              on 2005/01/28  21:01:04
38658         Log: More consistent names for all the parameter name/declaration methods
38659      Branch: perl
38660            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
38661            ! perl_keyword.pl
38662 ____________________________________________________________________________
38663 [ 23894] By: nicholas                              on 2005/01/28  13:59:40
38664         Log: Calculate the number of tests in one place, so that the skip()s will
38665              always agree with the plan()s
38666      Branch: perl
38667            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
38668 ____________________________________________________________________________
38669 [ 23893] By: rgs                                   on 2005/01/28  08:53:47
38670         Log: Add a reference to books.perl.org.
38671      Branch: perl
38672            ! pod/perlbook.pod
38673 ____________________________________________________________________________
38674 [ 23892] By: nicholas                              on 2005/01/27  19:26:21
38675         Log: Retrieve the flag bit that only 'p' uses, so that it is spare for
38676              future use.
38677      Branch: perl
38678            ! genpacksizetables.pl pp_pack.c
38679 ____________________________________________________________________________
38680 [ 23891] By: rgs                                   on 2005/01/27  18:29:51
38681         Log: Subject: Re: [patch] decrufting OptreeCheck stuff
38682              From: Jim Cromie <jcromie@divsol.com>
38683              Date: Sun, 16 Jan 2005 17:16:00 -0700
38684              Message-ID: <41EB03C0.7030509@divsol.com>
38685              (with minor typos fixed)
38686      Branch: perl
38687            ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t
38688            ! ext/B/t/f_sort.t ext/B/t/optree_check.t
38689            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
38690            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
38691            ! ext/B/t/optree_varinit.t
38692 ____________________________________________________________________________
38693 [ 23890] By: rgs                                   on 2005/01/27  17:49:50
38694         Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
38695              From: Gisle Aas <gisle@ActiveState.com>
38696              Date: 05 Jan 2005 03:21:06 -0800
38697              Message-ID: <lris6cxgt9.fsf@caliper.activestate.com>
38698      Branch: perl
38699            ! perl.c
38700 ____________________________________________________________________________
38701 [ 23889] By: nicholas                              on 2005/01/27  17:29:04
38702         Log: Make the byte order modifers < and > and the sign modifier ! (for
38703              n N v V) conditionally compile. This means that the refactored
38704              pp_pack/pp_unpack code can now be used in maint.
38705      Branch: perl
38706            ! genpacksizetables.pl pp_pack.c
38707 ____________________________________________________________________________
38708 [ 23888] By: nicholas                              on 2005/01/27  16:40:07
38709         Log: Oops. Was forgetting to test n! N! v! V! in pack
38710      Branch: perl
38711            ! t/op/pack.t
38712 ____________________________________________________________________________
38713 [ 23886] By: nicholas                              on 2005/01/27  14:42:28
38714         Log: Check that the warning behaviour on the modifiers !, < and > is as we
38715              expect it for this perl.
38716      Branch: perl
38717            ! t/op/pack.t
38718 ____________________________________________________________________________
38719 [ 23884] By: nicholas                              on 2005/01/27  11:27:12
38720         Log: Make the tests for the endianness modifiers < and >, and the
38721              signnedness modifier ! conditional on perl version. Surprisingly
38722              little change needed.
38723      Branch: perl
38724            ! t/op/pack.t
38725 ____________________________________________________________________________
38726 [ 23883] By: nicholas                              on 2005/01/27  11:12:34
38727         Log: &_q needs to *globally* escape ' and \ in its substitution.
38728      Branch: perl
38729            ! t/test.pl
38730 ____________________________________________________________________________
38731 [ 23882] By: rgs                                   on 2005/01/25  16:53:08
38732         Log: Subject: [PATCH] BigInt mbi_rand.t failings
38733              From: Tels <nospam-abuse@bloodgate.com>
38734              Date: Tue, 25 Jan 2005 18:06:58 +0100
38735              Message-Id: <200501251806.59782@bloodgate.com>
38736      Branch: perl
38737            ! lib/Math/BigInt/Calc.pm
38738 ____________________________________________________________________________
38739 [ 23881] By: rgs                                   on 2005/01/25  16:12:08
38740         Log: Integrate change #23880 in original comment
38741      Branch: perl
38742            ! util.c
38743 ____________________________________________________________________________
38744 [ 23880] By: merijn                                on 2005/01/25  15:41:30
38745         Log: Subject: [PATCH] perlapi.pod has pod errors
38746              From: "Jos I. Boumans" <kane@xs4all.net>
38747              Date: Tue, 25 Jan 2005 16:42:38 +0100
38748              Message-Id: <BDA482F7-6EE7-11D9-8AA7-000A95EF62E2@xs4all.net>
38749      Branch: perl
38750            ! pod/perlapi.pod
38751 ____________________________________________________________________________
38752 [ 23879] By: nicholas                              on 2005/01/24  23:16:04
38753         Log: Correct and update comments (before anyone writes in)
38754              Remove a temporary variable.
38755      Branch: perl
38756            ! lib/ExtUtils/Constant/Base.pm
38757 ____________________________________________________________________________
38758 [ 23878] By: nicholas                              on 2005/01/24  22:10:36
38759         Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in
38760              the dump file. The newer format is only 135M
38761      Branch: perl
38762            ! toke.c
38763 ____________________________________________________________________________
38764 [ 23877] By: nicholas                              on 2005/01/24  22:06:05
38765         Log: A script to regenerate Perl_keyword()
38766      Branch: perl
38767            + perl_keyword.pl
38768            ! MANIFEST
38769 ____________________________________________________________________________
38770 [ 23876] By: nicholas                              on 2005/01/24  22:05:29
38771         Log: Add weights to ExtUtils::Constant to allow sorting by expected
38772              frequency. This makes the Perl_keyword() replacement 20% faster,
38773              rather than just 12%
38774      Branch: perl
38775            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
38776 ____________________________________________________________________________
38777 [ 23875] By: nicholas                              on 2005/01/24  21:43:52
38778         Log: Replace Perl_keyword() with a version that's 20% faster on typical
38779              input, generated by subclassing ExtUtils::Constant. (Typical input
38780              being about 135M of input from running a lot of perl scripts)
38781      Branch: perl
38782            ! toke.c
38783 ____________________________________________________________________________
38784 [ 23874] By: merijn                                on 2005/01/24  15:10:55
38785         Log: Subject: [PATCH] assorted tempfile clean-up in the test suite
38786              From: "Craig A. Berry" <craigberry@mac.com>
38787              Date: Sun, 23 Jan 2005 14:23:17 -0600
38788              Message-ID: <41F407B5.7020106@mac.com>
38789      Branch: perl
38790            ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t
38791 ____________________________________________________________________________
38792 [ 23873] By: rgs                                   on 2005/01/24  13:14:21
38793         Log: Revert change 23843.
38794              (See discussion for bug [perl #31924])
38795      Branch: perl
38796            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
38797            ! pp_ctl.c proto.h t/comp/require.t
38798 ____________________________________________________________________________
38799 [ 23872] By: rgs                                   on 2005/01/24  10:27:10
38800         Log: Subject: [perl #33906] Missing \\ in perlre
38801              From: Andrew (via RT) <perlbug-followup@perl.org>
38802              Date: 23 Jan 2005 20:52:51 -0000
38803              Message-ID: <rt-3.0.11-33906-106339.17.5527961922343@perl.org>
38804      Branch: perl
38805            ! pod/perlre.pod
38806 ____________________________________________________________________________
38807 [ 23871] By: rgs                                   on 2005/01/24  10:10:47
38808         Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem
38809              From: "Craig A. Berry" <craigberry@mac.com>
38810              Date: Sun, 23 Jan 2005 13:44:49 -0600
38811              Message-ID: <41F3FEB1.9020102@mac.com>
38812      Branch: perl
38813            ! lib/Test/Harness/Straps.pm
38814 ____________________________________________________________________________
38815 [ 23870] By: rgs                                   on 2005/01/24  09:40:35
38816         Log: Subject: Re: [perl #33892] Add Interix support
38817              From: Todd Vierling <tv@duh.org>
38818              Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST)
38819              Message-ID: <Pine.NEB.4.61.0501211424350.13373@duh.net.dhis.org>
38820      Branch: perl
38821            ! hints/interix.sh
38822 ____________________________________________________________________________
38823 [ 23869] By: davem                                 on 2005/01/23  22:20:10
38824         Log: Subject:  Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
38825              From:  Jarkko Hietaniemi <jhi@iki.fi>
38826              Date:  Sun, 23 Jan 2005 21:25:01 +0200
38827              Message-Id:  <41F3FA0D.4010301@iki.fi>
38828
38829              The uc() memory reduction patch had a memory leak...
38830      Branch: perl
38831            ! pp.c
38832 ____________________________________________________________________________
38833 [ 23868] By: nicholas                              on 2005/01/23  22:06:01
38834         Log: Tidy up 2 comments
38835      Branch: perl
38836            ! regcomp.c
38837 ____________________________________________________________________________
38838 [ 23867] By: nicholas                              on 2005/01/23  22:05:12
38839         Log: Assimilate ExtUtils::Constant 0.16
38840      Branch: perl
38841            + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm
38842            + lib/ExtUtils/Constant/XS.pm
38843            ! MANIFEST lib/ExtUtils/Constant.pm
38844 ____________________________________________________________________________
38845 [ 23866] By: nicholas                              on 2005/01/23  21:43:17
38846         Log: Slightly terser code in S_regpposixcc (names inside [:*here*:])
38847      Branch: perl
38848            ! regcomp.c
38849 ____________________________________________________________________________
38850 [ 23864] By: nicholas                              on 2005/01/22  22:30:12
38851         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
38852              From: Jarkko Hietaniemi <jhi@iki.fi>
38853              Message-ID: <41F2C427.7020003@iki.fi>
38854              Date: Sat, 22 Jan 2005 23:22:47 +0200
38855      Branch: perl
38856            ! hints/dec_osf.sh
38857 ____________________________________________________________________________
38858 [ 23863] By: davem                                 on 2005/01/22  18:27:58
38859         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
38860              From:  Jarkko Hietaniemi <jhi@iki.fi>
38861              Date:  Sat, 22 Jan 2005 11:33:12 +0200
38862              Message-Id:  <41F21DD8.3050500@iki.fi>
38863
38864              change #23857 miscalculated the SvGROW size
38865      Branch: perl
38866            ! pp.c
38867 ____________________________________________________________________________
38868 [ 23862] By: nicholas                              on 2005/01/22  17:51:13
38869         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
38870              From: Jarkko Hietaniemi <jhi@iki.fi>
38871              Message-ID: <41F2911E.8090204@iki.fi>
38872              Date: Sat, 22 Jan 2005 19:45:02 +0200
38873
38874              (drop optimisation on pp_pack.c for gcc on osf1 to -O1)
38875      Branch: perl
38876            ! hints/dec_osf.sh
38877 ____________________________________________________________________________
38878 [ 23861] By: nicholas                              on 2005/01/22  14:15:58
38879         Log: Update copyright years and add editor blocks
38880      Branch: perl
38881            ! doop.c hv.c utf8.c
38882 ____________________________________________________________________________
38883 [ 23860] By: nicholas                              on 2005/01/22  12:03:00
38884         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
38885              Subject: Re: [PATCH] do not assume quads or long doubles
38886              Message-ID: <41F21B0A.2050301@iki.fi>
38887              Date: Sat, 22 Jan 2005 11:21:14 +0200
38888      Branch: perl
38889            ! pp_pack.c
38890 ____________________________________________________________________________
38891 [ 23858] By: nicholas                              on 2005/01/22  00:39:41
38892         Log: Remove now-unnecessary check. (It's done earlier)
38893      Branch: perl
38894            ! pp_pack.c
38895 ____________________________________________________________________________
38896 [ 23857] By: davem                                 on 2005/01/22  00:17:40
38897         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
38898              From:  Jarkko Hietaniemi <jhi@iki.fi>
38899              Date:  Sat, 22 Jan 2005 00:20:12 +0200
38900              Message-Id:  <41F1801C.3080201@iki.fi>
38901
38902              Make buffer size estimates for utf8 case conversion less maximally
38903              pessimistic
38904      Branch: perl
38905            ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t
38906            ! toke.c utf8.c utf8.h
38907 ____________________________________________________________________________
38908 [ 23854] By: nicholas                              on 2005/01/21  22:15:43
38909         Log: Shrink a switch() statment by driving the size calculations from the
38910              size table. This requires #ifdef()s in the size table initialiser.
38911              Astoundingly this shaves over 6K of the object size with -Os on OS X.
38912              I was expecting about 1K (due to shrinking a branch table). Mind you,
38913              I'm not going to argue with what I got. :-)
38914      Branch: perl
38915            ! genpacksizetables.pl pp_pack.c
38916 ____________________________________________________________________________
38917 [ 23853] By: nicholas                              on 2005/01/21  16:46:49
38918         Log: Make the length overrun checking and stack extension table driven.
38919              (Shaves about 3k off pp_pack.o)
38920      Branch: perl
38921            + genpacksizetables.pl
38922            ! MANIFEST pp_pack.c
38923 ____________________________________________________________________________
38924 [ 23852] By: rgs                                   on 2005/01/21  16:29:53
38925         Log: Subject: [perl #32503] Fix for Storable module
38926              From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org>
38927              Date: 19 Nov 2004 13:06:57 -0000
38928              Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org>
38929      Branch: perl
38930            ! ext/Storable/Storable.xs
38931 ____________________________________________________________________________
38932 [ 23851] By: rgs                                   on 2005/01/21  15:51:54
38933         Log: Fix spurious warnings emitted by XSLoader via Data::Dumper
38934      Branch: perl
38935            ! ext/Data/Dumper/Dumper.pm
38936 ____________________________________________________________________________
38937 [ 23850] By: nicholas                              on 2005/01/21  15:43:24
38938         Log: Name another pack test
38939      Branch: perl
38940            ! t/op/pack.t
38941 ____________________________________________________________________________
38942 [ 23849] By: rgs                                   on 2005/01/21  15:26:10
38943         Log: Subject: [perl #33892] Add Interix support
38944              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
38945              Date: 21 Jan 2005 14:36:31 -0000
38946              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
38947
38948              (except the Configure chunk)
38949              (and bump version numbers of modules)
38950      Branch: perl
38951            + hints/interix.sh
38952            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm
38953            ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t
38954 ____________________________________________________________________________
38955 [ 23848] By: merijn                                on 2005/01/21  14:47:31
38956         Log: Subject: [perl #33892] Add Interix support
38957              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
38958              Date: 21 Jan 2005 14:36:31 -0000
38959              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
38960      Branch: perl
38961            ! Configure
38962 ____________________________________________________________________________
38963 [ 23847] By: rgs                                   on 2005/01/21  14:46:38
38964         Log: Upgrade to Test::Harness 2.46
38965      Branch: perl
38966            + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t
38967            + lib/Test/Harness/t/prove-globbing.t
38968            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
38969            ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm
38970            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t
38971            ! lib/Test/Harness/t/strap.t
38972 ____________________________________________________________________________
38973 [ 23845] By: rgs                                   on 2005/01/21  14:09:19
38974         Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object
38975              From: Stephen McCamant <smcc@OCF.Berkeley.EDU>
38976              Date: Tue, 28 Dec 2004 16:01:49 -0800
38977              Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU>
38978      Branch: perl
38979            ! ext/B/B.pm
38980 ____________________________________________________________________________
38981 [ 23844] By: rgs                                   on 2005/01/21  13:49:46
38982         Log: Subject: [Patch] [perl #32446]  close leaves fd open
38983              From: Steffen Ullrich <coyote.frank@gmx.net>
38984              Date: Wed, 01 Dec 2004 15:22:34 +0100
38985              Message-ID: <20041201142236.4273.qmail@lists.develooper.com>
38986      Branch: perl
38987            ! perlio.c
38988 ____________________________________________________________________________
38989 [ 23843] By: rgs                                   on 2005/01/21  13:35:49
38990         Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem
38991              From: Rick Delaney <rick@bort.ca>
38992              Date: Wed, 13 Oct 2004 12:40:18 -0400
38993              Message-ID: <20041013164018.GA32174@biff.bort.ca>
38994      Branch: perl
38995            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
38996            ! pp_ctl.c proto.h t/comp/require.t
38997 ____________________________________________________________________________
38998 [ 23842] By: rgs                                   on 2005/01/21  10:57:48
38999         Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32
39000              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39001              Date: Mon, 20 Dec 2004 16:08:56 -0800
39002              Message-ID: <20041221000856.GA2924@efn.org>
39003      Branch: perl
39004            ! pp_sys.c t/op/stat.t
39005 ____________________________________________________________________________
39006 [ 23841] By: rgs                                   on 2005/01/21  10:26:17
39007         Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm
39008              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39009              Date: Sun, 19 Dec 2004 23:57:56 -0800
39010              Message-ID: <20041220075754.GA800@efn.org>
39011      Branch: perl
39012            ! ext/B/B.pm
39013 ____________________________________________________________________________
39014 [ 23840] By: rgs                                   on 2005/01/20  18:45:55
39015         Log: Subject: [patch] cleanup perlsfio.h
39016              From: Stas Bekman <stas@stason.org>
39017              Date: Thu, 13 Jan 2005 16:14:23 -0500
39018              Message-ID: <41E6E4AF.8070303@stason.org>
39019      Branch: perl
39020            ! perlsfio.h
39021 ____________________________________________________________________________
39022 [ 23839] By: rgs                                   on 2005/01/20  18:33:00
39023         Log: VERSION++
39024      Branch: perl
39025            ! lib/Text/ParseWords.pm
39026 ____________________________________________________________________________
39027 [ 23838] By: rgs                                   on 2005/01/20  18:21:36
39028         Log: Subject: Re: [perl #33173] shellwords.pl and tainting
39029              From: Alexey Tourbin <at@altlinux.ru>
39030              Date: Tue, 28 Dec 2004 22:29:37 +0300
39031              Message-ID: <20041228192937.GB7824@solemn.turbinal.org>
39032      Branch: perl
39033            + lib/Text/ParseWords/taint.t
39034            ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl
39035 ____________________________________________________________________________
39036 [ 23836] By: nicholas                              on 2005/01/20  13:21:14
39037         Log: Run regen.pl and pod/buildtoc --build-all
39038      Branch: perl
39039            ! MANIFEST pod/perlapi.pod pod/perltoc.pod
39040 ____________________________________________________________________________
39041 [ 23835] By: nicholas                              on 2005/01/20  13:20:50
39042         Log: A little more determinacy in our sorting
39043      Branch: perl
39044            ! autodoc.pl
39045 ____________________________________________________________________________
39046 [ 23827] By: nicholas                              on 2005/01/19  21:22:30
39047         Log: Make "assertion" attribute code and test conditional
39048      Branch: perl
39049            ! t/op/attrs.t xsutils.c
39050 ____________________________________________________________________________
39051 [ 23824] By: merijn                                on 2005/01/19  18:32:41
39052         Log: Subject: [PATCH] Further follow-up to 23767
39053              From: Robin Barker <Robin.Barker@npl.co.uk>
39054              Date: Wed, 19 Jan 2005 18:30:31 -0000
39055              Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk>
39056      Branch: perl
39057            ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c
39058 ____________________________________________________________________________
39059 [ 23822] By: rgs                                   on 2005/01/19  17:19:04
39060         Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums
39061              From: Noah <sitz@onastick.net>
39062              Date: Wed, 19 Jan 2005 12:33:52 -0500
39063              Message-ID: <20050119173352.GA15592@radu.onastick.net>
39064      Branch: perl
39065            ! utils/h2xs.PL
39066 ____________________________________________________________________________
39067 [ 23821] By: rgs                                   on 2005/01/19  11:30:38
39068         Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots
39069              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39070              Date: Sun, 16 Jan 2005 10:30:45 -0800
39071              Message-ID: <20050116183045.GA2768@efn.org>
39072      Branch: perl
39073            ! t/op/stat.t
39074 ____________________________________________________________________________
39075 [ 23820] By: rgs                                   on 2005/01/19  11:20:10
39076         Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available
39077              From: "Jos I. Boumans" <kane@xs4all.net>
39078              Date: Tue, 18 Jan 2005 15:12:03 +0100
39079              Message-Id: <ED6BA2C4-695A-11D9-B09C-000A95EF62E2@xs4all.net>
39080      Branch: perl
39081            ! ext/Data/Dumper/Dumper.pm
39082 ____________________________________________________________________________
39083 [ 23819] By: rgs                                   on 2005/01/19  11:15:14
39084         Log: Fix dependencies in ext/B/Makefile.PL
39085              (bug #8254, fix by Alan Burlison)
39086      Branch: perl
39087            ! ext/B/Makefile.PL
39088 ____________________________________________________________________________
39089 [ 23817] By: steveh                                on 2005/01/19  09:33:27
39090         Log: Exclude "Thread" from $Config{extensions}
39091
39092              It is already excluded from $Config{dynamic_ext}, so should not be
39093              in $Config{extensions} either. (Note that Thread is actually still
39094              built, though. This is just for consistency with Unix builds.)
39095      Branch: perl
39096            ! win32/config_sh.PL
39097 ____________________________________________________________________________
39098 [ 23816] By: steveh                                on 2005/01/19  08:55:06
39099         Log: Exclude "Thread" from $Config{dynamic_ext}
39100
39101              This was accidentally broken by change 23757.  It has already been
39102              fixed in maint-5.8 when resolving conflicts during integration of
39103              23757, so this one does NOT need integrating itself!
39104
39105              For more details see:
39106              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html
39107      Branch: perl
39108            ! win32/config_sh.PL
39109 ____________________________________________________________________________
39110 [ 23807] By: steveh                                on 2005/01/17  17:55:02
39111         Log: Fix for building with MinGW under Cygwin
39112
39113              Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32)
39114              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39115              Date: Thu, 13 Jan 2005 16:11:36 -0800
39116              Message-ID: <20050114001136.GC2516@efn.org>
39117      Branch: perl
39118            ! ext/Errno/Errno_pm.PL
39119 ____________________________________________________________________________
39120 [ 23806] By: steveh                                on 2005/01/17  16:57:10
39121         Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32
39122      Branch: perl
39123            ! win32/config_sh.PL
39124 ____________________________________________________________________________
39125 [ 23805] By: nicholas                              on 2005/01/14  19:56:42
39126         Log: Better test diagnostics for the numbers tests.
39127              (Failure diagnostics were always good, but now the tests have names,
39128              which show even when they pass)
39129      Branch: perl
39130            ! t/op/pack.t
39131 ____________________________________________________________________________
39132 [ 23803] By: nicholas                              on 2005/01/14  12:06:31
39133         Log: Correct the editor block to match the perl 5 policy on tabs
39134      Branch: perl
39135            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c
39136            ! sv.c universal.c
39137 ____________________________________________________________________________
39138 [ 23802] By: nicholas                              on 2005/01/14  10:58:47
39139         Log: Refactor S_regclass to generate slightly smaller object code
39140      Branch: perl
39141            ! regcomp.c
39142 ____________________________________________________________________________
39143 [ 23801] By: nicholas                              on 2005/01/14  10:32:08
39144         Log: A terser way to write the \-ing code in pv_uni_display
39145              Plus drive-by insert of a more correct editor block. (thanks Dave)
39146      Branch: perl
39147            ! utf8.c
39148 ____________________________________________________________________________
39149 [ 23800] By: nicholas                              on 2005/01/14  09:55:16
39150         Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness
39151              is taken from the SV's UTF-8ness
39152      Branch: perl
39153            ! pod/perlapi.pod sv.c
39154 ____________________________________________________________________________
39155 [ 23799] By: nicholas                              on 2005/01/14  09:52:51
39156         Log: SvUTF8_off() in do_join can be unconditional.
39157      Branch: perl
39158            ! doop.c
39159 ____________________________________________________________________________
39160 [ 23798] By: nicholas                              on 2005/01/14  09:28:14
39161         Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.
39162      Branch: perl
39163            ! op.c regcomp.c toke.c utf8.c
39164 ____________________________________________________________________________
39165 [ 23797] By: nicholas                              on 2005/01/13  23:13:05
39166         Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv
39167      Branch: perl
39168            ! sv.c
39169 ____________________________________________________________________________
39170 [ 23796] By: nicholas                              on 2005/01/13  23:10:38
39171         Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
39172      Branch: perl
39173            ! utf8.c
39174 ____________________________________________________________________________
39175 [ 23795] By: nicholas                              on 2005/01/13  22:54:10
39176         Log: replace NEWSV(), SvSetSV() with newSVsv()
39177      Branch: perl
39178            ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c
39179 ____________________________________________________________________________
39180 [ 23794] By: nicholas                              on 2005/01/13  22:39:58
39181         Log: Turn the unreachable code into assertions. (So prove me wrong...)
39182      Branch: perl
39183            ! pp_pack.c
39184 ____________________________________________________________________________
39185 [ 23793] By: nicholas                              on 2005/01/13  22:07:20
39186         Log: Source code tidy up - avoid assigning to sv.
39187      Branch: perl
39188            ! pp_pack.c
39189 ____________________________________________________________________________
39190 [ 23792] By: nicholas                              on 2005/01/13  21:54:21
39191         Log: Avoid dogfood problems when an empty string accidentally ends up
39192              as a constant name. [They don't work in qw(), strangely]
39193      Branch: perl
39194            ! lib/ExtUtils/Constant.pm
39195 ____________________________________________________________________________
39196 [ 23791] By: nicholas                              on 2005/01/13  21:44:53
39197         Log: The leaktesting of NEWSV() is long dead, so create and initialise
39198              SV values in one, to simplify source code and shrink object code
39199              by about 1%
39200      Branch: perl
39201            ! pp_pack.c
39202 ____________________________________________________________________________
39203 [ 23790] By: nicholas                              on 2005/01/13  20:55:37
39204         Log: Not a good idea to use unpack "H*" to peek at a scalar's internal
39205              representation.
39206      Branch: perl
39207            ! t/op/join.t
39208 ____________________________________________________________________________
39209 [ 23789] By: nicholas                              on 2005/01/13  14:05:08
39210         Log: Update copyright years. Add an editor block while passing by.
39211      Branch: perl
39212            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
39213            ! universal.c
39214 ____________________________________________________________________________
39215 [ 23788] By: nicholas                              on 2005/01/13  13:50:40
39216         Log: utf.pm needs to require Carp before croak()ing
39217      Branch: perl
39218            ! lib/utf8.pm lib/utf8.t
39219 ____________________________________________________________________________
39220 [ 23787] By: nicholas                              on 2005/01/13  13:21:11
39221         Log: Refactor all the unpack checksum-or-not logic to avoid massive
39222              duplication.
39223      Branch: perl
39224            ! pp_pack.c
39225 ____________________________________________________________________________
39226 [ 23786] By: merijn                                on 2005/01/13  11:28:31
39227         Log: Subject: Re: killing USE_5005THREADS in blead?
39228              From: Stas Bekman <stas@stason.org>
39229              Date: Wed, 12 Jan 2005 16:32:42 -0500
39230              Message-ID: <41E5977A.3060306@stason.org>
39231      Branch: perl
39232            ! perl.c
39233 ____________________________________________________________________________
39234 [ 23785] By: steveh                                on 2005/01/13  10:24:13
39235         Log: Fix Win32 build problem caused by change 23757
39236
39237              Change 23757 added a glob() call to win32/FindExt.pm.  That code is
39238              run by miniperl.exe when making the ..\config.sh target, but
39239              miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires
39240              perlglob.exe to do the glob().  perlglob.exe has been built, but is
39241              in the top-level of the source tree so is not found when miniperl.exe
39242              is executed from within the win32/ sub-directory.
39243
39244              This was causing smokes to fail on t/lib/commonsense.t because the
39245              "extensions" field in lib/Config_heavy.pl only contained
39246              "threads/shared" as a result of the glob() not finding anything.
39247
39248              Manual builds had been working fine for me because I had an installed
39249              perl in my PATH so perlglob.exe was being found there instead!
39250      Branch: perl
39251            ! win32/FindExt.pm
39252 ____________________________________________________________________________
39253 [ 23783] By: rgs                                   on 2005/01/12  18:04:17
39254         Log: Subject: [PATCH] follow-up to #23765
39255              From: "Craig A. Berry" <craigberry@mac.com>
39256              Date: Tue, 11 Jan 2005 21:01:27 -0600
39257              Message-ID: <41E49307.7080900@mac.com>
39258      Branch: perl
39259            ! lib/warnings.t
39260 ____________________________________________________________________________
39261 [ 23782] By: nicholas                              on 2005/01/11  19:10:20
39262         Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag
39263              (for cases of mixed UTF8/bytes)
39264              Test code based on bug report by John Gardiner Myers
39265      Branch: perl
39266            ! pp.c t/op/index.t
39267 ____________________________________________________________________________
39268 [ 23781] By: rgs                                   on 2005/01/11  17:04:24
39269         Log: Subject: [PATCH] follow-up to 23767
39270              From: Robin Barker <Robin.Barker@npl.co.uk>
39271              Date: Tue, 11 Jan 2005 15:48:49 -0000
39272              Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk>
39273      Branch: perl
39274            ! Porting/pumpkin.pod sv.c
39275 ____________________________________________________________________________
39276 [ 23780] By: mhx                                   on 2005/01/10  19:25:27
39277         Log: Remove PERL_FLEXIBLE_EXCEPTIONS code.
39278      Branch: perl
39279            ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c
39280            ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c
39281            ! proto.h scope.c scope.h sv.c thrdvar.h
39282 ____________________________________________________________________________
39283 [ 23779] By: nicholas                              on 2005/01/10  17:07:03
39284         Log: Subject: [PATCH] t/op/split.t #11 nit on VMS
39285              From: "Craig A. Berry" <craigberry@mac.com>
39286              Message-ID: <41E1C261.5020100@mac.com>
39287              Date: Sun, 09 Jan 2005 17:46:41 -0600
39288      Branch: perl
39289            ! t/op/split.t
39290 ____________________________________________________________________________
39291 [ 23778] By: steveh                                on 2005/01/10  11:53:10
39292         Log: Need to close files before unlinking them on Win32
39293
39294              (Various files created by test programs are left behind otherwise,
39295              and distclean doesn't clean them up)
39296      Branch: perl
39297            ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t
39298            ! lib/FileCache/t/07noimport.t t/op/read.t
39299 ____________________________________________________________________________
39300 [ 23777] By: steveh                                on 2005/01/10  10:28:00
39301         Log: Make Win32's distclean target clean up properly
39302      Branch: perl
39303            ! win32/Makefile win32/makefile.mk
39304 ____________________________________________________________________________
39305 [ 23776] By: steveh                                on 2005/01/10  09:45:50
39306         Log: Get $Config{osvers} filled in on Win32
39307      Branch: perl
39308            ! win32/config_sh.PL
39309 ____________________________________________________________________________
39310 [ 23775] By: merijn                                on 2005/01/10  08:54:00
39311         Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS
39312              Date: Sun, 09 Jan 2005 17:52:09 -0600
39313              From: "Craig A. Berry" <craigberry@mac.com>
39314              Message-ID: <41E1C3A9.9080900@mac.com>
39315      Branch: perl
39316            ! configure.com
39317 ____________________________________________________________________________
39318 [ 23774] By: nicholas                              on 2005/01/09  23:42:25
39319         Log: Shorter source code in pp_gelem. (But it compiles to the same size)
39320      Branch: perl
39321            ! pp.c
39322 ____________________________________________________________________________
39323 [ 23773] By: nicholas                              on 2005/01/09  21:50:28
39324         Log: If we know the length of the string constant, save a strlen()
39325      Branch: perl
39326            ! perl.c pp_sys.c
39327 ____________________________________________________________________________
39328 [ 23772] By: nicholas                              on 2005/01/09  21:26:40
39329         Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to
39330              strlen(). Add savesvpv(sv), which gets the length from the SV,
39331              and returns a copy of its PV.
39332      Branch: perl
39333            ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c
39334            ! universal.c util.c
39335 ____________________________________________________________________________
39336 [ 23771] By: nicholas                              on 2005/01/09  19:42:30
39337         Log: Can pass in a length here without introducing a bug. Might save
39338              a strlen()
39339      Branch: perl
39340            ! toke.c
39341 ____________________________________________________________________________
39342 [ 23770] By: nicholas                              on 2005/01/09  15:05:33
39343         Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)
39344              as I think that it will be needed for utf8 soft references.
39345      Branch: perl
39346            ! toke.c
39347 ____________________________________________________________________________
39348 [ 23769] By: steveh                                on 2005/01/07  17:25:35
39349         Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
39350              and force PERL_MALLOC off if USE_IMP_SYS is on
39351
39352              This brings makefile.mk into line with Makefile in this regard
39353
39354              (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see:
39355              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html
39356              so it is sensible to enforce this, and to not have the default set
39357              to a configuration that isn't allowed)
39358      Branch: perl
39359            ! win32/makefile.mk
39360 ____________________________________________________________________________
39361 [ 23768] By: rgs                                   on 2005/01/07  14:30:51
39362         Log: Subject: Re: [PATCH] Remove Carp from warnings.pm
39363              From: Jim Cromie <jim.cromie@gmail.com>
39364              Date: Mon, 3 Jan 2005 06:36:16 -0700
39365              Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com>
39366      Branch: perl
39367            + lib/vars_carp.t
39368            ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm
39369            ! lib/English.pm lib/Exporter.pm lib/Exporter.t
39370            ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl
39371 ____________________________________________________________________________
39372 [ 23767] By: rgs                                   on 2005/01/07  13:41:47
39373         Log: Subject: [PATCH] to improve -DCHECK_FORMAT
39374              From: Robin Barker <Robin.Barker@npl.co.uk>
39375              Date: Wed, 5 Jan 2005 11:55:09 -0000
39376              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk>
39377      Branch: perl
39378            ! mg.c perl.h pp.h pp_sys.c sv.c
39379 ____________________________________________________________________________
39380 [ 23766] By: nicholas                              on 2005/01/07  12:46:07
39381         Log: Stage 1 of utf8 support for soft references.
39382              Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
39383              Add gv_fetchsv to look up a GV by SV rather than a char * pointer
39384              Provide a backwards compatability gv_fetchpv
39385              Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
39386              the pointer from an SV
39387              All tests still pass.
39388      Branch: perl
39389            ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c
39390            ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c
39391 ____________________________________________________________________________
39392 [ 23765] By: nicholas                              on 2005/01/07  11:23:48
39393         Log: Subject: [PATCH] make lib/warnings.t use t/test.pl
39394              From: "Craig A. Berry" <craigberry@mac.com>
39395              Message-ID: <41DDCA71.1080704@mac.com>
39396              Date: Thu, 06 Jan 2005 17:32:01 -0600
39397      Branch: perl
39398            ! lib/warnings.t
39399 ____________________________________________________________________________
39400 [ 23764] By: steveh                                on 2005/01/07  08:35:29
39401         Log: Fix win32/config.*'s cc, ld and other related values
39402
39403              cc and ld themselves always get replaced with correct values anyway
39404              so we just provide example values as per other similar settings
39405
39406              Other related values (ccname, cpp, cpprun, cppstdin) need to use the
39407              correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set
39408
39409              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
39410              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39411              Date: Wed, 5 Jan 2005 10:01:41 -0800
39412              Message-ID: <20050105180141.GA676@efn.org>
39413
39414              Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32
39415              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39416              Date: Thu, 6 Jan 2005 11:53:11 -0800
39417              Message-ID: <20050106195311.GC1300@efn.org>
39418      Branch: perl
39419            ! win32/config.bc win32/config.gc win32/config.vc
39420            ! win32/config.vc64
39421 ____________________________________________________________________________
39422 [ 23763] By: nicholas                              on 2005/01/06  17:42:59
39423         Log: Add TODO tests for UTF8 encoded soft references
39424      Branch: perl
39425            ! t/op/ref.t
39426 ____________________________________________________________________________
39427 [ 23762] By: steveh                                on 2005/01/06  16:50:10
39428         Log: Allow static linking core extensions on Win32 with MinGW
39429
39430              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
39431              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39432              Date: Wed, 5 Jan 2005 10:01:41 -0800
39433              Message-ID: <20050105180141.GA676@efn.org>
39434      Branch: perl
39435            ! win32/buildext.pl win32/makefile.mk
39436 ____________________________________________________________________________
39437 [ 23761] By: rgs                                   on 2005/01/06  15:49:39
39438         Log: Silence a compilation warning
39439      Branch: perl
39440            ! pp_sort.c
39441 ____________________________________________________________________________
39442 [ 23760] By: nicholas                              on 2005/01/06  14:59:17
39443         Log: Turn barewords into strings to run under strict subs.
39444              Run under strict refs outside the soft reference tests.
39445      Branch: perl
39446            ! t/op/ref.t
39447 ____________________________________________________________________________
39448 [ 23759] By: nicholas                              on 2005/01/06  14:34:24
39449         Log: All tests now use test.pl
39450      Branch: perl
39451            ! t/op/ref.t
39452 ____________________________________________________________________________
39453 [ 23758] By: nicholas                              on 2005/01/06  11:44:08
39454         Log: Start converting t/op/ref.t to use test.pl
39455      Branch: perl
39456            ! t/op/ref.t
39457 ____________________________________________________________________________
39458 [ 23757] By: steveh                                on 2005/01/06  11:26:12
39459         Log: Fix extensions config fields on Win32 to be as they are on Unix
39460
39461              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
39462              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39463              Date: Wed, 5 Jan 2005 10:01:41 -0800
39464              Message-ID: <20050105180141.GA676@efn.org>
39465      Branch: perl
39466            ! win32/FindExt.pm win32/config_sh.PL
39467 ____________________________________________________________________________
39468 [ 23756] By: nicholas                              on 2005/01/05  21:58:15
39469         Log: Correct a Greengrocer's apostrophe.
39470      Branch: perl
39471            ! ext/DynaLoader/dl_dyld.xs
39472 ____________________________________________________________________________
39473 [ 23755] By: nicholas                              on 2005/01/05  21:36:26
39474         Log: Foolishly I committed change 23753 before remembering to test without
39475              ithreads. No tests => bugs. This should fix them.
39476      Branch: perl
39477            ! perl.c
39478 ____________________________________________________________________________
39479 [ 23754] By: nicholas                              on 2005/01/05  20:14:02
39480         Log: Error-free constant folding is a TODO
39481      Branch: perl
39482            ! pod/perltodo.pod
39483 ____________________________________________________________________________
39484 [ 23753] By: nicholas                              on 2005/01/05  19:44:28
39485         Log: Turn INIT_TLS_AND_INTERP into a static function
39486      Branch: perl
39487            ! perl.c
39488 ____________________________________________________________________________
39489 [ 23752] By: nicholas                              on 2005/01/05  16:27:19
39490         Log: Shave off the explict 1; from the end of lib/Config.pm
39491      Branch: perl
39492            ! configpm
39493 ____________________________________________________________________________
39494 [ 23751] By: rgs                                   on 2005/01/05  13:31:51
39495         Log: Subject: [PATCH] unnecessary rmdir in Makefile
39496              From: Robin Barker <Robin.Barker@npl.co.uk>
39497              Date: Wed, 5 Jan 2005 11:58:54 -0000
39498              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk>
39499      Branch: perl
39500            ! Makefile.SH
39501 ____________________________________________________________________________
39502 [ 23750] By: merijn                                on 2005/01/05  11:44:11
39503         Log: Subject: [PATCH] gcc and ld in Configure
39504              From: Robin Barker <Robin.Barker@npl.co.uk>
39505              Date: Wed, 5 Jan 2005 12:04:25 -0000
39506              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk>
39507      Branch: perl
39508            ! hints/solaris_2.sh
39509 ____________________________________________________________________________
39510 [ 23749] By: nicholas                              on 2005/01/05  11:25:29
39511         Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails
39512              From: Gisle Aas <gisle@ActiveState.com>
39513              Date: 05 Jan 2005 01:09:51 -0800
39514              Message-ID: <lracroz1gg.fsf@caliper.activestate.com>
39515      Branch: perl
39516            ! thread.h
39517 ____________________________________________________________________________
39518 [ 23748] By: nicholas                              on 2005/01/05  10:44:59
39519         Log: Subject: [PATCH] -Duselargefiles for VMS
39520              From: "Craig A. Berry" <craigberry@mac.com>
39521              Message-ID: <41DB63A6.7040504@mac.com>
39522              Date: Tue, 04 Jan 2005 21:48:54 -0600
39523      Branch: perl
39524            ! configure.com vms/descrip_mms.template vms/vmsish.h
39525 ____________________________________________________________________________
39526 [ 23747] By: nicholas                              on 2005/01/05  10:10:14
39527         Log: Rafael spotted that my changes caused warnings. So clean up.
39528      Branch: perl
39529            ! t/op/attrs.t
39530 ____________________________________________________________________________
39531 [ 23746] By: nicholas                              on 2005/01/04  23:07:25
39532         Log: Update copyright years.
39533      Branch: perl
39534            ! mg.c miniperlmain.c op.c perlio.c xsutils.c
39535 ____________________________________________________________________________
39536 [ 23745] By: nicholas                              on 2005/01/04  19:32:01
39537         Log: Make the switch statement discriminate similar names more
39538              efficiently.
39539      Branch: perl
39540            ! xsutils.c
39541 ____________________________________________________________________________
39542 [ 23744] By: nicholas                              on 2005/01/04  16:20:43
39543         Log: Check all attributes in modify_SV_attributes are recognised.
39544              Fix bug where 'assertion' was always rejected as invalid.
39545      Branch: perl
39546            ! t/op/attrs.t xsutils.c
39547 ____________________________________________________________________________
39548 [ 23743] By: nicholas                              on 2005/01/04  12:46:56
39549         Log: Use the new ${^UTF8LOCALE} to make the test reliable.
39550      Branch: perl
39551            ! t/io/layers.t
39552 ____________________________________________________________________________
39553 [ 23742] By: merijn                                on 2005/01/04  12:38:03
39554         Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1)
39555              From: Robin Barker <Robin.Barker@npl.co.uk>
39556              Date: Tue, 4 Jan 2005 12:32:29 -0000
39557              Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk>
39558      Branch: perl
39559            ! pod/perlxs.pod
39560 ____________________________________________________________________________
39561 [ 23741] By: nicholas                              on 2005/01/04  11:27:57
39562         Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale
39563      Branch: perl
39564            ! gv.c mg.c
39565 ____________________________________________________________________________
39566 [ 23740] By: steveh                                on 2005/01/04  10:56:55
39567         Log: Bring win32/config.* into line with win32/config_H.*
39568              so that "perl -V:usemallocwrap" tells us what the configuration is
39569              instead of saying 'UNKNOWN'.
39570      Branch: perl
39571            ! win32/config.bc win32/config.gc win32/config.vc
39572            ! win32/config.vc64
39573 ____________________________________________________________________________
39574 [ 23739] By: rgs                                   on 2005/01/04  08:36:50
39575         Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
39576              From: Tels <nospam-abuse@bloodgate.com>
39577              Date: Sat, 1 Jan 2005 18:59:51 +0100
39578              Message-Id: <200501011859.52858@bloodgate.com>
39579      Branch: perl
39580            + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t
39581            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
39582            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
39583            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
39584            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
39585            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
39586            ! lib/Math/BigInt/t/inf_nan.t lib/Math/BigInt/t/sub_mbf.t
39587            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
39588            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
39589            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
39590            ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm
39591            ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t
39592            ! lib/bignum/t/option_p.t lib/bigrat.pm
39593            ! t/lib/Math/BigFloat/Subclass.pm
39594 ____________________________________________________________________________
39595 [ 23738] By: rgs                                   on 2005/01/04  08:05:16
39596         Log: Happy new year
39597      Branch: perl
39598            ! README
39599 ____________________________________________________________________________
39600 [ 23736] By: nicholas                              on 2005/01/03  21:17:28
39601         Log: Return an immortal from attributes::_warn_reserved (a private
39602              function). (saves creating a new IV)
39603      Branch: perl
39604            ! xsutils.c
39605 ____________________________________________________________________________
39606 [ 23735] By: nicholas                              on 2005/01/03  20:58:09
39607         Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman.
39608      Branch: perl
39609            ! xsutils.c
39610 ____________________________________________________________________________
39611 [ 23733] By: nicholas                              on 2005/01/03  18:54:22
39612         Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was
39613              threaded, but "oh no it isn't!" :-(
39614      Branch: perl
39615            ! toke.c
39616 ____________________________________________________________________________
39617 [ 23732] By: rgs                                   on 2005/01/03  17:24:24
39618         Log: Integrate a patch from Gentoo for uclibc support.
39619              See :
39620              Subject: Re: Static linking notes --- perl5.8.6 and uClibc
39621              From: Alexey Tourbin <at@altlinux.ru>
39622              Date: Tue, 28 Dec 2004 14:25:42 +0300
39623              Message-ID: <20041228112542.GB21037@solemn.turbinal.org>
39624      Branch: perl
39625            ! perlio.c
39626 ____________________________________________________________________________
39627 [ 23731] By: nicholas                              on 2005/01/02  23:18:07
39628         Log: Remove compiler warnings.
39629      Branch: perl
39630            ! toke.c
39631 ____________________________________________________________________________
39632 [ 23730] By: nicholas                              on 2005/01/02  22:49:49
39633         Log: Change 23727 broke code that relied on \ being escaped.
39634              Fix this. *Everything* should work now.
39635      Branch: perl
39636            + t/run/switchF1.t
39637            ! MANIFEST toke.c
39638 ____________________________________________________________________________
39639 [ 23729] By: nicholas                              on 2005/01/02  07:46:12
39640         Log: Splitting the -n/-p code and concatenating strings generates
39641              smaller object code.
39642      Branch: perl
39643            ! toke.c
39644 ____________________________________________________________________________
39645 [ 23728] By: nicholas                              on 2005/01/01  21:34:52
39646         Log: Concatenate some string constants
39647      Branch: perl
39648            ! toke.c
39649 ____________________________________________________________________________
39650 [ 23727] By: nicholas                              on 2005/01/01  21:13:53
39651         Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a
39652              lot of quoting code
39653      Branch: perl
39654            ! toke.c
39655 ____________________________________________________________________________
39656 [ 23726] By: nicholas                              on 2005/01/01  20:48:31
39657         Log: Probably should be using *pvn rather than *pv forms for speed in
39658              toke.c (to save a strlen())
39659      Branch: perl
39660            ! toke.c
39661 ____________________________________________________________________________
39662 [ 23725] By: nicholas                              on 2005/01/01  20:26:27
39663         Log: strEQ/strNE of 1 character strings seems better hand inlined,
39664              because it generates smaller object code (as well as being
39665              faster than a true function call)
39666      Branch: perl
39667            ! doio.c locale.c op.c perl.c pp.c toke.c util.c
39668 ____________________________________________________________________________
39669 [ 23724] By: nicholas                              on 2005/01/01  17:15:58
39670         Log: Not all the world's a VAX, er ASCII, so don't make assumptions.
39671              Tweak is_gv_magical's string comparisons to produce smaller object
39672              code.
39673              First 2005 copyright notice.
39674      Branch: perl
39675            ! gv.c
39676 ____________________________________________________________________________
39677 [ 23723] By: nicholas                              on 2005/01/01  13:54:33
39678         Log: Change 23714 accidentally broke t/io/layers.t when testing with
39679              UTF8 locales and the -C flag. When UTF8 is flagged as enabled
39680              based on the locale, we have no perl space access to PL_utf8locale
39681              so assume for the moment that UTF8 is never conditionally enabled.
39682      Branch: perl
39683            ! t/io/layers.t
39684 ____________________________________________________________________________
39685 [ 23722] By: nicholas                              on 2004/12/31  23:04:47
39686         Log: Skip the switch statement entirely if the pointer is null, rather
39687              than the old pointless switch on '\0'. Also skip re-comparing the
39688              first character. Faster, and generates terser object code.
39689      Branch: perl
39690            ! pp.c
39691 ____________________________________________________________________________
39692 [ 23721] By: nicholas                              on 2004/12/31  22:46:25
39693         Log: Doing the strnEQ char by char for 2 and 3 character strings
39694              generates a smaller object file, and will be faster.
39695      Branch: perl
39696            ! doio.c
39697 ____________________________________________________________________________
39698 [ 23720] By: nicholas                              on 2004/12/31  21:41:25
39699         Log: Improve documentation for is_gv_magical, and split the switch
39700              statement into 2 parts, lengths > 1 and lengths <= 1
39701              This should cause most variables (lower case, multicharacter)
39702              to escape the function without passing through a switch table.
39703      Branch: perl
39704            ! gv.c
39705 ____________________________________________________________________________
39706 [ 23719] By: nicholas                              on 2004/12/31  21:02:59
39707         Log: Because name is always NUL terminated we can incorporate length
39708              0 names in the switch statement for length 1.
39709      Branch: perl
39710            ! gv.c
39711 ____________________________________________________________________________
39712 [ 23718] By: nicholas                              on 2004/12/31  20:25:52
39713         Log: Generate smaller object code by using a single switch statement
39714              for determining which names are forced into main::
39715      Branch: perl
39716            ! gv.c
39717 ____________________________________________________________________________
39718 [ 23717] By: nicholas                              on 2004/12/31  18:31:18
39719         Log: Tidy up comments in change 23716
39720      Branch: perl
39721            ! gv.c
39722 ____________________________________________________________________________
39723 [ 23716] By: nicholas                              on 2004/12/31  18:22:54
39724         Log: Refactor gv_fetchpv so that the overwhelmingly common case
39725              (variable names starting with a lower case letter or _, longer
39726              than one character) get out of the function very quickly.
39727              (Without even passing through a switch statement jump table)
39728              Also fixes bug 33631
39729      Branch: perl
39730            ! gv.c
39731 ____________________________________________________________________________
39732 [ 23715] By: nicholas                              on 2004/12/31  15:43:07
39733         Log: Subject: [PATCH] randbits and randfunc for VMS
39734              From: "Craig A. Berry" <craigberry@mac.com>
39735              Message-ID: <41D570BF.8010409@mac.com>
39736              Date: Fri, 31 Dec 2004 09:31:11 -0600
39737      Branch: perl
39738            ! configure.com
39739 ____________________________________________________________________________
39740 [ 23714] By: nicholas                              on 2004/12/31  13:14:18
39741         Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió
39742      Branch: perl
39743            ! AUTHORS t/io/layers.t
39744 ____________________________________________________________________________
39745 [ 23712] By: mhx                                   on 2004/12/30  18:29:02
39746         Log: Mention ppport.h and its --api-info switch in perlguts.
39747      Branch: perl
39748            ! pod/perlguts.pod
39749 ____________________________________________________________________________
39750 [ 23711] By: merijn                                on 2004/12/30  13:10:20
39751         Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line
39752              From: Gisle Aas <gisle@ActiveState.com>
39753              Date: 30 Dec 2004 03:39:36 -0800
39754              Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>
39755      Branch: perl
39756            ! Configure
39757 ____________________________________________________________________________
39758 [ 23708] By: nicholas                              on 2004/12/29  21:41:04
39759         Log: Thinko in the description of Config::Extensions
39760      Branch: perl
39761            ! MANIFEST
39762 ____________________________________________________________________________
39763 [ 23707] By: nicholas                              on 2004/12/29  21:25:29
39764         Log: Experimental module intended to simplify core regression tests
39765      Branch: perl
39766            + lib/Config/Extensions.pm lib/Config/Extensions.t
39767            ! MANIFEST
39768 ____________________________________________________________________________
39769 [ 23706] By: nicholas                              on 2004/12/29  21:24:30
39770         Log: Skip tests that binmode :utf8 if there is no perlio
39771      Branch: perl
39772            ! t/op/read.t
39773 ____________________________________________________________________________
39774 [ 23705] By: nicholas                              on 2004/12/29  21:04:43
39775         Log: Ooops. Fix unitialised variable
39776      Branch: perl
39777            ! pp_sys.c
39778 ____________________________________________________________________________
39779 [ 23704] By: nicholas                              on 2004/12/29  19:47:12
39780         Log: Oops. Forgot to uncomment the last set of Unicode values for
39781              testing.
39782      Branch: perl
39783            ! t/op/read.t
39784 ____________________________________________________________________________
39785 [ 23703] By: nicholas                              on 2004/12/29  19:00:12
39786         Log: read (and presuambly sysread) would expose the UTF8 internals when
39787              reading from a byte orientated file handle into a UTF8 scalar.
39788      Branch: perl
39789            ! pp_sys.c t/op/read.t
39790 ____________________________________________________________________________
39791 [ 23702] By: nicholas                              on 2004/12/29  17:20:29
39792         Log: Add a lot of tests for combinations of values, offsets and lengths
39793      Branch: perl
39794            ! t/op/read.t
39795 ____________________________________________________________________________
39796 [ 23701] By: nicholas                              on 2004/12/29  16:28:58
39797         Log: Convert op/read.t to use test.pl and make it stricture compliant.
39798      Branch: perl
39799            ! t/op/read.t
39800 ____________________________________________________________________________
39801 [ 23700] By: mhx                                   on 2004/12/29  13:46:36
39802         Log: Upgrade to Devel::PPPort 3.04
39803      Branch: perl
39804            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
39805            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
39806            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
39807            ! ext/Devel/PPPort/parts/inc/ppphbin
39808            ! ext/Devel/PPPort/parts/inc/ppphdoc
39809            ! ext/Devel/PPPort/parts/inc/ppphtest
39810 ____________________________________________________________________________
39811 [ 23696] By: merijn                                on 2004/12/29  12:41:14
39812         Log: Rebuilt after backport start for 23674, 23675, and 23676
39813      Branch: perl
39814            ! Configure
39815 ____________________________________________________________________________
39816 [ 23691] By: merijn                                on 2004/12/29  11:57:57
39817         Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately
39818              Date: Tue, 28 Dec 2004 13:49:19 -0800
39819              From: Stephen McCamant <smcc@MIT.EDU>
39820              Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU>
39821      Branch: perl
39822            ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t
39823            ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t
39824            ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t
39825            ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t
39826            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
39827            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
39828            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
39829            ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
39830            ! ext/B/t/xref.t
39831 ____________________________________________________________________________
39832 [ 23688] By: nicholas                              on 2004/12/28  10:25:28
39833         Log: Make Config.t warnings and strictures clean
39834      Branch: perl
39835            ! lib/Config.t
39836 ____________________________________________________________________________
39837 [ 23683] By: nicholas                              on 2004/12/27  16:03:59
39838         Log: Subject: [patch sv.c] comment fix
39839              From: Stas Bekman <stas@stason.org>
39840              Message-ID: <41CF50FE.5070307@stason.org>
39841              Date: Sun, 26 Dec 2004 19:02:06 -0500
39842      Branch: perl
39843            ! sv.c
39844 ____________________________________________________________________________
39845 [ 23682] By: nicholas                              on 2004/12/27  15:48:24
39846         Log: Add investigating self tie segfaults to the TODO
39847      Branch: perl
39848            ! pod/perltodo.pod
39849 ____________________________________________________________________________
39850 [ 23681] By: rgs                                   on 2004/12/24  13:51:59
39851         Log: Subject: [perl #33173] shellwords.pl and tainting
39852              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
39853              Date: 24 Dec 2004 00:14:19 -0000
39854              Message-ID: <rt-3.0.11-33173-103504.3.54366755060383@perl.org>
39855      Branch: perl
39856            ! lib/shellwords.pl
39857 ____________________________________________________________________________
39858 [ 23680] By: rgs                                   on 2004/12/24  13:42:08
39859         Log: Subject: Missign STATEMENT brackets in PUSHMARK
39860              From: perl5-porters@ton.iguana.be (Ton Hospel)
39861              Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC)
39862              Message-Id: <cqf0q1$9cc$1@post.home.lunix>
39863      Branch: perl
39864            ! pp.h
39865 ____________________________________________________________________________
39866 [ 23679] By: nicholas                              on 2004/12/24  10:33:32
39867         Log: Don't do the ... expansion on archlib, sitelib etc, given that
39868              everyone should already be using archlibext etc
39869              Add the extra special case code for otherlibdirs
39870      Branch: perl
39871            ! configpm
39872 ____________________________________________________________________________
39873 [ 23678] By: rgs                                   on 2004/12/24  08:57:56
39874         Log: Subject: Re: [patch perlapi doc] sv_magic
39875              From: Stas Bekman <stas@stason.org>
39876              Date: Thu, 23 Dec 2004 16:28:06 -0500
39877              Message-ID: <41CB3866.1080307@stason.org>
39878      Branch: perl
39879            ! pod/perlapi.pod sv.c
39880 ____________________________________________________________________________
39881 [ 23677] By: nicholas                              on 2004/12/24  08:54:58
39882         Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)
39883              From: "Craig A. Berry" <craigberry@mac.com>
39884              Message-ID: <41CB6BD1.8030207@mac.com>
39885              Date: Thu, 23 Dec 2004 19:07:29 -0600
39886      Branch: perl
39887            ! configure.com
39888 ____________________________________________________________________________
39889 [ 23676] By: nicholas                              on 2004/12/23  23:15:24
39890         Log: Bother. It helps if you also propagate the new entry to config.sh
39891      Branch: perl
39892            ! Configure
39893 ____________________________________________________________________________
39894 [ 23675] By: nicholas                              on 2004/12/23  22:14:42
39895         Log: Oops. You can't add new entries to config_h.SH without making some
39896              sort of corresponding defined/undefined value in config.sh somehow.
39897      Branch: perl
39898            ! Configure
39899 ____________________________________________________________________________
39900 [ 23674] By: nicholas                              on 2004/12/23  21:38:59
39901         Log: Relocatable @INC entries for Unix.
39902              (With appropriate fixups in Config.pm to complete the illusion)
39903              Currently can only be enabled with hackery to config.sh
39904              TODO - proper Configure support, and support for otherlibdirs in
39905              Config.pm
39906      Branch: perl
39907            ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c
39908            ! proto.h
39909 ____________________________________________________________________________
39910 [ 23673] By: merijn                                on 2004/12/23  21:04:37
39911         Log: 23669 was not such a good idea. More research needed.
39912      Branch: perl
39913            ! config_h.SH
39914 ____________________________________________________________________________
39915 [ 23672] By: rgs                                   on 2004/12/23  17:21:37
39916         Log: The "Setuid script not plain file" error wasn't documented.
39917      Branch: perl
39918            ! pod/perldiag.pod
39919 ____________________________________________________________________________
39920 [ 23671] By: rgs                                   on 2004/12/23  15:21:58
39921         Log: Subject: [PATCH] Data::Dumper Freezer fixes
39922              From: Sam Tregar <sam@tregar.com>
39923              Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST)
39924              Message-ID: <Pine.LNX.4.61.0412191434490.7660@hillmont.dreamhost.com>
39925
39926              and bump Data::Dumper's VERSION
39927      Branch: perl
39928            + ext/Data/Dumper/t/freezer.t
39929            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
39930 ____________________________________________________________________________
39931 [ 23670] By: nicholas                              on 2004/12/22  23:15:07
39932         Log: Fix typo
39933      Branch: perl
39934            ! ext/Storable/Storable.xs
39935 ____________________________________________________________________________
39936 [ 23669] By: merijn                                on 2004/12/22  20:16:53
39937         Log: Just to re-sync with metaconfig output. No real changes.
39938      Branch: perl
39939            ! config_h.SH
39940 ____________________________________________________________________________
39941 [ 23668] By: rgs                                   on 2004/12/22  08:46:21
39942         Log: Move the definition of the S_procself_val() function before
39943              the point where it's used
39944      Branch: perl
39945            ! perl.c
39946 ____________________________________________________________________________
39947 [ 23667] By: nicholas                              on 2004/12/21  20:56:58
39948         Log: Move the setting of $^X ahead of the initialisation of @INC
39949      Branch: perl
39950            ! perl.c
39951 ____________________________________________________________________________
39952 [ 23666] By: nicholas                              on 2004/12/21  20:31:57
39953         Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to
39954              skip the test on platforms where it's not available
39955      Branch: perl
39956            ! t/op/bop.t
39957 ____________________________________________________________________________
39958 [ 23663] By: nicholas                              on 2004/12/21  11:58:53
39959         Log: Note that the shell's test uses eq etc for numbers, = etc for
39960              strings, the reverse of Perl, which is definitely a trap.
39961              Spotted by Alexei Alexandrov.
39962      Branch: perl
39963            ! AUTHORS pod/perltrap.pod
39964 ____________________________________________________________________________
39965 [ 23662] By: merijn                                on 2004/12/20  13:38:45
39966         Log: Subject: [PATCH] AUTHORS
39967              From: Tels <nospam-abuse@bloodgate.com>
39968              Date: Sun, 19 Dec 2004 14:28:44 +0100
39969              Message-Id: <200412191428.45898@bloodgate.com>
39970      Branch: perl
39971            ! AUTHORS
39972 ____________________________________________________________________________
39973 [ 23661] By: rgs                                   on 2004/12/17  09:08:23
39974         Log: Subject: Re: [perl #32717] BeOS specific Updates
39975              From: bonefish@cs.tu-berlin.de
39976              Date: Fri, 17 Dec 2004 01:17:40 +0100
39977              Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
39978      Branch: perl
39979            - beos/beos_flock_server.cpp beos/beos_flock_server.h
39980            ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h
39981            ! hints/beos.sh
39982 ____________________________________________________________________________
39983 [ 23660] By: rgs                                   on 2004/12/16  16:09:20
39984         Log: Subject: [PATCH] bop.t follow-up to #23645
39985              From: "Craig A. Berry" <craigberry@mac.com>
39986              Date: Thu, 16 Dec 2004 08:53:32 -0600
39987              Message-ID: <41C1A16C.9040700@mac.com>
39988      Branch: perl
39989            ! t/op/bop.t
39990 ____________________________________________________________________________
39991 [ 23659] By: rgs                                   on 2004/12/16  16:05:49
39992         Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]
39993              From: Andy Dougherty <doughera@lafayette.edu>
39994              Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST)
39995              Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu>
39996      Branch: perl
39997            ! ext/POSIX/Makefile.PL
39998 ____________________________________________________________________________
39999 [ 23658] By: rgs                                   on 2004/12/16  15:58:06
40000         Log: Two pod2html patches from Dave Sparks :
40001
40002              Fix anchors for some function names
40003              Subject: pod2html fragment fix [PATCH]
40004              From: Gisle Aas <gisle@ActiveState.com>
40005              Date: 11 Nov 2004 14:36:46 +0100
40006              Message-ID: <lrk6sso6c1.fsf@caliper.activestate.com>
40007
40008              Subject: Make 'pod2html --quiet' be quiet [PATCH]
40009              From: Gisle Aas <gisle@ActiveState.com>
40010              Date: 11 Nov 2004 15:19:58 +0100
40011              Message-ID: <lrbre4o4c1.fsf@caliper.activestate.com>
40012      Branch: perl
40013            ! lib/Pod/Html.pm
40014 ____________________________________________________________________________
40015 [ 23657] By: rgs                                   on 2004/12/16  15:43:02
40016         Log: Pod::Html is not part of the podlators distribution
40017      Branch: perl
40018            ! Porting/Maintainers.pl
40019 ____________________________________________________________________________
40020 [ 23656] By: rgs                                   on 2004/12/15  16:39:29
40021         Log: Security fix from Debian in the debugger (in the setterm()
40022              function), from:
40023              Subject: Re: Security patch from Debian?
40024              From: Brendan O'Dea <bod@debian.org>
40025              Date: Thu, 2 Dec 2004 13:42:17 +1100
40026              Message-ID: <20041202024217.GA12670@londo.c47.org>
40027      Branch: perl
40028            ! lib/perl5db.pl
40029 ____________________________________________________________________________
40030 [ 23655] By: rgs                                   on 2004/12/15  15:14:05
40031         Log: A couple of SCO compilation patches
40032
40033              Subject: [perl #3097] Re: SCO5 XS dyn loading fails
40034              From: "Ilya N. Golubev" <gin@mo.msk.ru>
40035              Date: Tue, 14 Dec 2004 22:37:27 +0300
40036              Message-ID: <028941bf40f648-gin@mo.msk.ru>
40037
40038              Subject: Re: [perl #3100] NaN passed to gcvt [PATCH]
40039              From: Andy Dougherty <doughera@lafayette.edu>
40040              Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST)
40041              Message-ID: <Pine.SOL.4.58.0412150956360.3441@maxwell.phys.lafayette.edu>
40042      Branch: perl
40043            ! hints/sco.sh
40044 ____________________________________________________________________________
40045 [ 23654] By: rgs                                   on 2004/12/15  13:16:06
40046         Log: Upgrade to Test::Simple 0.54
40047      Branch: perl
40048            + lib/Test/Simple/t/is_fh.t
40049            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
40050            ! lib/Test/Simple.pm lib/Test/Simple/Changes
40051            ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t
40052            ! lib/Test/Simple/t/harness_active.t
40053            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t
40054            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t
40055            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
40056 ____________________________________________________________________________
40057 [ 23653] By: rgs                                   on 2004/12/15  12:43:37
40058         Log: Upgrade to ExtUtils::MakeMaker 6.25
40059      Branch: perl
40060            + lib/ExtUtils/t/dir_target.t
40061            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
40062            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
40063            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
40064            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
40065            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
40066            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
40067            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
40068            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
40069            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
40070            ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh
40071            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t
40072            ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t
40073            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t
40074            ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t
40075            ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t
40076 ____________________________________________________________________________
40077 [ 23652] By: rgs                                   on 2004/12/14  16:22:42
40078         Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values
40079      Branch: perl
40080            ! utils/h2xs.PL
40081 ____________________________________________________________________________
40082 [ 23651] By: rgs                                   on 2004/12/14  12:17:25
40083         Log: Subject: Re: B::walkoptree segfaults
40084              From: Alexey Tourbin <at@altlinux.ru>
40085              Date: Fri, 3 Dec 2004 05:06:49 +0300
40086              Message-ID: <20041203020649.GD3898@solemn.turbinal.org>
40087      Branch: perl
40088            ! ext/B/B.pm
40089 ____________________________________________________________________________
40090 [ 23650] By: rgs                                   on 2004/12/14  11:21:53
40091         Log: Make Sys::Syslog stricture-compliant
40092      Branch: perl
40093            ! ext/Sys/Syslog/Syslog.pm
40094 ____________________________________________________________________________
40095 [ 23649] By: rgs                                   on 2004/12/14  10:35:57
40096         Log: Allow escaping %m as %%m in Sys::Syslog format strings
40097              (suggested by Joshua Richardson <jric@yahoo-inc.com>
40098              and Yitzchak Scott-Thoennes)
40099      Branch: perl
40100            ! ext/Sys/Syslog/Syslog.pm
40101 ____________________________________________________________________________
40102 [ 23648] By: rgs                                   on 2004/12/14  10:22:48
40103         Log: Subject: [perl #24343] [PATCH] -w vs. -s
40104              From: "Steve Peters via RT" <perlbug-followup@perl.org>
40105              Date: 14 Dec 2004 06:41:34 -0000
40106              Message-ID: <rt-3.0.11-24343-103027.13.3005637364295@perl.org>
40107      Branch: perl
40108            ! pod/perlrun.pod
40109 ____________________________________________________________________________
40110 [ 23647] By: merijn                                on 2004/12/14  07:51:43
40111         Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved
40112              Date: 14 Dec 2004 06:29:23 -0000
40113              From: "Steve Peters via RT" <perlbug-followup@perl.org>
40114              Message-ID: <rt-3.0.11-3274-103026.2.21000805211489@perl.org>
40115      Branch: perl
40116            ! pod/perlfaq5.pod
40117 ____________________________________________________________________________
40118 [ 23646] By: rgs                                   on 2004/12/14  07:41:08
40119         Log: Fix test added in change 23645 with an eval()
40120      Branch: perl
40121            ! t/op/bop.t
40122 ____________________________________________________________________________
40123 [ 23645] By: rgs                                   on 2004/12/14  07:28:57
40124         Log: Test patch for already-solved bug #33003,
40125              by Michael G Schwern.
40126      Branch: perl
40127            ! t/op/bop.t
40128 ____________________________________________________________________________
40129 [ 23644] By: steveh                                on 2004/12/13  17:26:46
40130         Log: Document gv_stashpvn
40131
40132              This is already in the API supported by Devel::PPPort, and is
40133              more efficient than gv_stashpv if the length is already known.
40134      Branch: perl
40135            ! embed.fnc gv.c pod/perlapi.pod
40136 ____________________________________________________________________________
40137 [ 23643] By: rgs                                   on 2004/12/13  10:02:57
40138         Log: Subject: [PATCH] FileCache without import
40139              From: Michael G Schwern <schwern@pobox.com>
40140              Date: Sat, 11 Dec 2004 18:58:32 -0500
40141              Message-ID: <20041211235832.GA13462@windhund.schwern.org>
40142      Branch: perl
40143            + lib/FileCache/t/07noimport.t
40144            ! MANIFEST lib/FileCache.pm
40145 ____________________________________________________________________________
40146 [ 23642] By: rgs                                   on 2004/12/13  09:54:23
40147         Log: Subject: [PATCH] perlipc typo
40148              From: Brendan O'Dea <bod@debian.org>
40149              Date: Sun, 12 Dec 2004 10:25:04 +1100
40150              Message-ID: <20041211232504.GA8380@londo.c47.org>
40151      Branch: perl
40152            ! pod/perlipc.pod
40153 ____________________________________________________________________________
40154 [ 23641] By: rgs                                   on 2004/12/13  09:41:21
40155         Log: Subject: [PATCH] t/op/taint.t follow-up to #23635
40156              From: "Craig A. Berry" <craigberry@mac.com>
40157              Date: Sat, 11 Dec 2004 11:03:57 -0600
40158              Message-ID: <41BB287D.6090001@mac.com>
40159      Branch: perl
40160            ! t/op/taint.t
40161 ____________________________________________________________________________
40162 [ 23640] By: rgs                                   on 2004/12/13  08:39:34
40163         Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH]
40164              From: Gisle Aas <gisle@ActiveState.com>
40165              Date: 11 Dec 2004 02:57:19 -0800
40166              Message-ID: <lrr7lxje5s.fsf_-_@caliper.activestate.com>
40167      Branch: perl
40168            ! utf8.c
40169 ____________________________________________________________________________
40170 [ 23639] By: rgs                                   on 2004/12/10  22:02:52
40171         Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks
40172              From: mjtg@cam.ac.uk (Mike Guy)
40173              Date: Fri, 10 Dec 2004 19:08:01 +0000
40174              Message-ID: <E1Ccq7V-00057s-9s@virgo.cus.cam.ac.uk>
40175      Branch: perl
40176            ! pod/perlfunc.pod
40177 ____________________________________________________________________________
40178 [ 23638] By: steveh                                on 2004/12/10  14:58:59
40179         Log: Fix Win32 breakage caused by change 23610
40180
40181              Simply skip the offending tests on Win32.  There is no sense in testing
40182              that $Config dir entries appear in @INC because the $Config entries
40183              relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in
40184              win32/Makefile), whereas @INC entries are dynamic, based on where
40185              perlXX.dll is currently located.
40186      Branch: perl
40187            ! lib/Config.t
40188 ____________________________________________________________________________
40189 [ 23637] By: rgs                                   on 2004/12/10  10:17:47
40190         Log: Pod nit ([perl #32800])
40191      Branch: perl
40192            ! pod/perlfunc.pod
40193 ____________________________________________________________________________
40194 [ 23636] By: rgs                                   on 2004/12/10  10:02:12
40195         Log: Subject: [PATCH] Test rt.perl.org 5900
40196              From: Michael G Schwern <schwern@pobox.com>
40197              Date: Thu, 9 Dec 2004 22:11:59 -0500
40198              Message-ID: <20041210031159.GA7629@windhund.schwern.org>
40199      Branch: perl
40200            ! t/op/taint.t
40201 ____________________________________________________________________________
40202 [ 23635] By: rgs                                   on 2004/12/10  09:51:44
40203         Log: Subject: [PATCH] cleanup t/op/taint.t
40204              From: Michael G Schwern <schwern@pobox.com>
40205              Date: Fri, 10 Dec 2004 02:04:49 -0500
40206              Message-ID: <20041210070448.GA22347@windhund.schwern.org>
40207
40208              Subject: [PATCH] Add todo_skip() to test.pl
40209              From: Michael G Schwern <schwern@pobox.com>
40210              Date: Fri, 10 Dec 2004 04:27:06 -0500
40211              Message-ID: <20041210092706.GA23378@windhund.schwern.org>
40212      Branch: perl
40213            ! t/op/taint.t t/test.pl
40214 ____________________________________________________________________________
40215 [ 23634] By: nicholas                              on 2004/12/09  22:51:03
40216         Log: Evade using @ in the 1 liner with some perl 1 syntax.
40217      Branch: perl
40218            ! lib/Config.t
40219 ____________________________________________________________________________
40220 [ 23633] By: rgs                                   on 2004/12/09  18:50:16
40221         Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up
40222              From: Robin Barker <Robin.Barker@npl.co.uk>
40223              Date: Wed, 1 Dec 2004 15:15:44 -0000
40224              Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk>
40225      Branch: perl
40226            ! perl.h
40227 ____________________________________________________________________________
40228 [ 23632] By: rgs                                   on 2004/12/09  17:12:12
40229         Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH]
40230              From: Gisle Aas <gisle@activestate.com>
40231              Date: 06 Dec 2004 02:59:24 -0800
40232              Message-ID: <lrmzwrae0j.fsf_-_@caliper.activestate.com>
40233      Branch: perl
40234            ! utf8.h
40235 ____________________________________________________________________________
40236 [ 23631] By: rgs                                   on 2004/12/09  16:03:01
40237         Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6
40238              From: Gisle Aas <gisle@ActiveState.com>
40239              Date: 03 Dec 2004 06:09:19 -0800
40240              Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com>
40241      Branch: perl
40242            ! ext/PerlIO/t/encoding.t
40243 ____________________________________________________________________________
40244 [ 23630] By: rgs                                   on 2004/12/09  15:49:07
40245         Log: Upgrade to perldoc 3.14
40246      Branch: perl
40247            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
40248 ____________________________________________________________________________
40249 [ 23629] By: rgs                                   on 2004/12/09  09:57:42
40250         Log: Fix test to cope with the previous h2ph change.
40251      Branch: perl
40252            ! t/lib/h2ph.pht
40253 ____________________________________________________________________________
40254 [ 23628] By: rgs                                   on 2004/12/08  16:50:30
40255         Log: Subject: [perl #32962] h2ph - use of local() in generated code
40256              From: Peter.Dintelmann@dresdner-bank.com (via RT)
40257              Date: 8 Dec 2004 15:49:32 -0000
40258              Message-ID: <rt-3.0.11-32962-102394.11.065973521948@perl.org>
40259      Branch: perl
40260            ! utils/h2ph.PL
40261 ____________________________________________________________________________
40262 [ 23627] By: rgs                                   on 2004/12/08  16:19:38
40263         Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package
40264              From: "Jos I. Boumans" <kane@xs4all.net>
40265              Date: Wed, 8 Dec 2004 14:24:19 +0100
40266              Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net>
40267      Branch: perl
40268            + lib/FileCache/t/06export.t
40269            ! MANIFEST lib/FileCache.pm
40270 ____________________________________________________________________________
40271 [ 23626] By: nicholas                              on 2004/12/07  23:39:46
40272         Log: Avoid getting the stash name twice (at least visually, if not also
40273              in the generated code)
40274      Branch: perl
40275            ! sv.c
40276 ____________________________________________________________________________
40277 [ 23624] By: rgs                                   on 2004/12/07  18:26:48
40278         Log: Upgrade to Encode 2.09
40279      Branch: perl
40280            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
40281            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs
40282            ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t
40283 ____________________________________________________________________________
40284 [ 23623] By: nicholas                              on 2004/12/07  15:27:09
40285         Log: Revert part of the change to gv_fullname4(), as the change seems to
40286              be fractionally slower. Re-investigation prompted by a comment from
40287              Tim Bunce, who seems to be more on the ball than I am.
40288      Branch: perl
40289            ! gv.c
40290 ____________________________________________________________________________
40291 [ 23622] By: steveh                                on 2004/12/07  10:50:26
40292         Log: Update AUTHORS (for changes #23200 and #23621)
40293      Branch: perl
40294            ! AUTHORS
40295 ____________________________________________________________________________
40296 [ 23621] By: steveh                                on 2004/12/07  10:35:59
40297         Log: Updates to README.win32 (aka perlwin32), with some changes.
40298
40299              Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free)
40300              From: Max Maischein <corion@corion.net>
40301              Date: Sun, 05 Dec 2004 19:39:40 +0100
40302              Message-ID: <41B355EC.9010505@corion.net>
40303      Branch: perl
40304            ! README.win32
40305 ____________________________________________________________________________
40306 [ 23620] By: rgs                                   on 2004/12/06  22:22:11
40307         Log: Upgrade to Term::ANSIColor 1.09
40308      Branch: perl
40309            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
40310            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
40311 ____________________________________________________________________________
40312 [ 23619] By: rgs                                   on 2004/12/06  21:54:55
40313         Log: Small addition to perlsec by Stas Bekman.
40314      Branch: perl
40315            ! pod/perlsec.pod
40316 ____________________________________________________________________________
40317 [ 23618] By: steveh                                on 2004/12/06  15:54:30
40318         Log: Fix another Win32 breakage caused by change 23554
40319      Branch: perl
40320            ! t/win32/system.t
40321 ____________________________________________________________________________
40322 [ 23617] By: nicholas                              on 2004/12/06  15:35:39
40323         Log: Break out setting $^X into its own static function S_set_caret_X
40324      Branch: perl
40325            ! perl.c
40326 ____________________________________________________________________________
40327 [ 23616] By: steveh                                on 2004/12/06  14:42:32
40328         Log: Fix typo from change 23554 which screwed up Windows smokes
40329      Branch: perl
40330            ! win32/Makefile
40331 ____________________________________________________________________________
40332 [ 23615] By: nicholas                              on 2004/12/06  14:39:59
40333         Log: sanity check the arguments to runperl(), to try to avoid it
40334              hanging waiting on STDIN for a script.
40335      Branch: perl
40336            ! t/test.pl
40337 ____________________________________________________________________________
40338 [ 23614] By: nicholas                              on 2004/12/06  13:41:45
40339         Log: Remove spurious semicolons
40340              (As these 2 are spare, I guess I should send them to Mark Rhodes
40341              (former office mate) as he often said that he kept mislaying his)
40342      Branch: perl
40343            ! gv.h
40344 ____________________________________________________________________________
40345 [ 23613] By: nicholas                              on 2004/12/06  13:10:24
40346         Log: Tests for Config.pm much better now - toDONE
40347      Branch: perl
40348            ! pod/perltodo.pod
40349 ____________________________________________________________________________
40350 [ 23612] By: nicholas                              on 2004/12/06  13:01:36
40351         Log: Turn gv_fullname3 and gv_efullname3 into macros that call
40352              gv_fullname4 and gv_efullname4 directly, saving overhead.
40353      Branch: perl
40354            ! embed.fnc embed.h gv.h proto.h
40355 ____________________________________________________________________________
40356 [ 23611] By: merijn                                on 2004/12/06  12:00:10
40357         Log: New Itanium servers
40358      Branch: perl
40359            ! README.hpux
40360 ____________________________________________________________________________
40361 [ 23610] By: nicholas                              on 2004/12/06  10:35:00
40362         Log: Check that @INC entries and %Config path entries are consistent.
40363      Branch: perl
40364            ! lib/Config.t
40365 ____________________________________________________________________________
40366 [ 23609] By: nicholas                              on 2004/12/03  22:17:32
40367         Log: gv_fullname4() can get rid of the main:: for us.
40368              (well, actually, it never puts it in)
40369      Branch: perl
40370            ! op.c
40371 ____________________________________________________________________________
40372 [ 23608] By: rgs                                   on 2004/12/03  21:51:45
40373         Log: $foo::_ was wrongly forced as $main::_.
40374              Since we still want "our $_" to be always forced to $main::_,
40375              deplace the forcing code at our-pad allocation time.
40376              (Making execution probably a tiny bit faster)
40377      Branch: perl
40378            ! gv.c op.c t/op/mydef.t
40379 ____________________________________________________________________________
40380 [ 23607] By: nicholas                              on 2004/12/03  20:38:37
40381         Log: Remove double checking of acceptable switches on tr/// ops.
40382      Branch: perl
40383            ! toke.c
40384 ____________________________________________________________________________
40385 [ 23606] By: nicholas                              on 2004/12/03  20:07:31
40386         Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)
40387              The latter gives larger code, is less clear and can't be any faster
40388      Branch: perl
40389            ! perl.c toke.c
40390 ____________________________________________________________________________
40391 [ 23605] By: nicholas                              on 2004/12/03  18:56:31
40392         Log: Small code tidy up in gv_fullname4
40393      Branch: perl
40394            ! gv.c
40395 ____________________________________________________________________________
40396 [ 23604] By: nicholas                              on 2004/12/03  18:26:43
40397         Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
40398              They seem to produce slightly smaller object code too.
40399      Branch: perl
40400            ! gv.c
40401 ____________________________________________________________________________
40402 [ 23603] By: nicholas                              on 2004/12/03  17:02:43
40403         Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING
40404      Branch: perl
40405            ! perl.c
40406 ____________________________________________________________________________
40407 [ 23602] By: nicholas                              on 2004/12/03  15:50:15
40408         Log: Pull out the duplicateded push @INC, $_ if -e $_ code from
40409              S_pushinc into a new function S_pushinc_if_exists
40410              Avoid the SV copy when pushing onto @INC by creating a new scratch
40411              SV each time a push is done.
40412      Branch: perl
40413            ! perl.c
40414 ____________________________________________________________________________
40415 [ 23601] By: nicholas                              on 2004/12/02  22:35:34
40416         Log: Subject: [PATCH] configure.com: no more CONFIG=true
40417              From: "Craig A. Berry" <craigberry@mac.com>
40418              Message-ID: <41AF87BA.1080108@mac.com>
40419              Date: Thu, 02 Dec 2004 15:23:06 -0600
40420      Branch: perl
40421            ! configure.com
40422 ____________________________________________________________________________
40423 [ 23598] By: nicholas                              on 2004/12/01  23:13:32
40424         Log: 2 new BeOS files were missing
40425      Branch: perl
40426            ! MANIFEST
40427 ____________________________________________________________________________
40428 [ 23592] By: nicholas                              on 2004/12/01  18:54:14
40429         Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables
40430              From: Jarkko Hietaniemi <jhi@iki.fi>
40431              Message-ID: <41ADFD95.4030007@iki.fi>
40432              Date: Wed, 01 Dec 2004 19:21:25 +0200
40433      Branch: perl
40434            ! Makefile.SH
40435 ____________________________________________________________________________
40436 [ 23588] By: nicholas                              on 2004/12/01  16:52:45
40437         Log: &test in constant.t is vestigial, so amputate it.
40438      Branch: perl
40439            ! lib/constant.t
40440 ____________________________________________________________________________
40441 [ 23587] By: nicholas                              on 2004/12/01  16:35:10
40442         Log: Tidy up the reference name stringification to save getting the
40443              hash name twice. Pleasant side effect is 44 byte smaller object
40444              file. (A small win is still a win)
40445      Branch: perl
40446            ! sv.c
40447 ____________________________________________________________________________
40448 [ 23584] By: merijn                                on 2004/12/01  13:44:24
40449         Log: Subject: [perl #32717] BeOS specific Updates
40450              Date: 30 Nov 2004 15:38:32 -0000
40451              From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
40452              Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
40453      Branch: perl
40454            + beos/beos_flock_server.cpp beos/beos_flock_server.h
40455            ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL
40456            ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t
40457            ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t
40458 ____________________________________________________________________________
40459 [ 23583] By: merijn                                on 2004/12/01  13:29:18
40460         Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl
40461              Date: Wed, 01 Dec 2004 07:24:45 -0600
40462              From: "Craig A. Berry" <craigberry@mac.com>
40463              Message-ID: <41ADC61D.8010407@mac.com>
40464      Branch: perl
40465            ! vms/descrip_mms.template
40466 ____________________________________________________________________________
40467 [ 23581] By: rgs                                   on 2004/12/01  13:01:55
40468         Log: MANIFEST.SKIP is missing from the list of files that come
40469              with MakeMaker
40470      Branch: perl
40471            ! Porting/Maintainers.pl
40472 ____________________________________________________________________________
40473 [ 23577] By: nicholas                              on 2004/11/30  16:40:06
40474         Log: Add placeholders for the new strlcat and strlcpy entries in
40475              config.sh, to ensure that the config.h generated for cross-
40476              compilation will still work.
40477      Branch: perl
40478            ! Cross/config.sh-arm-linux
40479 ____________________________________________________________________________
40480 [ 23575] By: nicholas                              on 2004/11/30  15:32:17
40481         Log: Let pod/buildtoc resort the MANIFEST the way it wants it
40482      Branch: perl
40483            ! MANIFEST
40484 ____________________________________________________________________________
40485 [ 23574] By: nicholas                              on 2004/11/30  15:31:14
40486         Log: Add perl586delta.pod to all the necessary makefiles and tables of
40487              contents.
40488      Branch: perl
40489            ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
40490            ! win32/pod.mak
40491 ____________________________________________________________________________
40492 [ 23571] By: merijn                                on 2004/11/30  15:11:01
40493         Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)
40494              Date: Tue, 30 Nov 2004 09:29:06 -0600
40495              From: Steve Peters <steve@fisharerojo.org>
40496              Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org>
40497      Branch: perl
40498            ! hints/openbsd.sh
40499 ____________________________________________________________________________
40500 [ 23570] By: nicholas                              on 2004/11/30  14:57:53
40501         Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead
40502      Branch: perl
40503           +> pod/perl586delta.pod
40504            ! MANIFEST
40505           !> pod/perlhist.pod
40506 ____________________________________________________________________________
40507 [ 23568] By: rgs                                   on 2004/11/30  13:02:16
40508         Log: Protection against trailing spaces in embed.fnc
40509      Branch: perl
40510            ! autodoc.pl embed.pl
40511 ____________________________________________________________________________
40512 [ 23567] By: rgs                                   on 2004/11/30  12:57:30
40513         Log: Remove trailing whitespace that found their way in the docs
40514              (spotted by Stas Bekman)
40515      Branch: perl
40516            ! embed.fnc pod/perlapi.pod proto.h
40517 ____________________________________________________________________________
40518 [ 23566] By: rgs                                   on 2004/11/29  12:30:31
40519         Log: Upgrade to Test::Simple 0.53
40520      Branch: perl
40521            + lib/Test/Simple/t/circular_data.t
40522            + lib/Test/Simple/t/overload_threads.t
40523            + lib/Test/Simple/t/plan_bad.t
40524            + lib/Test/Simple/t/plan_shouldnt_import.t
40525            + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t
40526            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
40527            ! lib/Test/Simple.pm lib/Test/Simple/Changes
40528            ! lib/Test/Simple/README lib/Test/Simple/TODO
40529            ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t
40530            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t
40531            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t
40532            ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm
40533 ____________________________________________________________________________
40534 [ 23564] By: nicholas                              on 2004/11/28  16:13:56
40535         Log: Skip generating all the code to deal with "" strings in config.sh
40536              if there aren't any. '' only code is much simpler.
40537      Branch: perl
40538            ! configpm
40539 ____________________________________________________________________________
40540 [ 23563] By: nicholas                              on 2004/11/28  15:00:15
40541         Log: Given that there is a pre-built cache, no need for @v_fast
40542      Branch: perl
40543            ! configpm
40544 ____________________________________________________________________________
40545 [ 23562] By: nicholas                              on 2004/11/28  13:56:30
40546         Log: The byteorder code doesn't need to be in Config.pm if byteorder
40547              isn't actually a frequently looked up value.
40548      Branch: perl
40549            ! configpm
40550 ____________________________________________________________________________
40551 [ 23561] By: nicholas                              on 2004/11/28  13:20:39
40552         Log: Need to stub the public functions to keep some existing code
40553              working.
40554              No need to keep $Config_SH around in memory when we can easily
40555              re-create it.
40556      Branch: perl
40557            ! configpm
40558 ____________________________________________________________________________
40559 [ 23558] By: nicholas                              on 2004/11/27  23:06:41
40560         Log: Generate the precached %Config entries based on some empirical
40561              data, rather than just guesswork.
40562      Branch: perl
40563            ! Makefile.SH configpm
40564 ____________________________________________________________________________
40565 [ 23557] By: nicholas                              on 2004/11/27  21:26:42
40566         Log: Subject: [PATCH] Re: getting Config.pm on a diet
40567              From: "Craig A. Berry" <craigberry@mac.com>
40568              Message-ID: <41A8F225.7080902@mac.com>
40569              Date: Sat, 27 Nov 2004 15:31:17 -0600
40570      Branch: perl
40571            ! vms/descrip_mms.template
40572 ____________________________________________________________________________
40573 [ 23555] By: nicholas                              on 2004/11/27  17:28:47
40574         Log: Hateful cAsE iNsEnSiTiVe file systems
40575      Branch: perl
40576            ! configpm
40577 ____________________________________________________________________________
40578 [ 23554] By: nicholas                              on 2004/11/27  16:56:35
40579         Log: Put Config.pm on a diet. 3K rather than 32K
40580              configpm now generates 2 files, a small Config.pm containing the
40581              commonly used functions and values, which AUTOLOADs a
40582              Config_heavy.pl containing anything else needed.
40583              The "common" values in the small Config.pm may need some
40584              tweaking, based on real world data.
40585      Branch: perl
40586            ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile
40587            ! win32/makefile.mk
40588 ____________________________________________________________________________
40589 [ 23550] By: nicholas                              on 2004/11/27  14:43:37
40590         Log: Clarify the return values of pos, particularly 0 and undef, as
40591              suggested by Stas Bekman
40592      Branch: perl
40593            ! pod/perlfunc.pod
40594 ____________________________________________________________________________
40595 [ 23549] By: nicholas                              on 2004/11/27  14:24:21
40596         Log: Document the interaction of PERL_USE_SAVE_PUTENV and
40597              PL_use_safe_putenv, based on text by Stas Bekman
40598      Branch: perl
40599            ! INSTALL
40600 ____________________________________________________________________________
40601 [ 23548] By: rgs                                   on 2004/11/26  17:20:46
40602         Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage
40603              From: "Steve Peters via RT" <perlbug-followup@perl.org>
40604              Date: 26 Nov 2004 17:14:33 -0000
40605              Message-ID: <rt-3.0.11-32639-101066.11.6172971744206@perl.org>
40606      Branch: perl
40607            ! lib/Term/Complete.pm
40608 ____________________________________________________________________________
40609 [ 23547] By: rgs                                   on 2004/11/26  15:16:59
40610         Log: Freak out if h2ph has to translate a macro that    contains assembly code.
40611
40612              Subject: [PATCH] h2ph vs __asm__
40613              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
40614              Date: Thu, 25 Nov 2004 17:24:43 +0100
40615              Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com>
40616      Branch: perl
40617            ! utils/h2ph.PL
40618 ____________________________________________________________________________
40619 [ 23546] By: rgs                                   on 2004/11/26  15:07:47
40620         Log: Doc nit for B::Lint
40621              Subject: [PATCH] B::Lint
40622              From: Andy Lester <andy@petdance.com>
40623              Date: Fri, 26 Nov 2004 00:30:48 -0600
40624              Message-ID: <20041126063048.GA10161@petdance.com>
40625      Branch: perl
40626            ! ext/B/B/Lint.pm
40627 ____________________________________________________________________________
40628 [ 23545] By: nicholas                              on 2004/11/26  12:33:34
40629         Log: The change to the internal representation introduced a bug whereby
40630              the key returned by FIRSTKEY had an erroneous leading newline.
40631              EXISTS was also buggy.
40632      Branch: perl
40633            ! configpm lib/Config.t
40634 ____________________________________________________________________________
40635 [ 23544] By: nicholas                              on 2004/11/26  11:29:21
40636         Log: Make configpm and the generated Config.pm strict and warnings
40637              clean.
40638      Branch: perl
40639            ! configpm
40640 ____________________________________________________________________________
40641 [ 23543] By: steveh                                on 2004/11/26  10:56:12
40642         Log: Fix Win32 breakage caused by changes 23535/23542.
40643      Branch: perl
40644            ! lib/Config.t
40645 ____________________________________________________________________________
40646 [ 23542] By: nicholas                              on 2004/11/25  23:41:05
40647         Log: Generate the virtual entries at Config.pm build time, as they
40648              don't change. This lets us get rid of the entire "fetch_virtual"
40649              baggage, and makes the config_re lookup work for the virtual
40650              entries.
40651      Branch: perl
40652            ! configpm lib/Config.t
40653 ____________________________________________________________________________
40654 [ 23541] By: nicholas                              on 2004/11/25  22:50:15
40655         Log: Cheat. (Add a leading newline, and so remove all the special
40656              casing for "if we're at the start of $Config_SH")
40657      Branch: perl
40658            ! configpm lib/Config.t
40659 ____________________________________________________________________________
40660 [ 23538] By: nicholas                              on 2004/11/25  21:37:23
40661         Log: Add an exists test for the things we loop over
40662      Branch: perl
40663            ! lib/Config.t
40664 ____________________________________________________________________________
40665 [ 23537] By: nicholas                              on 2004/11/25  21:33:23
40666         Log: The first entry in the virtual config.sh is special cased. So
40667              test it.
40668      Branch: perl
40669            ! lib/Config.t
40670 ____________________________________________________________________________
40671 [ 23536] By: nicholas                              on 2004/11/25  21:00:56
40672         Log: Make $Config{libs_nolargefiles} and
40673              $Config{libswanted_nolargefiles} work. (For the first time)
40674      Branch: perl
40675            ! configpm lib/Config.t
40676 ____________________________________________________________________________
40677 [ 23535] By: nicholas                              on 2004/11/25  20:10:43
40678         Log: Test the currently working virtual %Config entries
40679      Branch: perl
40680            ! lib/Config.t
40681 ____________________________________________________________________________
40682 [ 23534] By: rgs                                   on 2004/11/24  16:09:42
40683         Log: Subject: RC1 pod fix #anchor
40684              From: Stas Bekman <stas@stason.org>
40685              Date: Wed, 24 Nov 2004 10:57:21 -0500
40686              Message-ID: <41A4AF61.9080408@stason.org>
40687      Branch: perl
40688            ! pod/perlrun.pod
40689 ____________________________________________________________________________
40690 [ 23533] By: rgs                                   on 2004/11/24  16:07:38
40691         Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea
40692              From: Stas Bekman <stas@stason.org>
40693              Date: Wed, 24 Nov 2004 11:25:14 -0500
40694              Message-ID: <41A4B5EA.3020804@stason.org>
40695      Branch: perl
40696            ! pod/perlipc.pod
40697 ____________________________________________________________________________
40698 [ 23532] By: rgs                                   on 2004/11/24  14:47:31
40699         Log: Subject: [perl #3242] [PATCH]No error on assignment to $>
40700              From: "Steve Peters via RT" <perlbug-followup@perl.org>
40701              Date: 21 Nov 2004 04:38:09 -0000
40702              Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org>
40703      Branch: perl
40704            ! pod/perlvar.pod
40705 ____________________________________________________________________________
40706 [ 23531] By: nicholas                              on 2004/11/24  11:50:28
40707         Log: Wrap some long lines
40708      Branch: perl
40709            ! lib/Config.t
40710 ____________________________________________________________________________
40711 [ 23528] By: rgs                                   on 2004/11/23  13:35:34
40712         Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value
40713              after eval or require
40714      Branch: perl
40715            ! t/comp/package.t toke.c
40716 ____________________________________________________________________________
40717 [ 23527] By: rgs                                   on 2004/11/23  10:20:02
40718         Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe
40719              From: Michael G Schwern <schwern@pobox.com>
40720              Date: Fri, 19 Nov 2004 14:28:56 -0500
40721              Message-ID: <20041119192856.GA4769@windhund.schwern.org>
40722      Branch: perl
40723            ! ext/POSIX/POSIX.pod
40724 ____________________________________________________________________________
40725 [ 23526] By: rgs                                   on 2004/11/23  09:26:03
40726         Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error
40727              From: "Steve Peters via RT" <perlbug-followup@perl.org>
40728              Date: 23 Nov 2004 00:04:24 -0000
40729              Message-ID: <rt-3.0.11-3422-100830.4.45764701781506@perl.org>
40730      Branch: perl
40731            ! ext/B/B/Deparse.pm
40732 ____________________________________________________________________________
40733 [ 23525] By: rgs                                   on 2004/11/23  09:09:57
40734         Log: Subject: [PATCH] warnings.t portability tweaks
40735              From: "Craig A. Berry" <craigberry@mac.com>
40736              Date: Sat, 20 Nov 2004 10:29:47 -0600
40737              Message-ID: <419F70FB.7000100@mac.com>
40738      Branch: perl
40739            ! t/lib/warnings/9uninit t/lib/warnings/perlio
40740 ____________________________________________________________________________
40741 [ 23523] By: nicholas                              on 2004/11/20  22:17:18
40742         Log: Assimilate Test-Simple 0.50
40743      Branch: perl
40744            + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t
40745            + lib/Test/Simple/t/00test_harness_check.t
40746            + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t
40747            + lib/Test/Simple/t/fail_one.t
40748            + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t
40749            + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t
40750            + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm
40751            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
40752            ! lib/Test/Simple.pm lib/Test/Simple/Changes
40753            ! lib/Test/Simple/README lib/Test/Simple/t/More.t
40754            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
40755            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
40756            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/has_plan2.t
40757            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t
40758            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t
40759            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t
40760            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t
40761            ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm
40762            ! t/lib/TieOut.pm
40763 ____________________________________________________________________________
40764 [ 23520] By: nicholas                              on 2004/11/20  14:21:28
40765         Log: genuine possible buffer problems spotted by flawfinder
40766      Branch: perl
40767            ! regcomp.c util.c
40768 ____________________________________________________________________________
40769 [ 23519] By: rgs                                   on 2004/11/19  14:48:35
40770         Log: Make "err" a weak keyword;
40771              that is, it will be overriden by any sub named "err", except when
40772              really an operator is expected at this point. ([perl #32347])
40773      Branch: perl
40774            ! t/op/dor.t toke.c
40775 ____________________________________________________________________________
40776 [ 23518] By: rgs                                   on 2004/11/19  09:22:33
40777         Log: Subject: [perl #32486] error in documentation for POSIX::pipe
40778              From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org>
40779              Date: 18 Nov 2004 18:09:54 -0000
40780              Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org>
40781      Branch: perl
40782            ! ext/POSIX/POSIX.pod
40783 ____________________________________________________________________________
40784 [ 23517] By: nicholas                              on 2004/11/18  23:32:20
40785         Log: Bump version number
40786      Branch: perl
40787            ! lib/ExtUtils/Constant.pm
40788 ____________________________________________________________________________
40789 [ 23516] By: rgs                                   on 2004/11/18  22:06:21
40790         Log: Remaining nit in the deparsing of reversed foreach loops
40791      Branch: perl
40792            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
40793 ____________________________________________________________________________
40794 [ 23514] By: rgs                                   on 2004/11/18  18:01:52
40795         Log: Fix deparsing of reversed foreach loops,
40796              plus a bug in the previous commit
40797      Branch: perl
40798            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
40799 ____________________________________________________________________________
40800 [ 23513] By: rgs                                   on 2004/11/18  17:25:19
40801         Log: Fix deparsing of reversed sort and descending sorts,
40802              due to the recent optimisations on this part of the optree.
40803      Branch: perl
40804            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
40805 ____________________________________________________________________________
40806 [ 23510] By: rgs                                   on 2004/11/17  10:41:56
40807         Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink
40808              From: "Steve Peters via RT" <perlbug-followup@perl.org>
40809              Date: 12 Nov 2004 02:47:36 -0000
40810              Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org>
40811      Branch: perl
40812            ! lib/File/Find.pm lib/File/Find/t/find.t
40813 ____________________________________________________________________________
40814 [ 23509] By: rgs                                   on 2004/11/17  10:22:52
40815         Log: PerlFAQ sync.
40816      Branch: perl
40817            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod
40818            ! pod/perlfaq7.pod
40819 ____________________________________________________________________________
40820 [ 23508] By: rgs                                   on 2004/11/17  10:14:58
40821         Log: Fix a couple of typos.
40822      Branch: perl
40823            ! hv.c utf8.c
40824 ____________________________________________________________________________
40825 [ 23507] By: rgs                                   on 2004/11/17  10:11:20
40826         Log: Subject: SuSE's perl safe_putenf diff
40827              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
40828              Date: Thu, 11 Nov 2004 15:54:43 +0100
40829              Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de>
40830
40831              slightly reworked to make the PL_use_safe_putenv variable fit in
40832              the current framework. This patch turns on the use of safe putenv
40833              for any application that embeds a perl interpreter.
40834      Branch: perl
40835            ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h
40836            ! util.c
40837 ____________________________________________________________________________
40838 [ 23506] By: rgs                                   on 2004/11/17  08:57:17
40839         Log: Subject: [PATCH] perl5db.pl POD cleanup
40840              From: Autrijus Tang <autrijus@autrijus.org>
40841              Date: Fri, 12 Nov 2004 12:41:33 +0800
40842              Message-ID: <20041112044133.GA92924@aut.dyndns.org>
40843      Branch: perl
40844            ! lib/perl5db.pl
40845 ____________________________________________________________________________
40846 [ 23505] By: rgs                                   on 2004/11/17  08:31:39
40847         Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2.
40848              From: Andy Dougherty <doughera@lafayette.edu>
40849              Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST)
40850              Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu>
40851      Branch: perl
40852            ! t/op/time.t
40853 ____________________________________________________________________________
40854 [ 23501] By: steveh                                on 2004/11/16  10:55:20
40855         Log: Make all scripts run by regen.pl write output with UNIX style EOL's.
40856
40857              (autodoc.pl was already done by change 23371.)
40858      Branch: perl
40859            ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl
40860            ! warnings.pl
40861 ____________________________________________________________________________
40862 [ 23500] By: merijn                                on 2004/11/16  10:49:35
40863         Log: Subject: [PATCH] s/hierachy/hierarchy/
40864              Date: Mon, 15 Nov 2004 15:59:14 -0700
40865              From: "Larry Shatzer Jr." <larrysh@cpan.org>
40866              Message-ID: <20041115225913.GA22373@zippy.zyx.net>
40867      Branch: perl
40868            ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h
40869 ____________________________________________________________________________
40870 [ 23499] By: steveh                                on 2004/11/16  09:42:50
40871         Log: Fix Win32 breakage caused by changes to op.c in change 23433.
40872
40873              Also limit the scope of the locks in a couple of places, as suggested
40874              by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html.
40875      Branch: perl
40876            ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c
40877 ____________________________________________________________________________
40878 [ 23498] By: merijn                                on 2004/11/14  07:02:20
40879         Log: Subject: [PATCH] Add the minitest target to vms buildsystem
40880              From: Abe Timmerman <abe@ztreet.demon.nl>
40881              Date: Sun, 14 Nov 2004 00:48:17 +0100
40882              Message-Id: <200411140048.17035.abe@ztreet.demon.nl>
40883      Branch: perl
40884            ! vms/descrip_mms.template vms/test.com
40885 ____________________________________________________________________________
40886 [ 23497] By: rgs                                   on 2004/11/12  21:11:48
40887         Log: Subject: [perl #32400] Unnecessary warning from constant.pm
40888              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
40889              Date: 10 Nov 2004 18:30:38 -0000
40890              Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>
40891      Branch: perl
40892            ! lib/constant.pm lib/constant.t
40893 ____________________________________________________________________________
40894 [ 23496] By: merijn                                on 2004/11/12  20:47:19
40895         Log: Subject: [perl #32419] Spelling fixes for perl@23492
40896              Date: 12 Nov 2004 16:14:49 -0000
40897              From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
40898              Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
40899      Branch: perl
40900            ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod
40901            ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod
40902            ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod
40903            ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod
40904            ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod
40905            ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod
40906 ____________________________________________________________________________
40907 [ 23495] By: merijn                                on 2004/11/12  20:26:17
40908         Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant
40909              Date: Fri, 12 Nov 2004 11:15:47 -0600
40910              From: steve@fisharerojo.org
40911              Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>
40912      Branch: perl
40913            ! lib/ExtUtils/Constant.pm
40914 ____________________________________________________________________________
40915 [ 23494] By: davem                                 on 2004/11/12  18:59:06
40916         Log: Add some descriptive text from Larry to op.c on how optrees are built
40917      Branch: perl
40918            ! op.c
40919 ____________________________________________________________________________
40920 [ 23492] By: rgs                                   on 2004/11/10  09:32:39
40921         Log: Replace a skip by a todo.
40922              Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
40923              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
40924              Date: Wed, 10 Nov 2004 01:30:14 -0800
40925              Message-ID: <20041110093014.GA1676@efn.org>
40926      Branch: perl
40927            ! t/io/tell.t
40928 ____________________________________________________________________________
40929 [ 23491] By: rgs                                   on 2004/11/10  07:40:31
40930         Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
40931              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
40932              Date: Tue, 9 Nov 2004 17:40:13 -0800
40933              Message-ID: <20041110014012.GA2796@efn.org>
40934      Branch: perl
40935            ! t/io/tell.t
40936 ____________________________________________________________________________
40937 [ 23490] By: rgs                                   on 2004/11/09  18:17:07
40938         Log: Adjust test count for non-windows machines
40939      Branch: perl
40940            ! ext/IO/t/io_file.t
40941 ____________________________________________________________________________
40942 [ 23489] By: merijn                                on 2004/11/09  17:53:53
40943         Log: Subject: [PATCH] fix IO::File to support binmode
40944              From: "Jos I. Boumans" <kane@dwim.org>
40945              Date: Tue, 9 Nov 2004 16:59:27 +0100
40946              Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org>
40947      Branch: perl
40948            + ext/IO/t/io_file.t
40949            ! MANIFEST ext/IO/lib/IO/File.pm
40950 ____________________________________________________________________________
40951 [ 23487] By: nicholas                              on 2004/11/08  20:27:42
40952         Log: No more late changes, dammit
40953      Branch: perl
40954            ! ext/B/t/optree_concise.t
40955 ____________________________________________________________________________
40956 [ 23485] By: rgs                                   on 2004/11/08  08:38:03
40957         Log: Subject: Re: optree tests and VMS progress (no really)
40958              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
40959              Date: Sun, 7 Nov 2004 23:24:15 -0800
40960              Message-ID: <20041108072415.GA3928@efn.org>
40961      Branch: perl
40962            ! ext/B/t/OptreeCheck.pm
40963 ____________________________________________________________________________
40964 [ 23482] By: davem                                 on 2004/11/06  11:59:16
40965         Log: document regcomp.c/regexec.c's dual life under ext/re/
40966      Branch: perl
40967            ! regcomp.c regexec.c
40968 ____________________________________________________________________________
40969 [ 23481] By: nicholas                              on 2004/11/06  08:48:50
40970         Log: Subject: Re: optree tests and VMS progress (no really)
40971              From: Jim Cromie <jim.cromie@gmail.com>
40972              Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com>
40973              Date: Sat, 6 Nov 2004 00:57:13 -0700
40974      Branch: perl
40975            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
40976            ! ext/B/t/optree_concise.t
40977 ____________________________________________________________________________
40978 [ 23475] By: merijn                                on 2004/11/05  14:16:27
40979         Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH]
40980              Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST)
40981              From: Andy Dougherty <doughera@lafayette.edu>
40982              Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu>
40983      Branch: perl
40984            ! INSTALL
40985 ____________________________________________________________________________
40986 [ 23474] By: merijn                                on 2004/11/05  13:07:16
40987         Log: Skip failing thread/wait tests on HP-UX 10.20
40988              These will never ever be fixed, since 10.20 is obsolete
40989              perl583delta describes this. The quote is included in wait.t
40990      Branch: perl
40991            ! ext/threads/shared/t/wait.t
40992 ____________________________________________________________________________
40993 [ 23473] By: rgs                                   on 2004/11/05  08:47:44
40994         Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments
40995              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
40996              Date: 4 Nov 2004 20:12:36 -0000
40997              Message-ID: <rt-3.0.11-32327-99325.8.9408996026507@perl.org>
40998      Branch: perl
40999            ! lib/Benchmark.pm lib/Benchmark.t
41000 ____________________________________________________________________________
41001 [ 23471] By: rgs                                   on 2004/11/04  09:26:56
41002         Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
41003              From: Rick Delaney <rick@bort.ca>
41004              Date: Sun, 31 Oct 2004 22:40:40 -0500
41005              Message-ID: <20041101034040.GC1232@biff.bort.ca>
41006      Branch: perl
41007            + t/op/regexp_qr.t
41008            ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t
41009 ____________________________________________________________________________
41010 [ 23470] By: rgs                                   on 2004/11/04  08:25:34
41011         Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
41012              From: Rick Delaney <rick@bort.ca>
41013              Date: Wed, 3 Nov 2004 19:46:16 -0500
41014              Message-ID: <20041104004616.GA11214@biff.bort.ca>
41015      Branch: perl
41016            ! lib/overload.pm lib/overload.t
41017 ____________________________________________________________________________
41018 [ 23469] By: rgs                                   on 2004/11/03  11:54:28
41019         Log: Mostly revert change #23347 (keep the test suite, fixed),
41020              having decided that it wasn't a correct fix for bug #31793.
41021      Branch: perl
41022            ! lib/overload.pm lib/overload.t
41023 ____________________________________________________________________________
41024 [ 23468] By: rgs                                   on 2004/11/03  07:39:04
41025         Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
41026              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
41027              Date: Tue, 2 Nov 2004 17:24:29 -0800
41028              Message-ID: <20041103012429.GA7196@efn.org>
41029      Branch: perl
41030            ! util.h
41031 ____________________________________________________________________________
41032 [ 23467] By: rgs                                   on 2004/11/03  06:38:38
41033         Log: Subject: [PATCH configure.com] Re: [PATCH]  Detecting strlcat() and strlcpy() in Configure
41034              From: "Craig A. Berry" <craigberry@mac.com>
41035              Date: Tue, 02 Nov 2004 20:02:04 -0600
41036              Message-ID: <41883C1C.3080108@mac.com>
41037      Branch: perl
41038            ! configure.com
41039 ____________________________________________________________________________
41040 [ 23466] By: rgs                                   on 2004/11/02  12:33:57
41041         Log: FAQ sync
41042      Branch: perl
41043            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
41044            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
41045            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
41046            ! pod/perlfaq9.pod
41047 ____________________________________________________________________________
41048 [ 23465] By: rgs                                   on 2004/11/02  08:18:15
41049         Log: Reformulate an error
41050              (so the error message given by "perl -M" is a bit more
41051              meaningful, as Jarkko pointed out)
41052      Branch: perl
41053            ! perl.c pod/perldiag.pod
41054 ____________________________________________________________________________
41055 [ 23457] By: merijn                                on 2004/11/01  13:26:43
41056         Log: New Glossary and samples for blead
41057              Glossary now is in line with recent changes to config_h.SH
41058      Branch: perl
41059            ! Porting/Glossary Porting/config.sh Porting/config_H
41060 ____________________________________________________________________________
41061 [ 23455] By: merijn                                on 2004/11/01  12:51:52
41062         Log: Since strlcat/strlcpy are not argument/return value compatible
41063              with strncat/strncpy, replace the misleading defines with comment
41064      Branch: perl
41065            ! handy.h
41066 ____________________________________________________________________________
41067 [ 23450] By: merijn                                on 2004/10/31  16:33:17
41068         Log: The next step in strlcat ()/ strcpy () detection and usage
41069              preparation. Change to handy.h eeded for config_h.SH
41070      Branch: perl
41071            ! config_h.SH handy.h
41072 ____________________________________________________________________________
41073 [ 23448] By: nicholas                              on 2004/10/31  14:37:46
41074         Log: Make TEST and harness skip tests for extensions that were not
41075              configured. Currently this skipping is silent - maybe they should
41076              report what they are skipping.
41077      Branch: perl
41078            ! t/TEST t/harness
41079 ____________________________________________________________________________
41080 [ 23446] By: nicholas                              on 2004/10/31  13:02:01
41081         Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch
41082              From: Jim Cromie <jim.cromie@gmail.com>
41083              Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com>
41084              Date: Mon, 25 Oct 2004 16:36:40 -0600
41085      Branch: perl
41086            ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t
41087 ____________________________________________________________________________
41088 [ 23445] By: nicholas                              on 2004/10/31  12:24:09
41089         Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.
41090      Branch: perl
41091            ! perl.c sv.c
41092 ____________________________________________________________________________
41093 [ 23444] By: nicholas                              on 2004/10/31  11:20:27
41094         Log: Skip tests if Devel::Peek not built
41095      Branch: perl
41096            ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t
41097            ! ext/threads/t/join.t lib/base/t/fields-base.t
41098 ____________________________________________________________________________
41099 [ 23443] By: nicholas                              on 2004/10/31  11:19:47
41100         Log: Assimilate PathTools 3.01 (File::Spec and Cwd)
41101      Branch: perl
41102            ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
41103            ! lib/File/Spec/VMS.pm
41104 ____________________________________________________________________________
41105 [ 23442] By: nicholas                              on 2004/10/31  11:07:57
41106         Log: Oops. Forgot to add the new test in I18N::LangTags 0.35
41107      Branch: perl
41108            + lib/I18N/LangTags/t/20_locales.t
41109 ____________________________________________________________________________
41110 [ 23441] By: nicholas                              on 2004/10/31  10:41:17
41111         Log: Correct change 23437 - as Config isn't imported, need to use a fully
41112              qualified package
41113      Branch: perl
41114            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
41115            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
41116            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
41117            ! ext/B/t/optree_varinit.t
41118 ____________________________________________________________________________
41119 [ 23440] By: nicholas                              on 2004/10/31  10:40:11
41120         Log: Assimilate I18N::LangTags 0.35
41121      Branch: perl
41122            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
41123            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
41124 ____________________________________________________________________________
41125 [ 23439] By: nicholas                              on 2004/10/31  08:17:57
41126         Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
41127              Date: Sun, 31 Oct 2004 04:01:42 -0500
41128              From: Ed Allen Smith <easmith@beatrice.rutgers.edu>
41129              Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu>
41130      Branch: perl
41131            ! hints/irix_6.sh
41132 ____________________________________________________________________________
41133 [ 23438] By: davem                                 on 2004/10/30  23:25:37
41134         Log: Using foreach on threads::shared array crashes perl
41135              The FETCH code for shared aggregate elements could leak a shared RV
41136              address into a private SV. RVs are now handled specially, in the
41137              same way that they already were for scalar shared magic.
41138      Branch: perl
41139            ! ext/threads/shared/shared.xs
41140 ____________________________________________________________________________
41141 [ 23437] By: nicholas                              on 2004/10/30  22:49:18
41142         Log: Skip tests that require Data::Dumper if it is not built
41143      Branch: perl
41144            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
41145            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
41146            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
41147            ! ext/B/t/optree_varinit.t lib/ExtUtils/t/Liblist.t
41148            ! lib/ExtUtils/t/prereq_print.t
41149 ____________________________________________________________________________
41150 [ 23436] By: merijn                                on 2004/10/30  16:11:15
41151         Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
41152      Branch: perl
41153            ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample
41154            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41155            ! win32/config_H.vc64 wince/config_H.ce
41156 ____________________________________________________________________________
41157 [ 23435] By: merijn                                on 2004/10/30  15:54:48
41158         Log: Added probes for strlcat () and strlcpy () to Configure
41159              Re-ordered config_h.SH
41160      Branch: perl
41161            ! Configure Makefile.SH config_h.SH
41162 ____________________________________________________________________________
41163 [ 23433] By: davem                                 on 2004/10/29  21:04:17
41164         Log: Threading crash with closures
41165              various OpREFCNT_inc() operations weren't doing locking
41166      Branch: perl
41167            ! pad.c regcomp.c sv.c
41168 ____________________________________________________________________________
41169 [ 23432] By: steveh                                on 2004/10/29  14:12:02
41170         Log: Document sv_magic() changes brought about by sv_magicext()
41171
41172              Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
41173              but didn't update the documentation for sv_magic() to reflect
41174              the changed handling of the name/namlen arguments.
41175
41176              Also correct a couple of typos, and mention sv_magicext() in
41177              perlguts.
41178      Branch: perl
41179            ! pod/perlapi.pod pod/perlguts.pod sv.c
41180 ____________________________________________________________________________
41181 [ 23431] By: merijn                                on 2004/10/29  13:56:03
41182         Log: Subject: [PATCH] 36 additional tests for B
41183              From: Steve Peters <steve@fisharerojo.org>
41184              Date: Fri, 29 Oct 2004 00:53:22 -0500
41185              Message-Id: <200410290053.22947.steve@fisharerojo.org>
41186      Branch: perl
41187            ! ext/B/t/b.t
41188 ____________________________________________________________________________
41189 [ 23426] By: davem                                 on 2004/10/27  22:50:57
41190         Log: include flags and refcount in the list of leaked scalars
41191      Branch: perl
41192            ! perl.c
41193 ____________________________________________________________________________
41194 [ 23425] By: ams                                   on 2004/10/27  11:27:27
41195         Log: Subject: [PATCH] lib/Carp.t improvements
41196              From: "Craig A. Berry" <craigberry@mac.com>
41197              Date: Tue, 26 Oct 2004 23:32:25 -0500
41198              Message-Id: <417F24D9.1000904@mac.com>
41199      Branch: perl
41200            ! lib/Carp.t
41201 ____________________________________________________________________________
41202 [ 23424] By: rgs                                   on 2004/10/25  15:31:21
41203         Log: Fix [perl #32130] Errno.pm must not pass references to "prototype"
41204      Branch: perl
41205            ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t
41206 ____________________________________________________________________________
41207 [ 23423] By: rgs                                   on 2004/10/25  15:09:27
41208         Log: Small updates to the web addresses for Perl, noticed by Robert Spier
41209      Branch: perl
41210            ! pod/perl.pod pod/perlfaq2.pod
41211 ____________________________________________________________________________
41212 [ 23422] By: rgs                                   on 2004/10/25  14:56:37
41213         Log: Subject: [perl #30227] [PATCH]splain vs. -w
41214              From: "Steve Peters via RT" <perlbug-followup@perl.org>
41215              Date: 23 Oct 2004 13:55:41 -0000
41216              Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>
41217      Branch: perl
41218            ! lib/diagnostics.pm
41219 ____________________________________________________________________________
41220 [ 23421] By: rgs                                   on 2004/10/25  07:29:50
41221         Log: Upgrade to Encode 2.08.
41222      Branch: perl
41223            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
41224            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
41225            ! ext/Encode/Unicode/Unicode.xs
41226            ! ext/Encode/lib/Encode/Encoding.pm
41227 ____________________________________________________________________________
41228 [ 23420] By: mhx                                   on 2004/10/24  07:53:45
41229         Log: Subject: Re: [perl #31937] perlop: add basic =~ examples
41230              From: Steve Peters <steve@fisharerojo.org>
41231              Date: Sat, 23 Oct 2004 08:01:51 -0500
41232              Message-Id: <200410230801.51649.steve@fisharerojo.org>
41233      Branch: perl
41234            ! pod/perlop.pod
41235 ____________________________________________________________________________
41236 [ 23419] By: mhx                                   on 2004/10/23  23:39:18
41237         Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%?
41238              From: Tels <perl_dummy@bloodgate.com>
41239              Date: Sat, 23 Oct 2004 16:56:31 +0200
41240              Message-Id: <200410231656.40995@bloodgate.com>
41241      Branch: perl
41242            ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm
41243 ____________________________________________________________________________
41244 [ 23418] By: davem                                 on 2004/10/23  21:50:19
41245         Log: Chained goto &sub drops data too early.
41246
41247              Change 22373 to stop a memory leak in goto &foo intead caused
41248              the elements of @_ to be freed too early. This revised fix
41249              just transfers the reifiedness of the old @_ to the new @_
41250      Branch: perl
41251            ! pp_ctl.c t/op/goto.t
41252 ____________________________________________________________________________
41253 [ 23417] By: rgs                                   on 2004/10/23  19:58:07
41254         Log: Upgrade to Encode 2.07
41255      Branch: perl
41256            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
41257            ! ext/Encode/Encode.xs ext/Encode/META.yml
41258            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
41259            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t
41260            ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm
41261            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm
41262            ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm
41263            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm
41264            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm
41265            ! ext/Encode/ucm/macThai.ucm
41266 ____________________________________________________________________________
41267 [ 23416] By: nicholas                              on 2004/10/23  17:15:46
41268         Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux
41269              Message-ID: <20041022033033.GA12362@londo.c47.org>
41270              From: Brendan O'Dea <bod@debian.org>
41271              Date: Fri, 22 Oct 2004 13:30:33 +1000
41272      Branch: perl
41273            ! ext/IO/IO.xs
41274 ____________________________________________________________________________
41275 [ 23410] By: rgs                                   on 2004/10/21  15:51:32
41276         Log: Subject: docpatch for perltie.pod
41277              From: David Cantrell <david@cantrell.org.uk>
41278              Date: Thu, 21 Oct 2004 12:21:52 +0100
41279              Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk>
41280      Branch: perl
41281            ! pod/perltie.pod
41282 ____________________________________________________________________________
41283 [ 23396] By: ams                                   on 2004/10/21  01:36:49
41284         Log: Subject: [PATCH] Math::BigInt v1.73 final
41285              From: Tels <perl_dummy@bloodgate.com>
41286              Date: Wed, 20 Oct 2004 21:06:40 +0200
41287              Message-Id: <200410202106.41840@bloodgate.com>
41288
41289              Subject: [PATCH] Math::BigRat v0.13 (pre-release)
41290              From: Tels <tels@bloodgate.com>
41291              Date: Wed, 20 Oct 2004 22:03:55 +0200
41292              Message-Id: <200410202203.56063@bloodgate.com>
41293      Branch: perl
41294            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm
41295            ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t
41296            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
41297            ! lib/Math/BigRat/t/bigratup.t
41298 ____________________________________________________________________________
41299 [ 23395] By: nicholas                              on 2004/10/20  22:39:36
41300         Log: Need to skip optree walking tests if perlio not built
41301      Branch: perl
41302            ! ext/B/t/f_map.t ext/B/t/f_sort.t
41303 ____________________________________________________________________________
41304 [ 23394] By: rgs                                   on 2004/10/20  07:42:34
41305         Log: Remove opmini.c when cleaning up.
41306      Branch: perl
41307            ! Makefile.SH
41308 ____________________________________________________________________________
41309 [ 23393] By: rgs                                   on 2004/10/20  07:36:45
41310         Log: Ensure that PVA.pl returns a true value.
41311      Branch: perl
41312            ! lib/unicore/mktables
41313 ____________________________________________________________________________
41314 [ 23392] By: ams                                   on 2004/10/20  06:19:03
41315         Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]
41316              Rephrase "Perl Home Page" References
41317              From: chromatic <chromatic@wgz.org>
41318              Date: Tue, 19 Oct 2004 22:52:19 -0700
41319              Message-Id: <1098251539.20976.53.camel@localhost>
41320      Branch: perl
41321            ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod
41322 ____________________________________________________________________________
41323 [ 23384] By: rgs                                   on 2004/10/19  13:17:01
41324         Log: Upgrade to Encode 2.05
41325      Branch: perl
41326            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
41327            ! ext/Encode/encoding.pm
41328 ____________________________________________________________________________
41329 [ 23383] By: rgs                                   on 2004/10/19  11:38:37
41330         Log: More Data::Dumper docs nits, fix the previous one,
41331              suggested by Yves Orton.
41332      Branch: perl
41333            ! ext/Data/Dumper/Dumper.pm
41334 ____________________________________________________________________________
41335 [ 23382] By: rgs                                   on 2004/10/19  11:21:55
41336         Log: Subject: [PATCH] perlfaq2.pod (add a book)
41337              From: <richard.foley@ubs.com>
41338              Date: Tue, 19 Oct 2004 07:29:31 +0200
41339              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>
41340      Branch: perl
41341            ! pod/perlfaq2.pod
41342 ____________________________________________________________________________
41343 [ 23381] By: mhx                                   on 2004/10/19  03:51:59
41344         Log: Re-apply the encoding.pm part of:
41345
41346              Subject: [PATCH] encoding and open pragmas
41347              From: Jarkko Hietaniemi <jhi@iki.fi>
41348              Date: Mon, 16 Aug 2004 22:27:00 +0300
41349              Message-ID: <41210A84.6060506@iki.fi>
41350      Branch: perl
41351            ! ext/Encode/encoding.pm
41352 ____________________________________________________________________________
41353 [ 23380] By: mhx                                   on 2004/10/18  21:00:26
41354         Log: Upgrade to Encode 2.04.
41355      Branch: perl
41356            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
41357            ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL
41358            ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort
41359            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
41360            ! ext/Encode/lib/Encode/Supported.pod
41361            ! ext/Encode/ucm/big5-hkscs.ucm
41362 ____________________________________________________________________________
41363 [ 23379] By: mhx                                   on 2004/10/18  15:44:05
41364         Log: Fix a typo.
41365      Branch: perl
41366            ! utils/c2ph.PL
41367 ____________________________________________________________________________
41368 [ 23378] By: rgs                                   on 2004/10/18  11:25:20
41369         Log: Add a missing warning categorisation in perldiag.
41370      Branch: perl
41371            ! pod/perldiag.pod
41372 ____________________________________________________________________________
41373 [ 23377] By: ams                                   on 2004/10/16  23:52:18
41374         Log: Subject: [PATCH] test_harness tweak for VMS
41375              From: "Craig A. Berry" <craigberry@mac.com>
41376              Date: Sat, 16 Oct 2004 12:15:02 -0500
41377              Message-Id: <41715716.5000108@mac.com>
41378      Branch: perl
41379            ! vms/descrip_mms.template vms/test.com
41380 ____________________________________________________________________________
41381 [ 23376] By: nicholas                              on 2004/10/16  18:16:12
41382         Log: Merge code from vdie and vcroak into S_vdie_croak_common
41383      Branch: perl
41384            ! util.c
41385 ____________________________________________________________________________
41386 [ 23375] By: nicholas                              on 2004/10/16  14:39:48
41387         Log: Merge the common code from Perl_vdie and Perl_vwarner into a
41388              S_vdie_common
41389      Branch: perl
41390            ! util.c
41391 ____________________________________________________________________________
41392 [ 23374] By: nicholas                              on 2004/10/16  12:57:39
41393         Log: The second half of Perl_vwarner is actually a straight cut&paste job
41394              from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
41395              cut&paste is bad, m'kay.
41396      Branch: perl
41397            ! util.c
41398 ____________________________________________________________________________
41399 [ 23373] By: nicholas                              on 2004/10/15  17:11:08
41400         Log: Implement sv_svset _nosteal variants by passing a flag into
41401              sv_set_flags rather than messing with the SvTEMP() flag on either
41402              side of the call.
41403      Branch: perl
41404            ! sv.c sv.h
41405 ____________________________________________________________________________
41406 [ 23372] By: rgs                                   on 2004/10/15  14:09:54
41407         Log: Implement a new -dt command-line flag, to enable threads under the
41408              debugger (bug #31666).
41409
41410              Subject: RE: [PATCH] debugger handles threads [perl #31666]
41411              From: <richard.foley@ubs.com>
41412              Date: Wed, 13 Oct 2004 13:01:18 +0200
41413              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>
41414
41415              Subject: Re: [PATCH] debugger handles threads [perl #31666]
41416              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
41417              Date: Wed, 13 Oct 2004 02:49:58 -0700
41418              Message-ID: <20041013094957.GA17184@efn.org>
41419      Branch: perl
41420            ! lib/perl5db.pl perl.c pod/perlrun.pod
41421 ____________________________________________________________________________
41422 [ 23371] By: steveh                                on 2004/10/15  12:54:29
41423         Log: Make autodoc.pl write its output with UNIX style EOL's.
41424
41425              This saves the Win32 committer(s?) having to dos2unix the files
41426              before committing.  Maybe Perforce's "LineEnd: share" suffices
41427              anyway, but there's no harm in playing safe.
41428      Branch: perl
41429            ! autodoc.pl
41430 ____________________________________________________________________________
41431 [ 23370] By: nicholas                              on 2004/10/15  11:01:18
41432         Log: Include opmini.c in the dependency generation.
41433      Branch: perl
41434            ! Makefile.SH
41435 ____________________________________________________________________________
41436 [ 23369] By: rgs                                   on 2004/10/15  10:20:16
41437         Log: Doc nit to Data::Dumper, suggested by Peter Kay.
41438      Branch: perl
41439            ! ext/Data/Dumper/Dumper.pm
41440 ____________________________________________________________________________
41441 [ 23368] By: steveh                                on 2004/10/15  10:12:31
41442         Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
41443
41444              These are already in the API supported by Devel::PPPort, and are
41445              often more useful than sv_vcatpvfn and sv_vsetpvfn which were
41446              already documented.
41447      Branch: perl
41448            ! embed.fnc pod/perlapi.pod sv.c
41449 ____________________________________________________________________________
41450 [ 23367] By: mhx                                   on 2004/10/14  18:00:04
41451         Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX
41452              From: "Craig A. Berry" <craigberry@mac.com>
41453              Date: Thu, 14 Oct 2004 10:09:41 -0500
41454              Message-ID: <416E96B5.5020100@mac.com>
41455      Branch: perl
41456            ! ext/Devel/PPPort/parts/inc/ppphtest
41457            ! ext/Devel/PPPort/t/ppphtest.t
41458 ____________________________________________________________________________
41459 [ 23366] By: rgs                                   on 2004/10/14  15:50:49
41460         Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask()
41461              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
41462              Date: Mon, 11 Oct 2004 09:54:15 +0200
41463              Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>
41464      Branch: perl
41465            ! ext/IO/lib/IO/Poll.pm
41466 ____________________________________________________________________________
41467 [ 23365] By: rgs                                   on 2004/10/14  14:58:21
41468         Log: Fix [perl #31971] local $^D gives noise
41469      Branch: perl
41470            ! embed.fnc embed.h mg.c perl.c proto.h
41471 ____________________________________________________________________________
41472 [ 23364] By: rgs                                   on 2004/10/14  14:25:29
41473         Log: A few fixes in the list of -D debugging flags
41474      Branch: perl
41475            ! perl.c pod/perlrun.pod
41476 ____________________________________________________________________________
41477 [ 23363] By: rgs                                   on 2004/10/14  14:01:50
41478         Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
41479              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
41480              Date: Wed, 13 Oct 2004 09:45:31 +0400
41481              Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>
41482      Branch: perl
41483            ! win32/buildext.pl win32/makefile.mk
41484 ____________________________________________________________________________
41485 [ 23362] By: rgs                                   on 2004/10/12  16:49:53
41486         Log: Minor tweaks for the test.utf16 target, by Jarkko
41487      Branch: perl
41488            ! t/TEST
41489 ____________________________________________________________________________
41490 [ 23361] By: rgs                                   on 2004/10/12  16:07:54
41491         Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
41492              From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
41493              Date: 5 Oct 2004 09:52:07 -0000
41494              Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org>
41495              (with tweaks)
41496      Branch: perl
41497            ! lib/warnings.pm warnings.pl
41498 ____________________________________________________________________________
41499 [ 23360] By: rgs                                   on 2004/10/12  13:02:44
41500         Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32
41501              From: Vadim Konovalov <konovalo@mail.wplus.net>
41502              Date: Mon, 11 Oct 2004 22:57:00 +0400
41503              Message-ID: <80173417046.20041011225700@vkonovalov.ru>
41504      Branch: perl
41505            ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs
41506            ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl
41507 ____________________________________________________________________________
41508 [ 23359] By: rgs                                   on 2004/10/12  12:54:27
41509         Log: Subject: Patch: BigInt v1.73 (pre-release)
41510              From: Tels <perl_dummy@bloodgate.com>
41511              Date: Sun, 10 Oct 2004 22:36:03 +0200
41512              Message-Id: <200410102236.03637@bloodgate.com>
41513      Branch: perl
41514            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
41515            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
41516            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
41517            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
41518            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
41519            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
41520            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
41521 ____________________________________________________________________________
41522 [ 23358] By: rgs                                   on 2004/10/11  07:28:34
41523         Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile"
41524              From: Abe Timmerman <abe@ztreet.demon.nl>
41525              Date: Sat, 9 Oct 2004 18:13:38 +0200
41526              Message-Id: <200410091813.38673.abe@ztreet.demon.nl>
41527      Branch: perl
41528            ! t/harness vms/descrip_mms.template vms/test.com
41529 ____________________________________________________________________________
41530 [ 23357] By: davem                                 on 2004/10/10  19:18:00
41531         Log: Turn regcomp into a list op
41532      Branch: perl
41533            ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act
41534            ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c
41535 ____________________________________________________________________________
41536 [ 23356] By: nicholas                              on 2004/10/10  15:21:24
41537         Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests
41538      Branch: perl
41539            ! ext/B/t/OptreeCheck.pm
41540 ____________________________________________________________________________
41541 [ 23355] By: nicholas                              on 2004/10/10  15:03:25
41542         Log: Restore runtime loading of Encode and Encode-related modules, so that
41543              open.pm will work when the Encode extension isn't build.
41544      Branch: perl
41545            ! lib/open.pm
41546 ____________________________________________________________________________
41547 [ 23354] By: merijn                                on 2004/10/09  12:27:39
41548         Log: Make AIX 5 + gcc work in 64bitall
41549      Branch: perl
41550            ! hints/aix.sh
41551 ____________________________________________________________________________
41552 [ 23353] By: merijn                                on 2004/10/08  09:52:59
41553         Log: A new machine type, some reformatting, some reorganization
41554              and a bit of additional info on Sleepycat's db.
41555      Branch: perl
41556            ! README.hpux
41557 ____________________________________________________________________________
41558 [ 23352] By: rgs                                   on 2004/10/08  08:56:49
41559         Log: Briefly document the test.utf16 make target.
41560      Branch: perl
41561            ! pod/perlhack.pod
41562 ____________________________________________________________________________
41563 [ 23351] By: rgs                                   on 2004/10/08  08:52:39
41564         Log: Make the perl interpreter more tolerant of UTF-16-encoded script
41565              (patch by Jarkko Hietaniemi)
41566      Branch: perl
41567            ! Makefile.SH t/TEST toke.c utf8.c
41568 ____________________________________________________________________________
41569 [ 23350] By: rgs                                   on 2004/10/04  16:05:20
41570         Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
41571              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
41572              Date: 23 Sep 2004 21:45:42 -0000
41573              Message-ID: <rt-3.0.11-31697-96840.0.810265136907162@perl.org>
41574              (with doc nits)
41575      Branch: perl
41576            ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t
41577 ____________________________________________________________________________
41578 [ 23349] By: rgs                                   on 2004/10/04  15:46:28
41579         Log: Increment $overload::VERSION after change #23347
41580      Branch: perl
41581            ! ext/B/B/Concise.pm lib/overload.pm
41582 ____________________________________________________________________________
41583 [ 23348] By: rgs                                   on 2004/10/04  14:00:11
41584         Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup
41585              From: Vadim Konovalov <vadim@vkonovalov.ru>
41586              Date: Sun, 3 Oct 2004 22:10:06 +0400
41587              Message-ID: <138-1837306906.20041003221006@vkonovalov.ru>
41588      Branch: perl
41589            ! ext/DynaLoader/DynaLoader_pm.PL
41590 ____________________________________________________________________________
41591 [ 23347] By: rgs                                   on 2004/10/04  10:57:15
41592         Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
41593              From: Rick Delaney <rick@bort.ca>
41594              Date: Sat, 2 Oct 2004 01:04:49 -0400
41595              Message-ID: <20041002050448.GB5059@biff.bort.ca>
41596      Branch: perl
41597            ! lib/overload.pm lib/overload.t
41598 ____________________________________________________________________________
41599 [ 23346] By: rgs                                   on 2004/10/04  10:18:49
41600         Log: Subject: [PATCH] vms/t/filespec.t tweak
41601              From: "Craig A. Berry" <craigberry@mac.com>
41602              Date: Fri, 01 Oct 2004 13:18:03 -0500
41603              Message-ID: <415D9F5B.5040306@mac.com>
41604      Branch: perl
41605            ! vms/ext/filespec.t
41606 ____________________________________________________________________________
41607 [ 23345] By: rgs                                   on 2004/10/04  08:53:04
41608         Log: More caveats on the non-portability of stat(), suggested by
41609              Stas Bekman.
41610      Branch: perl
41611            ! pod/perlfunc.pod
41612 ____________________________________________________________________________
41613 [ 23344] By: nicholas                              on 2004/10/02  21:49:15
41614         Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
41615              any check on whether it's valid.
41616      Branch: perl
41617            ! sv.c
41618 ____________________________________________________________________________
41619 [ 23343] By: merijn                                on 2004/10/02  11:08:32
41620         Log: Subject: [PATCH] make t/uni/class.t pass on VMS
41621              From: "Craig A. Berry" <craigberry@mac.com>
41622              Date: Fri, 01 Oct 2004 12:57:55 -0500
41623              Message-ID: <415D9AA3.1000908@mac.com>
41624      Branch: perl
41625            ! t/uni/class.t
41626 ____________________________________________________________________________
41627 [ 23342] By: davem                                 on 2004/09/30  20:51:31
41628         Log: open $1, "file" doesn't raise an exception
41629      Branch: perl
41630            ! pp.c t/io/open.t
41631 ____________________________________________________________________________
41632 [ 23341] By: rgs                                   on 2004/09/30  15:41:40
41633         Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host
41634              From: "Jay Hannah" <jhannah@omnihotels.com>
41635              Date: Wed, 15 Sep 2004 14:51:42 -0500
41636              Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2>
41637      Branch: perl
41638            ! ext/Sys/Syslog/Syslog.pm
41639 ____________________________________________________________________________
41640 [ 23340] By: rgs                                   on 2004/09/30  15:12:29
41641         Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the
41642              PV of the scalar it reads from, avoid to read it when it's an
41643              undefined PV.
41644      Branch: perl
41645            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
41646 ____________________________________________________________________________
41647 [ 23339] By: davem                                 on 2004/09/28  18:05:52
41648         Log: the improved -DT output of #23325 could print an uninit stack value
41649      Branch: perl
41650            ! toke.c
41651 ____________________________________________________________________________
41652 [ 23338] By: nicholas                              on 2004/09/28  16:55:08
41653         Log: Spelling correction spotted by Greg McCarroll
41654      Branch: perl
41655            ! README.epoc
41656 ____________________________________________________________________________
41657 [ 23337] By: rgs                                   on 2004/09/28  15:28:58
41658         Log: Subject: Patch for perl.c fixing an obscure environment bug
41659              From: Merijn Broeren <merijnb@iloquent.com>
41660              Date: Thu, 23 Sep 2004 17:18:17 +0200
41661              Message-ID: <20040923151817.GA15782@brugman.iloquent.nl>
41662      Branch: perl
41663            ! perl.c
41664 ____________________________________________________________________________
41665 [ 23336] By: rgs                                   on 2004/09/28  08:08:24
41666         Log: Perl -DT segfaults when parsing a 'use' statement
41667      Branch: perl
41668            ! toke.c
41669 ____________________________________________________________________________
41670 [ 23334] By: rgs                                   on 2004/09/23  07:33:15
41671         Log: Typo fix.
41672              Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu)
41673              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
41674              Date: Wed, 22 Sep 2004 11:20:53 +0200
41675              Message-ID: <20040922112053.686562b6@valis.local>
41676      Branch: perl
41677            ! lib/open.pm
41678 ____________________________________________________________________________
41679 [ 23333] By: rgs                                   on 2004/09/23  07:30:16
41680         Log: Remove a couple of C<> to avoid confusing double quotes in text
41681              rendering. [perl #31678]
41682      Branch: perl
41683            ! pod/perlop.pod
41684 ____________________________________________________________________________
41685 [ 23332] By: rgs                                   on 2004/09/22  09:08:04
41686         Log: Document that $ENV{PATH} may not contain relative directories under -T
41687      Branch: perl
41688            ! pod/perldiag.pod pod/perlsec.pod
41689 ____________________________________________________________________________
41690 [ 23331] By: davem                                 on 2004/09/20  22:11:29
41691         Log: Subject:  Re: [perl #31586] utime does not reach expectations [PATCH]
41692              From:  LAUN Wolfgang <wolfgang.laun@alcatel.at>
41693              Date:  Fri, 17 Sep 2004 14:01:11 +0200
41694              Message-Id:  <DF27CDCBD2581D4B88431901094E4B4D02B0C88B@attmsx1.aut.alcatel.at>
41695
41696              Clarify the effect of utime when the file isn't owned by the user
41697      Branch: perl
41698            ! pod/perlfunc.pod
41699 ____________________________________________________________________________
41700 [ 23330] By: rgs                                   on 2004/09/20  17:20:38
41701         Log: Upgrade to MIME::Base64 3.05.
41702      Branch: perl
41703            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
41704            ! ext/MIME/Base64/t/warn.t
41705 ____________________________________________________________________________
41706 [ 23329] By: rgs                                   on 2004/09/20  17:13:20
41707         Log: Upgrade to Time::HiRes 1.65.
41708      Branch: perl
41709            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
41710            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
41711            ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t
41712 ____________________________________________________________________________
41713 [ 23327] By: rgs                                   on 2004/09/20  08:23:58
41714         Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug)
41715              From: "Steve Peters via RT" <perlbug-followup@perl.org>
41716              Date: 26 Aug 2004 19:06:52 -0000
41717              Message-ID: <rt-3.0.11-27576-94411.2.28321880730803@perl.org>
41718      Branch: perl
41719            ! lib/Pod/Usage.pm
41720 ____________________________________________________________________________
41721 [ 23326] By: rgs                                   on 2004/09/20  08:10:47
41722         Log: Subject: [PATCH] encoding and open pragmas
41723              From: Jarkko Hietaniemi <jhi@iki.fi>
41724              Date: Mon, 16 Aug 2004 22:27:00 +0300
41725              Message-ID: <41210A84.6060506@iki.fi>
41726
41727              Subject: Re: [PATCH] encoding and open pragmas
41728              From: Jarkko Hietaniemi <jhi@iki.fi>
41729              Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST)
41730              Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi>
41731      Branch: perl
41732            ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t
41733 ____________________________________________________________________________
41734 [ 23325] By: davem                                 on 2004/09/19  21:47:18
41735         Log: improve lexer debugging output (-DT)
41736              Decode yylex() return values, and show lexer state each time
41737              yylex() is called
41738      Branch: perl
41739            ! embed.fnc embed.h proto.h toke.c
41740 ____________________________________________________________________________
41741 [ 23323] By: rgs                                   on 2004/09/15  16:12:42
41742         Log: The XSUB.h patch from:
41743
41744              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
41745              From: John Peacock <jpeacock@rowman.com>
41746              Date: Wed, 18 Aug 2004 08:26:35 -0400
41747              Message-ID: <41234AFB.1020009@rowman.com>
41748
41749              Now it will use version object logic for version comparison
41750              when loading XS modules.
41751      Branch: perl
41752            ! XSUB.h
41753 ____________________________________________________________________________
41754 [ 23322] By: rgs                                   on 2004/09/15  15:48:23
41755         Log: Upgrade to Time::HiRes 1.63.
41756              Note that it includes a ppport.h file. See if the one
41757              previously built in Devel::PPPort can be used instead.
41758      Branch: perl
41759            + ext/Time/HiRes/ppport.h
41760            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
41761            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
41762            ! ext/Time/HiRes/t/HiRes.t
41763 ____________________________________________________________________________
41764 [ 23321] By: davem                                 on 2004/09/14  21:57:10
41765         Log: Subject:  Re: [perl #31459] Bug in read()
41766              From:  Chris Heath <chris@heathens.co.nz>
41767              Date:  06 Sep 2004 00:03:12 -0400
41768              Message-Id:  <1094443392.12379.35.camel@linux.heathens.co.nz>
41769
41770              a read(F) into a UTF8-encoded buffer with an offset off the
41771              end of the buffer, miss-calculated buffer lengths
41772      Branch: perl
41773            ! pp_sys.c
41774 ____________________________________________________________________________
41775 [ 23320] By: davem                                 on 2004/09/12  22:09:51
41776         Log: Memory leak in nested shared data structures in 5.8.4
41777              A pop of an item from a shared array ref causes a leak due to
41778              AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV).
41779              Make sv_upgrade() set always this flag.
41780      Branch: perl
41781            ! sv.c
41782 ____________________________________________________________________________
41783 [ 23319] By: nicholas                              on 2004/09/10  16:40:17
41784         Log: Integrate:
41785              [ 23318]
41786              Update the skips for the no perlio case
41787      Branch: perl
41788           !> ext/B/t/optree_check.t ext/B/t/optree_concise.t
41789           !> ext/B/t/showlex.t
41790 ____________________________________________________________________________
41791 [ 23300] By: nicholas                              on 2004/09/09  15:54:18
41792         Log: A single version of B that supports 5.8 and 5.10
41793      Branch: perl
41794            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
41795            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
41796 ____________________________________________________________________________
41797 [ 23283] By: mhx                                   on 2004/09/08  20:33:55
41798         Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix
41799              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
41800              Date: Mon, 6 Sep 2004 11:09:51 +0400
41801              Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com>
41802      Branch: perl
41803            ! lib/bigint.pm
41804 ____________________________________________________________________________
41805 [ 23282] By: mhx                                   on 2004/09/08  20:19:18
41806         Log: Upgrade to Devel::PPPort 3.03.
41807      Branch: perl
41808            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
41809            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
41810            ! ext/Devel/PPPort/PPPort_pm.PL
41811            ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t
41812 ____________________________________________________________________________
41813 [ 23281] By: davem                                 on 2004/09/08  19:42:15
41814         Log: Subject:  [perl #21553] Re: Solaris Perl (fwd)
41815              From:  Andy Dougherty <doughera@lafayette.edu>
41816              Date:  Wed, 8 Sep 2004 11:32:26 -0400 (EDT)
41817              Message-Id:  <Pine.SOL.4.58.0409081129180.17582@maxwell.phys.lafayette.edu>
41818              Clarify whether it's safe to replace the perl bundled with Solaris
41819      Branch: perl
41820            ! README.solaris
41821 ____________________________________________________________________________
41822 [ 23280] By: mhx                                   on 2004/09/08  19:18:06
41823         Log: Upgrade to Devel::PPPort 3.02.
41824      Branch: perl
41825            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
41826            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
41827            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
41828            ! ext/Devel/PPPort/parts/base/5004050
41829            ! ext/Devel/PPPort/parts/base/5005000
41830            ! ext/Devel/PPPort/parts/base/5006000
41831            ! ext/Devel/PPPort/parts/base/5008001
41832            ! ext/Devel/PPPort/parts/base/5009002
41833            ! ext/Devel/PPPort/parts/inc/MY_CXT
41834            ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t
41835            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t
41836            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/grok.t
41837            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
41838            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/misc.t
41839            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
41840            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t
41841            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
41842 ____________________________________________________________________________
41843 [ 23279] By: mhx                                   on 2004/09/08  18:46:56
41844         Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also:
41845              http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com
41846      Branch: perl
41847            ! perl.h
41848 ____________________________________________________________________________
41849 [ 23278] By: nicholas                              on 2004/09/08  16:53:34
41850         Log: backport B to work on 5.8.x, so that a single version of the source
41851              can be maintained, and ultimately dual-lifed on CPAN
41852              (the version conditional changes are actually surprisingly small)
41853      Branch: perl
41854            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
41855            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t
41856            ! ext/B/t/stash.t
41857 ____________________________________________________________________________
41858 [ 23277] By: mhx                                   on 2004/09/08  16:49:59
41859         Log: Subject: SvO?OK_off()'s return value
41860              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
41861              Date: Sun, 1 Aug 2004 12:46:48 +0200
41862              Message-Id: <20040801124648.7f9b3cee@r2d2>
41863
41864              Move (void) casts into SvOOK_off macro.
41865      Branch: perl
41866            ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h
41867 ____________________________________________________________________________
41868 [ 23276] By: merijn                                on 2004/09/07  12:57:58
41869         Log: Subject: [PATCH] perlintro.pod
41870              From: Paul Johnson <paul@pjcj.net>
41871              Date: Tue, 7 Sep 2004 15:13:51 +0200
41872              Message-ID: <20040907131351.GD2513@pjcj.net>
41873      Branch: perl
41874            ! pod/perlintro.pod
41875 ____________________________________________________________________________
41876 [ 23275] By: steveh                                on 2004/09/06  10:16:12
41877         Log: Implement new environment variable to allow the use of non-IFS
41878              compatible LSP's on Windows to allow Perl to work in conjunction
41879              with a firewall such as McAfee Guardian.
41880
41881              Bug report and possible solutions by Ken Fox <kfox@ford.com>;
41882              further assistance by Artiom Morozov <artiom@phreaker.net>.
41883      Branch: perl
41884            ! pod/perlrun.pod win32/win32sck.c
41885 ____________________________________________________________________________
41886 [ 23274] By: merijn                                on 2004/09/06  08:49:24
41887         Log: Subject: [PATCH] -Dunlink_all_versions for VMS
41888              From: "Craig A. Berry" <craigberry@mac.com>
41889              Date: Sat, 04 Sep 2004 11:58:56 -0500
41890              Message-ID: <4139F450.7040708@mac.com>
41891      Branch: perl
41892            ! configure.com
41893 ____________________________________________________________________________
41894 [ 23271] By: davem                                 on 2004/09/05  21:36:57
41895         Log: only mortalize deleted array elements for AvREAL
41896              (update to change #23158)
41897      Branch: perl
41898            ! av.c
41899 ____________________________________________________________________________
41900 [ 23267] By: davem                                 on 2004/09/05  20:16:55
41901         Log: I somehow managed to omit the base.pm change from #23266
41902      Branch: perl
41903            ! lib/base.pm
41904 ____________________________________________________________________________
41905 [ 23266] By: davem                                 on 2004/09/05  20:04:35
41906         Log: Fields package bug
41907              An intermediate class with no fields messes up private fields
41908              in the base class.
41909      Branch: perl
41910            ! lib/base.pm lib/base/t/fields-base.t
41911 ____________________________________________________________________________
41912 [ 23258] By: rgs                                   on 2004/09/02  15:37:55
41913         Log: Upgrade to Encode 2.02
41914      Branch: perl
41915            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
41916            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
41917            ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm
41918            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
41919            ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
41920            ! ext/Encode/ucm/big5-hkscs.ucm
41921 ____________________________________________________________________________
41922 [ 23257] By: rgs                                   on 2004/09/02  15:01:39
41923         Log: Upgrade to version 0.42.
41924              From:
41925              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
41926              From: John Peacock <jpeacock@rowman.com>
41927              Date: Wed, 18 Aug 2004 08:26:35 -0400
41928              Message-ID: <41234AFB.1020009@rowman.com>
41929      Branch: perl
41930            ! lib/version.pm lib/version.t util.c
41931 ____________________________________________________________________________
41932 [ 23256] By: davem                                 on 2004/09/01  23:41:25
41933         Log: Subject:  [PATCH] fields.pm lost compile-time benefit
41934              From:  Rick Delaney <rick@bort.ca>
41935              Date:  Fri, 13 Aug 2004 19:54:12 -0400
41936              Message-Id:  <20040813235412.GB12980@biff.bort.ca>
41937
41938              restore the compile-time field checking for
41939              my Dog $spot; $spot->{'walkies'};
41940              that was lost when pseudo-hashes were removed
41941      Branch: perl
41942            ! lib/base/t/fields-base.t lib/base/t/fields.t op.c
41943            ! pod/perldiag.pod
41944 ____________________________________________________________________________
41945 [ 23255] By: davem                                 on 2004/09/01  23:37:07
41946         Log: whoops, fix 'formline undef' test broken by change #23251
41947      Branch: perl
41948            ! t/lib/warnings/9uninit
41949 ____________________________________________________________________________
41950 [ 23253] By: davem                                 on 2004/09/01  22:45:07
41951         Log: Subject:  PATCH: Taintedness and ternary conditional
41952              From:  Andy Lester <andy@petdance.com>
41953              Date:  Thu, 26 Aug 2004 23:44:47 -0500
41954              Message-Id:  <20040827044447.GA5268@petdance.com>
41955
41956              add tests and documentation to the effect that ($tainted ? $a : $b)
41957              doesn't necessarily return a tainted value. Also tidy the markup in
41958              perldoc.pod
41959      Branch: perl
41960            ! pod/perlsec.pod t/op/taint.t
41961 ____________________________________________________________________________
41962 [ 23252] By: davem                                 on 2004/09/01  22:20:05
41963         Log: delete spurious blank lines added by change 23251
41964      Branch: perl
41965            ! pp_ctl.c
41966 ____________________________________________________________________________
41967 [ 23251] By: davem                                 on 2004/09/01  22:17:47
41968         Log: Random made scripts crashing perl
41969              fix 'formline undef' coredump
41970      Branch: perl
41971            ! pp_ctl.c t/lib/warnings/9uninit
41972 ____________________________________________________________________________
41973 [ 23250] By: davem                                 on 2004/09/01  20:46:13
41974         Log: From: david nicol <whatever@davidnicol.com>
41975              Subject: [perl #31228] no no-op
41976              Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com>
41977              Date: 27 Aug 2004 21:13:42 -0500
41978
41979              Document that 0 and 1 can (sort of) be used as no-ops.
41980      Branch: perl
41981            ! pod/perlop.pod
41982 ____________________________________________________________________________
41983 [ 23249] By: davem                                 on 2004/09/01  18:54:25
41984         Log: Subject:  [ PATCH ] 2 added private flags for B::Concise
41985              From:  Jim Cromie <jcromie@divsol.com>
41986              Date:  Tue, 31 Aug 2004 23:19:54 -0600
41987              Message-Id:  <41355BFA.8010900@divsol.com>
41988
41989              The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't
41990              displayed by B::Concise.
41991      Branch: perl
41992            ! ext/B/B/Concise.pm
41993 ____________________________________________________________________________
41994 [ 23248] By: rgs                                   on 2004/09/01  15:35:20
41995         Log: Upgrade to Cwd 2.21.
41996      Branch: perl
41997            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
41998 ____________________________________________________________________________
41999 [ 23247] By: rgs                                   on 2004/09/01  15:11:45
42000         Log: Update to File::Spec 0.90
42001      Branch: perl
42002            ! lib/File/Spec.pm lib/File/Spec/VMS.pm
42003 ____________________________________________________________________________
42004 [ 23246] By: mhx                                   on 2004/08/30  18:36:18
42005         Log: Skip Time::HiRes tests if configured without that module.
42006      Branch: perl
42007            ! ext/Time/HiRes/t/HiRes.t
42008 ____________________________________________________________________________
42009 [ 23245] By: mhx                                   on 2004/08/30  18:34:58
42010         Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek.
42011      Branch: perl
42012            ! lib/Dumpvalue.t
42013 ____________________________________________________________________________
42014 [ 23244] By: mhx                                   on 2004/08/30  18:33:27
42015         Log: Skip a Data::Dumper test if configured without B module.
42016      Branch: perl
42017            ! ext/Data/Dumper/t/dumper.t
42018 ____________________________________________________________________________
42019 [ 23243] By: mhx                                   on 2004/08/29  13:22:48
42020         Log: Fix typo in B::Assembler.
42021      Branch: perl
42022            ! ext/B/B/Assembler.pm
42023 ____________________________________________________________________________
42024 [ 23242] By: mhx                                   on 2004/08/29  13:21:50
42025         Log: Skip ext/B/t/assembler.t when configured without B.
42026      Branch: perl
42027            ! ext/B/t/assembler.t
42028 ____________________________________________________________________________
42029 [ 23241] By: merijn                                on 2004/08/28  08:05:19
42030         Log: Subject: [PATCH] File::Spec::VMS update
42031              From: "Craig A. Berry" <craigberry@mac.com>
42032              Date: Fri, 27 Aug 2004 18:51:09 -0500
42033              Message-ID: <412FC8ED.1020300@mac.com>
42034      Branch: perl
42035            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
42036 ____________________________________________________________________________
42037 [ 23240] By: merijn                                on 2004/08/28  07:41:47
42038         Log: Pumpkinship updates
42039      Branch: perl
42040            ! pod/perlhack.pod
42041 ____________________________________________________________________________
42042 [ 23239] By: mhx                                   on 2004/08/26  21:57:39
42043         Log: Fix nasty line break in Storable test file.
42044      Branch: perl
42045            ! ext/Storable/t/just_plain_nasty.t
42046 ____________________________________________________________________________
42047 [ 23238] By: rgs                                   on 2004/08/26  13:02:14
42048         Log: Upgrade to MIME::Base64 3.03
42049      Branch: perl
42050            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
42051            ! ext/MIME/Base64/QuotedPrint.pm
42052 ____________________________________________________________________________
42053 [ 23237] By: rgs                                   on 2004/08/25  08:32:41
42054         Log: Upgrade to MIME::Base64 3.02.
42055      Branch: perl
42056            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
42057            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
42058            ! ext/MIME/Base64/t/quoted-print.t
42059 ____________________________________________________________________________
42060 [ 23236] By: rgs                                   on 2004/08/24  17:24:40
42061         Log: Grammatical nit by Hugo.
42062      Branch: perl
42063            ! pod/perlnewmod.pod
42064 ____________________________________________________________________________
42065 [ 23235] By: rgs                                   on 2004/08/23  12:32:33
42066         Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64
42067              From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org>
42068              Date: 23 Aug 2004 10:37:31 -0000
42069              Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org>
42070      Branch: perl
42071            ! t/comp/use.t
42072 ____________________________________________________________________________
42073 [ 23234] By: mhx                                   on 2004/08/23  05:33:39
42074         Log: Upgrade to Devel::PPPort 3.01.
42075      Branch: perl
42076            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
42077            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
42078            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest
42079            ! ext/Devel/PPPort/parts/inc/version
42080            ! ext/Devel/PPPort/t/ppphtest.t
42081 ____________________________________________________________________________
42082 [ 23233] By: mhx                                   on 2004/08/22  22:18:56
42083         Log: Fix some backwards-compatibility problems with Storable.
42084      Branch: perl
42085            ! ext/Storable/Storable.xs ext/Storable/t/weak.t
42086 ____________________________________________________________________________
42087 [ 23232] By: rgs                                   on 2004/08/22  19:14:57
42088         Log: Upgrade to Time::HiRes 1.61
42089      Branch: perl
42090            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
42091            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
42092            ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t
42093 ____________________________________________________________________________
42094 [ 23231] By: mhx                                   on 2004/08/22  15:36:36
42095         Log: Fix Storable's MANIFEST.
42096      Branch: perl
42097            ! ext/Storable/MANIFEST
42098 ____________________________________________________________________________
42099 [ 23230] By: davem                                 on 2004/08/20  21:20:48
42100         Log: a regex in STDOUT destructor coredumped because regex pad already
42101              freed
42102      Branch: perl
42103            ! perl.c t/op/ref.t
42104 ____________________________________________________________________________
42105 [ 23229] By: mhx                                   on 2004/08/20  13:18:08
42106         Log: Upgrade to Devel::PPPort 3.00_03.
42107      Branch: perl
42108            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
42109            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
42110            ! ext/Devel/PPPort/parts/inc/ppphtest
42111            ! ext/Devel/PPPort/t/ppphtest.t
42112 ____________________________________________________________________________
42113 [ 23228] By: mhx                                   on 2004/08/19  23:14:00
42114         Log: Tweak 'h2xs -h' output.
42115      Branch: perl
42116            ! utils/h2xs.PL
42117 ____________________________________________________________________________
42118 [ 23227] By: mhx                                   on 2004/08/19  17:05:48
42119         Log: Delete superfluous "with".
42120      Branch: perl
42121            ! README.win32
42122 ____________________________________________________________________________
42123 [ 23226] By: mhx                                   on 2004/08/19  11:22:15
42124         Log: Upgrade to Devel::PPPort 3.00_02.
42125      Branch: perl
42126            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
42127            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
42128            ! ext/Devel/PPPort/PPPort_pm.PL
42129 ____________________________________________________________________________
42130 [ 23225] By: rgs                                   on 2004/08/19  07:58:59
42131         Log: Mark a test that relies on tainting behavior as TODO on Windows.
42132      Branch: perl
42133            ! t/comp/opsubs.t
42134 ____________________________________________________________________________
42135 [ 23224] By: steveh                                on 2004/08/18  13:44:13
42136         Log: Add notes for building with MS VC++ Toolkit 2003
42137      Branch: perl
42138            ! README.win32
42139 ____________________________________________________________________________
42140 [ 23223] By: mhx                                   on 2004/08/17  21:33:41
42141         Log: Upgrade to Devel::PPPort 3.00_01.
42142      Branch: perl
42143            + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t
42144            + ext/Devel/PPPort/t/sv_xpvf.t
42145            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
42146            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
42147            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
42148            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
42149            ! ext/Devel/PPPort/parts/inc/misc
42150            ! ext/Devel/PPPort/parts/inc/ppphbin
42151            ! ext/Devel/PPPort/parts/inc/ppphtest
42152            ! ext/Devel/PPPort/parts/inc/uv
42153            ! ext/Devel/PPPort/parts/ppptools.pl
42154            ! ext/Devel/PPPort/parts/todo/5004000
42155            ! ext/Devel/PPPort/parts/todo/5004050
42156            ! ext/Devel/PPPort/parts/todo/5006000
42157            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t
42158 ____________________________________________________________________________
42159 [ 23222] By: mhx                                   on 2004/08/17  10:14:46
42160         Log: Upgrade to Devel::PPPort 3.00.
42161      Branch: perl
42162            + (add 103 files)
42163            - ext/Devel/PPPort/t/test.t
42164            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
42165            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
42166            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README
42167            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c
42168            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL
42169            ! ext/Devel/PPPort/soak
42170 ____________________________________________________________________________
42171 [ 23221] By: rgs                                   on 2004/08/17  08:25:39
42172         Log: Subject: [PATCH] Document Carp's global variables + provide tests
42173              From: "Jos I. Boumans" <kane@dwim.org>
42174              Date: Mon, 16 Aug 2004 15:53:40 +0200
42175              Message-Id: <ADC6DEC6-EF8B-11D8-8425-000A95EF62E2@dwim.org>
42176              (tests a bit reworked)
42177      Branch: perl
42178            ! lib/Carp.pm lib/Carp.t
42179 ____________________________________________________________________________
42180 [ 23220] By: rgs                                   on 2004/08/17  07:29:11
42181         Log: Subject: Updates to modules-related pod
42182              From: Kirrily Skud Robert <skud@infotrope.net>
42183              Date: Mon, 16 Aug 2004 16:00:14 -0400
42184              Message-ID: <20040816200014.GC27764@infotrope.net>
42185      Branch: perl
42186            ! pod/perlnewmod.pod
42187 ____________________________________________________________________________
42188 [ 23219] By: rgs                                   on 2004/08/16  17:59:22
42189         Log: Subject: [PATCH] running mktables on VMS
42190              From: "Craig A. Berry" <craigberry@mac.com>
42191              Date: Tue, 10 Aug 2004 22:28:04 -0500
42192              Message-ID: <41199244.9020706@mac.com>
42193      Branch: perl
42194            ! vms/descrip_mms.template
42195 ____________________________________________________________________________
42196 [ 23218] By: rgs                                   on 2004/08/16  07:23:56
42197         Log: Subject: [PATCH] make cygwin ld2 executable
42198              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42199              Date: Sun, 15 Aug 2004 17:14:59 -0700
42200              Message-ID: <20040816001252.GA2148@efn.org>
42201      Branch: perl
42202            ! cygwin/Makefile.SHs
42203 ____________________________________________________________________________
42204 [ 23217] By: davem                                 on 2004/08/14  22:32:16
42205         Log: make pp_goto() cope potential stack reallocation in EXTEND
42206              The code for goto &foo had local pointers to the stack that
42207              pointed to the wrong place after a realloc.
42208      Branch: perl
42209            ! pp_ctl.c t/op/goto.t
42210 ____________________________________________________________________________
42211 [ 23216] By: rgs                                   on 2004/08/13  13:18:37
42212         Log: Subject: [PATCH] pre Math::BigInt v1.72
42213              From: Tels <perl_dummy@bloodgate.com>
42214              Date: Fri, 13 Aug 2004 14:02:50 +0200
42215              Message-Id: <200408131402.52270@bloodgate.com>
42216      Branch: perl
42217            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
42218            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
42219            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
42220            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
42221 ____________________________________________________________________________
42222 [ 23215] By: rgs                                   on 2004/08/13  12:09:35
42223         Log: Subject: Test for functions with operator names
42224              From: Andy Lester <andy@petdance.com>
42225              Date: Thu, 12 Aug 2004 11:31:03 -0500
42226              Message-ID: <20040812163103.GA26687@petdance.com>
42227      Branch: perl
42228            + t/comp/opsubs.t
42229            ! MANIFEST
42230 ____________________________________________________________________________
42231 [ 23214] By: rgs                                   on 2004/08/13  07:13:38
42232         Log: Subject: api doc fix for SvSetMagicSV_nosteal
42233              From: Stas Bekman <stas@stason.org>
42234              Date: Thu, 12 Aug 2004 18:10:36 -0700
42235              Message-ID: <411C150C.5020602@stason.org>
42236      Branch: perl
42237            ! pod/perlapi.pod sv.h
42238 ____________________________________________________________________________
42239 [ 23213] By: rgs                                   on 2004/08/10  13:17:40
42240         Log: Subject: Re: 2 patches: goto.t, B.pm/xs
42241              From: Jim Cromie <jcromie@divsol.com>
42242              Date: Tue, 10 Aug 2004 07:29:08 -0600
42243              Message-ID: <4118CDA4.3060700@divsol.com>
42244      Branch: perl
42245            ! t/op/goto.t
42246 ____________________________________________________________________________
42247 [ 23212] By: rgs                                   on 2004/08/10  07:21:19
42248         Log: Subject: 2 patches: goto.t, B.pm/xs
42249              From: Jim Cromie <jcromie@divsol.com>
42250              Date: Sun, 08 Aug 2004 18:42:47 -0600
42251              Message-ID: <4116C887.9080400@divsol.com>
42252      Branch: perl
42253            ! ext/B/B.pm ext/B/B.xs
42254 ____________________________________________________________________________
42255 [ 23211] By: rgs                                   on 2004/08/10  07:00:01
42256         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
42257              From: Alan Burlison <Alan.Burlison@sun.com>
42258              Date: Mon, 09 Aug 2004 19:00:12 +0100
42259              Message-ID: <4117BBAC.7080603@sun.com>
42260      Branch: perl
42261            ! ext/POSIX/POSIX.xs
42262 ____________________________________________________________________________
42263 [ 23210] By: davem                                 on 2004/08/09  19:58:35
42264         Log: Fix a typo and remove some debugging crud from change #23209
42265      Branch: perl
42266            ! ext/XS/APItest/t/call.t
42267 ____________________________________________________________________________
42268 [ 23209] By: davem                                 on 2004/08/09  19:48:57
42269         Log: eval_sv() failing a taint test could corrupt the stack
42270      Branch: perl
42271            ! ext/XS/APItest/t/call.t perl.c
42272 ____________________________________________________________________________
42273 [ 23208] By: davem                                 on 2004/08/09  18:28:33
42274         Log: made eq_array in t/test.pl handle undef values better
42275      Branch: perl
42276            ! t/test.pl
42277 ____________________________________________________________________________
42278 [ 23207] By: davem                                 on 2004/08/09  17:21:27
42279         Log: fix minor nit in file description, to keep Jarkko happy
42280      Branch: perl
42281            ! utf8.c
42282 ____________________________________________________________________________
42283 [ 23206] By: rgs                                   on 2004/08/09  15:33:54
42284         Log: Subject: Patch for t/op/sleep.t
42285              From: Andy Lester <andy@petdance.com>
42286              Date: Mon, 9 Aug 2004 00:11:51 -0500
42287              Message-ID: <20040809051151.GA13872@petdance.com>
42288      Branch: perl
42289            ! t/op/sleep.t
42290 ____________________________________________________________________________
42291 [ 23205] By: rgs                                   on 2004/08/09  12:10:25
42292         Log: Add a note in perltodo about a potential extension of readpipe()
42293      Branch: perl
42294            ! pod/perltodo.pod
42295 ____________________________________________________________________________
42296 [ 23204] By: rgs                                   on 2004/08/09  09:13:27
42297         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
42298              From: Alan Burlison <Alan.Burlison@sun.com>
42299              Date: Mon, 09 Aug 2004 10:30:25 +0100
42300              Message-ID: <41174431.6050803@sun.com>
42301      Branch: perl
42302            ! ext/POSIX/POSIX.xs
42303 ____________________________________________________________________________
42304 [ 23203] By: davem                                 on 2004/08/07  15:10:40
42305         Log: Add tests for XS call_*() API
42306      Branch: perl
42307            + ext/XS/APItest/t/call.t
42308            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
42309            ! ext/XS/APItest/MANIFEST pod/perlcall.pod
42310 ____________________________________________________________________________
42311 [ 23202] By: mhx                                   on 2004/08/07  15:10:39
42312         Log: Subject: [PATCH] DB_File 1.810
42313              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
42314              Date: Sat, 7 Aug 2004 15:22:09 +0100
42315              Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21>
42316      Branch: perl
42317            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
42318            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
42319 ____________________________________________________________________________
42320 [ 23200] By: steveh                                on 2004/08/06  12:55:31
42321         Log: Fix [perl #24269] socket() call uses non-IFS providers
42322              causing subsequent print/read to hang or misbehave
42323
42324              Patch supplied by Artiom Morozov <artiom@phreaker.net>
42325              in the bug report at http://rt.perl.org/rt3/index.html?q=24269
42326      Branch: perl
42327            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
42328            ! win32/win32.h win32/win32sck.c
42329 ____________________________________________________________________________
42330 [ 23199] By: steveh                                on 2004/08/06  11:57:59
42331         Log: Another small clean-up following changes #23190 and #23198
42332      Branch: perl
42333            ! gv.c
42334 ____________________________________________________________________________
42335 [ 23198] By: davem                                 on 2004/08/06  10:06:46
42336         Log: remove leaks associated with version object change #23190
42337      Branch: perl
42338            ! gv.c util.c
42339 ____________________________________________________________________________
42340 [ 23197] By: rgs                                   on 2004/08/06  06:53:08
42341         Log: Subject: [PATCH sv.c]  signedness nit in #23190
42342              From: "Craig A. Berry" <craigberry@mac.com>
42343              Date: Thu, 05 Aug 2004 13:10:55 -0500
42344              Message-ID: <4112782F.7040302@mac.com>
42345      Branch: perl
42346            ! sv.c
42347 ____________________________________________________________________________
42348 [ 23196] By: mhx                                   on 2004/08/04  18:29:23
42349         Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.
42350      Branch: perl
42351            ! pod/perlapi.pod sv.h
42352 ____________________________________________________________________________
42353 [ 23195] By: nick                                  on 2004/08/04  18:16:47
42354         Log: Comment describing purpose.
42355      Branch: perl
42356            ! globals.c
42357 ____________________________________________________________________________
42358 [ 23194] By: rgs                                   on 2004/08/04  07:18:49
42359         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
42360              From: Alan Burlison <Alan.Burlison@sun.com>
42361              Date: Mon, 19 Jul 2004 12:07:02 +0100
42362              Message-ID: <40FBAB56.1030208@sun.com>
42363
42364              (last chunk only)
42365      Branch: perl
42366            ! ext/POSIX/POSIX.xs
42367 ____________________________________________________________________________
42368 [ 23193] By: rgs                                   on 2004/08/04  07:00:21
42369         Log: Remove compilation warnings about uninitialized variables.
42370      Branch: perl
42371            ! sv.c
42372 ____________________________________________________________________________
42373 [ 23192] By: rgs                                   on 2004/08/04  06:55:46
42374         Log: Remove the "Newline in left-justified string" warning.
42375      Branch: perl
42376            ! pod/perldiag.pod sv.c t/lib/warnings/sv
42377 ____________________________________________________________________________
42378 [ 23191] By: rgs                                   on 2004/08/04  06:30:58
42379         Log: Subject: [PATCH] extension to diagnostics.pm
42380              From: Fergal Daly <fergal@esatclear.ie>
42381              Date: Wed, 4 Aug 2004 00:33:09 +0100
42382              Message-ID: <20040803233309.GA239@dyn.fergaldaly.com>
42383      Branch: perl
42384            ! lib/diagnostics.pm
42385 ____________________________________________________________________________
42386 [ 23190] By: rgs                                   on 2004/08/04  06:19:27
42387         Log: Subject: [PATCH] Final version object core patch?
42388              From: John Peacock <jpeacock@rowman.com>
42389              Date: Tue, 03 Aug 2004 22:23:57 -0400
42390              Message-ID: <411048BD.3080700@rowman.com>
42391      Branch: perl
42392            ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c
42393 ____________________________________________________________________________
42394 [ 23189] By: merijn                                on 2004/08/03  23:51:13
42395         Log: gcc on AIX 4 doesn't like -G on the commandline too
42396      Branch: perl
42397            ! hints/aix_4.sh
42398 ____________________________________________________________________________
42399 [ 23188] By: merijn                                on 2004/08/03  23:48:13
42400         Log: gcc on AIX doesn't like -G on the commandline
42401      Branch: perl
42402            ! hints/aix.sh
42403 ____________________________________________________________________________
42404 [ 23187] By: davem                                 on 2004/08/03  19:20:18
42405         Log: more typo fixes for change 3176 (comments at top of .c files)
42406      Branch: perl
42407            ! mg.c miniperlmain.c perl.c run.c scope.c
42408 ____________________________________________________________________________
42409 [ 23186] By: rgs                                   on 2004/08/03  10:22:54
42410         Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config
42411              From: Marek Rouchal (via RT) <perlbug-followup@perl.org>
42412              Date: 2 Aug 2004 07:00:33 -0000
42413              Message-ID: <rt-3.0.11-30914-93038.14.5123598132685@perl.org>
42414      Branch: perl
42415            ! lib/ExtUtils/Embed.pm
42416 ____________________________________________________________________________
42417 [ 23185] By: rgs                                   on 2004/08/03  09:39:35
42418         Log: Subject: [PATCH] additional -V:foo tests
42419              From: Jim Cromie <jcromie@divsol.com>
42420              Date: Mon, 02 Aug 2004 09:15:23 -0600
42421              Message-ID: <410E5A8B.9030307@divsol.com>
42422      Branch: perl
42423            ! configpm lib/Config.t pod/perlrun.pod
42424 ____________________________________________________________________________
42425 [ 23184] By: rgs                                   on 2004/08/02  16:40:36
42426         Log: Enhance the caveat in the description of tell()
42427
42428              Subject: Re: [perl #30788] Error in documentation
42429              From: Nick Ing-Simmons <nick@ing-simmons.net>
42430              Date: Wed, 28 Jul 2004 15:12:54 +0100
42431              Message-Id: <20040728141254.3861.5@llama.ing-simmons.net>
42432      Branch: perl
42433            ! pod/perlfunc.pod
42434 ____________________________________________________________________________
42435 [ 23183] By: rgs                                   on 2004/08/02  09:16:13
42436         Log: Remove empty rpath from .so files
42437      Branch: perl
42438            ! lib/ExtUtils/MM_Unix.pm
42439 ____________________________________________________________________________
42440 [ 23182] By: rgs                                   on 2004/08/02  09:11:12
42441         Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs
42442              From: Fergal Daly <fergal@esatclear.ie>
42443              Date: Fri, 30 Jul 2004 16:09:19 +0100
42444              Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com>
42445      Branch: perl
42446            ! lib/overload.pm
42447 ____________________________________________________________________________
42448 [ 23181] By: steveh                                on 2004/08/02  08:05:05
42449         Log: Fix breakage caused by Change 23179
42450      Branch: perl
42451            ! t/run/fresh_perl.t
42452 ____________________________________________________________________________
42453 [ 23180] By: davem                                 on 2004/08/01  16:49:20
42454         Log: Add comment to top of reentr.c and fix typos in other files
42455      Branch: perl
42456            ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h
42457            ! reentr.pl regcomp.c regexec.c scope.c utf8.c
42458 ____________________________________________________________________________
42459 [ 23179] By: mhx                                   on 2004/08/01  16:10:19
42460         Log: Skip test when building without Encode.
42461      Branch: perl
42462            ! t/run/fresh_perl.t
42463 ____________________________________________________________________________
42464 [ 23178] By: mhx                                   on 2004/08/01  10:19:46
42465         Log: Remove redundant SvOOK_off (called implicitly by SvOK_off)
42466              and merge identical cases.
42467      Branch: perl
42468            ! scope.c
42469 ____________________________________________________________________________
42470 [ 23177] By: davem                                 on 2004/07/31  16:27:09
42471         Log: shut up a warning in mg.c
42472      Branch: perl
42473            ! mg.c
42474 ____________________________________________________________________________
42475 [ 23176] By: davem                                 on 2004/07/31  16:21:50
42476         Log: Add comment to the top of most .c files explaining their purpose
42477      Branch: perl
42478            ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c
42479            ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act
42480            ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c
42481            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c
42482            ! universal.c utf8.c util.c
42483 ____________________________________________________________________________
42484 [ 23175] By: mhx                                   on 2004/07/31  15:19:13
42485         Log: Fix copy & paste bugs in mX?PUSH macro tests.
42486      Branch: perl
42487            ! ext/XS/APItest/APItest.xs
42488 ____________________________________________________________________________
42489 [ 23174] By: merijn                                on 2004/07/31  08:32:31
42490         Log: First steps towards an explicit perl.exp-less AIX build
42491              Previous method can still be used by undeffing usenativedlopen
42492              If that is ever tested at all on AIX
42493      Branch: perl
42494            ! hints/aix.sh hints/aix_4.sh
42495 ____________________________________________________________________________
42496 [ 23173] By: mhx                                   on 2004/07/31  08:29:54
42497         Log: Fix and update Perl_grok_* docs.
42498      Branch: perl
42499            ! numeric.c pod/perlapi.pod
42500 ____________________________________________________________________________
42501 [ 23172] By: steveh                                on 2004/07/30  14:31:08
42502         Log: A few minor updates to README.win32 (aka perlwin32)
42503      Branch: perl
42504            ! README.win32
42505 ____________________________________________________________________________
42506 [ 23171] By: rgs                                   on 2004/07/30  14:24:08
42507         Log: Upgrade to Math::BigInt v1.71.
42508      Branch: perl
42509            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
42510            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
42511            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
42512            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
42513 ____________________________________________________________________________
42514 [ 23170] By: steveh                                on 2004/07/30  13:27:41
42515         Log: Bug report #30132 was resolved before it was finished!
42516              Here's the last piece in the puzzle.
42517      Branch: perl
42518            ! ext/IO/lib/IO/File.pm
42519 ____________________________________________________________________________
42520 [ 23168] By: rgs                                   on 2004/07/28  12:13:36
42521         Log: Upgrade to File::Spec 0.88.
42522      Branch: perl
42523            ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
42524 ____________________________________________________________________________
42525 [ 23167] By: rgs                                   on 2004/07/28  09:20:12
42526         Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values
42527              From: Autrijus Tang <autrijus@gmail.com>
42528              Date: Thu, 22 Jul 2004 20:17:58 -0700
42529              Message-ID: <1912f0e204072220171790193a@mail.gmail.com>
42530      Branch: perl
42531            ! lib/Test/Builder.pm
42532 ____________________________________________________________________________
42533 [ 23166] By: rgs                                   on 2004/07/28  06:31:06
42534         Log: Subject: Re: more 5.9 sort tests (second draft)
42535              From: david nicol <whatever@davidnicol.com>
42536              Date: 21 Jul 2004 17:10:05 -0500
42537              Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com>
42538      Branch: perl
42539            ! t/op/sort.t
42540 ____________________________________________________________________________
42541 [ 23165] By: rgs                                   on 2004/07/28  06:25:15
42542         Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris
42543              From: Andy Dougherty <doughera@lafayette.edu>
42544              Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT)
42545              Message-ID: <Pine.SOL.4.58.0407271335550.22839@maxwell.phys.lafayette.edu>
42546      Branch: perl
42547            ! README.solaris
42548 ____________________________________________________________________________
42549 [ 23164] By: davem                                 on 2004/07/26  22:08:32
42550         Log: Subject:  [perl #7558] [PATCH] README.solaris
42551              From:  Andy Dougherty <doughera@lafayette.edu>
42552              Date:  Mon, 26 Jul 2004 15:32:35 -0400 (EDT)
42553              Message-Id:  <Pine.SOL.4.58.0407261530350.19559@maxwell.phys.lafayette.edu>
42554
42555              Add more info on /dev/random under solaris
42556      Branch: perl
42557            ! README.solaris
42558 ____________________________________________________________________________
42559 [ 23163] By: mhx                                   on 2004/07/26  17:14:37
42560         Log: The byte-order modifiers won't go into 5.8.
42561      Branch: perl
42562            ! pod/perlfunc.pod pod/perlport.pod
42563 ____________________________________________________________________________
42564 [ 23162] By: steveh                                on 2004/07/26  10:41:56
42565         Log: Windows-related updates to Porting/repository.pod
42566      Branch: perl
42567            ! Porting/repository.pod
42568 ____________________________________________________________________________
42569 [ 23161] By: davem                                 on 2004/07/25  19:05:28
42570         Log: make -Dl log runops loop entry and exit, and jump level popping
42571      Branch: perl
42572            ! dump.c scope.h
42573 ____________________________________________________________________________
42574 [ 23160] By: davem                                 on 2004/07/24  10:00:27
42575         Log: document that -i messes soft as well hard hard links.
42576      Branch: perl
42577            ! pod/perlrun.pod
42578 ____________________________________________________________________________
42579 [ 23159] By: davem                                 on 2004/07/23  21:15:32
42580         Log: make a note in perlrun that -i doesn't preserve UNIX hard links.
42581      Branch: perl
42582            ! pod/perlrun.pod
42583 ____________________________________________________________________________
42584 [ 23158] By: davem                                 on 2004/07/23  11:06:02
42585         Log: memory leak in array delete
42586              av_delete() wasn't mortalizing the returned value
42587      Branch: perl
42588            ! av.c t/op/delete.t
42589 ____________________________________________________________________________
42590 [ 23157] By: davem                                 on 2004/07/23  10:35:16
42591         Log: remove binary compat from #23156 (remove PL_retstack)
42592      Branch: perl
42593            ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c
42594            ! thrdvar.h
42595 ____________________________________________________________________________
42596 [ 23156] By: davem                                 on 2004/07/23  09:52:59
42597         Log: remove the return stack PL_retstack, and store return ops in the CX
42598              structure directly instead
42599      Branch: perl
42600            ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c
42601            ! pp_sys.c scope.c sv.c thrdvar.h
42602 ____________________________________________________________________________
42603 [ 23155] By: nicholas                              on 2004/07/22  18:50:31
42604         Log: Build the perldelta copying command for the main Unix makefile with
42605              buildtoc, so that it doesn't get forgotten on version increments.
42606      Branch: perl
42607            ! Makefile.SH pod/buildtoc
42608 ____________________________________________________________________________
42609 [ 23154] By: nicholas                              on 2004/07/22  18:19:58
42610         Log: Grab perl585delta.pod from maint and
42611
42612              Integrate:
42613              [ 23069]
42614              This is RC2. Maybe this one will last longer.
42615
42616              [ 23141]
42617              Break a leg
42618
42619              [perlhist.pod]
42620      Branch: perl
42621           +> pod/perl585delta.pod
42622            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
42623            ! vms/descrip_mms.template win32/pod.mak
42624           !> pod/perlhist.pod
42625 ____________________________________________________________________________
42626 [ 23152] By: rgs                                   on 2004/07/22  16:16:41
42627         Log: Upgrade to Cwd 2.20
42628      Branch: perl
42629            + ext/Cwd/t/win32.t
42630            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
42631            ! lib/Cwd.pm
42632 ____________________________________________________________________________
42633 [ 23151] By: rgs                                   on 2004/07/22  15:50:34
42634         Log: Sort perldiag.
42635      Branch: perl
42636            ! pod/perldiag.pod
42637 ____________________________________________________________________________
42638 [ 23150] By: rgs                                   on 2004/07/22  13:15:12
42639         Log: Subject: Re: "Too late for -T" could be more descriptive
42640              From: Jim Cromie <jcromie@divsol.com>
42641              Date: Wed, 21 Jul 2004 11:21:50 -0600
42642              Message-ID: <40FEA62E.2010809@divsol.com>
42643              (with tweaks)
42644      Branch: perl
42645            ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod
42646            ! pod/perlrun.pod
42647 ____________________________________________________________________________
42648 [ 23149] By: rgs                                   on 2004/07/22  12:09:40
42649         Log: Email change for Steffen Mueller.
42650      Branch: perl
42651            ! AUTHORS
42652 ____________________________________________________________________________
42653 [ 23148] By: rgs                                   on 2004/07/22  11:32:16
42654         Log: Grammar fix by Paul Johnson.
42655      Branch: perl
42656            ! pod/perldiag.pod
42657 ____________________________________________________________________________
42658 [ 23147] By: nicholas                              on 2004/07/22  10:51:48
42659         Log: Config::config_re and config_sh would report the byteorder as 'ffff'
42660      Branch: perl
42661            ! configpm lib/Config.t
42662 ____________________________________________________________________________
42663 [ 23146] By: rgs                                   on 2004/07/21  12:01:32
42664         Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod
42665              From: "Jos I. Boumans" <kane@dwim.org>
42666              Date: Wed, 21 Jul 2004 13:47:35 +0200
42667              Message-Id: <C226C05A-DB0B-11D8-A551-000A95EF62E2@dwim.org>
42668              (with tweaks)
42669      Branch: perl
42670            ! pod/perldiag.pod
42671 ____________________________________________________________________________
42672 [ 23145] By: rgs                                   on 2004/07/21  08:47:14
42673         Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype
42674              From: Rick Delaney <rick@bort.ca>
42675              Date: Tue, 20 Jul 2004 16:53:54 -0400
42676              Message-ID: <20040720205353.GA970@biff.bort.ca>
42677      Branch: perl
42678            ! pp.c t/op/list.t
42679 ____________________________________________________________________________
42680 [ 23142] By: rgs                                   on 2004/07/19  15:49:12
42681         Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try
42682              From: Tels <perl_dummy@bloodgate.com>
42683              Date: Sat, 17 Jul 2004 16:22:57 +0200
42684              Message-Id: <200407171622.58443@bloodgate.com>
42685      Branch: perl
42686            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
42687            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
42688            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
42689            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
42690            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
42691            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
42692 ____________________________________________________________________________
42693 [ 23135] By: nicholas                              on 2004/07/19  08:33:13
42694         Log: Turn 2 strcpy()s into memcpy() because we know the length.
42695      Branch: perl
42696            ! toke.c
42697 ____________________________________________________________________________
42698 [ 23130] By: nicholas                              on 2004/07/16  13:41:22
42699         Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses
42700              1970
42701      Branch: perl
42702            ! pod/perlfunc.pod
42703 ____________________________________________________________________________
42704 [ 23129] By: nicholas                              on 2004/07/16  13:21:33
42705         Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by
42706              Brendan O'Dea
42707      Branch: perl
42708            ! pod/perluniintro.pod
42709 ____________________________________________________________________________
42710 [ 23128] By: nick                                  on 2004/07/16  12:16:05
42711         Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().
42712              From: Steve Hay <steve.hay@uk.radan.com>
42713              CC: perl-win32-porters@listserv.ActiveState.com
42714              Message-ID: <40F6B295.8010804@uk.radan.com>
42715
42716              Assumes perl's malloc can now handle non-contiguous memory (believed
42717              to be true).
42718              Does not address threading issues.
42719
42720              "The attached patch (against blead) makes sbrk() initially try to
42721              extend the existing block of memory exactly as it currently does, but
42722              to not  fail immediately if it can't -- it now frees up that part of
42723              whatever it  had previously reserved+committed which hadn't actually
42724              been used yet,  resets all its static variables and basically starts
42725              anew."
42726      Branch: perl
42727            ! win32/win32.c
42728 ____________________________________________________________________________
42729 [ 23127] By: nicholas                              on 2004/07/16  11:14:45
42730         Log: glob('*.c') to find documentation is dangerous when run in unclean
42731              trees, so isntead use MANIFEST to only scan the legitimate source
42732              files.
42733      Branch: perl
42734            ! autodoc.pl
42735 ____________________________________________________________________________
42736 [ 23126] By: nicholas                              on 2004/07/16  11:04:37
42737         Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
42738              and sv_savesharedpv. Need to create non-void returning versions of
42739              Copy and Zero, as the existing macros deliberately cast to (void)
42740      Branch: perl
42741            ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c
42742 ____________________________________________________________________________
42743 [ 23125] By: nicholas                              on 2004/07/16  10:59:08
42744         Log: Rebuild perlapi.pod
42745      Branch: perl
42746            ! pod/perlapi.pod
42747 ____________________________________________________________________________
42748 [ 23124] By: merijn                                on 2004/07/16  10:30:53
42749         Log: Be sure HP-UX' ANSI C compiler's PATH is found *before*
42750              the path to the bundled braindead C compiler. This might
42751              influence ccache's behaviour in finding the correct path
42752      Branch: perl
42753            ! Configure
42754 ____________________________________________________________________________
42755 [ 23122] By: nicholas                              on 2004/07/16  10:14:24
42756         Log: oslevel can fail on AIX, but the output generated would confuse
42757              Configure
42758      Branch: perl
42759            ! Configure
42760 ____________________________________________________________________________
42761 [ 23121] By: nicholas                              on 2004/07/16  08:53:28
42762         Log: Some calls to PerlMemShared_alloc() aren't checking the return value.
42763              Bug spotted by Nigel Sandever
42764      Branch: perl
42765            ! ext/threads/threads.xs util.c
42766 ____________________________________________________________________________
42767 [ 23120] By: nicholas                              on 2004/07/15  19:09:15
42768         Log: threads.xs doesn't check the return value of the thread creation
42769              call. D'oh! This gives SEGVs if the OS fails to create another thread.
42770              Cause of problem located by Nigel Sandever
42771      Branch: perl
42772            ! ext/threads/threads.pm ext/threads/threads.xs
42773 ____________________________________________________________________________
42774 [ 23118] By: nicholas                              on 2004/07/15  16:28:03
42775         Log: Assimilate Cwd 2.19
42776      Branch: perl
42777            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
42778 ____________________________________________________________________________
42779 [ 23117] By: merijn                                on 2004/07/15  14:16:07
42780         Log: Trailing semi-colon are not allowed on #ifdef's in ANSI
42781      Branch: perl
42782            ! ext/Storable/Storable.xs
42783 ____________________________________________________________________________
42784 [ 23116] By: nicholas                              on 2004/07/15  12:50:31
42785         Log: Abigail notes that a re-entrant regexp engine is a todo
42786      Branch: perl
42787            ! pod/perltodo.pod
42788 ____________________________________________________________________________
42789 [ 23115] By: nicholas                              on 2004/07/15  12:47:50
42790         Log: for (reverse @foo) now iterates in reverse in place.
42791      Branch: perl
42792            ! op.c pod/perltodo.pod pp_ctl.c
42793 ____________________________________________________________________________
42794 [ 23114] By: nicholas                              on 2004/07/15  10:05:23
42795         Log: Optimise for (reverse ...)
42796      Branch: perl
42797            ! op.c
42798 ____________________________________________________________________________
42799 [ 23113] By: nicholas                              on 2004/07/15  09:44:16
42800         Log: Now optimising for $a (reverse ...)
42801      Branch: perl
42802            ! op.c
42803 ____________________________________________________________________________
42804 [ 23112] By: nicholas                              on 2004/07/15  09:16:43
42805         Log: The optrees for C<for $_ (...)> and C<for (...)> differ, so even more
42806              tests.
42807      Branch: perl
42808            ! t/cmd/for.t
42809 ____________________________________________________________________________
42810 [ 23111] By: nicholas                              on 2004/07/15  09:02:36
42811         Log: This seems to be needed to get COW working on Win32
42812      Branch: perl
42813            ! win32/win32.c
42814 ____________________________________________________________________________
42815 [ 23109] By: nicholas                              on 2004/07/14  23:35:24
42816         Log: "That's the way to do it"
42817              In taking out a bug spotted by my regression tests in t/cmd/for.t
42818              I actually managed to disable the entire optimisation. Which means
42819              that I didn't find the other bug. This optimisation is live, and
42820              passes all tests.
42821      Branch: perl
42822            ! op.c pp_hot.c
42823 ____________________________________________________________________________
42824 [ 23108] By: nicholas                              on 2004/07/14  20:55:30
42825         Log: Optimise foreach my $i (reverse ...)
42826              foreach without a lexical iterator not yet optimised
42827      Branch: perl
42828            ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c
42829 ____________________________________________________________________________
42830 [ 23107] By: nicholas                              on 2004/07/14  17:44:08
42831         Log: Subject:  [PATCH] split doc clarification
42832              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
42833              Date:  Wed, 14 Jul 2004 10:19:36 -0700
42834              Message-Id:  <20040714171936.GA1092@efn.org>
42835      Branch: perl
42836            ! pod/perlfunc.pod
42837 ____________________________________________________________________________
42838 [ 23106] By: nicholas                              on 2004/07/14  15:36:57
42839         Log: Numeric comparison operators mustn't compare addresses of references
42840              that are overloaded.
42841      Branch: perl
42842            ! lib/overload.t pp.c pp_hot.c
42843 ____________________________________________________________________________
42844 [ 23105] By: nicholas                              on 2004/07/14  10:40:54
42845         Log: Lots of tests for for reverse ...
42846      Branch: perl
42847            ! t/cmd/for.t
42848 ____________________________________________________________________________
42849 [ 23104] By: nicholas                              on 2004/07/13  21:10:21
42850         Log: Some thoughts on foreach reverse
42851      Branch: perl
42852            ! pod/perltodo.pod
42853 ____________________________________________________________________________
42854 [ 23103] By: nicholas                              on 2004/07/13  19:10:20
42855         Log: s/sort/split/; - my mistake spotted by Dave.
42856      Branch: perl
42857            ! pod/perltodo.pod
42858 ____________________________________________________________________________
42859 [ 23102] By: nicholas                              on 2004/07/13  18:59:46
42860         Log: Optimise list context reverse sort to reverse as part of the sort op
42861      Branch: perl
42862            ! op.c pp_sort.c
42863 ____________________________________________________________________________
42864 [ 23101] By: nicholas                              on 2004/07/13  18:58:41
42865         Log: Work around evil compiler bug on OS X. (Sucks all memory)
42866      Branch: perl
42867            ! util.c
42868 ____________________________________________________________________________
42869 [ 23100] By: nicholas                              on 2004/07/13  15:05:09
42870         Log: check that reverse (sort (@a), @b) etc work.
42871              Join some lines that don't need wrapping
42872      Branch: perl
42873            ! t/op/sort.t
42874 ____________________________________________________________________________
42875 [ 23099] By: nicholas                              on 2004/07/13  14:46:06
42876         Log: Check that non-optimimisable sort comparisons work when reversed
42877              (Not optimised yet, but might be coming soon)
42878      Branch: perl
42879            ! t/op/sort.t
42880 ____________________________________________________________________________
42881 [ 23098] By: nicholas                              on 2004/07/13  14:34:03
42882         Log: Test reverse sort as the return from a function in list and scalar
42883              contexts.
42884      Branch: perl
42885            ! t/op/sort.t
42886 ____________________________________________________________________________
42887 [ 23097] By: nicholas                              on 2004/07/13  14:23:28
42888         Log: Also test reverse sort in scalar context
42889      Branch: perl
42890            ! t/op/sort.t
42891 ____________________________________________________________________________
42892 [ 23096] By: nicholas                              on 2004/07/13  14:06:36
42893         Log: A proper, working, stable optimisation for sort {$b cmp $a}
42894      Branch: perl
42895            ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c
42896 ____________________________________________________________________________
42897 [ 23095] By: rgs                                   on 2004/07/13  13:29:54
42898         Log: Tweak to change #23089, as suggested by Tim Bunce
42899      Branch: perl
42900            ! lib/perl5db.pl
42901 ____________________________________________________________________________
42902 [ 23094] By: nicholas                              on 2004/07/13  11:28:49
42903         Log: Generalised "how many in list context" would be useful
42904      Branch: perl
42905            ! pod/perltodo.pod
42906 ____________________________________________________________________________
42907 [ 23093] By: nicholas                              on 2004/07/13  11:19:31
42908         Log: The current optimisation for sort {$b cmp $a} is bogus now that we
42909              guarantee a stable sort. Disable it, pending a correct optimisation.
42910      Branch: perl
42911            ! ext/B/t/f_sort.t op.c op.h t/op/sort.t
42912 ____________________________________________________________________________
42913 [ 23092] By: rgs                                   on 2004/07/13  09:30:11
42914         Log: Subject: Re: [perl #30568] splice generates undef? [PATCH]
42915              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
42916              Date: Mon, 12 Jul 2004 08:26:01 +0200
42917              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C7D2@attmsx1.aut.alcatel.at>
42918      Branch: perl
42919            ! pp.c t/op/splice.t
42920 ____________________________________________________________________________
42921 [ 23091] By: nicholas                              on 2004/07/13  09:14:22
42922         Log: Check each line of config_re output.
42923      Branch: perl
42924            ! lib/Config.t
42925 ____________________________________________________________________________
42926 [ 23090] By: nicholas                              on 2004/07/13  09:13:39
42927         Log: no_plan support in test.pl
42928      Branch: perl
42929            ! t/test.pl
42930 ____________________________________________________________________________
42931 [ 23089] By: rgs                                   on 2004/07/13  08:53:46
42932         Log: Subject: Re: debugger 'R'estart and open database connections
42933              From: Andrew Pimlott <andrew@pimlott.net>
42934              Date: Mon, 12 Jul 2004 21:06:01 -0400
42935              Message-ID: <20040713010601.GF8232@pimlott.net>
42936      Branch: perl
42937            ! lib/perl5db.pl
42938 ____________________________________________________________________________
42939 [ 23088] By: rgs                                   on 2004/07/13  08:27:11
42940         Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning
42941              From: John Peacock <jpeacock@rowman.com>
42942              Date: Mon, 12 Jul 2004 23:16:51 -0400
42943              Message-ID: <40F35423.5080304@rowman.com>
42944      Branch: perl
42945            ! lib/version.pm lib/version.t util.c
42946 ____________________________________________________________________________
42947 [ 23085] By: nicholas                              on 2004/07/12  17:27:28
42948         Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too
42949              many meanings. const const vs mutable in this case.
42950      Branch: perl
42951            ! sv.c
42952 ____________________________________________________________________________
42953 [ 23084] By: nick                                  on 2004/07/12  14:26:12
42954         Log: NI-S: IMHO utf8_upgrade is just changing representation not the value
42955              so it has no business calling SvSETMAGIC.
42956      Branch: perl
42957            ! sv.c
42958 ____________________________________________________________________________
42959 [ 23083] By: nick                                  on 2004/07/12  12:17:56
42960         Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
42961              Can now handle the case
42962              is_utf8_string(NULL,0)
42963              again.
42964              Why do we have code dup for Perl_is_utf8_string_loc() ?
42965      Branch: perl
42966            ! utf8.c
42967 ____________________________________________________________________________
42968 [ 23082] By: nicholas                              on 2004/07/11  20:09:00
42969         Log: A decent benchmark would be useful. But it is vague.
42970      Branch: perl
42971            ! pod/perltodo.pod
42972 ____________________________________________________________________________
42973 [ 23081] By: nicholas                              on 2004/07/11  18:36:49
42974         Log: Finding a way to put "I'm MAINT" in perl -v is a TODO
42975      Branch: perl
42976            ! pod/perltodo.pod
42977 ____________________________________________________________________________
42978 [ 23079] By: nicholas                              on 2004/07/10  21:58:34
42979         Log: Store weak references.
42980      Branch: perl
42981            + ext/Storable/t/testlib.pl ext/Storable/t/weak.t
42982            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
42983            ! ext/Storable/README ext/Storable/Storable.pm
42984            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
42985 ____________________________________________________________________________
42986 [ 23078] By: nicholas                              on 2004/07/10  21:11:56
42987         Log: Dual lifing and dists is a TODO
42988      Branch: perl
42989            ! pod/perltodo.pod
42990 ____________________________________________________________________________
42991 [ 23077] By: nicholas                              on 2004/07/10  18:51:35
42992         Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV
42993              Rant a bit more about POD -> HTML
42994      Branch: perl
42995            ! pod/perltodo.pod
42996 ____________________________________________________________________________
42997 [ 23076] By: nicholas                              on 2004/07/10  16:00:44
42998         Log: Perl_mode_from_discipline must update len. (else SEGV)
42999              Diagnosis and patch from clkao
43000      Branch: perl
43001            ! doio.c
43002 ____________________________________________________________________________
43003 [ 23075] By: rgs                                   on 2004/07/10  13:03:56
43004         Log: Subject: Bug with NEXT when called from an eval block
43005              From: Dave Rolsky <autarch@urth.org>
43006              Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT)
43007              Message-ID: <Pine.LNX.4.58.0407091703010.4578@urth.org>
43008      Branch: perl
43009            ! lib/NEXT.pm lib/NEXT/t/next.t
43010 ____________________________________________________________________________
43011 [ 23074] By: nicholas                              on 2004/07/09  21:03:11
43012         Log: Subject: Re: Segfault using HTML::Entities
43013              From: Jarkko Hietaniemi <jhi@iki.fi>
43014              Message-ID: <40EDBE1A.6080205@iki.fi>
43015              Date: Fri, 09 Jul 2004 00:35:22 +0300
43016      Branch: perl
43017            ! pp_ctl.c regexec.c t/run/fresh_perl.t
43018 ____________________________________________________________________________
43019 [ 23073] By: nicholas                              on 2004/07/09  14:49:16
43020         Log: A more honest TODO
43021      Branch: perl
43022            ! pod/perltodo.pod
43023 ____________________________________________________________________________
43024 [ 23072] By: nicholas                              on 2004/07/09  11:34:17
43025         Log: dor and // fulfil a TODO
43026              Correct a deviation from the Nicholas Clark style guide.
43027      Branch: perl
43028            ! pod/perltodo.pod
43029 ____________________________________________________________________________
43030 [ 23071] By: rgs                                   on 2004/07/09  08:08:05
43031         Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS
43032              From: "Craig A. Berry" <craigberry@mac.com>
43033              Date: Thu, 08 Jul 2004 23:19:05 -0500
43034              Message-ID: <40EE1CB9.8030407@mac.com>
43035      Branch: perl
43036            ! vms/vms.c
43037 ____________________________________________________________________________
43038 [ 23065] By: nicholas                              on 2004/07/08  13:09:44
43039         Log: Randal notes:
43040
43041              "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there
43042              *is* a "perldoc perl583delta" properly.
43043
43044              This is because perl584delta still thinks it's the perldelta
43045      Branch: perl
43046            ! pod/perl584delta.pod
43047 ____________________________________________________________________________
43048 [ 23063] By: rgs                                   on 2004/07/07  17:48:29
43049         Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
43050              as an argument.
43051      Branch: perl
43052            ! sv.c
43053 ____________________________________________________________________________
43054 [ 23062] By: nicholas                              on 2004/07/07  15:14:39
43055         Log: First stab at explaining that CLONE may get more parameters in future.
43056              More eloquent rewording desired. Patches welcome.
43057      Branch: perl
43058            ! pod/perlmod.pod
43059 ____________________________________________________________________________
43060 [ 23061] By: nicholas                              on 2004/07/07  13:30:27
43061         Log: hv_store was not passing hash onwards (spotted by Dave)
43062      Branch: perl
43063            ! hv.c
43064 ____________________________________________________________________________
43065 [ 23060] By: mhx                                   on 2004/07/06  21:43:05
43066         Log: Failing matches don't reset numbered variables.
43067              Change #22997 could cause Text::ParseWords to loop forever if the
43068              regex didn't not match. Explicitly return if the match fails.
43069      Branch: perl
43070            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
43071 ____________________________________________________________________________
43072 [ 23059] By: nicholas                              on 2004/07/06  21:39:27
43073         Log: Integrate:
43074              [ 23057]
43075              This is RC1
43076      Branch: perl
43077           !> pod/perlhist.pod
43078 ____________________________________________________________________________
43079 [ 23058] By: nicholas                              on 2004/07/06  20:45:53
43080         Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a
43081              shared string scalar.
43082      Branch: perl
43083            ! hv.c
43084 ____________________________________________________________________________
43085 [ 23052] By: nicholas                              on 2004/07/06  09:26:24
43086         Log: A tool to check the AUTHORS file
43087      Branch: perl
43088            + Porting/checkAUTHORS.pl
43089            ! MANIFEST
43090 ____________________________________________________________________________
43091 [ 23051] By: nicholas                              on 2004/07/06  09:25:16
43092         Log: Add some missing authors and remove 1 duplicate
43093      Branch: perl
43094            ! AUTHORS
43095 ____________________________________________________________________________
43096 [ 23048] By: nicholas                              on 2004/07/05  17:26:09
43097         Log: There was no need to bump $Text::ParseWords::VERSION to 3.24
43098      Branch: perl
43099            ! lib/Text/ParseWords.pm
43100 ____________________________________________________________________________
43101 [ 23047] By: rgs                                   on 2004/07/05  17:05:55
43102         Log: Update tests and $VERSION for change 23046
43103      Branch: perl
43104            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
43105 ____________________________________________________________________________
43106 [ 23046] By: rgs                                   on 2004/07/05  16:53:54
43107         Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop
43108              From: Stephen McCamant <smcc@MIT.EDU>
43109              Date: Mon, 28 Jun 2004 18:26:24 -0700
43110              Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU>
43111      Branch: perl
43112            ! ext/B/B/Deparse.pm
43113 ____________________________________________________________________________
43114 [ 23042] By: nicholas                              on 2004/07/05  14:54:15
43115         Log: Bump $B::Deparse::VERSION
43116      Branch: perl
43117            ! ext/B/B/Deparse.pm
43118 ____________________________________________________________________________
43119 [ 23040] By: nicholas                              on 2004/07/05  10:24:17
43120         Log: t/op/tie.t test 23 is failing when run with utf8 everywhere.
43121              Problem appears to be due to theft of temporaries
43122      Branch: perl
43123            ! mg.c
43124 ____________________________________________________________________________
43125 [ 23029] By: nicholas                              on 2004/07/04  16:39:07
43126         Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories
43127              From: "Craig A. Berry" <craigberry@mac.com>
43128              Message-ID: <40E704AA.4090801@mac.com>
43129              Date: Sat, 03 Jul 2004 14:10:34 -0500
43130      Branch: perl
43131            ! ext/Cwd/t/cwd.t lib/Cwd.pm
43132 ____________________________________________________________________________
43133 [ 23028] By: nicholas                              on 2004/07/04  15:14:33
43134         Log: /usr/bin/locale steadfastly delivers 8 bit output independent of
43135              LC_ALL. So when perl's expecting utf8, things don't quite work right.
43136              This has become visible since fix 22842
43137      Branch: perl
43138            ! lib/locale.t
43139 ____________________________________________________________________________
43140 [ 23027] By: mhx                                   on 2004/07/02  14:44:37
43141         Log: More microperl tweaks.
43142      Branch: perl
43143            ! Makefile.micro README.micro uconfig.h uconfig.sh
43144 ____________________________________________________________________________
43145 [ 23026] By: rgs                                   on 2004/07/02  13:05:23
43146         Log: Maintainer change for Safe
43147      Branch: perl
43148            ! Porting/Maintainers.pl
43149 ____________________________________________________________________________
43150 [ 23025] By: rgs                                   on 2004/07/02  10:06:29
43151         Log: Bump version number of Safe for CPAN release
43152      Branch: perl
43153            ! ext/Opcode/Safe.pm
43154 ____________________________________________________________________________
43155 [ 23024] By: rgs                                   on 2004/07/02  07:50:42
43156         Log: Upgrade to I18N::LangTags 0.33
43157      Branch: perl
43158            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
43159            ! lib/I18N/LangTags/t/80_all_env.t
43160 ____________________________________________________________________________
43161 [ 23023] By: davem                                 on 2004/07/02  01:49:11
43162         Log: utf8 POPSTACK crash on split execution
43163              split() does a SWITCHSTACK to directly split to an array, but
43164              if it subsequently dies (eg the regex triggers a 'use utf8' which
43165              is then denied by Safe), then the switch doesn't get undone. Add
43166              a new save type to allow for this.
43167      Branch: perl
43168            ! pp.c scope.c scope.h
43169 ____________________________________________________________________________
43170 [ 23022] By: mhx                                   on 2004/07/01  21:08:44
43171         Log: The microperl config didn't know about usemallocwrap yet.
43172      Branch: perl
43173            ! uconfig.h uconfig.sh
43174 ____________________________________________________________________________
43175 [ 23021] By: mhx                                   on 2004/07/01  14:30:05
43176         Log: Check for definedness of sv before calling sv_derived_from()
43177              to prevent "Use of uninitialized value..." warning.
43178      Branch: perl
43179            ! universal.c
43180 ____________________________________________________________________________
43181 [ 23019] By: nicholas                              on 2004/07/01  10:14:03
43182         Log: Bump version numbers
43183      Branch: perl
43184            ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm
43185            ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm
43186            ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm
43187            ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm
43188 ____________________________________________________________________________
43189 [ 23018] By: nicholas                              on 2004/06/30  21:37:12
43190         Log: Assert that we aren't leaking memory.
43191      Branch: perl
43192            ! sv.c
43193 ____________________________________________________________________________
43194 [ 23016] By: gbarr                                 on 2004/06/30  13:47:36
43195         Log: Sync to libnet-1.19
43196      Branch: perl
43197            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
43198            ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t
43199 ____________________________________________________________________________
43200 [ 23014] By: rgs                                   on 2004/06/30  12:12:24
43201         Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++.
43202              From: Abigail <abigail@abigail.nl>
43203              Date: Wed, 30 Jun 2004 12:00:21 +0200
43204              Message-ID: <20040630100021.GA23752@abigail.nl>
43205      Branch: perl
43206            ! pod/perlop.pod
43207 ____________________________________________________________________________
43208 [ 23011] By: nicholas                              on 2004/06/29  15:26:34
43209         Log: Note that sv_2mortal isn't just "increase reference count by 1, and
43210              mark that it needs a deferred recount"
43211      Branch: perl
43212            ! sv.c
43213 ____________________________________________________________________________
43214 [ 23010] By: rgs                                   on 2004/06/29  12:12:58
43215         Log: More caveats in B::Deparse's documentation
43216              (suggested by Yves Orton)
43217      Branch: perl
43218            ! ext/B/B/Deparse.pm
43219 ____________________________________________________________________________
43220 [ 23007] By: merijn                                on 2004/06/29  10:57:46
43221         Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
43222              11.00 and on are ANSI by default for /opt/ansic/bin
43223              Error was introduced by #22975 in re-enabling 10.01
43224      Branch: perl
43225            ! hints/hpux.sh
43226 ____________________________________________________________________________
43227 [ 23006] By: davem                                 on 2004/06/28  22:50:01
43228         Log: use encoding and "eq" cause memory leak
43229              Perl_sv_eq() was creating a temp and not always freeing it
43230      Branch: perl
43231            ! sv.c
43232 ____________________________________________________________________________
43233 [ 23002] By: nicholas                              on 2004/06/27  20:57:50
43234         Log: Assimilate Locale-Codes-2.07
43235      Branch: perl
43236            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
43237            ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t
43238            ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t
43239            ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm
43240            ! lib/Locale/Constants.pod lib/Locale/Country.pm
43241            ! lib/Locale/Country.pod lib/Locale/Currency.pm
43242            ! lib/Locale/Currency.pod lib/Locale/Language.pm
43243            ! lib/Locale/Language.pod lib/Locale/Script.pm
43244            ! lib/Locale/Script.pod
43245 ____________________________________________________________________________
43246 [ 23001] By: nicholas                              on 2004/06/27  18:27:43
43247         Log: Stop 80_all_env.t failing when LC_ALL is set
43248      Branch: perl
43249            ! lib/I18N/LangTags/t/80_all_env.t
43250 ____________________________________________________________________________
43251 [ 22998] By: nicholas                              on 2004/06/25  22:19:51
43252         Log: Correct detection of absent modules. Based on
43253
43254              Subject: [PATCH] Config{extensions} uses filesystem names as extensions
43255              From: Andy Dougherty <doughera@lafayette.edu>
43256              Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu>
43257              Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT)
43258
43259              with improvements from Marcus Holland-Moritz
43260      Branch: perl
43261            ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t
43262            ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t
43263            ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t
43264            ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t
43265            ! lib/overload.t t/io/crlf.t
43266 ____________________________________________________________________________
43267 [ 22997] By: mhx                                   on 2004/06/25  20:27:05
43268         Log: Cleanup the main regex in Text::ParseWords and make the
43269              parse_line() routine faster. Add a Unicode test case.
43270      Branch: perl
43271            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
43272 ____________________________________________________________________________
43273 [ 22996] By: merijn                                on 2004/06/25  15:27:21
43274         Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh
43275              From: Nicholas Gianniotis (via RT) <perlbug-followup@perl.org>
43276              Date: 25 Jun 2004 09:39:51 -0000
43277              Message-ID: <rt-3.0.9-30450-91340.10.3279898804255@perl.org>
43278              and
43279              From: Andy Dougherty <doughera@lafayette.edu>
43280              Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT)
43281              Message-ID: <Pine.SOL.4.58.0406251113420.15961@maxwell.phys.lafayette.edu>
43282      Branch: perl
43283            ! hints/solaris_2.sh
43284 ____________________________________________________________________________
43285 [ 22995] By: rgs                                   on 2004/06/25  15:07:51
43286         Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P
43287              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
43288              Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT)
43289              Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org>
43290      Branch: perl
43291            ! regcomp.c t/op/regmesg.t
43292 ____________________________________________________________________________
43293 [ 22994] By: rgs                                   on 2004/06/25  08:36:33
43294         Log: More @INC test fixes
43295      Branch: perl
43296            ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t
43297            ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
43298 ____________________________________________________________________________
43299 [ 22993] By: rgs                                   on 2004/06/25  08:28:34
43300         Log: Fix the Cwd tests for the core.
43301      Branch: perl
43302            ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
43303 ____________________________________________________________________________
43304 [ 22992] By: mhx                                   on 2004/06/24  19:51:06
43305         Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text
43306              Use the suggested regex fix, plus some tests.
43307      Branch: perl
43308            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
43309 ____________________________________________________________________________
43310 [ 22991] By: rgs                                   on 2004/06/24  16:47:24
43311         Log: Upgrade to Cwd 2.18
43312              (with local changes to cwd.t, to adapt it to the core)
43313      Branch: perl
43314            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
43315 ____________________________________________________________________________
43316 [ 22990] By: mhx                                   on 2004/06/24  16:22:05
43317         Log: Fix for: [perl #2738] perl segfautls on input
43318              The parser was incorrectly accepting <> as a subroutine prototype and
43319              newATTRSUB didn't validate the proto argument before accessing op_sv.
43320      Branch: perl
43321            ! op.c pod/perldiag.pod t/comp/parser.t toke.c
43322 ____________________________________________________________________________
43323 [ 22988] By: rgs                                   on 2004/06/24  12:58:35
43324         Log: Upgrade to Cwd 2.17_03
43325      Branch: perl
43326            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm
43327 ____________________________________________________________________________
43328 [ 22977] By: nicholas                              on 2004/06/23  08:38:47
43329         Log: Test that [] // 0 is []
43330      Branch: perl
43331            ! t/op/dor.t
43332 ____________________________________________________________________________
43333 [ 22976] By: rgs                                   on 2004/06/23  08:28:15
43334         Log: Add a regression test for bug #23765 (by Jarkko)
43335      Branch: perl
43336            ! t/op/substr.t
43337 ____________________________________________________________________________
43338 [ 22975] By: merijn                                on 2004/06/23  06:56:15
43339         Log: Backward compatibility issues for HP-UX 10.01 and older
43340              Yes, it is still actively used in production environment
43341              One more patch expected for toke.c optimization level
43342      Branch: perl
43343            ! hints/hpux.sh
43344 ____________________________________________________________________________
43345 [ 22972] By: mhx                                   on 2004/06/22  21:23:59
43346         Log: Proposed patch + test case.
43347
43348              Subject: [perl #30409] charnames.pm clobbers default variable
43349              From: Marcel "Grünauer" (via RT) <perlbug-followup@perl.org>
43350              Date: 22 Jun 2004 16:43:50 -0000
43351              Message-ID: <rt-3.0.9-30409-91174.12.8617678524438@perl.org>
43352      Branch: perl
43353            ! lib/charnames.pm lib/charnames.t
43354 ____________________________________________________________________________
43355 [ 22971] By: mhx                                   on 2004/06/22  21:00:10
43356         Log: Adjust array index in FileCache.pm.
43357
43358              Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140
43359              From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) <perlbug-followup@perl.org>
43360              Date: 15 Jun 2004 16:55:22 -0000
43361              Message-ID: <rt-3.0.9-30291-90552.18.5392299690759@perl.org>
43362      Branch: perl
43363            ! lib/FileCache.pm
43364 ____________________________________________________________________________
43365 [ 22970] By: mhx                                   on 2004/06/22  20:26:11
43366         Log: Subject: [PATCH] DB_File 1.809  was RE: [perl #30237] DB_File methods and substr don't mix
43367              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
43368              Date: Tue, 22 Jun 2004 21:29:12 +0100
43369              Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21>
43370      Branch: perl
43371            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
43372            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
43373            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
43374            ! ext/DB_File/typemap
43375 ____________________________________________________________________________
43376 [ 22969] By: nicholas                              on 2004/06/22  13:25:11
43377         Log: Abolish the "Tied variable freed while still in use" error - I have
43378              a way to cleanly avoid the coredump.
43379      Branch: perl
43380            ! mg.c pod/perldiag.pod t/op/tie.t
43381 ____________________________________________________________________________
43382 [ 22968] By: nicholas                              on 2004/06/22  12:28:58
43383         Log: Subject: [PATCH] Storable signedness nit
43384              From: "Craig A. Berry" <craigberry@mac.com>
43385              Message-ID: <40D3AAC7.6030407@mac.com>
43386              Date: Fri, 18 Jun 2004 21:53:59 -0500
43387      Branch: perl
43388            ! ext/Storable/Storable.xs
43389 ____________________________________________________________________________
43390 [ 22967] By: nicholas                              on 2004/06/22  09:57:23
43391         Log: Skip tests if List::Util not built
43392      Branch: perl
43393            ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t
43394            ! lib/overload.t
43395 ____________________________________________________________________________
43396 [ 22966] By: nicholas                              on 2004/06/22  09:56:59
43397         Log: Skip test if Data::Dumper not built
43398      Branch: perl
43399            ! lib/Tie/RefHash.t
43400 ____________________________________________________________________________
43401 [ 22965] By: nicholas                              on 2004/06/22  09:56:34
43402         Log: Skip test if Devel::PPPort is not built.
43403              Probably should fix h2xs to work without it.
43404      Branch: perl
43405            ! lib/h2xs.t
43406 ____________________________________________________________________________
43407 [ 22964] By: rgs                                   on 2004/06/22  07:34:40
43408         Log: Upgrade to I18N::LangTags 0.32
43409      Branch: perl
43410            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
43411            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t
43412 ____________________________________________________________________________
43413 [ 22963] By: davem                                 on 2004/06/20  12:00:56
43414         Log: make mktables always update modifed time to play better with make
43415      Branch: perl
43416            ! Makefile.SH lib/unicore/mktables
43417 ____________________________________________________________________________
43418 [ 22962] By: davem                                 on 2004/06/20  11:50:19
43419         Log: fix typo in gp_free
43420      Branch: perl
43421            ! gv.c
43422 ____________________________________________________________________________
43423 [ 22961] By: davem                                 on 2004/06/19  12:36:58
43424         Log: 'make test' without preceeding 'make' fails.
43425              Change #22872 added a target to run mktables, but this was
43426              skipped if 'make test' was run first, causing the build of
43427              Unicode::Normalize to fail.
43428      Branch: perl
43429            ! Makefile.SH
43430 ____________________________________________________________________________
43431 [ 22960] By: nicholas                              on 2004/06/18  20:18:02
43432         Log: When expecting an error, it's best to check the text you got, rather
43433              than blindly assuming that it's correct.
43434      Branch: perl
43435            ! t/op/write.t
43436 ____________________________________________________________________________
43437 [ 22959] By: nicholas                              on 2004/06/18  18:57:30
43438         Log: Case insensitive file systems are bad, m'kay
43439      Branch: perl
43440            ! ext/IO/t/IO.t
43441 ____________________________________________________________________________
43442 [ 22958] By: nicholas                              on 2004/06/18  13:45:51
43443         Log: This needs POSIX, so skip if no POSIX
43444      Branch: perl
43445            ! lib/Pod/t/basic.t
43446 ____________________________________________________________________________
43447 [ 22957] By: nicholas                              on 2004/06/18  13:44:27
43448         Log: Also needs skipping if PerlIO::via not built
43449      Branch: perl
43450            ! lib/PerlIO/via/t/QuotedPrint.t
43451 ____________________________________________________________________________
43452 [ 22956] By: nicholas                              on 2004/06/18  13:24:13
43453         Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built
43454      Branch: perl
43455            ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t
43456 ____________________________________________________________________________
43457 [ 22955] By: nicholas                              on 2004/06/18  13:19:16
43458         Log: Not ideal, but skip all of IO's tests if Socket is not built.
43459      Branch: perl
43460            ! ext/IO/t/IO.t
43461 ____________________________________________________________________________
43462 [ 22954] By: nicholas                              on 2004/06/18  13:11:31
43463         Log: Skip test if perl configured without threads::shared
43464      Branch: perl
43465            ! ext/threads/shared/t/disabled.t
43466 ____________________________________________________________________________
43467 [ 22953] By: nicholas                              on 2004/06/18  13:09:24
43468         Log: Skip test if Devel::PPPort not built
43469      Branch: perl
43470            ! ext/Devel/PPPort/t/test.t
43471 ____________________________________________________________________________
43472 [ 22952] By: nicholas                              on 2004/06/18  13:07:40
43473         Log: Skip re tests if re not built.
43474      Branch: perl
43475            ! ext/re/t/re.t
43476 ____________________________________________________________________________
43477 [ 22951] By: nicholas                              on 2004/06/18  11:38:24
43478         Log: If we don't build B, we should skip all its tests.
43479      Branch: perl
43480            ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t
43481            ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t
43482            ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t
43483            ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t
43484            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
43485            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
43486            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t ext/B/t/stash.t
43487            ! ext/B/t/terse.t ext/B/t/xref.t
43488 ____________________________________________________________________________
43489 [ 22950] By: nicholas                              on 2004/06/18  11:27:51
43490         Log: D'oh. Don't turn on warnings on the #! line without actually testing
43491              the full code in case it warns.
43492      Branch: perl
43493            ! lib/Unicode/UCD.t
43494 ____________________________________________________________________________
43495 [ 22949] By: nicholas                              on 2004/06/18  09:43:12
43496         Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built.
43497      Branch: perl
43498            ! lib/Unicode/UCD.t
43499 ____________________________________________________________________________
43500 [ 22948] By: nicholas                              on 2004/06/18  09:23:20
43501         Log: Can't test the B modules if we didn't build 'em
43502      Branch: perl
43503            ! t/lib/1_compile.t
43504 ____________________________________________________________________________
43505 [ 22947] By: nicholas                              on 2004/06/18  08:59:01
43506         Log: Need to skip test 7 if perl built without the PerlIO::scalar extension
43507      Branch: perl
43508            ! t/io/crlf.t
43509 ____________________________________________________________________________
43510 [ 22946] By: rgs                                   on 2004/06/18  07:44:34
43511         Log: Upgrade to I18N::LangTags 0.31.
43512      Branch: perl
43513            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
43514            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t
43515            ! lib/I18N/LangTags/t/80_all_env.t
43516 ____________________________________________________________________________
43517 [ 22945] By: nicholas                              on 2004/06/17  19:27:05
43518         Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
43519              seem that memzero() of everything is the most efficient idea.
43520      Branch: perl
43521            ! sv.c
43522 ____________________________________________________________________________
43523 [ 22944] By: nicholas                              on 2004/06/17  14:57:14
43524         Log: Change 22516 forgot to add make_overload.pl to generate test data
43525              (submitted from the pub via wireless, bluetooth and then GPRS out
43526              to the Internet)
43527      Branch: perl
43528            + ext/Storable/t/make_overload.pl
43529            ! MANIFEST
43530 ____________________________________________________________________________
43531 [ 22943] By: nicholas                              on 2004/06/17  12:03:48
43532         Log: Storable should cope if the string to thaw happens to be utf8 encoded
43533              And anything with bytes >=256 is corrupt
43534      Branch: perl
43535            ! ext/Storable/ChangeLog ext/Storable/README
43536            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
43537            ! ext/Storable/t/utf8.t
43538 ____________________________________________________________________________
43539 [ 22942] By: rgs                                   on 2004/06/17  09:57:14
43540         Log: Upgrade to Locale::Maketext 1.09
43541      Branch: perl
43542            + lib/Locale/Maketext/t/01_about_verbose.t
43543            + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t
43544            + lib/Locale/Maketext/t/40_super.t
43545            + lib/Locale/Maketext/t/50_super.t
43546            + lib/Locale/Maketext/t/60_super.t
43547            + lib/Locale/Maketext/t/90_utf8.t
43548            - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
43549            - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
43550            - lib/Locale/Maketext/t/04super.t
43551            - lib/Locale/Maketext/t/05super.t
43552            - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t
43553            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
43554            ! lib/Locale/Maketext/README
43555 ____________________________________________________________________________
43556 [ 22941] By: rgs                                   on 2004/06/17  09:43:48
43557         Log: Upgrade to I18N::LangTags 0.30.
43558      Branch: perl
43559            + lib/I18N/LangTags/Detect.pm
43560            + lib/I18N/LangTags/t/01_about_verbose.t
43561            + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t
43562            + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t
43563            + lib/I18N/LangTags/t/55_supers_strict.t
43564            + lib/I18N/LangTags/t/80_all_env.t
43565            - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t
43566            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
43567            ! lib/I18N/LangTags/List.pm
43568 ____________________________________________________________________________
43569 [ 22940] By: rgs                                   on 2004/06/17  08:54:41
43570         Log: More forgiving version comparison in perlivp.
43571      Branch: perl
43572            ! utils/perlivp.PL
43573 ____________________________________________________________________________
43574 [ 22939] By: nicholas                              on 2004/06/16  09:05:57
43575         Log: Improve the substitution to cc_r for threading so that compilers
43576              specified with a full path or as a parameter to ccache are changed
43577      Branch: perl
43578            ! hints/aix.sh
43579 ____________________________________________________________________________
43580 [ 22938] By: rgs                                   on 2004/06/15  14:35:00
43581         Log: Subject: [PATCH] File::Basename docs
43582              From: Boris Zentner <bzm@2bz.de>
43583              Date: Sat, 12 Jun 2004 16:29:42 +0200
43584              Message-Id: <200406121629.42595.bzm@2bz.de>
43585      Branch: perl
43586            ! lib/File/Basename.pm
43587 ____________________________________________________________________________
43588 [ 22937] By: nicholas                              on 2004/06/15  09:21:22
43589         Log: It seems that our assert() macro wasn't good enough.
43590              Changed to one that that is an expression, rather than a statement.
43591              Fix new macros definitions in sv.h to be clean enough C to keep the
43592              AIX compiler happy.
43593      Branch: perl
43594            ! perl.h sv.h
43595 ____________________________________________________________________________
43596 [ 22936] By: rgs                                   on 2004/06/15  08:22:32
43597         Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators
43598              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
43599              Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT)
43600              Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il>
43601      Branch: perl
43602            ! pod/perlop.pod
43603 ____________________________________________________________________________
43604 [ 22935] By: nicholas                              on 2004/06/15  07:17:17
43605         Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH
43606      Branch: perl
43607            ! ext/Storable/Storable.xs sv.h
43608 ____________________________________________________________________________
43609 [ 22934] By: nicholas                              on 2004/06/14  15:26:38
43610         Log: Assert that SV type has magic member when reading/writing.
43611              Will catch buggy code.
43612      Branch: perl
43613            ! sv.c sv.h
43614 ____________________________________________________________________________
43615 [ 22933] By: rgs                                   on 2004/06/13  17:54:47
43616         Log: More h2ph voodoo.
43617      Branch: perl
43618            ! utils/h2ph.PL
43619 ____________________________________________________________________________
43620 [ 22932] By: rgs                                   on 2004/06/13  15:35:00
43621         Log: Subject: [PATCH] t/TEST
43622              From: Abe Timmerman <abe@ztreet.demon.nl>
43623              Date: Sun, 13 Jun 2004 11:41:49 +0200
43624              Message-Id: <200406131141.50361.abe@ztreet.demon.nl>
43625      Branch: perl
43626            ! t/TEST
43627 ____________________________________________________________________________
43628 [ 22931] By: rgs                                   on 2004/06/11  16:54:00
43629         Log: Reapply change #20983, rolled back by change #22920,
43630              as noticed by Craig Berry.
43631      Branch: perl
43632            ! pod/pod2usage.PL pod/podselect.PL
43633 ____________________________________________________________________________
43634 [ 22930] By: rgs                                   on 2004/06/11  14:22:55
43635         Log: More h2ph tweaks: recognition of C types
43636      Branch: perl
43637            ! utils/h2ph.PL
43638 ____________________________________________________________________________
43639 [ 22929] By: rgs                                   on 2004/06/11  13:46:53
43640         Log: More h2ph tweaking for gcc __inline functions
43641      Branch: perl
43642            ! utils/h2ph.PL
43643 ____________________________________________________________________________
43644 [ 22928] By: mhx                                   on 2004/06/11  09:37:42
43645         Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode
43646      Branch: perl
43647            ! t/comp/utf.t
43648 ____________________________________________________________________________
43649 [ 22927] By: rgs                                   on 2004/06/11  08:28:19
43650         Log: Remove a warning against unsafe signals in perlipc.pod,
43651              now that we have "safe signals".
43652      Branch: perl
43653            ! pod/perlipc.pod
43654 ____________________________________________________________________________
43655 [ 22926] By: rgs                                   on 2004/06/10  19:03:51
43656         Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly
43657              From: Mathieu Arnold <m@absolight.fr>
43658              Date: Thu, 10 Jun 2004 16:43:58 +0200
43659              Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net>
43660              (with a test adjustment)
43661      Branch: perl
43662            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
43663 ____________________________________________________________________________
43664 [ 22925] By: rgs                                   on 2004/06/10  17:26:15
43665         Log: Make h2ph able to understand a limited set of inline functions.
43666              The glibc apparently now ships headers that use inline functions
43667              instead of plain old macros.
43668      Branch: perl
43669            ! utils/h2ph.PL
43670 ____________________________________________________________________________
43671 [ 22924] By: rgs                                   on 2004/06/10  07:55:41
43672         Log: Subject: Change 22872 breaks shared miniperl invocation
43673              From: Alexey Tourbin <at@altlinux.ru>
43674              Date: Fri, 4 Jun 2004 13:24:17 +0400
43675              Message-ID: <20040604092417.GA13447@solemn.turbinal.org>
43676      Branch: perl
43677            ! Makefile.SH
43678 ____________________________________________________________________________
43679 [ 22923] By: rgs                                   on 2004/06/09  19:47:47
43680         Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure
43681              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
43682              Date: Mon, 7 Jun 2004 00:28:55 -0700
43683              Message-ID: <20040607072854.GB1028@efn.org>
43684      Branch: perl
43685            ! pod/perldiag.pod
43686 ____________________________________________________________________________
43687 [ 22922] By: rgs                                   on 2004/06/09  18:40:45
43688         Log: Remove the "malloc wrappage" tests, due to their unportability
43689              (as suggested by Jarkko.)
43690      Branch: perl
43691            ! t/op/array.t t/op/repeat.t
43692 ____________________________________________________________________________
43693 [ 22921] By: rgs                                   on 2004/06/09  15:57:58
43694         Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V
43695              From: Robin Barker <Robin.Barker@npl.co.uk>
43696              Date: Wed, 9 Jun 2004 12:02:01 +0100
43697              Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk>
43698              with further adjustements for bleadperl
43699      Branch: perl
43700            ! configpm lib/Config.t
43701 ____________________________________________________________________________
43702 [ 22920] By: rgs                                   on 2004/06/09  13:13:29
43703         Log: Upgrade to Pod::Parser 1.28
43704              (except Pod::Find, which has local patches not yet on CPAN)
43705      Branch: perl
43706            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm
43707            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
43708            ! t/pod/find.t
43709 ____________________________________________________________________________
43710 [ 22919] By: mhx                                   on 2004/06/09  12:50:12
43711         Log: s/64bit/64-bit/g for consistency in the READMEs.
43712      Branch: perl
43713            ! README.aix README.hpux
43714 ____________________________________________________________________________
43715 [ 22918] By: rgs                                   on 2004/06/09  12:43:59
43716         Log: Subject: [patch] Windows/Win32 thread handle leak with threads join
43717              From: "Kevin Chase" <kevincha99@hotmail.com>
43718              Date: Sun, 06 Jun 2004 09:44:44 -0700
43719              Message-ID: <BAY2-F172Ih5h5xf4rJ0001a3a6@hotmail.com>
43720      Branch: perl
43721            ! ext/threads/threads.xs
43722 ____________________________________________________________________________
43723 [ 22917] By: merijn                                on 2004/06/09  11:46:23
43724         Log: Several updates, major, and minor corrections, model updates,
43725              explained the model numbering of HP-UX servers.
43726      Branch: perl
43727            ! README.hpux
43728 ____________________________________________________________________________
43729 [ 22916] By: rgs                                   on 2004/06/09  09:53:58
43730         Log: Upgrade to Pod::Perldoc 3.13
43731      Branch: perl
43732            + lib/Pod/Perldoc/t/01_about_verbose.t
43733            ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
43734 ____________________________________________________________________________
43735 [ 22915] By: rgs                                   on 2004/06/09  09:08:46
43736         Log: Upgrade to Digest 1.08.
43737      Branch: perl
43738            ! lib/Digest.pm
43739 ____________________________________________________________________________
43740 [ 22914] By: rgs                                   on 2004/06/09  08:08:55
43741         Log: Upgrade to CGI.pm 3.05
43742      Branch: perl
43743            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t
43744 ____________________________________________________________________________
43745 [ 22913] By: davem                                 on 2004/06/08  22:20:40
43746         Log: double DESTROY in for loop
43747              pp_iter decremented the ref count of the previous iterant before
43748              unaliasing it. This could lead to DESTROY being called with the
43749              loop variable still aliased to the freed value. If the DESTROY
43750              also contained a for loop with the same iterator variable, the
43751              freed value would get resurrected then freed for a second time.
43752      Branch: perl
43753            ! pp_hot.c t/cmd/for.t
43754 ____________________________________________________________________________
43755 [ 22912] By: rgs                                   on 2004/06/08  18:51:03
43756         Log: Upgrade to Pod::LaTeX 0.57
43757      Branch: perl
43758            + lib/Pod/t/user.t
43759            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
43760 ____________________________________________________________________________
43761 [ 22911] By: rgs                                   on 2004/06/08  18:42:29
43762         Log: Upgrade to Unicode::Normalize 0.30.
43763      Branch: perl
43764            ! ext/Unicode/Normalize/Changes
43765            ! ext/Unicode/Normalize/Normalize.pm
43766            ! ext/Unicode/Normalize/Normalize.xs
43767            ! ext/Unicode/Normalize/t/illegal.t
43768            ! ext/Unicode/Normalize/t/short.t
43769            ! ext/Unicode/Normalize/t/split.t
43770 ____________________________________________________________________________
43771 [ 22910] By: rgs                                   on 2004/06/08  18:40:38
43772         Log: Remove a spurious \n in a perltie example,
43773              noticed by Geoffrey Young.
43774      Branch: perl
43775            ! pod/perltie.pod
43776 ____________________________________________________________________________
43777 [ 22909] By: rgs                                   on 2004/06/08  18:34:23
43778         Log: Upgrade to Unicode::Collate 0.40
43779      Branch: perl
43780            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t
43781 ____________________________________________________________________________
43782 [ 22908] By: rgs                                   on 2004/06/08  18:23:54
43783         Log: Upgrade to Time::Local 1.10.
43784      Branch: perl
43785            ! lib/Time/Local.pm lib/Time/Local.t
43786 ____________________________________________________________________________
43787 [ 22907] By: rgs                                   on 2004/06/08  18:02:59
43788         Log: Upgrade to Test::Harness 2.42
43789      Branch: perl
43790            ! lib/Test/Harness.pm lib/Test/Harness/Changes
43791            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t
43792 ____________________________________________________________________________
43793 [ 22906] By: nicholas                              on 2004/06/08  14:59:20
43794         Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01
43795              As spotted by Jerry D. Hedden
43796      Branch: perl
43797            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
43798 ____________________________________________________________________________
43799 [ 22905] By: rgs                                   on 2004/06/08  13:53:40
43800         Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised
43801              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
43802              Date: Fri, 4 Jun 2004 16:29:44 +0200
43803              Message-Id: <20040604162944.4011f1c6@r2d2>
43804      Branch: perl
43805            ! pod/perlapi.pod sv.c
43806 ____________________________________________________________________________
43807 [ 22904] By: rgs                                   on 2004/06/08  13:44:27
43808         Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris
43809              From: Jarkko Hietaniemi <jhi@iki.fi>
43810              Date: Mon, 07 Jun 2004 20:09:42 +0300
43811              Message-ID: <40C4A156.5030205@iki.fi>
43812      Branch: perl
43813            ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t
43814 ____________________________________________________________________________
43815 [ 22903] By: rgs                                   on 2004/06/08  10:19:27
43816         Log: Subject: [perl #30073] Misleading docs of Text::Wrap
43817              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
43818              Date: 6 Jun 2004 21:50:19 -0000
43819              Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org>
43820      Branch: perl
43821            ! lib/Text/Wrap.pm
43822 ____________________________________________________________________________
43823 [ 22902] By: rgs                                   on 2004/06/06  07:49:27
43824         Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T
43825              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
43826              Date: Sun, 06 Jun 2004 00:37:21 +0900
43827              Message-Id: <20040606003344.57B2.BQW10602@nifty.com>
43828      Branch: perl
43829            ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t
43830 ____________________________________________________________________________
43831 [ 22901] By: rgs                                   on 2004/06/03  15:19:52
43832         Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs
43833              From: Steve Hay <steve.hay@uk.radan.com>
43834              Date: Thu, 03 Jun 2004 15:46:17 +0100
43835              Message-ID: <40BF39B9.3060207@uk.radan.com>
43836      Branch: perl
43837            ! README.win32 win32/makefile.mk
43838 ____________________________________________________________________________
43839 [ 22900] By: rgs                                   on 2004/06/03  13:20:37
43840         Log: perlpodspec uses 'nonbreaking' and 'non-breaking'.
43841              Normalize on the hyphenated spelling.
43842      Branch: perl
43843            ! pod/perlpodspec.pod
43844 ____________________________________________________________________________
43845 [ 22899] By: rgs                                   on 2004/06/03  13:03:20
43846         Log: Workaround a dmake oddity.
43847              Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
43848              From: Steve Hay <steve.hay@uk.radan.com>
43849              Date: Thu, 03 Jun 2004 12:16:13 +0100
43850              Message-ID: <40BF087D.8030005@uk.radan.com>
43851      Branch: perl
43852            ! win32/makefile.mk
43853 ____________________________________________________________________________
43854 [ 22898] By: rgs                                   on 2004/06/03  09:02:31
43855         Log: Carp was mostly unusable with Safe because it may require
43856              Carp::Heavy at run-time (while require() is forbidden.)
43857              Have Safe load Carp::Heavy.
43858      Branch: perl
43859            ! ext/Opcode/Safe.pm lib/Carp.pm
43860 ____________________________________________________________________________
43861 [ 22897] By: mhx                                   on 2004/06/02  18:03:40
43862         Log: Make change #22889 work for threaded builds, Part 2.
43863      Branch: perl
43864            ! XSUB.h
43865 ____________________________________________________________________________
43866 [ 22896] By: mhx                                   on 2004/06/02  17:18:44
43867         Log: Make change #22889 work for threaded builds.
43868      Branch: perl
43869            ! pad.c pp.c
43870 ____________________________________________________________________________
43871 [ 22895] By: mhx                                   on 2004/06/02  16:48:41
43872         Log: Fix apidoc entries for PUSHMARK and newXSproto.
43873      Branch: perl
43874            ! XSUB.h pod/perlapi.pod pp.h
43875 ____________________________________________________________________________
43876 [ 22894] By: mhx                                   on 2004/06/02  16:42:24
43877         Log: Document embed.fnc 'U' and 's' flags.
43878      Branch: perl
43879            ! embed.fnc
43880 ____________________________________________________________________________
43881 [ 22893] By: rgs                                   on 2004/06/02  08:21:30
43882         Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit
43883              From: "Craig A. Berry" <craigberry@mac.com>
43884              Date: Tue, 01 Jun 2004 23:16:58 -0500
43885              Message-ID: <40BD54BA.9040708@mac.com>
43886      Branch: perl
43887            ! perl.c
43888 ____________________________________________________________________________
43889 [ 22892] By: rgs                                   on 2004/06/02  08:19:30
43890         Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test
43891              From: Alexey Tourbin <at@altlinux.ru>
43892              Date: Sat, 22 May 2004 02:22:22 +0400
43893              Message-ID: <20040521222222.GJ2030@solemn.turbinal.org>
43894      Branch: perl
43895            ! ext/NDBM_File/hints/linux.pl
43896 ____________________________________________________________________________
43897 [ 22891] By: rgs                                   on 2004/06/02  06:47:58
43898         Log: Detypo.
43899      Branch: perl
43900            ! pod/perlintern.pod pp_ctl.c
43901 ____________________________________________________________________________
43902 [ 22890] By: rgs                                   on 2004/06/02  06:43:30
43903         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
43904              From: Andrew Dougherty <doughera@lafayette.edu>
43905              Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT)
43906              Message-ID: <Pine.SOL.4.58.0406011619090.4066@maxwell.phys.lafayette.edu>
43907      Branch: perl
43908            ! INSTALL README
43909 ____________________________________________________________________________
43910 [ 22889] By: rgs                                   on 2004/06/02  06:07:53
43911         Log: Make the dUNDERBAR/UNDERBAR macros work as advertised.
43912              While we're at it, use the same trick to make reverse()
43913              work correctly with lexical $_.
43914      Branch: perl
43915            ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h
43916            ! t/op/mydef.t
43917 ____________________________________________________________________________
43918 [ 22888] By: rgs                                   on 2004/06/01  15:26:59
43919         Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache
43920              From: Alan Burlison <Alan.Burlison@Sun.COM>
43921              Date: Fri, 28 May 2004 12:27:06 +0100
43922              Message-ID: <40B7220A.4040305@sun.com>
43923      Branch: perl
43924            ! lib/FileCache.pm
43925 ____________________________________________________________________________
43926 [ 22887] By: merijn                                on 2004/06/01  14:30:48
43927         Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
43928              From: Steve Hay <steve.hay@uk.radan.com>
43929              Date: Tue, 01 Jun 2004 15:30:37 +0100
43930              Message-ID: <40BC930D.90701@uk.radan.com>
43931      Branch: perl
43932            ! win32/Makefile win32/makefile.mk
43933 ____________________________________________________________________________
43934 [ 22886] By: rgs                                   on 2004/06/01  12:24:30
43935         Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
43936              From: Alan Burlison <Alan.Burlison@sun.com>
43937              Date: Fri, 28 May 2004 23:28:44 +0100
43938              Message-ID: <40B7BD1C.40309@sun.com>
43939      Branch: perl
43940            ! lib/Pod/Find.pm
43941 ____________________________________________________________________________
43942 [ 22885] By: rgs                                   on 2004/06/01  12:17:18
43943         Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
43944              From: Paul Fenwick <pjf@perltraining.com.au>
43945              Date: Tue, 1 Jun 2004 11:31:34 +1000
43946              Message-ID: <20040601013134.GA11005@perltraining.com.au>
43947      Branch: perl
43948            ! pod/perlfunc.pod
43949 ____________________________________________________________________________
43950 [ 22884] By: merijn                                on 2004/06/01  10:51:33
43951         Log: Subject: [PATCH] configure.com and PERL_API_REVISION
43952              From: "Craig A. Berry" <craigberry@mac.com>
43953              Date: Mon, 31 May 2004 21:04:07 -0500
43954              Message-ID: <40BBE417.2090001@mac.com>
43955      Branch: perl
43956            ! configure.com
43957 ____________________________________________________________________________
43958 [ 22883] By: rgs                                   on 2004/06/01  09:25:32
43959         Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw
43960              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
43961              Date: Tue, 1 Jun 2004 07:52:58 +0200
43962              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at>
43963      Branch: perl
43964            ! lib/Shell.pm
43965 ____________________________________________________________________________
43966 [ 22882] By: rgs                                   on 2004/06/01  08:44:01
43967         Log: Subject: [PATCH] perlhack.pod - working with the Perl source
43968              From: Dave Rolsky <autarch@urth.org>
43969              Date: Mon, 31 May 2004 12:52:43 -0500 (CDT)
43970              Message-ID: <Pine.LNX.4.58.0405311250520.7714@urth.org>
43971      Branch: perl
43972            ! pod/perlhack.pod
43973 ____________________________________________________________________________
43974 [ 22881] By: nicholas                              on 2004/05/31  19:06:21
43975         Log: replace the run time code in lib/utf8_pva.pl with data generated
43976              at build by mktables, stored in lib/unicore/PVA.pl
43977      Branch: perl
43978            - lib/utf8_pva.pl
43979            ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl
43980            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
43981 ____________________________________________________________________________
43982 [ 22880] By: nicholas                              on 2004/05/31  17:26:56
43983         Log: Don't need to require utf8_pva.pl at top of file
43984      Branch: perl
43985            ! lib/utf8_heavy.pl
43986 ____________________________________________________________________________
43987 [ 22879] By: nicholas                              on 2004/05/31  14:24:56
43988         Log: Run mktables as part of the build process.
43989              Don't ship any of the files that it generates in lib/unicore
43990      Branch: perl
43991            - (delete 419 files)
43992            ! MANIFEST Makefile.SH lib/unicore/mktables
43993            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
43994 ____________________________________________________________________________
43995 [ 22878] By: rgs                                   on 2004/05/31  14:20:53
43996         Log: Subject: [perl #29937] Entries missing from .packlist
43997              From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org>
43998              Date: 28 May 2004 19:23:48 -0000
43999              Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org>
44000      Branch: perl
44001            ! installman installperl
44002 ____________________________________________________________________________
44003 [ 22877] By: rgs                                   on 2004/05/31  12:50:57
44004         Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
44005              From: <wolfgang.laun@chello.at>
44006              Date: Sun, 30 May 2004 17:27:07 +0200
44007              Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost>
44008      Branch: perl
44009            ! utils/h2ph.PL
44010 ____________________________________________________________________________
44011 [ 22876] By: rgs                                   on 2004/05/31  09:52:05
44012         Log: Subject: [PATCH] Fix anomalies in Carp functions
44013              From: Steve Hay <steve.hay@uk.radan.com>
44014              Date: Tue, 25 May 2004 16:05:02 +0100
44015              Message-ID: <40B3609E.5060502@uk.radan.com>
44016      Branch: perl
44017            ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t
44018 ____________________________________________________________________________
44019 [ 22875] By: rgs                                   on 2004/05/31  09:25:37
44020         Log: Subject: [PATCH] Fix generation of perlapi.pod
44021              From: Steve Hay <steve.hay@uk.radan.com>
44022              Date: Fri, 28 May 2004 11:46:41 +0100
44023              Message-ID: <40B71891.6090806@uk.radan.com>
44024      Branch: perl
44025            ! autodoc.pl pod/perlapi.pod
44026 ____________________________________________________________________________
44027 [ 22874] By: davem                                 on 2004/05/30  22:31:03
44028         Log: Subject:  Re: my $x->{foo} doesn't work
44029              From:  Shinya Hayakawa <hayakawa@livedoor.jp>
44030              Date:  Tue, 25 May 2004 00:06:06 +0900
44031              Message-Id:  <200405250006.06387.hayakawa@livedoor.jp>
44032
44033              Allow autovivification of (my $x)->{foo}
44034      Branch: perl
44035            ! pp_hot.c t/op/my.t
44036 ____________________________________________________________________________
44037 [ 22873] By: nicholas                              on 2004/05/30  21:58:36
44038         Log: Convert to using File::Spec, so that we can build Unicode files
44039              on all platforms
44040      Branch: perl
44041            ! lib/unicore/mktables
44042 ____________________________________________________________________________
44043 [ 22872] By: nicholas                              on 2004/05/30  20:34:07
44044         Log: First step to generating Unicode files for the regexp engine at build
44045              time - targets in the Makefile
44046      Branch: perl
44047            ! Makefile.SH
44048 ____________________________________________________________________________
44049 [ 22870] By: davem                                 on 2004/05/30  14:30:45
44050         Log: Problem with autouse (causing Perl to crash)
44051              @_ sometimes wasn't getting created right
44052      Branch: perl
44053            ! pad.c pp_ctl.c t/op/goto.t
44054 ____________________________________________________________________________
44055 [ 22868] By: nicholas                              on 2004/05/30  13:57:05
44056         Log: Upgrade to Encode 2.01.
44057      Branch: perl
44058            ! ext/Encode/lib/Encode/CN/HZ.pm
44059            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
44060 ____________________________________________________________________________
44061 [ 22866] By: nicholas                              on 2004/05/30  13:11:41
44062         Log: Skip in minitest
44063      Branch: perl
44064            ! t/comp/utf.t
44065 ____________________________________________________________________________
44066 [ 22853] By: rgs                                   on 2004/05/28  06:29:28
44067         Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable?
44068              From: Stas Bekman <stas@stason.org>
44069              Date: Thu, 27 May 2004 11:25:08 -0700
44070              Message-ID: <40B63284.5040203@stason.org>
44071      Branch: perl
44072            ! pod/perlapi.pod pod/perlguts.pod sv.h
44073 ____________________________________________________________________________
44074 [ 22852] By: merijn                                on 2004/05/28  05:31:25
44075         Log: Subject: TEST needs to ignore SCM files
44076              From: Alan Burlison <Alan.Burlison@sun.com>
44077              Date: Thu, 27 May 2004 23:32:28 +0100
44078              Message-ID: <40B66C7C.8030303@sun.com>
44079      Branch: perl
44080            ! t/TEST
44081 ____________________________________________________________________________
44082 [ 22850] By: rgs                                   on 2004/05/26  16:17:24
44083         Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets
44084              From: Alan Burlison <Alan.Burlison@sun.com>
44085              Date: Wed, 26 May 2004 16:24:03 +0100
44086              Message-ID: <40B4B693.9090905@sun.com>
44087              (using \0 as a separator for q//)
44088      Branch: perl
44089            ! perl.c
44090 ____________________________________________________________________________
44091 [ 22848] By: rgs                                   on 2004/05/26  08:15:29
44092         Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics
44093              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44094              Date: Tue, 25 May 2004 02:29:37 -0700
44095              Message-ID: <20040525092937.GA2332@efn.org>
44096      Branch: perl
44097            ! lib/diagnostics.pm
44098 ____________________________________________________________________________
44099 [ 22843] By: rgs                                   on 2004/05/24  16:12:41
44100         Log: Tests for change #22842, by SADAHIRO Tomoyuki
44101              (adapted to the core)
44102      Branch: perl
44103            + t/op/utftaint.t
44104            ! MANIFEST
44105 ____________________________________________________________________________
44106 [ 22842] By: rgs                                   on 2004/05/24  15:55:23
44107         Log: Subject: Re: utf-8 and taint don't work together
44108              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
44109              Date: Sat, 22 May 2004 21:38:33 +0900
44110              Message-Id: <20040522212704.C068.BQW10602@nifty.com>
44111
44112              Date: Sun, 23 May 2004 09:56:15 +0900
44113              Message-Id: <20040523095609.E404.BQW10602@nifty.com>
44114      Branch: perl
44115            ! ext/Encode/lib/Encode/CN/HZ.pm
44116            ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c
44117 ____________________________________________________________________________
44118 [ 22841] By: rgs                                   on 2004/05/24  11:43:32
44119         Log: Subject: [PATCH] win32_chsize is not exported on Win32
44120              From: Steve Hay <steve.hay@uk.radan.com>
44121              Date: Mon, 24 May 2004 12:52:48 +0100
44122              Message-ID: <40B1E210.4050202@uk.radan.com>
44123      Branch: perl
44124            ! makedef.pl
44125 ____________________________________________________________________________
44126 [ 22840] By: rgs                                   on 2004/05/24  11:23:31
44127         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
44128              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44129              Date: Fri, 21 May 2004 11:35:34 -0700
44130              Message-ID: <20040521183533.GA5108@efn.org>
44131              (plus whitespace removal)
44132      Branch: perl
44133            ! INSTALL
44134 ____________________________________________________________________________
44135 [ 22839] By: davem                                 on 2004/05/22  11:15:34
44136         Log: Optimization busted: '@a = "b", sort @a' drops "b"
44137              Fix the sort-in-place optimization of change #22349.
44138      Branch: perl
44139            ! op.c t/op/sort.t
44140 ____________________________________________________________________________
44141 [ 22838] By: gbarr                                 on 2004/05/22  07:41:21
44142         Log: Update to Scalar-List-Utils-1.14
44143      Branch: perl
44144            + ext/List/Util/Changes
44145            - ext/List/Util/ChangeLog
44146            ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs
44147            ! ext/List/Util/lib/List/Util.pm
44148            ! ext/List/Util/lib/Scalar/Util.pm
44149 ____________________________________________________________________________
44150 [ 22837] By: rgs                                   on 2004/05/21  15:40:49
44151         Log: Subject: Proposed doc patch for getsockopt
44152              From: perl5-porters@ton.iguana.be (Ton Hospel)
44153              Date: Sun, 16 May 2004 13:35:20 +0000 (UTC)
44154              Message-Id: <c87qmo$u9b$1@post.home.lunix>
44155      Branch: perl
44156            ! pod/perlfunc.pod
44157 ____________________________________________________________________________
44158 [ 22836] By: rgs                                   on 2004/05/21  08:45:28
44159         Log: Subject: [PATCH] h2xs doesn't recognize indented enums
44160              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
44161              Date: Fri, 21 May 2004 10:51:58 +0200
44162              Message-id: <20040521085158.GA10660@ethan>
44163              (modified regexp)
44164      Branch: perl
44165            ! utils/h2xs.PL
44166 ____________________________________________________________________________
44167 [ 22835] By: rgs                                   on 2004/05/20  13:30:25
44168         Log: Upgrade to Encode 2.00.
44169      Branch: perl
44170            ! (edit 147 files)
44171 ____________________________________________________________________________
44172 [ 22833] By: rgs                                   on 2004/05/20  11:48:29
44173         Log: Test portability nit.
44174              Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
44175              From: Steve Hay <steve.hay@uk.radan.com>
44176              Date: Tue, 18 May 2004 11:31:04 +0100
44177              Message-ID: <40A9E5E8.7030800@uk.radan.com>
44178      Branch: perl
44179            ! ext/B/t/optree_specials.t
44180 ____________________________________________________________________________
44181 [ 22831] By: davem                                 on 2004/05/19  21:02:04
44182         Log: improve hashing algorithm for ptr tables in perl_clone:
44183              the bottom few bits of a pointer are usually zero
44184      Branch: perl
44185            ! sv.c
44186 ____________________________________________________________________________
44187 [ 22830] By: davem                                 on 2004/05/19  20:17:55
44188         Log: Thread creation time is hypersensitive
44189
44190              Due to a logic error, the dup ptr table sometimes wans't being
44191              grown, leading to extremely slow cloning.
44192      Branch: perl
44193            ! sv.c
44194 ____________________________________________________________________________
44195 [ 22829] By: rgs                                   on 2004/05/18  13:05:48
44196         Log: perlrun.pod minor fixes :
44197              - the parameter to -x is optional
44198              - pod nit
44199      Branch: perl
44200            ! pod/perlrun.pod
44201 ____________________________________________________________________________
44202 [ 22828] By: rgs                                   on 2004/05/18  12:54:47
44203         Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4
44204              From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org>
44205              Date: 16 May 2004 13:33:32 -0000
44206              Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org>
44207      Branch: perl
44208            ! lib/h2xs.t
44209 ____________________________________________________________________________
44210 [ 22827] By: rgs                                   on 2004/05/18  12:16:42
44211         Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
44212              From: Steve Hay <steve.hay@uk.radan.com>
44213              Date: Fri, 14 May 2004 17:33:17 +0100
44214              Message-ID: <40A4F4CD.2000003@uk.radan.com>
44215      Branch: perl
44216            ! t/comp/utf.t
44217 ____________________________________________________________________________
44218 [ 22826] By: rgs                                   on 2004/05/18  08:15:27
44219         Log: Error message too wide.
44220      Branch: perl
44221            ! perl.c
44222 ____________________________________________________________________________
44223 [ 22825] By: rgs                                   on 2004/05/17  15:12:03
44224         Log: Remove a TODO test that is no longer to do.
44225      Branch: perl
44226            ! ext/B/t/f_sort.t
44227 ____________________________________________________________________________
44228 [ 22824] By: rgs                                   on 2004/05/17  15:08:40
44229         Log: Fix new B::Concise test output
44230              Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu)
44231              From: Jim Cromie <jcromie@divsol.com>
44232              Date: Mon, 17 May 2004 09:19:00 -0600
44233              Message-ID: <40A8D7E4.1020007@divsol.com>
44234      Branch: perl
44235            ! ext/B/t/f_sort.t t/TEST
44236 ____________________________________________________________________________
44237 [ 22823] By: rgs                                   on 2004/05/17  08:54:15
44238         Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches
44239              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
44240              Date: Mon, 17 May 2004 07:38:19 +0200
44241              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>
44242      Branch: perl
44243            ! ext/File/Glob/Glob.xs
44244 ____________________________________________________________________________
44245 [ 22822] By: rgs                                   on 2004/05/17  08:49:53
44246         Log: David Manura is the new maintainer of Text::Balanced.
44247      Branch: perl
44248            ! Porting/Maintainers.pl
44249 ____________________________________________________________________________
44250 [ 22821] By: davem                                 on 2004/05/16  15:31:42
44251         Log: make Text::Balanced skip "case /..../" correctly for Switch.pm
44252      Branch: perl
44253            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t
44254 ____________________________________________________________________________
44255 [ 22820] By: rgs                                   on 2004/05/14  16:30:07
44256         Log: Subject: Re: more B::Concise stuff (PATCH - updated)
44257              From: Jim Cromie <jcromie@divsol.com>
44258              Date: Mon, 10 May 2004 05:28:11 -0600
44259              Message-ID: <409F674B.2000506@divsol.com>
44260      Branch: perl
44261            + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t
44262            + ext/B/t/optree_specials.t
44263            ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm
44264            ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t
44265            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
44266            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
44267            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t
44268 ____________________________________________________________________________
44269 [ 22819] By: rgs                                   on 2004/05/14  09:38:43
44270         Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to
44271              access the $_ variable, even when there is a lexical one in scope.
44272      Branch: perl
44273            ! XSUB.h pod/perlapi.pod
44274 ____________________________________________________________________________
44275 [ 22818] By: nicholas                              on 2004/05/13  12:15:17
44276         Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working
44277              From: Jarkko Hietaniemi <jhi@iki.fi>
44278              Message-ID: <40A26D75.8080406@iki.fi>
44279              Date: Wed, 12 May 2004 21:31:17 +0300
44280      Branch: perl
44281            + t/comp/utf.t
44282            ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c
44283 ____________________________________________________________________________
44284 [ 22817] By: rgs                                   on 2004/05/12  16:29:07
44285         Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS
44286              From: Olli Savia (via RT) <perlbug-followup@perl.org>
44287              Date: 12 May 2004 13:02:41 -0000
44288              Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>
44289      Branch: perl
44290            ! sv.c
44291 ____________________________________________________________________________
44292 [ 22816] By: rgs                                   on 2004/05/12  16:16:50
44293         Log: Make XSLoader update @DynaLoader::dl_shared_objects.
44294      Branch: perl
44295            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
44296 ____________________________________________________________________________
44297 [ 22815] By: merijn                                on 2004/05/12  10:43:42
44298         Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe
44299              From: Andy Dougherty <doughera@lafayette.edu>
44300              Date: Tue, 11 May 2004 13:14:42 -0400 (EDT)
44301              Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>
44302      Branch: perl
44303            ! Configure hints/darwin.sh hints/rhapsody.sh
44304 ____________________________________________________________________________
44305 [ 22812] By: mhx                                   on 2004/05/11  17:42:13
44306         Log: Add the byte-order modifiers '<' and '>' to the pack tutorial.
44307              This completes the series: #22734, #22745, #22754, #22780
44308      Branch: perl
44309            ! pod/perlpacktut.pod
44310 ____________________________________________________________________________
44311 [ 22811] By: mhx                                   on 2004/05/11  17:21:35
44312         Log: 'v' unpacks unsigned shorts.
44313      Branch: perl
44314            ! pod/perlpacktut.pod
44315 ____________________________________________________________________________
44316 [ 22810] By: rgs                                   on 2004/05/11  16:35:49
44317         Log: Subject: various -V: searches [PATCH]
44318              From: Jim Cromie <jcromie@divsol.com>
44319              Date: Tue, 11 May 2004 00:15:46 -0600
44320              Message-ID: <40A06F92.1070607@divsol.com>
44321      Branch: perl
44322            ! configpm lib/Config.t pod/perlrun.pod
44323 ____________________________________________________________________________
44324 [ 22809] By: rgs                                   on 2004/05/11  11:00:31
44325         Log: More pod names in the debugger for the runman command
44326      Branch: perl
44327            ! lib/perl5db.pl
44328 ____________________________________________________________________________
44329 [ 22808] By: rgs                                   on 2004/05/11  10:52:27
44330         Log: Subject: [PATCH] debugger (step backwards)
44331              From: Richard.Foley@t-online.de (Richard Foley)
44332              Date: Tue, 11 May 2004 11:04:11 +0200
44333              Message-Id: <200405111104.11484.richard.foley@rfi.net>
44334      Branch: perl
44335            ! lib/perl5db.pl
44336 ____________________________________________________________________________
44337 [ 22807] By: rgs                                   on 2004/05/11  09:16:56
44338         Log: Subject: void context !~ generates "Useless use of not at line..." warning
44339              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44340              Date: Sun, 9 May 2004 00:59:19 -0700
44341              Message-ID: <20040509075919.GA3752@efn.org>
44342      Branch: perl
44343            ! op.c
44344 ____________________________________________________________________________
44345 [ 22806] By: ams                                   on 2004/05/10  22:12:31
44346         Log: Subject: Re: a little extra cmdline help. [PATCH]
44347              From: Jim Cromie <jcromie@divsol.com>
44348              Date: Mon, 10 May 2004 15:25:07 -0600
44349              Message-Id: <409FF333.4020104@divsol.com>
44350      Branch: perl
44351            ! perl.c
44352 ____________________________________________________________________________
44353 [ 22804] By: ams                                   on 2004/05/10  11:10:34
44354         Log: Remove stray '.
44355      Branch: perl
44356            ! lib/File/Copy.pm
44357 ____________________________________________________________________________
44358 [ 22803] By: ams                                   on 2004/05/10  10:14:40
44359         Log: Subject: [PATCH] File::Copy Pod
44360              From: slaven@rezic.de
44361              Date: Mon, 10 May 2004 09:57:37 +0000
44362              Message-Id: <1084183057.10822@devpc01.iconmobile.de>
44363      Branch: perl
44364            ! lib/File/Copy.pm
44365 ____________________________________________________________________________
44366 [ 22802] By: davem                                 on 2004/05/07  19:12:29
44367         Log: symbolic references like ${"foo$index"}*3 would incorrectly warn
44368              that $index was the uninitialized value, when in fact it was $foo1
44369      Branch: perl
44370            ! sv.c t/lib/warnings/9uninit
44371 ____________________________________________________________________________
44372 [ 22801] By: davem                                 on 2004/05/07  18:21:22
44373         Log: Subject:  Re: stdio still supported?
44374              From:  Jim Cromie <jcromie@divsol.com>
44375              Date:  Thu, 06 May 2004 16:37:56 -0600
44376              Message-Id:  <409ABE44.8060307@divsol.com>
44377
44378              Update B::Concise tests to skip stuff requiring the
44379              "open to a scalar" feature of Perlio is it isn't available.
44380              Also note this caveat in perlfunc.pod
44381      Branch: perl
44382            ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t
44383            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
44384            ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
44385            ! pod/perlfunc.pod
44386 ____________________________________________________________________________
44387 [ 22800] By: mhx                                   on 2004/05/07  16:58:57
44388         Log: Windows issues with select() are already documented in perlport.
44389      Branch: perl
44390            ! pod/perlfunc.pod
44391 ____________________________________________________________________________
44392 [ 22799] By: ams                                   on 2004/05/07  13:38:16
44393         Log: Subject: [perl #29397] Change in pod2man arguments
44394              From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
44395              Date: 6 May 2004 22:08:10 -0000
44396              Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>
44397      Branch: perl
44398            ! pod/pod2man.PL
44399 ____________________________________________________________________________
44400 [ 22798] By: mhx                                   on 2004/05/07  11:42:37
44401         Log: Scalar::Util::refaddr falsely returns false
44402              Add mg_get() to refaddr() when SV is magical.
44403              Fix the non-xs version of looks_like_number().
44404      Branch: perl
44405            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
44406            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t
44407 ____________________________________________________________________________
44408 [ 22797] By: mhx                                   on 2004/05/07  10:57:23
44409         Log: Document that select() on Windows doesn't work on non-socket filehandles.
44410      Branch: perl
44411            ! pod/perlfunc.pod
44412 ____________________________________________________________________________
44413 [ 22796] By: mhx                                   on 2004/05/06  17:19:17
44414         Log: Double warning for int(undef) and abs(undef)
44415              Remove the duplicate warnings and update tests.
44416      Branch: perl
44417            ! pp.c t/lib/warnings/9uninit
44418 ____________________________________________________________________________
44419 [ 22793] By: rgs                                   on 2004/05/06  14:43:08
44420         Log: Add a small script to check whether a perl source tree
44421              (with or without generated files) is friendly with
44422              case-insensitive filesystems.
44423              Adapted from :
44424              Subject: Re: STerm.pl vs Sterm.pl
44425              From: James Mastros <james@mastros.biz>
44426              Date: Thu, 06 May 2004 14:45:53 +0200
44427              Message-ID: <20040506124556.2402.qmail@onion.perl.org>
44428      Branch: perl
44429            + Porting/checkcase.pl
44430            ! MANIFEST
44431 ____________________________________________________________________________
44432 [ 22789] By: rgs                                   on 2004/05/06  12:33:14
44433         Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
44434              From: bilbo@ua.fm
44435              Date: Wed, 28 Apr 2004 00:19:55 +0300
44436              Message-ID: <611491036.20040428001955@ua.fm>
44437      Branch: perl
44438            ! win32/win32.c
44439 ____________________________________________________________________________
44440 [ 22788] By: merijn                                on 2004/05/06  11:35:21
44441         Log: add -pipe to gcc's default flags
44442              it has shown a compile time speed increase of about 40% on
44443              Linux and HP-UX, and also works on cygwin-1.5.9. On failing
44444              OS/gcc combo's remove it in the hints
44445      Branch: perl
44446            ! Configure
44447 ____________________________________________________________________________
44448 [ 22783] By: mhx                                   on 2004/05/05  19:02:28
44449         Log: Add tests for mX?PUSH[inup] macros.
44450
44451              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
44452              From: Steve Hay <steve.hay@uk.radan.com>
44453              Date: Wed, 05 May 2004 15:34:45 +0100
44454              Message-ID: <4098FB85.1060602@uk.radan.com>
44455      Branch: perl
44456            + ext/XS/APItest/t/push.t
44457            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
44458            ! ext/XS/APItest/MANIFEST
44459 ____________________________________________________________________________
44460 [ 22782] By: rgs                                   on 2004/05/05  16:14:25
44461         Log: Subject: Problem with h2xs
44462              From: David Cannings <lists@edeca.net>
44463              Date: Mon, 3 May 2004 13:44:33 +0100
44464              Message-Id: <200405031344.33723.lists@edeca.net>
44465              (Second patch only)
44466      Branch: perl
44467            ! utils/h2xs.PL
44468 ____________________________________________________________________________
44469 [ 22781] By: davem                                 on 2004/05/04  19:20:36
44470         Log: Bizarre copy of ARRAY
44471              make sure a pad op's flags are updated after optimising away
44472              the assignment in my @a = () (see change 22520).
44473      Branch: perl
44474            ! op.c t/op/my.t
44475 ____________________________________________________________________________
44476 [ 22780] By: mhx                                   on 2004/05/04  14:46:05
44477         Log: Add byte-order group modifiers to (un)pack templates.
44478              Follow-up on: #22734, #22745, #22753, #22754.
44479
44480              Subject: Group modifiers in (un)pack templates
44481              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
44482              Date: Mon, 3 May 2004 20:14:41 +0200
44483              Message-Id: <20040503201441.1b058e0d@r2d2>
44484      Branch: perl
44485            ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
44486 ____________________________________________________________________________
44487 [ 22779] By: mhx                                   on 2004/05/04  14:30:39
44488         Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)
44489
44490              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
44491              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
44492              Date: Mon, 3 May 2004 20:03:28 +0200
44493              Message-Id: <20040503200328.24efcda5@r2d2>
44494      Branch: perl
44495            ! pp.h
44496 ____________________________________________________________________________
44497 [ 22778] By: davem                                 on 2004/05/03  21:07:44
44498         Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh)
44499      Branch: perl
44500            ! t/io/open.t
44501 ____________________________________________________________________________
44502 [ 22777] By: davem                                 on 2004/05/03  20:48:53
44503         Log: add test for change #22776 ("open m" crashes Perl)
44504      Branch: perl
44505            ! t/io/open.t
44506 ____________________________________________________________________________
44507 [ 22776] By: davem                                 on 2004/05/03  20:26:22
44508         Log: perl -e "open m" crashes Perl
44509      Branch: perl
44510            ! toke.c
44511 ____________________________________________________________________________
44512 [ 22775] By: davem                                 on 2004/05/03  18:52:39
44513         Log: scalar delete of empty slice returned garbage
44514      Branch: perl
44515            ! pp.c t/op/delete.t
44516 ____________________________________________________________________________
44517 [ 22774] By: davem                                 on 2004/05/03  17:44:44
44518         Log: split could leave an array without &PL_sv_undef
44519              in the unused elements
44520      Branch: perl
44521            ! pp.c t/op/split.t
44522 ____________________________________________________________________________
44523 [ 22773] By: nicholas                              on 2004/05/03  13:59:08
44524         Log: Subject: Re: "fuzzy" in mktables
44525              From: Jarkko Hietaniemi <jhi@iki.fi>
44526              Message-ID: <4093A82B.6040609@iki.fi>
44527              Date: Sat, 01 May 2004 16:37:47 +0300
44528      Branch: perl
44529            ! lib/unicore/mktables
44530 ____________________________________________________________________________
44531 [ 22772] By: davem                                 on 2004/05/03  13:33:21
44532         Log: remove spurious intentation in utf8_pva.pl
44533      Branch: perl
44534            ! lib/utf8_pva.pl
44535 ____________________________________________________________________________
44536 [ 22771] By: davem                                 on 2004/05/03  13:28:24
44537         Log: ensure that utf8 Perl code magically called from a regex localizes $.
44538      Branch: perl
44539            ! lib/utf8_pva.pl
44540 ____________________________________________________________________________
44541 [ 22770] By: nicholas                              on 2004/05/03  11:19:10
44542         Log: Integrate:
44543              [ 22694]
44544              For maint, I don't think that we can have sperl go sulky if invoked
44545              from a #! line. So keep .../sperl functional, and have the /dev/fd/...
44546              only set ID exectuable reside under a different name (suidperl)
44547
44548              [ 22700]
44549              The set uid perl is now called setuidperl. Not suidperl.
44550              Which I discover is hardlinked from sperl by ./installperl
44551              elsewhere. Helpfully confusing installperl script.
44552
44553              [ 22718]
44554              Revert 22700 (as part of changes suggested by Brendan O'Dea)
44555
44556              [ 22719]
44557              Revert 22694
44558
44559              [ 22720]
44560              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
44561              binary must have fd script conundrum, as suggested by Brendan O'Dea
44562              Plus restore the more helpful error message from 22694 and the gist
44563              of the perl584delta changes from 22700
44564      Branch: perl
44565           !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod
44566 ____________________________________________________________________________
44567 [ 22769] By: nicholas                              on 2004/05/03  10:37:45
44568         Log: Subject: [perl #29073] Reference to incorrect method in documentation of
44569              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
44570              Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
44571              Date: 22 Apr 2004 10:49:22 -0000
44572      Branch: perl
44573            ! lib/Text/ParseWords.pm
44574 ____________________________________________________________________________
44575 [ 22768] By: nicholas                              on 2004/05/02  22:40:18
44576         Log: It seems daft to me that we have a synopis example that will fail if
44577              gcc happened to be invoked via the name cc, and completely ignores
44578              the far more reliable 'gccversion' variable
44579              So here's one using 'usethreads' that ought to work everywhere.
44580      Branch: perl
44581            ! configpm
44582 ____________________________________________________________________________
44583 [ 22765] By: nicholas                              on 2004/05/02  18:18:25
44584         Log: Make t/uni/class.t pass on case insensitive file systems
44585      Branch: perl
44586            ! t/uni/class.t
44587 ____________________________________________________________________________
44588 [ 22764] By: nicholas                              on 2004/05/02  17:57:12
44589         Log: Save some repeated strlen()s in Perl_swash_init
44590      Branch: perl
44591            ! utf8.c
44592 ____________________________________________________________________________
44593 [ 22763] By: nicholas                              on 2004/05/01  14:07:45
44594         Log: And that same fool forgot to add the not-really-needed "fuzzy" versions
44595              of some binary property files
44596      Branch: perl
44597            + lib/unicore/lib/gc_sc/Dash2.pl
44598            + lib/unicore/lib/gc_sc/Hyphen2.pl
44599            + lib/unicore/lib/gc_sc/Radical2.pl
44600 ____________________________________________________________________________
44601 [ 22762] By: nicholas                              on 2004/05/01  14:06:05
44602         Log: Some fool removed lib/unicore/ArabicShaping.txt    in change 22760
44603      Branch: perl
44604            ! MANIFEST
44605 ____________________________________________________________________________
44606 [ 22761] By: nicholas                              on 2004/05/01  14:02:59
44607         Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory
44608              by making the %BaseName check global
44609      Branch: perl
44610            + lib/unicore/lib/gc_sc/Sterm2.pl
44611            - lib/unicore/lib/gc_sc/Sterm.pl
44612            ! MANIFEST lib/unicore/Canonical.pl
44613            ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl
44614            ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables
44615 ____________________________________________________________________________
44616 [ 22760] By: nicholas                              on 2004/05/01  13:17:09
44617         Log: Remove the no-longer autogenerated Unicode files
44618      Branch: perl
44619            - (delete 322 files)
44620            ! MANIFEST
44621 ____________________________________________________________________________
44622 [ 22759] By: nicholas                              on 2004/05/01  11:16:35
44623         Log: mktables requires post 5.005
44624      Branch: perl
44625            ! lib/unicore/mktables
44626 ____________________________________________________________________________
44627 [ 22758] By: davem                                 on 2004/04/30  11:48:55
44628         Log: disable problematical 'uninitialized value' warning tests
44629      Branch: perl
44630            ! t/lib/warnings/9uninit
44631 ____________________________________________________________________________
44632 [ 22757] By: rgs                                   on 2004/04/30  11:32:03
44633         Log: Follow-up to previous patch: the mX?PUSH[inup] macros
44634              should handle 'set' magic, just like the X?PUSH[inup]
44635              counterparts.
44636      Branch: perl
44637            ! pod/perlapi.pod pp.h
44638 ____________________________________________________________________________
44639 [ 22756] By: rgs                                   on 2004/04/30  10:15:00
44640         Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
44641              From: Steve Hay <steve.hay@uk.radan.com>
44642              Date: Fri, 30 Apr 2004 10:07:21 +0100
44643              Message-ID: <40921749.3050600@uk.radan.com>
44644      Branch: perl
44645            ! pod/perlapi.pod pod/perlguts.pod pp.h
44646 ____________________________________________________________________________
44647 [ 22755] By: nicholas                              on 2004/04/29  18:30:18
44648         Log: Fix 29149 - another UTF8 cache bug hit by substr.
44649              Regression test from:
44650
44651              Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
44652              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
44653              Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
44654              Date: Thu, 29 Apr 2004 10:53:17 +0900
44655      Branch: perl
44656            ! sv.c t/op/substr.t
44657 ____________________________________________________________________________
44658 [ 22754] By: mhx                                   on 2004/04/29  18:29:28
44659         Log: More unpack cleanups.
44660      Branch: perl
44661            ! pp_pack.c
44662 ____________________________________________________________________________
44663 [ 22753] By: mhx                                   on 2004/04/29  17:50:40
44664         Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
44665              Remove all associated code.
44666      Branch: perl
44667            ! hints/cxux.sh pp_pack.c
44668 ____________________________________________________________________________
44669 [ 22752] By: mhx                                   on 2004/04/29  17:38:32
44670         Log: The openbsd 64-bit test should use $uquadtype rather
44671              than hardcoding unsigned long long.
44672      Branch: perl
44673            ! hints/openbsd.sh
44674 ____________________________________________________________________________
44675 [ 22751] By: ams                                   on 2004/04/29  08:24:31
44676         Log: Update to Test.pm 1.25 (from SBURKE).
44677      Branch: perl
44678            + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t
44679            ! MANIFEST lib/Test.pm
44680 ____________________________________________________________________________
44681 [ 22750] By: mhx                                   on 2004/04/28  20:53:29
44682         Log: When configuring for 64-bit support, check that the
44683              C library functions for casting floating point values
44684              to 64-bit integer values are not broken.
44685      Branch: perl
44686            ! hints/openbsd.sh
44687 ____________________________________________________________________________
44688 [ 22749] By: rgs                                   on 2004/04/28  18:28:07
44689         Log: Fix for [perl #28963]: find2perl was sometimes generating
44690              invalid code.
44691      Branch: perl
44692            ! x2p/find2perl.PL
44693 ____________________________________________________________________________
44694 [ 22748] By: rgs                                   on 2004/04/28  13:01:13
44695         Log: Subject: [PATCH] Add diagnostics section to base.pm
44696              From: "Jos I. Boumans" <kane@dwim.org>
44697              Date: Wed, 28 Apr 2004 13:04:47 +0200
44698              Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org>
44699      Branch: perl
44700            ! lib/base.pm
44701 ____________________________________________________________________________
44702 [ 22747] By: merijn                                on 2004/04/28  12:42:50
44703         Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module
44704              Date: 21 Apr 2004 11:07:22 -0000
44705              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
44706              Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>
44707      Branch: perl
44708            ! ext/POSIX/POSIX.pod
44709 ____________________________________________________________________________
44710 [ 22746] By: davem                                 on 2004/04/27  22:21:35
44711         Log: fix a coredump caused by rv2gv not fully converting a PV to an RV
44712      Branch: perl
44713            ! pp.c
44714 ____________________________________________________________________________
44715 [ 22745] By: mhx                                   on 2004/04/27  20:38:00
44716         Log: Cleanup variables in S_(un)pack_rec().
44717              This also works around a gcc optimizer bug on dec_osf/alpha.
44718      Branch: perl
44719            ! pp_pack.c
44720 ____________________________________________________________________________
44721 [ 22744] By: rgs                                   on 2004/04/27  08:43:38
44722         Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance
44723              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
44724              Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT)
44725              Message-ID: <Pine.LNX.4.44.0404221429040.10466-101000@perlmonk.org>
44726
44727              Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT)
44728              Message-ID: <Pine.LNX.4.44.0404261222320.7154-400000@perlmonk.org>
44729      Branch: perl
44730            + (add 406 files)
44731            ! MANIFEST lib/unicore/Canonical.pl
44732            ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl
44733            ! lib/unicore/Exact.pl lib/unicore/Name.pl
44734            ! lib/unicore/Properties lib/unicore/To/Digit.pl
44735            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
44736            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
44737            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perlunicode.pod
44738            ! t/op/pat.t t/uni/class.t
44739 ____________________________________________________________________________
44740 [ 22743] By: merijn                                on 2004/04/26  22:20:30
44741         Log: usemallocwrap works on AIX, but not with vac-5
44742              Date: Mon, 26 Apr 2004 15:35:23 +0200
44743              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44744              Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1
44745              Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl>
44746      Branch: perl
44747            ! hints/aix.sh hints/aix_4.sh
44748 ____________________________________________________________________________
44749 [ 22742] By: davem                                 on 2004/04/24  12:53:07
44750         Log: fix 64-bit casting error in change 22741 (uninit var warnings)
44751      Branch: perl
44752            ! sv.c
44753 ____________________________________________________________________________
44754 [ 22741] By: davem                                 on 2004/04/23  20:43:02
44755         Log: Include variable names in "Use of uninitialized value" warnings
44756      Branch: perl
44757            + t/lib/warnings/9uninit
44758            ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm
44759            ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm
44760            ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t
44761            ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c
44762            ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use
44763            ! t/lib/warnings/3both t/lib/warnings/4lint
44764            ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg
44765            ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
44766            ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util
44767            ! t/run/fresh_perl.t t/run/runenv.t
44768 ____________________________________________________________________________
44769 [ 22739] By: rgs                                   on 2004/04/23  13:32:31
44770         Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x)
44771              From: Richard.Foley@t-online.de (Richard Foley)
44772              Date: Fri, 23 Apr 2004 06:33:34 +0200
44773              Message-Id: <200404230633.34402.richard.foley@rfi.net>
44774      Branch: perl
44775            ! lib/perl5db.pl
44776 ____________________________________________________________________________
44777 [ 22737] By: nicholas                              on 2004/04/23  10:31:20
44778         Log: Ooops. Forgot to update pod.lst, and all that ensues with that
44779      Branch: perl
44780            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
44781            ! vms/descrip_mms.template win32/pod.mak
44782 ____________________________________________________________________________
44783 [ 22736] By: nicholas                              on 2004/04/23  10:11:26
44784         Log: Integrate:
44785              [ 22165]
44786              Create perl584delta.pod
44787              (Not that I'm really proposing to start work on 5.8.4 today)
44788
44789              [ 22650]
44790              Updates from Stas Bekman, Brendan O'Dea and Hugo
44791
44792              [ 22655]
44793              Tweaks from Hugo and Liz
44794
44795              [ 22677]
44796              Improvements from Jarkko
44797
44798              [ 22684]
44799              Integrate:
44800              [ 22665]
44801              AIX-4 with xlc does not like malloc wrap
44802
44803              [ 22666]
44804              Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
44805
44806              [ 22698]
44807              Clarify AIX and win32's malloc wrapping
44808
44809              [ 22700]
44810              The set uid perl is now called setuidperl. Not suidperl.
44811              Which I discover is hardlinked from sperl by ./installperl
44812              elsewhere. Helpfully confusing installperl script.
44813
44814              [ 22703]
44815              More perldelta updates
44816
44817              [ 22710]
44818              Subject:  spelling
44819              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
44820              Date:  Fri, 16 Apr 2004 21:18:18 +0300 (EEST)
44821              Message-Id:  <200404161818.i3GIIILh391648@kosh.hut.fi>
44822
44823              [ 22718]
44824              Revert 22700 (as part of changes suggested by Brendan O'Dea)
44825
44826              [ 22720]
44827              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
44828              binary must have fd script conundrum, as suggested by Brendan O'Dea
44829              Plus restore the more helpful error message from 22694 and the gist
44830              of the perl584delta changes from 22700
44831
44832              [ 22731]
44833              Oink, oink, flap, flap!
44834      Branch: perl
44835           +> pod/perl584delta.pod
44836            ! MANIFEST
44837           !> pod/perlhist.pod
44838 ____________________________________________________________________________
44839 [ 22735] By: merijn                                on 2004/04/23  10:11:23
44840         Log: Subject: [PATCH] Where to find nmake for windows
44841              From: Abe Timmerman <abe@ztreet.demon.nl>
44842              Date: Thu, 22 Apr 2004 23:57:40 +0200
44843              Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
44844              Changed download URL references for nmake
44845      Branch: perl
44846            ! README.win32 pod/perlmodinstall.pod
44847 ____________________________________________________________________________
44848 [ 22734] By: mhx                                   on 2004/04/23  04:07:25
44849         Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates
44850              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
44851              Date: Wed, 21 Apr 2004 21:09:20 +0200
44852              Message-Id: <20040421210920.3c467772@r2d2>
44853      Branch: perl
44854            ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod
44855            ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c
44856 ____________________________________________________________________________
44857 [ 22733] By: rgs                                   on 2004/04/22  12:08:35
44858         Log: Missing copyright in the README.
44859      Branch: perl
44860            ! README
44861 ____________________________________________________________________________
44862 [ 22727] By: nicholas                              on 2004/04/21  15:22:29
44863         Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same
44864              From: Axel Boldt (via RT) <perlbug-followup@perl.org>
44865              Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
44866              Date: 11 Apr 2004 13:08:17 -0000
44867      Branch: perl
44868            ! pod/perlipc.pod
44869 ____________________________________________________________________________
44870 [ 22725] By: nicholas                              on 2004/04/21  14:21:57
44871         Log: Punt the "reporting bugs" section to the top.
44872              Reorder the description of what to do, to start with the most common
44873              case.
44874              Clarify "how to report bugs effectively" (and why it benefits you)
44875      Branch: perl
44876            ! INSTALL
44877 ____________________________________________________________________________
44878 [ 22724] By: nicholas                              on 2004/04/21  12:51:43
44879         Log: This should be L<>
44880      Branch: perl
44881            ! INSTALL
44882 ____________________________________________________________________________
44883 [ 22723] By: nicholas                              on 2004/04/21  09:42:35
44884         Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed
44885      Branch: perl
44886            ! INSTALL
44887 ____________________________________________________________________________
44888 [ 22722] By: nicholas                              on 2004/04/21  09:25:34
44889         Log: We should be telling people about ..exp, else they use the unexpanded
44890              forms and shaft anyone who installs a private perl within ~
44891      Branch: perl
44892            ! INSTALL
44893 ____________________________________________________________________________
44894 [ 22721] By: rgs                                   on 2004/04/21  08:36:38
44895         Log: Subject: [patch] log the interpreter id in warnings
44896              From: Stas Bekman <stas@stason.org>
44897              Date: Mon, 19 Apr 2004 18:10:01 -0700
44898              Message-ID: <40847869.1000906@stason.org>
44899      Branch: perl
44900            ! gv.c handy.h hv.c perl.c sv.c
44901 ____________________________________________________________________________
44902 [ 22717] By: rgs                                   on 2004/04/20  12:27:18
44903         Log: Subject: [PATCH] Sync Term::Cap with CPAN version
44904              From: Jonathan Stowe <jns@gellyfish.com>
44905              Date: Tue, 20 Apr 2004 12:37:28 +0100
44906              Message-Id: <1082461047.2736.96.camel@localhost>
44907      Branch: perl
44908            ! lib/Term/Cap.pm
44909 ____________________________________________________________________________
44910 [ 22716] By: rgs                                   on 2004/04/19  12:26:35
44911         Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying
44912              to read an op that was just freed, which was obviously illegal.
44913      Branch: perl
44914            ! op.c
44915 ____________________________________________________________________________
44916 [ 22715] By: rgs                                   on 2004/04/19  09:34:01
44917         Log: Upgrade to FileCache 1.04.
44918      Branch: perl
44919            ! lib/FileCache.pm
44920 ____________________________________________________________________________
44921 [ 22714] By: rgs                                   on 2004/04/19  08:57:17
44922         Log: New file left out of the last commit.
44923      Branch: perl
44924            + t/uni/class.t
44925 ____________________________________________________________________________
44926 [ 22713] By: rgs                                   on 2004/04/19  08:56:28
44927         Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
44928              From: "Jeff 'japhy' Pinyan" <japhy@perlmonk.org>
44929              Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT)
44930              Message-ID: <Pine.LNX.4.44.0404141659480.11423-301000@perlmonk.org>
44931      Branch: perl
44932            ! MANIFEST pod/perlunicode.pod
44933 ____________________________________________________________________________
44934 [ 22712] By: rgs                                   on 2004/04/19  08:30:20
44935         Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored
44936              From: hv@crypt.org
44937              Date: Wed, 14 Apr 2004 19:30:46 +0100
44938              Message-Id: <200404141830.i3EIUko03728@zen.crypt.org>
44939      Branch: perl
44940            ! regcomp.c regexec.c t/op/pat.t
44941 ____________________________________________________________________________
44942 [ 22708] By: nicholas                              on 2004/04/17  13:25:41
44943         Log: Integrate:
44944              [ 22661]
44945              This is RC1
44946
44947              [ 22705]
44948              This is RC2
44949      Branch: perl
44950           !> pod/perlhist.pod
44951 ____________________________________________________________________________
44952 [ 22706] By: rgs                                   on 2004/04/16  15:53:37
44953         Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation
44954              level (with -O2 miniperl behaves really badly.)
44955      Branch: perl
44956            ! hints/linux.sh
44957 ____________________________________________________________________________
44958 [ 22697] By: merijn                                on 2004/04/15  11:56:32
44959         Log: d_getservbyname_r undef up to at least OpenBSD 3.5
44960              Thanks to Campo Weijerman and Gerard Gerritsen off-list
44961      Branch: perl
44962            ! hints/openbsd.sh
44963 ____________________________________________________________________________
44964 [ 22696] By: merijn                                on 2004/04/14  16:04:40
44965         Log: #24121: Configure under turkish locale fails
44966              toupper (i) != I  in turkish, but U+0130
44967              \N{LATIN CAPITAL LETTER I WITH DOT ABOVE}
44968              Patch supplied by Rafael
44969      Branch: perl
44970            ! Configure
44971 ____________________________________________________________________________
44972 [ 22693] By: rgs                                   on 2004/04/14  08:28:15
44973         Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
44974              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
44975              Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT)
44976              Message-ID: <Pine.LNX.4.44.0404122011160.3038-200000@perlmonk.org>
44977      Branch: perl
44978            ! lib/utf8_heavy.pl
44979 ____________________________________________________________________________
44980 [ 22692] By: rgs                                   on 2004/04/14  07:26:04
44981         Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39
44982              From: John Peacock <jpeacock@rowman.com>
44983              Date: Tue, 13 Apr 2004 20:51:31 -0400
44984              Message-ID: <407C8B13.9020104@rowman.com>
44985      Branch: perl
44986            ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c
44987 ____________________________________________________________________________
44988 [ 22691] By: rgs                                   on 2004/04/14  07:08:52
44989         Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
44990              From: Jan Dubois <jand@ActiveState.com>
44991              Date: Tue, 13 Apr 2004 19:49:32 -0700
44992              Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com
44993      Branch: perl
44994            ! win32/win32.c
44995 ____________________________________________________________________________
44996 [ 22689] By: mhx                                   on 2004/04/12  06:53:24
44997         Log: Borland C doesn't like PERL_MALLOC_WRAP.
44998              Until I know why, the fix is to disable it.
44999      Branch: perl
45000            ! win32/config_H.bc
45001 ____________________________________________________________________________
45002 [ 22688] By: davem                                 on 2004/04/11  14:27:26
45003         Log: Stop PL_comppad pointing to a freed pad during global destruction
45004      Branch: perl
45005            ! sv.c
45006 ____________________________________________________________________________
45007 [ 22687] By: davem                                 on 2004/04/11  13:13:35
45008         Log: Make global cleanup fractionally faster by giving S_visit()
45009              flags/mask to compare SVs against.
45010      Branch: perl
45011            ! embed.fnc embed.h proto.h sv.c
45012 ____________________________________________________________________________
45013 [ 22686] By: gbarr                                 on 2004/04/10  08:08:42
45014         Log: Sync with libnet 1.18
45015      Branch: perl
45016            + lib/Net/Changes.libnet lib/Net/t/datasend.t
45017            - lib/Net/ChangeLog.libnet
45018            ! MANIFEST lib/Net/Cmd.pm lib/Net/FTP.pm lib/Net/NNTP.pm
45019            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
45020            ! lib/Net/Time.pm lib/Net/t/hostname.t
45021 ____________________________________________________________________________
45022 [ 22685] By: mhx                                   on 2004/04/10  06:37:30
45023         Log: Remove two unused variables that gcc used to warn about.
45024      Branch: perl
45025            ! util.c
45026 ____________________________________________________________________________
45027 [ 22682] By: rgs                                   on 2004/04/09  11:44:34
45028         Log: Subject: Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix universal.c)
45029              From: David Dyck <david.dyck@fluke.com>
45030              Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT)
45031              Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>
45032      Branch: perl
45033            ! universal.c
45034 ____________________________________________________________________________
45035 [ 22681] By: rgs                                   on 2004/04/09  07:04:48
45036         Log: find2perl should not default to -print when -eval is specified.
45037              Noticed by David Dyck.
45038      Branch: perl
45039            ! x2p/find2perl.PL
45040 ____________________________________________________________________________
45041 [ 22680] By: rgs                                   on 2004/04/09  06:58:51
45042         Log: Upgrade to Time::HiRes 1.59.
45043      Branch: perl
45044            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
45045            ! ext/Time/HiRes/HiRes.xs
45046 ____________________________________________________________________________
45047 [ 22675] By: rgs                                   on 2004/04/08  13:00:59
45048         Log: Upgrade to Digest 1.06.
45049      Branch: perl
45050            ! lib/Digest.pm
45051 ____________________________________________________________________________
45052 [ 22674] By: rgs                                   on 2004/04/08  12:57:48
45053         Log: Upgrade to Digest 1.06.
45054      Branch: perl
45055            ! lib/Digest.pm
45056 ____________________________________________________________________________
45057 [ 22673] By: rgs                                   on 2004/04/08  09:59:22
45058         Log: Upgrade to Time::HiRes 1.57.
45059      Branch: perl
45060            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
45061            ! ext/Time/HiRes/HiRes.xs
45062 ____________________________________________________________________________
45063 [ 22672] By: nicholas                              on 2004/04/07  20:48:04
45064         Log: Make gmtime and localtime cross reference each other.
45065              Suggested by Dan Jacobson
45066      Branch: perl
45067            ! pod/perlfunc.pod
45068 ____________________________________________________________________________
45069 [ 22671] By: merijn                                on 2004/04/07  17:54:10
45070         Log: Integrated Time-Local-1.09 from Dave Rolsky
45071              Corrected a wrap error from the CPAN version to match #22670
45072              Tested on AIX to make sure the skip is still needed
45073      Branch: perl
45074            ! lib/Time/Local.pm lib/Time/Local.t
45075 ____________________________________________________________________________
45076 [ 22670] By: merijn                                on 2004/04/07  12:03:11
45077         Log: Disable the edge case tests for timegm and timelocal on
45078              AIX-4.3 since the OS is obsoleted, and fixes are not to
45079              be expected
45080      Branch: perl
45081            ! lib/Time/Local.t
45082 ____________________________________________________________________________
45083 [ 22669] By: rgs                                   on 2004/04/07  08:26:48
45084         Log: Fix command-line quoting under Windows for the new optree tests
45085              Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
45086              From: Steve Hay <steve.hay@uk.radan.com>
45087              Date: Wed, 07 Apr 2004 09:46:01 +0100
45088              Message-ID: <4073BFC9.10707@uk.radan.com>
45089      Branch: perl
45090            ! ext/B/t/optree_samples.t
45091 ____________________________________________________________________________
45092 [ 22668] By: rgs                                   on 2004/04/07  08:00:07
45093         Log: Subject: [PATCH] Bleadperl to version 0.37
45094              From: John Peacock <jpeacock@rowman.com>
45095              Date: Tue, 06 Apr 2004 21:56:19 -0400
45096              Message-ID: <40735FC3.5010305@rowman.com>
45097      Branch: perl
45098            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
45099            ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t
45100            ! universal.c util.c
45101 ____________________________________________________________________________
45102 [ 22667] By: rgs                                   on 2004/04/07  07:37:59
45103         Log: The optree builder was looping when constructing the ops
45104              for a map/grep block containing a while(1).
45105              (Bug reported by Pixel.)
45106      Branch: perl
45107            ! op.c t/op/grep.t
45108 ____________________________________________________________________________
45109 [ 22666] By: merijn                                on 2004/04/06  14:44:29
45110         Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
45111      Branch: perl
45112            ! hints/hpux.sh
45113 ____________________________________________________________________________
45114 [ 22665] By: merijn                                on 2004/04/06  13:34:14
45115         Log: AIX-4 with xlc does not like malloc wrap
45116      Branch: perl
45117            ! hints/aix_4.sh
45118 ____________________________________________________________________________
45119 [ 22664] By: rgs                                   on 2004/04/06  07:29:30
45120         Log: Subject: Re: tests for change #22539
45121              From: Jim Cromie <jcromie@divsol.com>
45122              Date: Tue, 30 Mar 2004 14:39:31 -0700
45123              Message-ID: <4069E913.5040906@divsol.com>
45124              (with some spelling tweaks)
45125      Branch: perl
45126            + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
45127            + ext/B/t/optree_concise.t ext/B/t/optree_samples.t
45128            + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
45129            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl
45130 ____________________________________________________________________________
45131 [ 22663] By: mhx                                   on 2004/04/06  03:40:10
45132         Log: Make the ! suffix handle n/N/v/V as signed integers
45133              within pack templates.
45134      Branch: perl
45135            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
45136 ____________________________________________________________________________
45137 [ 22662] By: mhx                                   on 2004/04/05  20:03:03
45138         Log: C<undef> doesn't look like a number. See also:
45139
45140              Subject: Re: [perl #27606] undef "looks like" a number
45141              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
45142              Date: Mon, 15 Mar 2004 22:16:26 +0100
45143              Message-Id: <20040315221626.48061c67@r2d2>
45144      Branch: perl
45145            ! ext/List/Util/lib/List/Util.pm
45146            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
45147            ! pp_ctl.c sv.c
45148 ____________________________________________________________________________
45149 [ 22656] By: nicholas                              on 2004/04/05  15:55:18
45150         Log: Subject: Re: perldelta584
45151              From: Craig Berry <craigberry@mac.com>
45152              Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com>
45153              Date: Mon, 05 Apr 2004 11:02:12 -0500
45154
45155              (makes malloc wrap the default on VMS)
45156      Branch: perl
45157            ! configure.com
45158 ____________________________________________________________________________
45159 [ 22654] By: rgs                                   on 2004/04/05  15:24:49
45160         Log: Subject: ref ($proto) || $proto patch
45161              From: Ovid <publiustemp-p5p@yahoo.com>
45162              Date: Sat, 03 Apr 2004 18:59:22 -0800
45163              Message-ID: <406F7A0A.50702@yahoo.com>
45164              (with minor reformatting)
45165      Branch: perl
45166            ! pod/perlobj.pod pod/perltoot.pod
45167 ____________________________________________________________________________
45168 [ 22652] By: rgs                                   on 2004/04/05  12:51:10
45169         Log: Subject: sv_pvutf8n_force and sv_pvbyten_force
45170              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
45171              Date: Wed, 24 Mar 2004 00:16:52 +0900
45172              Message-Id: <20040324001126.098F.BQW10602@nifty.com>
45173      Branch: perl
45174            ! sv.c
45175 ____________________________________________________________________________
45176 [ 22651] By: rgs                                   on 2004/04/05  11:50:10
45177         Log: wantarray docs should mention effect of eval { wantarray }
45178              as reported by Tim Bunce. Add a note to this effect in perlfunc,
45179              and regression tests for it.
45180      Branch: perl
45181            ! pod/perlfunc.pod t/op/wantarray.t
45182 ____________________________________________________________________________
45183 [ 22649] By: nicholas                              on 2004/04/05  08:57:18
45184         Log: More AUTHORS who deserve credit for patches
45185      Branch: perl
45186            ! AUTHORS
45187 ____________________________________________________________________________
45188 [ 22646] By: nicholas                              on 2004/04/04  16:32:54
45189         Log: Hand merge patch from maint back to blead.
45190      Branch: perl
45191            ! ext/threads/threads.pm
45192 ____________________________________________________________________________
45193 [ 22642] By: nicholas                              on 2004/04/04  13:07:50
45194         Log: Bump version numbers for modules that have changed since 5.8.3
45195      Branch: perl
45196            ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm
45197            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm
45198            ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm
45199            ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm
45200            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
45201            ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm
45202 ____________________________________________________________________________
45203 [ 22641] By: rgs                                   on 2004/04/02  15:40:15
45204         Log: Fix bug #27940 : \cX escapes weren't working correctly in regular
45205              expression ranges.
45206      Branch: perl
45207            ! t/op/pat.t toke.c
45208 ____________________________________________________________________________
45209 [ 22637] By: davem                                 on 2004/04/02  10:02:06
45210         Log: Subject:  [PATCH] fix utils install problems on VMS
45211              From:  "Craig A. Berry" <craigberry@mac.com>
45212              Date:  Thu, 01 Apr 2004 20:19:53 -0600
45213              Message-Id:  <406CCDC9.7000500@mac.com>
45214
45215              We were not running utils/instmodsh.PL or utils/xsubpp.PL during
45216              the build, so installperl would not find the generated programs at
45217              install time.
45218              Also fixed several problems with the command definitions for the
45219              utilities
45220      Branch: perl
45221            ! configure.com vms/descrip_mms.template
45222 ____________________________________________________________________________
45223 [ 22636] By: davem                                 on 2004/04/01  22:00:40
45224         Log: Subject:  [PATCH] archname salad on VMS
45225              From:  "Craig A. Berry" <craigberry@mac.com>
45226              Date:  Thu, 01 Apr 2004 14:16:32 -0600
45227              Message-Id:  <406C78A0.2070009@mac.com>
45228
45229              sort out architecture-specific directory names for OpenVMS
45230              Itanium port
45231      Branch: perl
45232            ! configure.com vms/descrip_mms.template
45233 ____________________________________________________________________________
45234 [ 22635] By: davem                                 on 2004/04/01  20:27:14
45235         Log: Fix change #22376. Only mark a const as short-circuited
45236              if it's actually a const!
45237      Branch: perl
45238            ! op.c
45239 ____________________________________________________________________________
45240 [ 22630] By: nicholas                              on 2004/04/01  15:15:10
45241         Log: debug the instructions on upgrading Unicode
45242      Branch: perl
45243            ! lib/unicore/README.perl
45244 ____________________________________________________________________________
45245 [ 22625] By: mhx                                   on 2004/04/01  06:01:25
45246         Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly
45247      Branch: perl
45248            ! op.c t/op/dor.t
45249 ____________________________________________________________________________
45250 [ 22624] By: davem                                 on 2004/03/31  20:33:52
45251         Log: + (\$) prototype = bad free
45252              av_delete() didn't reify. I also updated its description
45253      Branch: perl
45254            ! av.c t/op/args.t
45255 ____________________________________________________________________________
45256 [ 22621] By: nicholas                              on 2004/03/31  15:05:40
45257         Log: Upgrade to Unicode 4.0.1
45258      Branch: perl
45259            + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl
45260            + lib/unicore/lib/Variatio.pl
45261            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl
45262            ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt
45263            ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl
45264            ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl
45265            ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl
45266            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
45267            ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl
45268            ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt
45269            ! lib/unicore/PropValueAliases.txt lib/unicore/Properties
45270            ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt
45271            ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt
45272            ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl
45273            ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl
45274            ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl
45275            ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl
45276            ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl
45277            ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl
45278            ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl
45279            ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl
45280            ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl
45281            ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl
45282            ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl
45283            ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl
45284            ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl
45285            ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl
45286            ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl
45287            ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl
45288            ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl
45289            ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl
45290            ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl
45291            ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl
45292            ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl
45293            ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl
45294            ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl
45295            ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl
45296            ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl
45297            ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl
45298            ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl
45299            ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
45300            ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl
45301            ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl
45302            ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl
45303            ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
45304            ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl
45305            ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl
45306            ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl
45307            ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl
45308            ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl
45309            ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t
45310 ____________________________________________________________________________
45311 [ 22619] By: merijn                                on 2004/03/31  13:02:32
45312         Log: Regenerated Configure after backported #22571
45313              Some indent leftovers from earlier patches
45314              We don't like double negatives, not even in comment
45315      Branch: perl
45316            ! Configure
45317 ____________________________________________________________________________
45318 [ 22617] By: merijn                                on 2004/03/31  11:33:09
45319         Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
45320              From: Gisle Aas <gisle@ActiveState.com>
45321              Date: 30 Mar 2004 04:29:18 -0800
45322              Message-ID: <lrk712bjs1.fsf@caliper.activestate.com>
45323      Branch: perl
45324            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
45325            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
45326 ____________________________________________________________________________
45327 [ 22615] By: nicholas                              on 2004/03/31  08:24:29
45328         Log: Unknowingly for years we've had a test that has assumed the order
45329              of results from readdir. Fixed.
45330      Branch: perl
45331            ! lib/File/Find/t/find.t
45332 ____________________________________________________________________________
45333 [ 22614] By: nicholas                              on 2004/03/30  21:50:15
45334         Log: Subject: Zaurus SL-[78]60 native compile patch
45335              Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp>
45336              From: Dan Kogai <dankogai@dan.co.jp>
45337              Date: Tue, 30 Mar 2004 00:53:52 +0900
45338      Branch: perl
45339            ! ext/Errno/Errno_pm.PL
45340 ____________________________________________________________________________
45341 [ 22610] By: davem                                 on 2004/03/29  21:20:35
45342         Log: various win32 build fixes
45343
45344              Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32
45345              From: Steve Hay <steve.hay@uk.radan.com>
45346              Date: Tue, 23 Mar 2004 10:42:12 +0000
45347              Message-ID: <40601484.7040905@uk.radan.com>
45348
45349              Subject: [PATCH] distclean on Win32 should delete perl.base
45350              From: Steve Hay <steve.hay@uk.radan.com>
45351              Date: Tue, 23 Mar 2004 11:35:56 +0000
45352              Message-ID: <4060211C.8020704@uk.radan.com>
45353
45354              Subject: Re: [PATCH] Create debug symbols files on Windows even for release
45355              From: Steve Hay <steve.hay@uk.radan.com>
45356              Date: Fri, 26 Mar 2004 10:46:07 +0000
45357              Message-ID: <406409EF.9020404@uk.radan.com>
45358      Branch: perl
45359            ! win32/Makefile win32/makefile.mk
45360 ____________________________________________________________________________
45361 [ 22609] By: davem                                 on 2004/03/29  20:46:36
45362         Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug)
45363              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
45364              Date: 26 Mar 2004 21:02:19 -0000
45365              Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org>
45366
45367              The forked child should make sure STDIN and STDOUT aren't tied
45368              before messing with them
45369      Branch: perl
45370            ! lib/IPC/Open3.pm
45371 ____________________________________________________________________________
45372 [ 22608] By: davem                                 on 2004/03/29  20:10:05
45373         Log: backout change 22606 (make gv_fullname() include a literal '^')
45374              it breaks select.
45375      Branch: perl
45376            ! gv.c t/op/gv.t
45377 ____________________________________________________________________________
45378 [ 22607] By: davem                                 on 2004/03/28  15:10:48
45379         Log: update -Dx to cope with lexical version of OP_AELEMFAST
45380      Branch: perl
45381            ! dump.c
45382 ____________________________________________________________________________
45383 [ 22606] By: davem                                 on 2004/03/28  15:08:23
45384         Log: make gv_fullname() etc include a literal '^' for *^FOO style names
45385      Branch: perl
45386            ! gv.c t/op/gv.t
45387 ____________________________________________________________________________
45388 [ 22605] By: davem                                 on 2004/03/28  13:11:30
45389         Log: pv_display() had code to display \n etc as escapes but it didn't
45390              actually work.
45391      Branch: perl
45392            ! dump.c
45393 ____________________________________________________________________________
45394 [ 22604] By: davem                                 on 2004/03/28  10:55:30
45395         Log: fix typo in change 22597
45396      Branch: perl
45397            ! op.h
45398 ____________________________________________________________________________
45399 [ 22601] By: davem                                 on 2004/03/27  10:22:52
45400         Log: Subject:  [PATCH] -Dusemallocwrap for VMS)
45401              From:  "Craig A. Berry" <craigberry@mac.com>
45402              Date:  Fri, 26 Mar 2004 22:46:50 -0600
45403              Message-Id:  <4065073A.30007@mac.com>
45404
45405              Mimic in configure.com what Configure does to enable or disable
45406              the new feature -Dusemallocwrap
45407      Branch: perl
45408            ! configure.com
45409 ____________________________________________________________________________
45410 [ 22600] By: davem                                 on 2004/03/27  02:04:03
45411         Log: Subject:  [PATCH] don't clean-up perly.* on VMS
45412              From:  "Craig A. Berry" <craigberry@mac.com>
45413              Date:  Fri, 26 Mar 2004 16:54:44 -0600
45414              Message-Id:  <4064B4B4.2030203@mac.com>
45415
45416              refrain from getting rid of perly.c and perly.h now that there are
45417              no longer VMS-specific overrides for these files
45418      Branch: perl
45419            ! vms/descrip_mms.template
45420 ____________________________________________________________________________
45421 [ 22599] By: davem                                 on 2004/03/27  01:54:09
45422         Log: string corruption with lvalue sub
45423              Depending on the context, the same substr OP may want to return
45424              a PVLV or an LV on subsequent invcations. If TARG is the wrong
45425              type, use a mortal instead.
45426      Branch: perl
45427            ! pp.c t/op/substr.t
45428 ____________________________________________________________________________
45429 [ 22597] By: davem                                 on 2004/03/26  18:56:50
45430         Log: Clarify op.h comments for which ops the OPpDEREF* private flags
45431              are actually used; update Concise.pm to match
45432      Branch: perl
45433            ! ext/B/B/Concise.pm op.h
45434 ____________________________________________________________________________
45435 [ 22596] By: davem                                 on 2004/03/26  18:53:09
45436         Log: fix for change #22594; if using test.pl, must tell perl where to
45437              find it!
45438      Branch: perl
45439            ! t/comp/hints.t
45440 ____________________________________________________________________________
45441 [ 22595] By: davem                                 on 2004/03/26  17:28:48
45442         Log: document the return value of an empty sub
45443      Branch: perl
45444            ! pod/perlsub.pod
45445 ____________________________________________________________________________
45446 [ 22594] By: davem                                 on 2004/03/26  13:05:50
45447         Log: - hints hash was being double freed on scope exit
45448      Branch: perl
45449            ! op.c scope.c scope.h t/comp/hints.t
45450 ____________________________________________________________________________
45451 [ 22593] By: ams                                   on 2004/03/26  08:59:15
45452         Log: Subject: Re: [perl #27906] stat documentation correction
45453              From: Andy Lester <andy@petdance.com>
45454              Date: Wed, 24 Mar 2004 21:48:30 -0600
45455              Message-Id: <20040325034830.GA5865@petdance.com>
45456              (Applied with a correction from Spider Boardman.)
45457      Branch: perl
45458            ! pod/perlfunc.pod t/op/stat.t
45459 ____________________________________________________________________________
45460 [ 22592] By: davem                                 on 2004/03/26  01:24:24
45461         Log: fix some comments in perly.y
45462      Branch: perl
45463            ! perly.y
45464 ____________________________________________________________________________
45465 [ 22591] By: davem                                 on 2004/03/26  01:16:55
45466         Log: Blessed reference to anonymous glob
45467              Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning
45468      Branch: perl
45469            ! sv.c t/op/ref.t
45470 ____________________________________________________________________________
45471 [ 22586] By: davem                                 on 2004/03/24  22:16:30
45472         Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error
45473              From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org>
45474              Date: 18 Mar 2004 20:25:50 -0000
45475              Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org>
45476
45477              Cwd code was planted in the output executable after the exit, so
45478              was never run.
45479      Branch: perl
45480            ! x2p/find2perl.PL
45481 ____________________________________________________________________________
45482 [ 22585] By: nicholas                              on 2004/03/24  21:42:25
45483         Log: Remaining smoked platforms where malloc wrap is known to work.
45484              Data for Irix and NetBSD would be useful - they probably will work too.
45485              Will Unicos work? Place bets now...
45486      Branch: perl
45487            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh
45488            ! hints/hpux.sh hints/linux.sh hints/openbsd.sh
45489            ! hints/solaris_2.sh
45490 ____________________________________________________________________________
45491 [ 22584] By: davem                                 on 2004/03/24  21:14:08
45492         Log: Subject: [perl #27790] split docs: say the string is EXPR
45493              From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
45494              Date: 20 Mar 2004 05:21:07 -0000
45495              Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>
45496
45497              Minor documentation nit in split
45498      Branch: perl
45499            ! pod/perlfunc.pod
45500 ____________________________________________________________________________
45501 [ 22582] By: nicholas                              on 2004/03/24  19:15:29
45502         Log: mintest will pass if I skip the correct number of tests. D'oh!
45503      Branch: perl
45504            ! t/op/magic.t
45505 ____________________________________________________________________________
45506 [ 22579] By: nicholas                              on 2004/03/24  14:59:16
45507         Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
45508              From: Steve Hay <steve.hay@uk.radan.com>
45509              Message-ID: <40618D1C.7000601@uk.radan.com>
45510              Date: Wed, 24 Mar 2004 13:29:00 +0000
45511      Branch: perl
45512            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45513            ! win32/config_H.vc64
45514 ____________________________________________________________________________
45515 [ 22578] By: rgs                                   on 2004/03/24  13:54:31
45516         Log: Good catch from Dave Mitchell; plus a null pointer protection.
45517      Branch: perl
45518            ! scope.c
45519 ____________________________________________________________________________
45520 [ 22577] By: nicholas                              on 2004/03/24  11:51:46
45521         Log: Unlike perl, 0 in void context isn't special cased in C :-)
45522              (So it warns). Tweak the no-action malloc wrap checkers to avoid
45523              warnings.
45524      Branch: perl
45525            ! handy.h
45526 ____________________________________________________________________________
45527 [ 22576] By: nicholas                              on 2004/03/24  10:29:16
45528         Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
45529              NO_MALLOC_WRAP following Configure changes. Identical patch to
45530              mine supplied by Steve Hay while I was working on this.
45531              IP shootout at dawn :-)
45532      Branch: perl
45533            ! makedef.pl
45534 ____________________________________________________________________________
45535 [ 22572] By: nicholas                              on 2004/03/24  09:14:21
45536         Log: Tidy up function prototypes in the light of suidpatch
45537      Branch: perl
45538            ! embed.fnc embed.h perl.c proto.h
45539 ____________________________________________________________________________
45540 [ 22571] By: nicholas                              on 2004/03/23  22:35:09
45541         Log: Make usemallocwrap a Configure-time question. Default is yes for
45542              usedevel, no otherwise, but I'm expecting hints files on known
45543              good platforms to override this. (and known bad)
45544              Demonstration hints file for darwin.
45545      Branch: perl
45546            ! Configure config_h.SH hints/darwin.sh perl.h
45547 ____________________________________________________________________________
45548 [ 22569] By: nicholas                              on 2004/03/23  17:47:44
45549         Log: hv_delete_common was freeing the key, then passing the freed pointer
45550              to S_hv_notallowed. D'oh!
45551      Branch: perl
45552            ! hv.c
45553 ____________________________________________________________________________
45554 [ 22566] By: nicholas                              on 2004/03/23  16:23:58
45555         Log: Unify 5.008 and 5.009's B::Concise 0.58
45556      Branch: perl
45557            ! ext/B/B/Concise.pm
45558 ____________________________________________________________________________
45559 [ 22565] By: nicholas                              on 2004/03/23  16:05:28
45560         Log: Unify 5.008 and 5.009's B::Concise 0.56
45561      Branch: perl
45562            ! ext/B/B/Concise.pm
45563 ____________________________________________________________________________
45564 [ 22564] By: rgs                                   on 2004/03/23  13:43:49
45565         Log: Fix bug [perl #27839] returning @+ out of scope loses its value :
45566
45567              Subject: Re: Wondering about returned regex special arrays on going out of scope
45568              From: hv@crypt.org
45569              Date: Fri, 05 Mar 2004 17:42:25 +0000
45570              Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>
45571
45572              plus a test case.
45573      Branch: perl
45574            ! pp_hot.c t/op/magic.t
45575 ____________________________________________________________________________
45576 [ 22563] By: nicholas                              on 2004/03/23  13:38:11
45577         Log: Subject: [PATCH] 5.9.1 suidperl
45578              From: psz@maths.usyd.edu.au (Paul Szabo)
45579              Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au>
45580              Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST)
45581
45582              (which variables renamed as requested, plus tweaks to work on platforms
45583              with no ST_NOEXEC)
45584      Branch: perl
45585            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h
45586 ____________________________________________________________________________
45587 [ 22560] By: rgs                                   on 2004/03/22  21:29:51
45588         Log: Update the -v copyright notice.
45589      Branch: perl
45590            ! perl.c
45591 ____________________________________________________________________________
45592 [ 22559] By: nicholas                              on 2004/03/22  21:05:09
45593         Log: Don't assume that the chmod will always work.
45594              (It won't for files on *BSD where chflags has set uchg, which is
45595              what the OS X perforce client does)
45596      Branch: perl
45597            ! t/op/filetest.t
45598 ____________________________________________________________________________
45599 [ 22557] By: rgs                                   on 2004/03/22  20:46:52
45600         Log: Clarifications on constants subroutines, based on:
45601
45602              Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions"
45603              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
45604              Date: 19 Mar 2004 14:56:09 -0000
45605              Message-ID: <rt-3.0.8-27768-82310.5.12766475665209@perl.org>
45606      Branch: perl
45607            ! pod/perlsub.pod
45608 ____________________________________________________________________________
45609 [ 22556] By: rgs                                   on 2004/03/22  20:30:41
45610         Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
45611              From: Steve Hay <steve.hay@uk.radan.com>
45612              Date: Mon, 22 Mar 2004 14:44:46 +0000
45613              Message-ID: <405EFBDE.4090209@uk.radan.com>
45614      Branch: perl
45615            ! README.win32
45616 ____________________________________________________________________________
45617 [ 22553] By: rgs                                   on 2004/03/22  19:25:59
45618         Log: Subject: Re: [PATCH] warn on !=~
45619              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
45620              Date: Mon, 22 Mar 2004 10:32:05 -0800
45621              Message-ID: <20040322183106.GA1284@efn.org>
45622
45623              More warnings for this case.
45624      Branch: perl
45625            ! t/lib/warnings/toke toke.c
45626 ____________________________________________________________________________
45627 [ 22549] By: rgs                                   on 2004/03/21  17:22:42
45628         Log: Finally, this "Negative repeat count" warning wasn't such a great
45629              idea. Disable it. But add tests for this :
45630
45631              Subject: Re: [perl #27811] (@x) x -1 is a panic
45632              From: Andy Lester <andy@petdance.com>
45633              Date: Sun, 21 Mar 2004 09:27:04 -0600
45634              Message-ID: <20040321152704.GA9041@petdance.com>
45635      Branch: perl
45636            ! pp.c t/lib/warnings/pp t/op/repeat.t
45637 ____________________________________________________________________________
45638 [ 22548] By: rgs                                   on 2004/03/21  16:40:27
45639         Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force?
45640              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
45641              Date: Sun, 21 Mar 2004 21:49:53 +0900
45642              Message-Id: <20040321213628.2461.BQW10602@nifty.com>
45643      Branch: perl
45644            ! sv.h
45645 ____________________________________________________________________________
45646 [ 22547] By: rgs                                   on 2004/03/21  13:36:27
45647         Log: I must be tired today.
45648      Branch: perl
45649            ! lib/utf8.t
45650 ____________________________________________________________________________
45651 [ 22546] By: rgs                                   on 2004/03/21  13:26:33
45652         Log: Silence a gcc warning.
45653      Branch: perl
45654            ! sv.c
45655 ____________________________________________________________________________
45656 [ 22545] By: rgs                                   on 2004/03/21  13:18:01
45657         Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
45658              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
45659              Date: Sun, 21 Mar 2004 15:19:22 +0900
45660              Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>
45661      Branch: perl
45662            ! lib/utf8.t sv.c
45663 ____________________________________________________________________________
45664 [ 22544] By: rgs                                   on 2004/03/21  13:12:53
45665         Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec
45666              From: "Craig A. Berry" <craigberry@mac.com>
45667              Date: Sat, 20 Mar 2004 21:51:45 -0600
45668              Message-ID: <405D1151.3040308@mac.com>
45669      Branch: perl
45670            ! vms/vms.c
45671 ____________________________________________________________________________
45672 [ 22543] By: rgs                                   on 2004/03/21  13:06:20
45673         Log: Add a new warning "Negative repeat count"
45674              for the cases $x x -1.
45675      Branch: perl
45676            ! pod/perlop.pod pp.c t/lib/warnings/pp
45677 ____________________________________________________________________________
45678 [ 22542] By: rgs                                   on 2004/03/20  11:49:21
45679         Log: Subject: [PATCH] warn on !=~
45680              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
45681              Date: Thu, 18 Mar 2004 22:24:09 -0800
45682              Message-ID: <20040319062035.GA3768@efn.org>
45683
45684              with an improvement suggested by Ton Hospel.
45685      Branch: perl
45686            ! pod/perldiag.pod t/lib/warnings/toke toke.c
45687 ____________________________________________________________________________
45688 [ 22541] By: rgs                                   on 2004/03/20  10:19:59
45689         Log: Subject: makefile.95 tweak
45690              From: Greg Matheson <lang@ms.chinmin.edu.tw>
45691              Date: Fri, 19 Mar 2004 18:15:25 +0800
45692              Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw>
45693      Branch: perl
45694            ! win32/makefile.mk
45695 ____________________________________________________________________________
45696 [ 22540] By: rgs                                   on 2004/03/20  10:15:36
45697         Log: \x80\xFF is not valid UTF-8.
45698      Branch: perl
45699            ! pod/perluniintro.pod
45700 ____________________________________________________________________________
45701 [ 22539] By: rgs                                   on 2004/03/19  23:09:13
45702         Log: Subject: [perl #24821] enhancement patch for B::Concise
45703              From: jim cromie <jcromie@divsol.com>
45704              Date: Wed, 17 Mar 2004 14:12:43 -0700
45705              Message-ID: <4058BF4B.1000004@divsol.com>
45706              (Only the Concise.pm part, with documentation nits)
45707      Branch: perl
45708            ! ext/B/B/Concise.pm
45709 ____________________________________________________________________________
45710 [ 22538] By: nicholas                              on 2004/03/19  12:15:23
45711         Log: Subject:  [PATCH] open.pm: allow upper-cased EUC
45712              From:  Autrijus Tang <autrijus@autrijus.org>
45713              Date:  Fri, 19 Mar 2004 18:27:10 +0800
45714              Message-Id:  <20040319102710.GA91216@aut.dyndns.org>
45715      Branch: perl
45716            ! lib/open.pm
45717 ____________________________________________________________________________
45718 [ 22537] By: nicholas                              on 2004/03/19  11:59:01
45719         Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
45720              From: Jan Dubois <jand@activestate.com>
45721              Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
45722              Date: Thu, 18 Mar 2004 13:13:49 -0800
45723
45724              Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
45725              From: Steve Hay <steve.hay@uk.radan.com>
45726              Message-ID: <405ACC6D.1040804@uk.radan.com>
45727              Date: Fri, 19 Mar 2004 10:33:17 +0000
45728      Branch: perl
45729            + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
45730            + win32/ext/Win32/Win32.xs
45731            - lib/Win32.pod
45732            ! MANIFEST win32/Makefile win32/makefile.mk
45733 ____________________________________________________________________________
45734 [ 22536] By: nicholas                              on 2004/03/19  11:43:35
45735         Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0
45736              This allows the ppport.h to be deleted from ext/Storable, which will
45737              reduce the potential for confusion.
45738              Bump Storable's version to 2.12; update the ChangeLog
45739      Branch: perl
45740            - ext/Storable/ppport.h
45741            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
45742            ! ext/Storable/README ext/Storable/Storable.pm
45743            ! ext/Storable/Storable.xs
45744 ____________________________________________________________________________
45745 [ 22535] By: nicholas                              on 2004/03/19  11:03:18
45746         Log: Move Beau Cox's ppport.h fixes into PPPort.pm
45747      Branch: perl
45748            ! ext/Devel/PPPort/PPPort.pm
45749 ____________________________________________________________________________
45750 [ 22534] By: rgs                                   on 2004/03/19  10:13:14
45751         Log: Nit in perluniintro about the U0 and C0 templates,
45752              noticed by Steve Hay.
45753      Branch: perl
45754            ! pod/perluniintro.pod
45755 ____________________________________________________________________________
45756 [ 22533] By: ams                                   on 2004/03/19  02:57:40
45757         Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT
45758              From: beau@beaucox.com
45759              Date: Thu, 18 Mar 2004 12:45:45 -1000
45760              Message-Id: <20040318_224545_009145.beau@beaucox.com>
45761      Branch: perl
45762            + ext/Storable/ppport.h
45763            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs
45764 ____________________________________________________________________________
45765 [ 22532] By: rgs                                   on 2004/03/18  20:33:02
45766         Log: Subject: [PATCH] range operator warnings / 64-bit fix
45767              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
45768              Date: Wed, 10 Mar 2004 21:45:48 +0100
45769              Message-Id: <20040310214548.4f5e3ab1@r2d2>
45770      Branch: perl
45771            ! pp_ctl.c pp_hot.c t/op/range.t
45772 ____________________________________________________________________________
45773 [ 22531] By: davem                                 on 2004/03/18  19:02:32
45774         Log: add code comment for change 22525
45775      Branch: perl
45776            ! pp.c
45777 ____________________________________________________________________________
45778 [ 22530] By: rgs                                   on 2004/03/18  18:21:32
45779         Log: Add a perl592delta.pod man page.
45780      Branch: perl
45781            + pod/perl592delta.pod
45782            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
45783            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
45784            ! win32/pod.mak
45785 ____________________________________________________________________________
45786 [ 22528] By: nicholas                              on 2004/03/18  16:58:06
45787         Log: Corrections and explanations in comments
45788      Branch: perl
45789            ! ext/Storable/Storable.xs
45790 ____________________________________________________________________________
45791 [ 22527] By: nicholas                              on 2004/03/18  16:50:25
45792         Log: Subject:  pumpkin fodder
45793              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
45794              Date:  Fri, 12 Mar 2004 15:16:57 +0200 (EET)
45795              Message-Id:  <200403121316.i2CDGv1Y254951@kosh.hut.fi>
45796      Branch: perl
45797            ! lib/unicore/README.perl
45798 ____________________________________________________________________________
45799 [ 22526] By: rgs                                   on 2004/03/18  14:33:14
45800         Log: Detypo.
45801      Branch: perl
45802            ! makedef.pl
45803 ____________________________________________________________________________
45804 [ 22525] By: davem                                 on 2004/03/18  14:13:16
45805         Log: make ~$x give warning is $x isn't initialised.
45806              Also add test for uninitialised warning in & op.
45807      Branch: perl
45808            ! pp.c t/lib/warnings/sv
45809 ____________________________________________________________________________
45810 [ 22524] By: rgs                                   on 2004/03/18  13:20:07
45811         Log: Try to fix the AIX and Windows builds regarding the
45812              definedness of the PL_memory_wrap symbol.
45813      Branch: perl
45814            ! makedef.pl
45815 ____________________________________________________________________________
45816 [ 22523] By: rgs                                   on 2004/03/18  08:27:34
45817         Log: Bump bleadperl's version number to 5.9.2.
45818      Branch: perl
45819            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
45820            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
45821            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
45822            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
45823            ! win32/makefile.mk wince/Makefile.ce
45824 ____________________________________________________________________________
45825 [ 22521] By: rgs                                   on 2004/03/17  19:13:03
45826         Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1
45827              From: Robin Barker <Robin.Barker@npl.co.uk>
45828              Date: Wed, 17 Mar 2004 18:37:10 -0000
45829              Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>
45830      Branch: perl
45831            ! dump.c ext/Socket/Socket.xs pad.c util.c
45832 ____________________________________________________________________________
45833 [ 22520] By: rgs                                   on 2004/03/17  18:20:54
45834         Log: Optimize away the assignment in the constructs C<my $s = undef>,
45835              C<my @a = ()>, C<my %h = ()>.
45836      Branch: perl
45837            ! op.c
45838 ____________________________________________________________________________
45839 [ 22517] By: nicholas                              on 2004/03/17  17:58:44
45840         Log: Subject: malloc wrappage
45841              From: Jarkko Hietaniemi <jhi@iki.fi>
45842              Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>
45843              Date: Tue, 10 Feb 2004 23:15:14 +0200
45844
45845              plus change croak to Perl_croak_nocontext to make ithread safe
45846              plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)
45847      Branch: perl
45848            ! av.c handy.h perl.h pod/perldiag.pod pp.c
45849 ____________________________________________________________________________
45850 [ 22516] By: nicholas                              on 2004/03/17  16:10:57
45851         Log: Add auto-require of modules to restore overloading (and tests)
45852      Branch: perl
45853            + ext/Storable/t/HAS_OVERLOAD.pm
45854            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
45855            ! ext/Storable/Storable.xs ext/Storable/t/overload.t
45856 ____________________________________________________________________________
45857 [ 22515] By: nicholas                              on 2004/03/17  15:48:03
45858         Log: Add regression tests for the auto-require of STORABLE_thaw
45859      Branch: perl
45860            + ext/Storable/t/HAS_HOOK.pm
45861            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
45862            ! ext/Storable/t/blessed.t
45863 ____________________________________________________________________________
45864 [ 22514] By: nicholas                              on 2004/03/16  22:36:49
45865         Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
45866              block. This allows the re-entrant API to be used with ithreads,
45867              which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
45868              (Which may seem inane, but makes perl threaded at the C level
45869              without enabling ithreads)
45870      Branch: perl
45871            ! intrpvar.h
45872 ____________________________________________________________________________
45873 [ 22513] By: rgs                                   on 2004/03/16  21:55:10
45874         Log: Add a lchown() call to the POSIX module. [perl #27547]
45875      Branch: perl
45876            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
45877 ____________________________________________________________________________
45878 [ 22512] By: rgs                                   on 2004/03/16  21:29:41
45879         Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris
45880              From: Andrew Dougherty <doughera@lafayette.edu>
45881              Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST)
45882              Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu>
45883      Branch: perl
45884            ! hints/solaris_2.sh
45885 ____________________________________________________________________________
45886 [ 22511] By: rgs                                   on 2004/03/16  21:27:02
45887         Log: Restore the "DEVEL" locally-applied-patches version tag in blead.
45888      Branch: perl
45889            ! patchlevel.h
45890 ____________________________________________________________________________
45891 [ 22510] By: rgs                                   on 2004/03/16  18:29:39
45892         Log: Update Changes. (again)
45893      Branch: perl
45894            ! Changes
45895 ____________________________________________________________________________
45896 [ 22509] By: rgs                                   on 2004/03/16  18:19:52
45897         Log: Update copyright notices
45898      Branch: perl
45899            ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h
45900            ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h
45901            ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h
45902            ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
45903            ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h
45904            ! universal.c utf8.c util.c
45905 ____________________________________________________________________________
45906 [ 22508] By: rgs                                   on 2004/03/16  16:31:03
45907         Log: Regenerate META.yml
45908      Branch: perl
45909            ! META.yml
45910 ____________________________________________________________________________
45911 [ 22507] By: rgs                                   on 2004/03/16  15:36:32
45912         Log: Update Changes.
45913      Branch: perl
45914            ! Changes
45915 ____________________________________________________________________________
45916 [ 22506] By: rgs                                   on 2004/03/16  15:32:42
45917         Log: This is 5.9.1.
45918      Branch: perl
45919            ! patchlevel.h
45920 ____________________________________________________________________________
45921 [ 22505] By: rgs                                   on 2004/03/16  15:28:55
45922         Log: We'll ship 5.9.1 today.
45923      Branch: perl
45924            ! pod/perlhist.pod
45925 ____________________________________________________________________________
45926 [ 22504] By: rgs                                   on 2004/03/16  15:25:22
45927         Log: More perldelta updates.
45928      Branch: perl
45929            ! pod/perl591delta.pod
45930 ____________________________________________________________________________
45931 [ 22503] By: rgs                                   on 2004/03/16  13:23:34
45932         Log: Since the signature.t test of CPAN relies on a non-core module,
45933              it's not relevant to the perl core distribution.
45934      Branch: perl
45935            - lib/CPAN/t/signature.t
45936            ! MANIFEST
45937 ____________________________________________________________________________
45938 [ 22502] By: rgs                                   on 2004/03/15  21:54:56
45939         Log: Fix the order of arguments in the usage message of
45940              POSIX::chown(). It's different from the POSIX order but
45941              it's the same than CORE::chown(). Damn.
45942      Branch: perl
45943            ! ext/POSIX/POSIX.pm
45944 ____________________________________________________________________________
45945 [ 22501] By: rgs                                   on 2004/03/15  17:09:26
45946         Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
45947              From: Steve Hay <steve.hay@uk.radan.com>
45948              Date: Mon, 15 Mar 2004 10:28:02 +0000
45949              Message-ID: <40558532.30002@uk.radan.com>
45950
45951              Plus, restore patch #22489
45952      Branch: perl
45953            ! win32/Makefile win32/makefile.mk
45954 ____________________________________________________________________________
45955 [ 22500] By: davem                                 on 2004/03/14  20:13:47
45956         Log: scope exit could expose freed local() value
45957      Branch: perl
45958            ! scope.c t/op/localref.t
45959 ____________________________________________________________________________
45960 [ 22499] By: davem                                 on 2004/03/14  17:01:34
45961         Log: strict 'subs' didn't warn on bareword array index
45962      Branch: perl
45963            ! op.c t/lib/strict/subs
45964 ____________________________________________________________________________
45965 [ 22498] By: rgs                                   on 2004/03/14  12:52:17
45966         Log: Four Storable patches towards Storable 2.11 :
45967
45968              Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
45969              From: Nicholas Clark <nick@ccl4.org>
45970              Date: Sat, 13 Mar 2004 15:13:28 +0000
45971              Message-ID: <20040313151327.GS701@plum.flirble.org>
45972
45973              Date: Sat, 13 Mar 2004 20:23:45 +0000
45974              Message-ID: <20040313202345.GX701@plum.flirble.org>
45975
45976              Date: Sat, 13 Mar 2004 22:20:07 +0000
45977              Message-ID: <20040313222007.GZ701@plum.flirble.org>
45978
45979              Date: Sat, 13 Mar 2004 23:03:46 +0000
45980              Message-ID: <20040313230345.GB701@plum.flirble.org>
45981      Branch: perl
45982            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
45983            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
45984            ! ext/Storable/t/restrict.t
45985 ____________________________________________________________________________
45986 [ 22497] By: rgs                                   on 2004/03/13  21:27:57
45987         Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
45988              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
45989              Date: 10 Mar 2004 17:05:09 -0000
45990              Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>
45991      Branch: perl
45992            ! pod/perltoot.pod
45993 ____________________________________________________________________________
45994 [ 22496] By: rgs                                   on 2004/03/13  21:16:59
45995         Log: More small perldelta updates.
45996      Branch: perl
45997            ! pod/perl591delta.pod
45998 ____________________________________________________________________________
45999 [ 22495] By: rgs                                   on 2004/03/13  20:05:20
46000         Log: Revert change #22489, that seems to cause build failures on Windows.
46001      Branch: perl
46002            ! win32/Makefile win32/makefile.mk
46003 ____________________________________________________________________________
46004 [ 22494] By: rgs                                   on 2004/03/13  19:55:43
46005         Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage
46006              From: Steve Hay <steve.hay@uk.radan.com>
46007              Date: Fri, 12 Mar 2004 08:38:41 +0000
46008              Message-ID: <40517711.9030204@uk.radan.com>
46009      Branch: perl
46010            ! pod/splitpod
46011 ____________________________________________________________________________
46012 [ 22493] By: rgs                                   on 2004/03/12  23:39:16
46013         Log: perl591delta nits. Regenerate the tables of contents.
46014      Branch: perl
46015            ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod
46016 ____________________________________________________________________________
46017 [ 22492] By: rgs                                   on 2004/03/12  21:35:49
46018         Log: Update perl591delta. Include a small to-do list in it.
46019      Branch: perl
46020            ! pod/perl591delta.pod
46021 ____________________________________________________________________________
46022 [ 22491] By: rgs                                   on 2004/03/12  20:08:31
46023         Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
46024              From: Tels <perl_dummy@bloodgate.com>
46025              Date: Fri, 12 Mar 2004 18:02:30 +0100
46026              Message-Id: <200403121802.31679@bloodgate.com>
46027      Branch: perl
46028            + lib/Math/BigInt/t/_e_math.t
46029            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t
46030            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
46031            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
46032            ! lib/bigint.pm lib/bignum.pm
46033 ____________________________________________________________________________
46034 [ 22490] By: rgs                                   on 2004/03/12  18:31:12
46035         Log: Fix a bug in the cloning of regexps
46036
46037              Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
46038              From: hv@crypt.org
46039              Date: Thu, 11 Mar 2004 16:21:50 +0000
46040              Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
46041              (plus another similar fix)
46042      Branch: perl
46043            ! sv.c
46044 ____________________________________________________________________________
46045 [ 22489] By: rgs                                   on 2004/03/12  18:26:34
46046         Log: Subject: [PATCH] Fix minitest target in Win32 makefiles
46047              From: Steve Hay <steve.hay@uk.radan.com>
46048              Date: Fri, 12 Mar 2004 15:52:23 +0000
46049              Message-ID: <4051DCB7.107@uk.radan.com>
46050      Branch: perl
46051            ! win32/Makefile win32/makefile.mk
46052 ____________________________________________________________________________
46053 [ 22488] By: rgs                                   on 2004/03/11  22:57:29
46054         Log: Document the new behaviour of the substr lvalue :
46055              Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
46056              From: Dave Mitchell <davem@fdisolutions.com>
46057              Date: Mon, 1 Mar 2004 23:59:21 +0000
46058              Message-ID: <20040301235921.GC6469@fdisolutions.com>
46059      Branch: perl
46060            ! pod/perlfunc.pod
46061 ____________________________________________________________________________
46062 [ 22485] By: davem                                 on 2004/03/11  14:52:58
46063         Log: make op/write.t work better under stdio by running the subtests
46064              in the child process rather than the parent.
46065      Branch: perl
46066            ! t/op/write.t
46067 ____________________________________________________________________________
46068 [ 22484] By: merijn                                on 2004/03/11  10:08:17
46069         Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen
46070              From: Dominic Dunlop <shouldbedomo@mac.com>
46071              Date: Thu, 11 Mar 2004 10:34:01 +0100
46072              Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>
46073      Branch: perl
46074            ! README.machten hints/machten.sh
46075 ____________________________________________________________________________
46076 [ 22483] By: nicholas                              on 2004/03/10  20:38:49
46077         Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
46078              back this out until we have a tangible policy
46079      Branch: perl
46080            ! sv.c
46081 ____________________________________________________________________________
46082 [ 22482] By: rgs                                   on 2004/03/10  16:16:00
46083         Log: Upgrade to Cwd 2.17.
46084      Branch: perl
46085            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
46086 ____________________________________________________________________________
46087 [ 22481] By: rgs                                   on 2004/03/10  10:55:12
46088         Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32
46089              From: Steve Hay <steve.hay@uk.radan.com>
46090              Date: Wed, 10 Mar 2004 10:58:15 +0000
46091              Message-ID: <404EF4C7.9090107@uk.radan.com>
46092      Branch: perl
46093            ! win32/Makefile win32/makefile.mk
46094 ____________________________________________________________________________
46095 [ 22480] By: rgs                                   on 2004/03/10  09:25:36
46096         Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32
46097              (noticed by Steve Hay.)
46098              Also, update MANIFEST.SKIP to be in line with the renaming
46099              "blibdirs" to "blibdirs.exists".
46100      Branch: perl
46101            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm
46102 ____________________________________________________________________________
46103 [ 22479] By: rgs                                   on 2004/03/10  09:07:03
46104         Log: A patch by Richard Foley to reduce the amount of
46105              forkage between the 5.8 and 5.9 debuggers.
46106      Branch: perl
46107            ! lib/perl5db.pl
46108 ____________________________________________________________________________
46109 [ 22478] By: chip                                  on 2004/03/09  23:51:41
46110         Log: In line-buffered mode, flush on the *last* newline,
46111              not on every newline.
46112      Branch: perl
46113            ! perlio.c
46114 ____________________________________________________________________________
46115 [ 22477] By: rgs                                   on 2004/03/09  22:27:22
46116         Log: Subject: [PATCH] More "distclean" tidy ups on Win32
46117              From: Steve Hay <steve.hay@uk.radan.com>
46118              Date: Fri, 05 Mar 2004 09:56:36 +0000
46119              Message-ID: <40484ED4.1050001@uk.radan.com>
46120              (only the win32 makefiles part)
46121      Branch: perl
46122            ! win32/Makefile win32/makefile.mk
46123 ____________________________________________________________________________
46124 [ 22476] By: rgs                                   on 2004/03/09  21:45:49
46125         Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413)
46126              From: "Craig A. Berry" <craigberry@mac.com>
46127              Date: Mon, 08 Mar 2004 08:18:43 -0600
46128              Message-ID: <404C80C3.6090009@mac.com>
46129
46130              Avoid to build everything twice on VMS.
46131              This is done by renaming the blibdirs target to blibdirs.exists.
46132              No, I don't understand why.
46133      Branch: perl
46134            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
46135            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
46136            ! lib/ExtUtils/t/INST_PREFIX.t
46137 ____________________________________________________________________________
46138 [ 22474] By: rgs                                   on 2004/03/09  20:29:02
46139         Log: Improve the "Prototype mismatch" error message when
46140              the redefined subroutine didn't have any prototype.
46141      Branch: perl
46142            ! op.c t/comp/redef.t
46143 ____________________________________________________________________________
46144 [ 22473] By: mhx                                   on 2004/03/09  19:09:20
46145         Log: Revert change #22472, but keep the new tests.
46146      Branch: perl
46147            ! pp_ctl.c t/op/range.t
46148 ____________________________________________________________________________
46149 [ 22472] By: mhx                                   on 2004/03/09  18:41:15
46150         Log: Subject: Re: undef and the range operator
46151              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
46152              Date: Mon, 8 Mar 2004 21:49:55 +0100
46153              Message-Id: <20040308214955.3d8be3a6@r2d2>
46154      Branch: perl
46155            ! pp_ctl.c t/op/range.t
46156 ____________________________________________________________________________
46157 [ 22471] By: nicholas                              on 2004/03/09  16:11:37
46158         Log: Make a temporary copy of the input buffer in pp_send, so that send
46159              and syswrite don't gratuitously upgrade their input to UTF8
46160      Branch: perl
46161            ! pp_sys.c t/op/sysio.t
46162 ____________________________________________________________________________
46163 [ 22470] By: rgs                                   on 2004/03/09  15:27:38
46164         Log: Upgrade to Cwd 2.16
46165      Branch: perl
46166            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
46167 ____________________________________________________________________________
46168 [ 22469] By: rgs                                   on 2004/03/09  14:56:10
46169         Log: Upgrade to CGI.pm 3.04.
46170      Branch: perl
46171            ! lib/CGI.pm lib/CGI/Cookie.pm
46172 ____________________________________________________________________________
46173 [ 22468] By: rgs                                   on 2004/03/08  15:35:59
46174         Log: perl591delta.pod update.
46175      Branch: perl
46176            ! pod/perl591delta.pod
46177 ____________________________________________________________________________
46178 [ 22467] By: rgs                                   on 2004/03/08  10:43:23
46179         Log: Another makefile portability fix for Win32 by Steve Hay.
46180      Branch: perl
46181            ! win32/Makefile win32/makefile.mk
46182 ____________________________________________________________________________
46183 [ 22466] By: rgs                                   on 2004/03/08  08:06:33
46184         Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem
46185              From: Jan Dubois <jand@ActiveState.com>
46186              Date: Sun, 07 Mar 2004 17:04:35 -0800
46187              Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com>
46188      Branch: perl
46189            ! win32/win32.c
46190 ____________________________________________________________________________
46191 [ 22465] By: nicholas                              on 2004/03/07  23:31:49
46192         Log: Fix Dave's original shared hash key corruption bug
46193      Branch: perl
46194            ! sv.c
46195 ____________________________________________________________________________
46196 [ 22463] By: nicholas                              on 2004/03/07  21:34:01
46197         Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
46198              in utf8.t, and fix 3 bugs it exposed in utfhash.t
46199      Branch: perl
46200            ! lib/utf8.t sv.c t/op/utfhash.t
46201 ____________________________________________________________________________
46202 [ 22462] By: rgs                                   on 2004/03/07  20:34:05
46203         Log: Subject: undef and the range operator
46204              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
46205              Date: Sun, 7 Mar 2004 21:11:20 +0100
46206              Message-Id: <20040307211120.10e46933@r2d2>
46207      Branch: perl
46208            ! pp_ctl.c t/op/range.t
46209 ____________________________________________________________________________
46210 [ 22459] By: rgs                                   on 2004/03/07  18:41:36
46211         Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS
46212              From: "Ken Williams" <ken@mathforum.org>
46213              Date: Sun, 7 Mar 2004 09:37:19 -0600
46214              Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>
46215      Branch: perl
46216            ! ext/Cwd/t/cwd.t
46217 ____________________________________________________________________________
46218 [ 22456] By: rgs                                   on 2004/03/07  14:08:43
46219         Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS
46220              From: "Craig A. Berry" <craigberry@mac.com>
46221              Date: Sat, 06 Mar 2004 22:50:25 -0600
46222              Message-ID: <404AAA11.8050001@mac.com>
46223      Branch: perl
46224            ! t/op/closure.t
46225 ____________________________________________________________________________
46226 [ 22452] By: rgs                                   on 2004/03/06  21:24:45
46227         Log: Subject: [PATCH Cwd 2.15] test tweak for VMS
46228              From: "Craig A. Berry" <craigberry@mac.com>
46229              Date: Sat, 06 Mar 2004 13:51:55 -0600
46230              Message-ID: <404A2BDB.8030401@mac.com>
46231      Branch: perl
46232            ! ext/Cwd/t/cwd.t
46233 ____________________________________________________________________________
46234 [ 22451] By: rgs                                   on 2004/03/06  21:09:10
46235         Log: Allow syslog() to use numeric constants in addition to strings for
46236              facility names and priorities.
46237
46238              Subject: Patch for Sys::Syslog
46239              From: Jim Schneider <jschneid@netilla.com>
46240              Date: Fri, 5 Mar 2004 14:03:10 -0500
46241              Message-Id: <200403051403.10674.jschneid@netilla.com>
46242      Branch: perl
46243            ! ext/Sys/Syslog/Syslog.pm
46244 ____________________________________________________________________________
46245 [ 22446] By: nicholas                              on 2004/03/06  16:13:48
46246         Log: Make threads tests pass make minitest (by skipping)
46247      Branch: perl
46248            ! t/op/getpid.t t/op/threads.t
46249 ____________________________________________________________________________
46250 [ 22445] By: davem                                 on 2004/03/06  15:25:32
46251         Log: fix coredump in /(?{sub{}})/
46252      Branch: perl
46253            ! pad.c
46254 ____________________________________________________________________________
46255 [ 22444] By: rgs                                   on 2004/03/05  21:19:06
46256         Log: A small perluniintro clarification by Jarkko.
46257      Branch: perl
46258            ! pod/perluniintro.pod
46259 ____________________________________________________________________________
46260 [ 22443] By: rgs                                   on 2004/03/05  14:13:50
46261         Log: Subject: [PATCH] Re: Strange segfault
46262              From: mhx-perl@gmx.net (Marcus Holland-Moritz)
46263              Date: Fri, 5 Mar 2004 15:13:53 +0100
46264              Message-ID: <20040305151353.5f3e913c@r2d2>
46265      Branch: perl
46266            ! pp_ctl.c t/op/range.t
46267 ____________________________________________________________________________
46268 [ 22442] By: rgs                                   on 2004/03/05  09:31:22
46269         Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
46270              From: steve.hay@uk.radan.com (Steve Hay)
46271              Date: Fri, 05 Mar 2004 09:42:32 +0000
46272              Message-ID: <40484B88.7070608@uk.radan.com>
46273      Branch: perl
46274            ! win32/makefile.mk
46275 ____________________________________________________________________________
46276 [ 22441] By: rgs                                   on 2004/03/05  08:53:08
46277         Log: Change 22436 broke the Windows build.
46278              Fix by Steve Hay.
46279      Branch: perl
46280            ! ext/POSIX/POSIX.xs
46281 ____________________________________________________________________________
46282 [ 22440] By: davem                                 on 2004/03/05  00:09:23
46283         Log: silence some compiler warnings
46284      Branch: perl
46285            ! pp_ctl.c sv.c
46286 ____________________________________________________________________________
46287 [ 22439] By: davem                                 on 2004/03/04  23:56:42
46288         Log: ensure utf8::encode() normalises its arg
46289      Branch: perl
46290            ! sv.c
46291 ____________________________________________________________________________
46292 [ 22438] By: davem                                 on 2004/03/04  23:32:38
46293         Log: Memory leak in continue loop
46294              make sure redo always frees temps
46295      Branch: perl
46296            ! pp_ctl.c t/op/loopctl.t
46297 ____________________________________________________________________________
46298 [ 22437] By: davem                                 on 2004/03/04  22:03:17
46299         Log: Add perldiag entry for change #22435 (deprecate my $x if 0)
46300      Branch: perl
46301            ! pod/perldiag.pod
46302 ____________________________________________________________________________
46303 [ 22436] By: rgs                                   on 2004/03/04  21:52:18
46304         Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
46305              From: Andrew Dougherty <doughera@lafayette.edu>
46306              Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST)
46307              Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu>
46308      Branch: perl
46309            ! ext/POSIX/POSIX.xs
46310 ____________________________________________________________________________
46311 [ 22435] By: davem                                 on 2004/03/04  21:39:47
46312         Log: add deprecation warning for my $x if 0
46313      Branch: perl
46314            ! op.c t/lib/warnings/op
46315 ____________________________________________________________________________
46316 [ 22434] By: davem                                 on 2004/03/04  21:38:57
46317         Log: remove an 'if $a if 0' from AutoSplit.t
46318      Branch: perl
46319            ! lib/AutoSplit.t
46320 ____________________________________________________________________________
46321 [ 22433] By: davem                                 on 2004/03/04  20:33:44
46322         Log: retract 22328 and 22332: deprecation warning for my $x if foo
46323      Branch: perl
46324            ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym
46325            ! pp_proto.h t/lib/warnings/op
46326 ____________________________________________________________________________
46327 [ 22432] By: rgs                                   on 2004/03/04  12:18:11
46328         Log: Maintainers.pl update by MJD.
46329      Branch: perl
46330            ! Porting/Maintainers.pl
46331 ____________________________________________________________________________
46332 [ 22431] By: rgs                                   on 2004/03/04  10:35:59
46333         Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
46334              (by Steve Hay)
46335      Branch: perl
46336            + t/win32/getosversion.t
46337            ! MANIFEST win32/win32.c
46338 ____________________________________________________________________________
46339 [ 22430] By: rgs                                   on 2004/03/04  08:03:54
46340         Log: Clarify the difference between utf8::downgrade/upgrade
46341              and utf8::encode/decode (patch by Jarkko).
46342      Branch: perl
46343            ! lib/utf8.pm pod/perluniintro.pod
46344 ____________________________________________________________________________
46345 [ 22429] By: rgs                                   on 2004/03/03  23:01:56
46346         Log: A couple of notes in perl591delta
46347              (about Benchmark and the debugger.)
46348      Branch: perl
46349            ! pod/perl591delta.pod
46350 ____________________________________________________________________________
46351 [ 22428] By: rgs                                   on 2004/03/03  22:15:42
46352         Log: Subject: [PATCH] simplify sv.h
46353              From: Arthur Bergman <sky@nanisky.com>
46354              Date: Sun, 29 Feb 2004 22:04:53 +0000
46355              Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
46356      Branch: perl
46357            ! sv.h
46358 ____________________________________________________________________________
46359 [ 22427] By: rgs                                   on 2004/03/03  21:55:03
46360         Log: Speed up the unicode case mappings (for /i, lc, uc, etc).
46361              Subject: [PATCH] [perl #24826]
46362              From: Jarkko Hietaniemi <jhi@iki.fi>
46363              Date: Wed, 3 Mar 2004 09:37:21 +0200
46364              Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
46365      Branch: perl
46366            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
46367            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
46368            ! lib/unicore/mktables t/uni/case.pl utf8.c
46369 ____________________________________________________________________________
46370 [ 22426] By: rgs                                   on 2004/03/03  21:04:48
46371         Log: Subject: [PATCH] debugger (5.8.x and 5.9.x)
46372              From: Richard.Foley@t-online.de (Richard Foley)
46373              Date: Wed, 3 Mar 2004 16:10:25 +0100
46374              Message-Id: <200403031610.25080.richard.foley@rfi.net>
46375      Branch: perl
46376            ! lib/perl5db.pl
46377 ____________________________________________________________________________
46378 [ 22425] By: davem                                 on 2004/03/03  00:02:51
46379         Log: stop t/op/write.t failures under stdio by always closing files
46380              before reading them back; also replace `cat file` with a function
46381              to read in the file
46382      Branch: perl
46383            ! t/op/write.t
46384 ____________________________________________________________________________
46385 [ 22424] By: nicholas                              on 2004/03/02  22:22:49
46386         Log: Change the skip logic on the unicode tests so that they don't rely on
46387              miniperl's "dynamic loading unavailable" message
46388      Branch: perl
46389            ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
46390            ! t/uni/tr_utf8.t
46391 ____________________________________________________________________________
46392 [ 22423] By: nicholas                              on 2004/03/02  22:02:36
46393         Log: Work on eliminating systematic failures on make minitest:
46394              make minitest passes a -minitest flag to t/TEST
46395              t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
46396              Tests can choose to skip based on this.
46397              (Other tactic is to make loading of Errno by %! happen at run time.)
46398      Branch: perl
46399            ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t
46400            ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.t
46401 ____________________________________________________________________________
46402 [ 22422] By: davem                                 on 2004/03/02  21:33:22
46403         Log: Remove machine-dependent rounding dependency from write overflow
46404              tests
46405      Branch: perl
46406            ! t/op/write.t
46407 ____________________________________________________________________________
46408 [ 22421] By: rgs                                   on 2004/03/02  21:25:12
46409         Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32
46410              From: Steve Hay <steve.hay@uk.radan.com>
46411              Date: Fri, 27 Feb 2004 17:42:26 +0000
46412              Message-ID: <403F8182.5090607@uk.radan.com>
46413      Branch: perl
46414            ! win32/Makefile win32/makefile.mk
46415 ____________________________________________________________________________
46416 [ 22419] By: davem                                 on 2004/03/01  22:17:52
46417         Log: add tests for change 22414 (lvalue substr jollity)
46418              courtesy of Graham Barr.
46419      Branch: perl
46420            ! t/op/substr.t
46421 ____________________________________________________________________________
46422 [ 22418] By: davem                                 on 2004/03/01  22:00:11
46423         Log: integrate Time::HiRes 1.56 from CPAN
46424              (which is itself mostly derived from the bleedperl version)
46425      Branch: perl
46426            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
46427            ! ext/Time/HiRes/Makefile.PL
46428 ____________________________________________________________________________
46429 [ 22417] By: mhx                                   on 2004/02/29  21:46:19
46430         Log: Make panics a bit more verbose to ease debugging.
46431      Branch: perl
46432            ! thread.h
46433 ____________________________________________________________________________
46434 [ 22415] By: davem                                 on 2004/02/29  18:06:45
46435         Log: make test breaks permissions on /dev/tty
46436              perl -i could fchmod(stdin) by mistake
46437      Branch: perl
46438            ! doio.c
46439 ____________________________________________________________________________
46440 [ 22414] By: davem                                 on 2004/02/29  16:21:34
46441         Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue
46442              From: Graham Barr <gbarr@pobox.com>
46443              Date: Wed, 29 Oct 2003 09:56:53 +0000
46444              Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com>
46445
46446              make a variable aliased to an lvalue substr value work as expected
46447      Branch: perl
46448            ! mg.c
46449 ____________________________________________________________________________
46450 [ 22411] By: nicholas                              on 2004/02/29  13:08:28
46451         Log: Bump Socket's version to a real floating point value
46452      Branch: perl
46453            ! ext/Socket/Socket.pm
46454 ____________________________________________________________________________
46455 [ 22410] By: ams                                   on 2004/02/29  04:29:24
46456         Log: Back out _01 version suffix.
46457      Branch: perl
46458            ! ext/Storable/Storable.pm
46459 ____________________________________________________________________________
46460 [ 22409] By: davem                                 on 2004/02/28  23:29:10
46461         Log: Bump version numbers of moules affected by change #22258
46462              (removing /tmp and other insecurities)
46463      Branch: perl
46464            ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm
46465            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
46466            ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm
46467            ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm
46468            ! lib/perl5db.pl
46469 ____________________________________________________________________________
46470 [ 22408] By: davem                                 on 2004/02/28  22:37:08
46471         Log: make the bison-based parser threadsafe and capable of deep
46472              recursion by eradicating Perl_yylex_r()
46473      Branch: perl
46474            ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h
46475            ! perly.c proto.h toke.c
46476 ____________________________________________________________________________
46477 [ 22407] By: nicholas                              on 2004/02/28  16:10:20
46478         Log: Use File::Temp for tempfiles if it is available.
46479              (Based on a patch from Solar Designer <solar@openwall.com> in
46480              Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which
46481              was applied as change 22258)
46482      Branch: perl
46483            ! utils/perlbug.PL
46484 ____________________________________________________________________________
46485 [ 22406] By: mhx                                   on 2004/02/28  15:04:41
46486         Log: Fix segfaults when running under -Dx.
46487      Branch: perl
46488            ! dump.c
46489 ____________________________________________________________________________
46490 [ 22403] By: nicholas                              on 2004/02/27  17:56:30
46491         Log: Assimilate Cwd 2.15 from CPAN
46492      Branch: perl
46493            ! ext/Cwd/Changes lib/Cwd.pm
46494 ____________________________________________________________________________
46495 [ 22401] By: nicholas                              on 2004/02/27  16:27:19
46496         Log: Create a new local $_ without triggering tie by using local *_ = \my $a
46497              (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>)
46498      Branch: perl
46499            ! lib/File/Find.pm lib/File/Find/t/find.t
46500 ____________________________________________________________________________
46501 [ 22400] By: merijn                                on 2004/02/27  15:25:27
46502         Log: When threads are active we need -lpthread, but previous `fix' of
46503              now linked libraries invalidated the regex for sed (AIX 5 has no
46504              seperate libc.a and libc_r.a the latter links to the first)
46505      Branch: perl
46506            ! hints/aix.sh
46507 ____________________________________________________________________________
46508 [ 22397] By: nicholas                              on 2004/02/27  13:13:43
46509         Log: Correct thinko in comment.
46510      Branch: perl
46511            ! op.c
46512 ____________________________________________________________________________
46513 [ 22393] By: nicholas                              on 2004/02/27  10:41:39
46514         Log: In hsplit, if a normal hash has placeholders then clear them before
46515              splitting. We can do this safely because Storable ensures hsplit is
46516              not called while it builds restricted hashes (actually any hashes)
46517              This change may not make things faster, but now we have the choice.
46518      Branch: perl
46519            ! ext/Storable/t/restrict.t hv.c
46520 ____________________________________________________________________________
46521 [ 22391] By: nicholas                              on 2004/02/27  10:27:38
46522         Log: My re-implementation of hv_clear_placeholders was buggy - not sure why
46523              the tests still passed. Fixed.
46524      Branch: perl
46525            ! hv.c
46526 ____________________________________________________________________________
46527 [ 22383] By: nicholas                              on 2004/02/26  14:59:40
46528         Log: Moving all the e-mail addresses over by 1 column makes them start on
46529              an 8 column tabstop, which makes editing this file easier.
46530              So then I replaced spaces with tabs and made it smaller too.
46531      Branch: perl
46532            ! AUTHORS
46533 ____________________________________________________________________________
46534 [ 22382] By: nicholas                              on 2004/02/26  14:49:13
46535         Log: Add Mark Fowler
46536      Branch: perl
46537            ! AUTHORS
46538 ____________________________________________________________________________
46539 [ 22381] By: nicholas                              on 2004/02/26  13:11:07
46540         Log: Integrate:
46541              [ 22339]
46542              Mention 5.005_04 RC2
46543
46544              [ 22360]
46545              Update for 5.005_04 release
46546      Branch: perl
46547           !> pod/perlhist.pod
46548 ____________________________________________________________________________
46549 [ 22380] By: rgs                                   on 2004/02/26  13:03:43
46550         Log: Subject: [PATCH] Improved perlapi documentation for croak
46551              From: Mark Fowler <mark@twoshortplanks.com>
46552              Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
46553              Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>
46554
46555              (and regenerate perlapi.pod.)
46556      Branch: perl
46557            ! pod/perlapi.pod util.c
46558 ____________________________________________________________________________
46559 [ 22379] By: merijn                                on 2004/02/26  08:44:53
46560         Log: From: Art Haas <ahaas@airmail.net>
46561              Subject: Replacing '-rdynamic' in Configure script
46562              Date: Fri, 20 Feb 2004 13:53:56 -0600
46563              Message-ID: <20040220195400.31177.qmail@onion.perl.org>
46564      Branch: perl
46565            ! Configure
46566 ____________________________________________________________________________
46567 [ 22377] By: davem                                 on 2004/02/25  21:07:44
46568         Log: remove my work address
46569      Branch: perl
46570            ! AUTHORS
46571 ____________________________________________________________________________
46572 [ 22376] By: davem                                 on 2004/02/25  17:10:56
46573         Log: stop "const in void context" warning for a const in an
46574              optimised-away boolean expresssion, eg 5 || print;
46575      Branch: perl
46576            ! op.c op.h t/lib/warnings/op
46577 ____________________________________________________________________________
46578 [ 22375] By: merijn                                on 2004/02/25  11:13:12
46579         Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
46580      Branch: perl
46581            ! lib/Net/Ping/t/450_service.t
46582 ____________________________________________________________________________
46583 [ 22374] By: merijn                                on 2004/02/25  09:32:12
46584         Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off
46585              One open issue left: promoting to cc_r for threaded builds
46586              need a review to permit users using -Dcc=xlc_r for non
46587              threaded builds
46588      Branch: perl
46589            ! hints/aix.sh
46590 ____________________________________________________________________________
46591 [ 22373] By: davem                                 on 2004/02/24  23:25:52
46592         Log: fix memory leak in @_ = ...; goto &sub
46593      Branch: perl
46594            ! pp_ctl.c
46595 ____________________________________________________________________________
46596 [ 22372] By: rgs                                   on 2004/02/24  22:44:34
46597         Log: Enhance test cleanliness by a very small factor.
46598      Branch: perl
46599            ! t/comp/parser.t
46600 ____________________________________________________________________________
46601 [ 22371] By: rgs                                   on 2004/02/24  22:34:06
46602         Log: Fix a segfault during optree construction. (bug #27024)
46603      Branch: perl
46604            ! op.c t/comp/parser.t
46605 ____________________________________________________________________________
46606 [ 22370] By: rgs                                   on 2004/02/24  20:39:26
46607         Log: Update Changes and AUTHORS.
46608      Branch: perl
46609            ! AUTHORS Changes
46610 ____________________________________________________________________________
46611 [ 22369] By: rgs                                   on 2004/02/24  19:53:51
46612         Log: Subject: [PATCH] optimization for map in scalar context
46613              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
46614              Date: Tue, 24 Feb 2004 12:02:57 +0100
46615              Message-id: <20040224110257.GA5510@ethan>
46616      Branch: perl
46617            ! pp_ctl.c
46618 ____________________________________________________________________________
46619 [ 22368] By: rgs                                   on 2004/02/24  19:30:12
46620         Log: Subject: Bugfix for perlrequick and perlretut
46621              From: Mark Kvale <kvale@phy.ucsf.edu>
46622              Date: Tue, 24 Feb 2004 11:32:34 -0800
46623              Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>
46624      Branch: perl
46625            ! pod/perlrequick.pod pod/perlretut.pod
46626 ____________________________________________________________________________
46627 [ 22367] By: rgs                                   on 2004/02/23  22:08:33
46628         Log: Instead of localising *_, use a dummy foreach loop to get
46629              a local value of $_
46630      Branch: perl
46631            ! lib/File/Find.pm
46632 ____________________________________________________________________________
46633 [ 22366] By: rgs                                   on 2004/02/23  21:40:02
46634         Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
46635              From: alan <alan@pair.com>
46636              Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST)
46637              Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com>
46638      Branch: perl
46639            ! lib/Attribute/Handlers.pm
46640 ____________________________________________________________________________
46641 [ 22365] By: rgs                                   on 2004/02/23  21:30:42
46642         Log: Update perl591delta.
46643      Branch: perl
46644            ! pod/perl591delta.pod
46645 ____________________________________________________________________________
46646 [ 22364] By: rgs                                   on 2004/02/23  20:56:38
46647         Log: Fix bug #26910: hints were not propagated into (?{...})
46648              blocks, except the utf8 pragma.
46649      Branch: perl
46650            ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
46651 ____________________________________________________________________________
46652 [ 22363] By: rgs                                   on 2004/02/23  19:15:53
46653         Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
46654              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
46655              Date: Sun, 22 Feb 2004 16:09:33 +0900
46656              Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
46657
46658              Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
46659              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
46660              Date: Sun, 22 Feb 2004 18:41:43 +0900
46661              Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
46662
46663              Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
46664      Branch: perl
46665            ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
46666 ____________________________________________________________________________
46667 [ 22362] By: rgs                                   on 2004/02/23  18:31:31
46668         Log: Subject: [PATCH] Benchmark for child processes
46669              From: Chia-liang Kao <clkao@clkao.org>
46670              Date: Mon, 23 Feb 2004 22:53:51 +0800
46671              Message-ID: <20040223145351.GH94376@portege.clkao.org>
46672      Branch: perl
46673            ! lib/Benchmark.pm
46674 ____________________________________________________________________________
46675 [ 22359] By: merijn                                on 2004/02/23  11:55:08
46676         Log: Subject: Re: Perl 5.8.1 on IRIX 5.3
46677              Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET)
46678              From: Georg Schwarz <geos@epost.de>
46679              Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
46680      Branch: perl
46681            ! hints/irix_5.sh
46682 ____________________________________________________________________________
46683 [ 22358] By: rgs                                   on 2004/02/22  21:49:47
46684         Log: Subject: initial patch for cygwin IPC via cygserver
46685              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
46686              Date: Thu, 19 Feb 2004 09:01:13 -0800
46687              Message-ID: <20040219170113.GA2792@efn.org>
46688      Branch: perl
46689            ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh
46690 ____________________________________________________________________________
46691 [ 22357] By: davem                                 on 2004/02/22  15:43:53
46692         Log: Extend OP_AELEMFAST optimisation to lexical arrays
46693      Branch: perl
46694            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c
46695 ____________________________________________________________________________
46696 [ 22356] By: rgs                                   on 2004/02/21  16:51:52
46697         Log: We're not binary compatible with 5.8.
46698              Change PERL_API_VERSION to 5.9.1.
46699      Branch: perl
46700            ! patchlevel.h
46701 ____________________________________________________________________________
46702 [ 22355] By: rgs                                   on 2004/02/21  16:30:02
46703         Log: Document change #22353 in perldelta.
46704      Branch: perl
46705            ! pod/perl591delta.pod
46706 ____________________________________________________________________________
46707 [ 22354] By: rgs                                   on 2004/02/21  16:23:54
46708         Log: Increment the version number of B, due to the incompatible
46709              API change introduced by #22353 (no more op_seq method.)
46710      Branch: perl
46711            ! ext/B/B.pm
46712 ____________________________________________________________________________
46713 [ 22353] By: rgs                                   on 2004/02/21  16:18:32
46714         Log: Subject: Re: op_seq (was: Freeing code)
46715              From: Paul Johnson <paul@pjcj.net>
46716              Date: Sat, 21 Feb 2004 02:31:47 +0100
46717              Message-ID: <20040221013147.GB6953@pjcj.net>
46718
46719              Rework the OP structure to use less space.
46720              Remove op_seq (and simulate it in dump.c),
46721              replace it by op_opt and op_static,
46722              shrink op_type, remove PL_op_seqmax.
46723      Branch: perl
46724            ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs
46725            ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm
46726            ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c
46727            ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h
46728            ! pod/perlintern.pod sv.c
46729 ____________________________________________________________________________
46730 [ 22352] By: rgs                                   on 2004/02/20  17:29:32
46731         Log: When you write C<my $_ ; for (...) {...}>, the lexical $_
46732              is not actually introduced by the for statement.
46733      Branch: perl
46734            ! op.c
46735 ____________________________________________________________________________
46736 [ 22351] By: davem                                 on 2004/02/20  15:38:10
46737         Log: remove a split test's dependence on -Dx output
46738              (needed after change #22343)
46739      Branch: perl
46740            ! t/op/split.t
46741 ____________________________________________________________________________
46742 [ 22350] By: davem                                 on 2004/02/20  15:34:27
46743         Log: add Deparse/Concise support for inplace sort (change 22349)
46744      Branch: perl
46745            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
46746 ____________________________________________________________________________
46747 [ 22349] By: davem                                 on 2004/02/20  14:54:35
46748         Log: optimise the sorting inplace of plain arrays: @a = sort @a
46749      Branch: perl
46750            ! op.c op.h pp_sort.c t/op/sort.t
46751 ____________________________________________________________________________
46752 [ 22348] By: davem                                 on 2004/02/20  14:18:13
46753         Log: Document the SVf_PADSTALE flag
46754      Branch: perl
46755            ! pad.c
46756 ____________________________________________________________________________
46757 [ 22347] By: rgs                                   on 2004/02/20  10:46:51
46758         Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
46759      Branch: perl
46760            - lib/IPC/SysV.t
46761            ! MANIFEST
46762 ____________________________________________________________________________
46763 [ 22346] By: rgs                                   on 2004/02/20  10:23:51
46764         Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98
46765              From: Greg Matheson <lang@ms.chinmin.edu.tw>
46766              Date: Fri, 20 Feb 2004 15:34:59 +0800
46767              Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw>
46768      Branch: perl
46769            ! win32/genmk95.pl
46770 ____________________________________________________________________________
46771 [ 22345] By: rgs                                   on 2004/02/20  08:21:47
46772         Log: Upgrade to Term::ANSIColor 1.08.
46773      Branch: perl
46774            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
46775            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
46776 ____________________________________________________________________________
46777 [ 22344] By: rgs                                   on 2004/02/19  21:17:10
46778         Log: Upgrade to prereleases of Math::BigInt 1.70 and
46779              Math::BigRat 0.12, by Tels.
46780      Branch: perl
46781            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
46782            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
46783            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
46784            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/bigfltpm.inc
46785            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
46786            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
46787            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
46788            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
46789            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
46790            ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t
46791            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
46792            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
46793            ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t
46794            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
46795            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
46796            ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm
46797            ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm
46798 ____________________________________________________________________________
46799 [ 22343] By: davem                                 on 2004/02/19  13:43:18
46800         Log: -Dx could coredump on threaded builds because consts are now
46801              stored in the pad
46802      Branch: perl
46803            ! dump.c
46804 ____________________________________________________________________________
46805 [ 22342] By: rgs                                   on 2004/02/18  21:38:13
46806         Log: Add a tool to report dual-lived core modules that don't
46807              have the same version than the corresponding module on CPAN.
46808      Branch: perl
46809            + Porting/corecpan.pl
46810            ! MANIFEST
46811 ____________________________________________________________________________
46812 [ 22341] By: rgs                                   on 2004/02/18  14:04:11
46813         Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
46814      Branch: perl
46815            ! pod/perl591delta.pod
46816 ____________________________________________________________________________
46817 [ 22338] By: rgs                                   on 2004/02/18  13:32:17
46818         Log: Add base.pm and fields.pm to the maintainer list.
46819              Remove a duplicate file from this list.
46820      Branch: perl
46821            ! Porting/Maintainers.pl
46822 ____________________________________________________________________________
46823 [ 22337] By: davem                                 on 2004/02/18  13:22:13
46824         Log: fix write test: -small_number may be displayed as 00.00 or -0.00
46825      Branch: perl
46826            ! t/op/write.t
46827 ____________________________________________________________________________
46828 [ 22334] By: merijn                                on 2004/02/18  12:18:52
46829         Log: Removed pm_apiversion and xs_apiversion as requested by
46830              the pumpkin. Chainsaw was still in perfect working order.
46831      Branch: perl
46832            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
46833            ! NetWare/config_H.wc Porting/Glossary Porting/config.sh
46834            ! Porting/config_H config_h.SH configure.com epoc/config.sh
46835            ! plan9/config.plan9 plan9/config_h.sample
46836            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
46837            ! win32/config.gc win32/config.vc win32/config.vc64
46838            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46839            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
46840 ____________________________________________________________________________
46841 [ 22332] By: davem                                 on 2004/02/18  11:14:43
46842         Log: Add tests for the C<my $x if foo> deprecation, and change the
46843              warning text
46844      Branch: perl
46845            ! op.c pod/perldiag.pod t/lib/warnings/op
46846 ____________________________________________________________________________
46847 [ 22330] By: mhx                                   on 2004/02/18  08:53:03
46848         Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs
46849              returned from XSUBs through RETVAL isn't decremented as it is for
46850              SVs. This causes those XSUBs to leak memory and cannot be fixed
46851              without breaking existing CPAN modules that work around this bug.
46852
46853              2. Fix a memory leak of that kind in POSIX::localconv.
46854      Branch: perl
46855            ! ext/POSIX/POSIX.xs pod/perlxs.pod
46856 ____________________________________________________________________________
46857 [ 22329] By: rgs                                   on 2004/02/18  08:25:58
46858         Log: Encode has local changes. Up-version it.
46859      Branch: perl
46860            ! ext/Encode/Encode.pm
46861 ____________________________________________________________________________
46862 [ 22328] By: davem                                 on 2004/02/17  23:30:50
46863         Log: add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
46864      Branch: perl
46865            ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h
46866 ____________________________________________________________________________
46867 [ 22327] By: rgs                                   on 2004/02/17  23:22:45
46868         Log: It's better to localize *_ than $_, to avoid magic leakage
46869      Branch: perl
46870            ! lib/File/Find.pm
46871 ____________________________________________________________________________
46872 [ 22326] By: rgs                                   on 2004/02/17  23:18:25
46873         Log: One of the new tests of MIME::Base64 relies on a non-core module.
46874      Branch: perl
46875            - ext/MIME/Base64/t/bad-sv.t
46876            ! MANIFEST
46877 ____________________________________________________________________________
46878 [ 22325] By: rgs                                   on 2004/02/17  23:10:22
46879         Log: Upgrade to MIME::Base64 3.00.
46880              Fix t/warn.t so it works in the core.
46881              Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
46882      Branch: perl
46883            + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t
46884            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
46885            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
46886            ! ext/MIME/Base64/t/base64.t
46887 ____________________________________________________________________________
46888 [ 22323] By: rgs                                   on 2004/02/17  22:20:25
46889         Log: Be more clear. Use simple words.
46890      Branch: perl
46891            ! pod/perl591delta.pod
46892 ____________________________________________________________________________
46893 [ 22322] By: davem                                 on 2004/02/17  21:52:08
46894         Log: remove C<my $x if foo> construct from core modules
46895      Branch: perl
46896            ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm
46897            ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm
46898            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
46899            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm
46900            ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL
46901 ____________________________________________________________________________
46902 [ 22321] By: rgs                                   on 2004/02/17  21:22:17
46903         Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
46904      Branch: perl
46905            ! pod/perl591delta.pod
46906 ____________________________________________________________________________
46907 [ 22320] By: rgs                                   on 2004/02/17  21:07:11
46908         Log: Bump $B::VERSION (because of change #22315).
46909      Branch: perl
46910            ! ext/B/B.pm
46911 ____________________________________________________________________________
46912 [ 22319] By: rgs                                   on 2004/02/17  21:03:09
46913         Log: Regenerate table of contents and other related files.
46914      Branch: perl
46915            ! MANIFEST pod/perl.pod pod/perltoc.pod
46916 ____________________________________________________________________________
46917 [ 22318] By: rgs                                   on 2004/02/17  20:06:04
46918         Log: Bump up perl's version number to 5.9.1.
46919              Add perl591delta in perl.pod.
46920              Update the sample config files in Porting/.
46921      Branch: perl
46922            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
46923            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
46924            ! plan9/config.plan9 pod/perl.pod win32/Makefile
46925            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46926            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
46927 ____________________________________________________________________________
46928 [ 22317] By: davem                                 on 2004/02/17  19:28:58
46929         Log: 22316 had stupid precedence thinkos
46930      Branch: perl
46931            ! pp.c pp_hot.c
46932 ____________________________________________________________________________
46933 [ 22316] By: davem                                 on 2004/02/17  18:23:27
46934         Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests,
46935              and fix some incorrect indentation
46936      Branch: perl
46937            ! pp.c pp_hot.c sv.c
46938 ____________________________________________________________________________
46939 [ 22315] By: davem                                 on 2004/02/17  18:01:52
46940         Log: Subject:  Re: [PATCH] GLOB to LVALUE assignment fix
46941              From:  Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
46942              Date:  Tue, 17 Feb 2004 17:32:16 +0100
46943              Message-Id:  <20040217163216.GA6805@ethan>
46944
46945              Make PVLV a superset of PVGV, so that $lvalue = *FOO works
46946      Branch: perl
46947            ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
46948 ____________________________________________________________________________
46949 [ 22314] By: merijn                                on 2004/02/17  11:22:24
46950         Log: 1. Creating backward compatibility for Configure after patches
46951              #22227 and #22302 to still support 5.8.x and below
46952
46953              2. Small change for building on GNU hurd
46954              Date: Sun, 15 Feb 2004 23:27:17 +1100
46955              From: "Brendan O'Dea" <bod@debian.org>
46956              Message-ID: <20040215122717.GA26812@londo.c47.org>
46957      Branch: perl
46958            ! Configure Makefile.SH hints/gnu.sh
46959 ____________________________________________________________________________
46960 [ 22313] By: mhx                                   on 2004/02/16  20:27:40
46961         Log: Fix for Win32 build failure caused by the byacc to bison switch.
46962      Branch: perl
46963            ! perl.h
46964 ____________________________________________________________________________
46965 [ 22312] By: rgs                                   on 2004/02/16  13:16:43
46966         Log: Revert change 22308 (the patch was against maint, not blead)
46967      Branch: perl
46968            ! lib/ExtUtils/instmodsh
46969 ____________________________________________________________________________
46970 [ 22310] By: merijn                                on 2004/02/16  11:30:29
46971         Log: Fix typo in doc for Encode
46972              From: "Brendan O'Dea" <bod@debian.org>
46973              Date: Sun, 15 Feb 2004 23:27:17 +1100
46974              Message-ID: <20040215122717.GA26812@londo.c47.org>
46975      Branch: perl
46976            ! ext/Encode/Encode.pm
46977 ____________________________________________________________________________
46978 [ 22309] By: merijn                                on 2004/02/16  11:27:34
46979         Log: Missing semi-colon
46980              From: "Brendan O'Dea" <bod@debian.org>
46981              Date: Sun, 15 Feb 2004 23:27:17 +1100
46982              Message-ID: <20040215122717.GA26812@londo.c47.org>
46983      Branch: perl
46984            ! ext/MIME/Base64/Base64.xs
46985 ____________________________________________________________________________
46986 [ 22308] By: merijn                                on 2004/02/16  11:24:59
46987         Log: Add some basic POD to lib/ExtUtils/instmodsh so that
46988              it has a manpage.
46989              From: "Brendan O'Dea" <bod@debian.org>
46990              Date: Sun, 15 Feb 2004 23:27:17 +1100
46991              Message-ID: <20040215122717.GA26812@londo.c47.org>
46992      Branch: perl
46993            ! lib/ExtUtils/instmodsh
46994 ____________________________________________________________________________
46995 [ 22307] By: rgs                                   on 2004/02/15  11:02:49
46996         Log: Subject: [patch perlguts.pod] save_item doesn't handle magic
46997              From: Stas Bekman <stas@stason.org>
46998              Date: Fri, 13 Feb 2004 20:18:59 -0800
46999              Message-ID: <402DA1B3.2010608@stason.org>
47000      Branch: perl
47001            ! pod/perlguts.pod
47002 ____________________________________________________________________________
47003 [ 22306] By: davem                                 on 2004/02/15  00:24:26
47004         Log: Segmentation fault with
47005              sub x { shift; @a = @b; eval +{ use } }
47006      Branch: perl
47007            ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t
47008 ____________________________________________________________________________
47009 [ 22305] By: davem                                 on 2004/02/14  23:52:09
47010         Log: Enable v (verbose) switch on -Dp to display the top 8 elements
47011              on the parser stack at each reduce.  Also,
47012
47013              Subject: Re: switch from byacc to bison
47014              From: "Craig A. Berry" <craigberry@mac.com>
47015              Date: Sat, 14 Feb 2004 13:26:45 -0600
47016              Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
47017
47018              change #if DEBUGGING to #ifdef ... in perly.c
47019      Branch: perl
47020            ! perly.c pod/perlrun.pod
47021 ____________________________________________________________________________
47022 [ 22304] By: davem                                 on 2004/02/14  13:33:26
47023         Log: Subject:  Re: switch from byacc to bison
47024              From:  Abe Timmerman <abeltje@cpan.org>
47025              Date:  Sat, 14 Feb 2004 11:56:24 +0100
47026              Message-Id:  <200402141156.58185.abeltje@cpan.org>
47027
47028              Fix typos in pumpkin.pod
47029      Branch: perl
47030            ! Porting/pumpkin.pod
47031 ____________________________________________________________________________
47032 [ 22303] By: davem                                 on 2004/02/14  12:28:37
47033         Log: remove binary compatibility stuff from the yacc -> bison switch
47034              of change #22302
47035      Branch: perl
47036            ! embedvar.h intrpvar.h
47037 ____________________________________________________________________________
47038 [ 22302] By: davem                                 on 2004/02/14  02:06:53
47039         Log: Switch from byacc to bison and simplify the perly.* regeneration
47040              process
47041      Branch: perl
47042            + perly.act perly.tab regen_perly.pl
47043            - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms
47044            - vms/perly_h.vms vms/vms_yfix.pl
47045            ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h
47046            ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c
47047            ! vms/descrip_mms.template
47048 ____________________________________________________________________________
47049 [ 22301] By: rgs                                   on 2004/02/13  21:11:25
47050         Log: Fix an fcntl example in perlopentut, spotted by MJD.
47051      Branch: perl
47052            ! pod/perlopentut.pod
47053 ____________________________________________________________________________
47054 [ 22300] By: davem                                 on 2004/02/12  23:18:20
47055         Log: The new -Dq option didn't actually work!
47056      Branch: perl
47057            ! perl.h
47058 ____________________________________________________________________________
47059 [ 22299] By: merijn                                on 2004/02/12  14:32:15
47060         Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
47061              From: Stas Bekman <stas@stason.org>
47062              Date: Wed, 11 Feb 2004 16:53:54 -0800
47063              Message-ID: <402ACEA2.4020907@stason.org>
47064      Branch: perl
47065            ! perl.c
47066 ____________________________________________________________________________
47067 [ 22298] By: rgs                                   on 2004/02/10  08:49:12
47068         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
47069              From: Greg Matheson <lang@ms.chinmin.edu.tw>
47070              Date: Tue, 10 Feb 2004 12:36:33 +0800
47071              Message-ID: <20040210043633.GA33671687@momotaro>
47072      Branch: perl
47073            ! win32/makefile.mk
47074 ____________________________________________________________________________
47075 [ 22297] By: rgs                                   on 2004/02/10  08:05:16
47076         Log: Add 5.005_04-RC1 and Leon in perlhist.
47077      Branch: perl
47078            ! pod/perlhist.pod
47079 ____________________________________________________________________________
47080 [ 22295] By: rgs                                   on 2004/02/09  22:48:54
47081         Log: Add a note in Unicode::UCD about the _getcode() function
47082              being copy-n-pasted in charnames.pm. (spotted by Merijn)
47083      Branch: perl
47084            ! lib/Unicode/UCD.pm
47085 ____________________________________________________________________________
47086 [ 22294] By: rgs                                   on 2004/02/09  21:48:15
47087         Log: Implement stacked filetest operators (-f -w -x $file).
47088      Branch: perl
47089            ! doio.c dump.c ext/B/B/Concise.pm op.c op.h
47090            ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t
47091 ____________________________________________________________________________
47092 [ 22292] By: rgs                                   on 2004/02/09  21:17:40
47093         Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
47094              From: hv@crypt.org
47095              Date: Mon, 09 Feb 2004 03:21:21 +0000
47096              Message-Id: <200402090321.i193LL907950@zen.crypt.org>
47097      Branch: perl
47098            ! sv.c t/op/sprintf2.t
47099 ____________________________________________________________________________
47100 [ 22291] By: rgs                                   on 2004/02/09  21:09:14
47101         Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl
47102              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
47103              Date: Mon, 9 Feb 2004 00:51:45 -0800
47104              Message-ID: <20040209085145.GA3204@efn.org>
47105              (plus an etymological notice)
47106      Branch: perl
47107            ! lib/charnames.pm
47108 ____________________________________________________________________________
47109 [ 22290] By: rgs                                   on 2004/02/08  21:34:27
47110         Log: Add the new private flag OPpGREP_LEX in B::Concise.
47111      Branch: perl
47112            ! ext/B/B/Concise.pm
47113 ____________________________________________________________________________
47114 [ 22289] By: rgs                                   on 2004/02/08  21:21:28
47115         Log: map and grep weren't working correctly with lexical $_ in
47116              scalar context, because pp_mapwhile and pp_grepwhile were using
47117              their target as a temporary slot to store the return value.
47118      Branch: perl
47119            ! pp_ctl.c pp_hot.c t/op/mydef.t
47120 ____________________________________________________________________________
47121 [ 22287] By: rgs                                   on 2004/02/08  12:01:35
47122         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
47123              From: Greg Matheson <lang@ms.chinmin.edu.tw>
47124              Date: Mon, 2 Feb 2004 16:52:44 +0800
47125              Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
47126      Branch: perl
47127            ! win32/makefile.mk
47128 ____________________________________________________________________________
47129 [ 22286] By: rgs                                   on 2004/02/08  11:48:09
47130         Log: Subject: [PATCH] Correct some prototypes in perlapi.pod
47131              From: Steve Hay <steve.hay@uk.radan.com>
47132              Date: Fri, 06 Feb 2004 12:44:05 +0000
47133              Message-ID: <40238C15.2090200@uk.radan.com>
47134      Branch: perl
47135            ! pod/perlapi.pod sv.h
47136 ____________________________________________________________________________
47137 [ 22285] By: rgs                                   on 2004/02/08  11:44:22
47138         Log: Subject: [PATCH] Fix absolute path handling in installhtml
47139              From: Steve Hay <steve.hay@uk.radan.com>
47140              Date: Fri, 06 Feb 2004 16:14:14 +0000
47141              Message-ID: <4023BD56.6090903@uk.radan.com>
47142      Branch: perl
47143            ! installhtml
47144 ____________________________________________________________________________
47145 [ 22284] By: rgs                                   on 2004/02/08  11:42:08
47146         Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
47147              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
47148              Date: Sat, 07 Feb 2004 00:08:36 +0900
47149              Message-Id: <20040206235116.0E36.BQW10602@nifty.com>
47150      Branch: perl
47151            ! pod/perlunicode.pod
47152 ____________________________________________________________________________
47153 [ 22282] By: nicholas                              on 2004/02/07  22:32:44
47154         Log: Comment to record why we can't clear placeholders in hsplit
47155      Branch: perl
47156            ! hv.c
47157 ____________________________________________________________________________
47158 [ 22281] By: nicholas                              on 2004/02/07  21:46:59
47159         Log: deleting keys in restricted hashes was leaking the entry. Yow!
47160      Branch: perl
47161            ! hv.c lib/Hash/Util.t
47162 ____________________________________________________________________________
47163 [ 22280] By: nicholas                              on 2004/02/07  21:20:16
47164         Log: Now hv_delete is able to ingore placeholders.
47165              (This is an XS visible change in the hash API. But not of documented
47166              behaviour)
47167      Branch: perl
47168            ! hv.c
47169 ____________________________________________________________________________
47170 [ 22279] By: nicholas                              on 2004/02/07  20:56:50
47171         Log: All whitespace is equal, but some whitespace is more equal than others
47172              (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
47173      Branch: perl
47174            ! MANIFEST
47175 ____________________________________________________________________________
47176 [ 22278] By: nicholas                              on 2004/02/07  19:50:10
47177         Log: hv_clear_placeholders now manipulates the linked lists directly, rather
47178              than using the iterator interface and calling hv_delete
47179              This will allow hv_delete to be simplified to remove most of the
47180              special casing related to placeholders.
47181      Branch: perl
47182            ! hv.c
47183 ____________________________________________________________________________
47184 [ 22273] By: merijn                                on 2004/02/06  11:47:14
47185         Log: Added hints_4.sh for specific AIX 4 support
47186              this is the next stage in the general cleanup process
47187              for the AIX hints. More to come
47188      Branch: perl
47189            + hints/aix_4.sh
47190            ! MANIFEST
47191 ____________________________________________________________________________
47192 [ 22272] By: rgs                                   on 2004/02/06  07:32:15
47193         Log: Fix a non-standard NAME pod section
47194              (by Smylers and Casey West)
47195      Branch: perl
47196            ! lib/Carp/Heavy.pm
47197 ____________________________________________________________________________
47198 [ 22268] By: rgs                                   on 2004/02/04  19:50:05
47199         Log: The "my $_" wasn't nice with foreach loops.
47200      Branch: perl
47201            ! op.c t/op/mydef.t
47202 ____________________________________________________________________________
47203 [ 22267] By: merijn                                on 2004/02/04  10:24:33
47204         Log: AIX 3 support removed from default hints after its separation
47205      Branch: perl
47206            ! hints/aix.sh
47207 ____________________________________________________________________________
47208 [ 22266] By: merijn                                on 2004/02/04  10:16:20
47209         Log: AIX 3 hints split off from default hints in preparation
47210              of a hint file cleanup. aix_4.sh will follow soon
47211      Branch: perl
47212            + hints/aix_3.sh
47213            ! MANIFEST
47214 ____________________________________________________________________________
47215 [ 22265] By: rgs                                   on 2004/02/03  21:54:23
47216         Log: More docs and tests for "my $_".
47217      Branch: perl
47218            ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t
47219 ____________________________________________________________________________
47220 [ 22264] By: rgs                                   on 2004/02/03  20:33:02
47221         Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
47222              From: John Peacock <jpeacock@rowman.com>
47223              Date: Sun, 01 Feb 2004 21:10:07 -0500
47224              Message-ID: <401DB17F.5060808@rowman.com>
47225      Branch: perl
47226            ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod
47227            ! proto.h t/comp/use.t t/op/universal.t universal.c util.c
47228 ____________________________________________________________________________
47229 [ 22263] By: rgs                                   on 2004/02/03  19:41:11
47230         Log: Implement "my $_".
47231      Branch: perl
47232            + t/op/mydef.t
47233            ! MANIFEST gv.c op.c op.h opcode.h opcode.pl
47234            ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c
47235            ! pp_ctl.c pp_hot.c regexec.c toke.c
47236 ____________________________________________________________________________
47237 [ 22262] By: rgs                                   on 2004/02/03  16:38:25
47238         Log: Regenerate perlapi.pod.
47239      Branch: perl
47240            ! pod/perlapi.pod
47241 ____________________________________________________________________________
47242 [ 22261] By: merijn                                on 2004/02/03  12:57:37
47243         Log: If someone chooses xlc as default C compiler, threaded builds
47244              will fail, unless converted to cc_r
47245      Branch: perl
47246            ! hints/aix.sh
47247 ____________________________________________________________________________
47248 [ 22260] By: rgs                                   on 2004/02/01  20:47:35
47249         Log: Subject: patch for IRIX/gcc link issues
47250              From: Martin Pool <mbp@samba.org>
47251              Date: Wed, 28 Jan 2004 10:56:25 +1100
47252              Message-ID: <20040127235624.GA32612@hp.com>
47253      Branch: perl
47254            ! hints/irix_6.sh
47255 ____________________________________________________________________________
47256 [ 22259] By: davem                                 on 2004/02/01  17:42:44
47257         Log: update fix to Shell.pm in change #22254: make /dev/null portable
47258      Branch: perl
47259            ! lib/Shell.pm
47260 ____________________________________________________________________________
47261 [ 22258] By: davem                                 on 2004/02/01  17:40:02
47262         Log: Subject: Re: [perl #15063] /tmp issues
47263              From: Solar Designer <solar@openwall.com>
47264              Date: Mon, 26 Jan 2004 01:22:18 +0300
47265              Message-ID: <20040125222218.GA13499@openwall.com>
47266
47267              Remove insecure usage of /tmp from code and documentation
47268      Branch: perl
47269            ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
47270            ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t
47271            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod
47272            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
47273            ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm
47274            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh
47275            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
47276            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
47277            ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl
47278            ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer
47279            ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod
47280            ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod
47281            ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod
47282            ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod
47283            ! utils/c2ph.PL
47284 ____________________________________________________________________________
47285 [ 22257] By: davem                                 on 2004/02/01  15:46:24
47286         Log: threads documentation: fork on UNIX might not copy all threads.
47287      Branch: perl
47288            ! pod/perlthrtut.pod
47289 ____________________________________________________________________________
47290 [ 22256] By: davem                                 on 2004/02/01  15:34:59
47291         Log: add test for Change 22194:
47292              [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
47293      Branch: perl
47294            ! t/lib/strict/subs
47295 ____________________________________________________________________________
47296 [ 22254] By: davem                                 on 2004/02/01  13:11:00
47297         Log: Subject:  Patch for Shell.pm
47298              From:  Manuel Valente <mvalente@idealx.com>
47299              Date:  Tue, 27 Jan 2004 19:18:26 +0100
47300              Message-Id:  <4016AB72.1080503@idealx.com>
47301
47302              New option for Shell.pm to discard stderr instead of capturing it
47303      Branch: perl
47304            ! lib/Shell.pm
47305 ____________________________________________________________________________
47306 [ 22253] By: davem                                 on 2004/02/01  11:26:47
47307         Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
47308              timeout triggers
47309      Branch: perl
47310            ! ext/Time/HiRes/t/HiRes.t
47311 ____________________________________________________________________________
47312 [ 22252] By: chip                                  on 2004/01/31  17:29:05
47313         Log: Don't show code closing STD{IN,OUT} before reopening, because
47314              doing so is unnecessary and occasionally harmful.
47315      Branch: perl
47316            ! pod/perlfork.pod pod/perlfunc.pod
47317 ____________________________________________________________________________
47318 [ 22248] By: rgs                                   on 2004/01/30  08:29:55
47319         Log: Another undocumented use of $_ : with reverse().
47320      Branch: perl
47321            ! pod/perlfunc.pod
47322 ____________________________________________________________________________
47323 [ 22247] By: merijn                                on 2004/01/30  08:18:28
47324         Log: Drop optimization for -O3 *and higher*
47325      Branch: perl
47326            ! ext/Storable/hints/linux.pl
47327 ____________________________________________________________________________
47328 [ 22246] By: rgs                                   on 2004/01/29  23:20:01
47329         Log: Regenerate perlapi.pod.
47330      Branch: perl
47331            ! pod/perlapi.pod
47332 ____________________________________________________________________________
47333 [ 22245] By: rgs                                   on 2004/01/29  21:08:28
47334         Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
47335              From: hv@crypt.org
47336              Date: Thu, 29 Jan 2004 15:12:12 +0000
47337              Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
47338      Branch: perl
47339            ! pp_hot.c t/op/pat.t
47340 ____________________________________________________________________________
47341 [ 22244] By: rgs                                   on 2004/01/28  22:00:09
47342         Log: I'm the new maintainer of Switch.
47343              Sync with the CPAN version of Switch 2.10.
47344      Branch: perl
47345            ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README
47346 ____________________________________________________________________________
47347 [ 22243] By: merijn                                on 2004/01/28  20:30:40
47348         Log: Message-ID: <40113F7B.6050701@davidfavor.com>
47349              Date: Fri, 23 Jan 2004 09:36:27 -0600
47350              From: David Favor <david@davidfavor.com>
47351              Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1
47352              so no compilation stack limits are imposed.
47353      Branch: perl
47354            ! hints/aix.sh
47355 ____________________________________________________________________________
47356 [ 22242] By: rgs                                   on 2004/01/27  22:44:30
47357         Log: Update perl591delta.pod with what we've done so far.
47358      Branch: perl
47359            ! pod/perl591delta.pod
47360 ____________________________________________________________________________
47361 [ 22239] By: rgs                                   on 2004/01/27  21:54:31
47362         Log: Regenerate Changes.
47363              Only include changes from the perl branch.
47364      Branch: perl
47365            ! Changes
47366 ____________________________________________________________________________
47367 [ 22238] By: nicholas                              on 2004/01/27  21:51:27
47368         Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux
47369              Only *drop* optimize to -O2 if it's -O3 on gcc on Linux
47370      Branch: perl
47371            ! ext/Storable/hints/linux.pl
47372 ____________________________________________________________________________
47373 [ 22235] By: rgs                                   on 2004/01/27  21:19:03
47374         Log: More punctuation, good.
47375      Branch: perl
47376            ! pod/perlfunc.pod
47377 ____________________________________________________________________________
47378 [ 22228] By: rgs                                   on 2004/01/27  10:31:09
47379         Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
47380              From: Brendan O'Dea <bod@debian.org>
47381              Date: Sun, 25 Jan 2004 11:23:48 +1100
47382              Message-ID: <20040125002348.GA31407@londo.c47.org>
47383      Branch: perl
47384            ! pod/perlfunc.pod
47385 ____________________________________________________________________________
47386 [ 22227] By: davem                                 on 2004/01/26  23:53:06
47387         Log: Subject:  [PATCH] myconfig.SH
47388              From:  "Daniel S. Lewart" <lewart@uiuc.edu>
47389              Date:  Sun, 25 Jan 2004 22:11:25 -0600
47390              Message-Id:  <20040125221125.A5390@staff1.cso.uiuc.edu>
47391
47392              make perl -V show the major release as 5 rather than 5.0
47393      Branch: perl
47394            ! myconfig.SH
47395 ____________________________________________________________________________
47396 [ 22224] By: merijn                                on 2004/01/26  22:10:13
47397         Log: Document change 22192
47398              We still need tests!
47399      Branch: perl
47400            ! lib/Exporter.pm
47401 ____________________________________________________________________________
47402 [ 22223] By: rgs                                   on 2004/01/26  21:58:14
47403         Log: Subject: [PATCH] fix vmsish.t #25
47404              From: "Craig A. Berry" <craigberry@mac.com>
47405              Date: Sat, 24 Jan 2004 18:45:35 -0600
47406              Message-ID: <401311AF.1060706@mac.com>
47407      Branch: perl
47408            ! lib/vmsish.t
47409 ____________________________________________________________________________
47410 [ 22221] By: nicholas                              on 2004/01/26  21:18:31
47411         Log: Merge dynamic perldelta from maint (22081)
47412              So now perldelta.pod is copied at build time from perl591delta.pod
47413              perl590delta.pod is as released to CPAN by Hugo
47414              Regen lots of makefiles, pods and the MANIFEST
47415      Branch: perl
47416            + pod/perl591delta.pod
47417           +> pod/perl590delta.pod
47418            - pod/perldelta.pod
47419            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
47420            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
47421            ! win32/pod.mak
47422 ____________________________________________________________________________
47423 [ 22218] By: rgs                                   on 2004/01/25  23:35:45
47424         Log: Remove the caveat about detached threads crashing on Windows
47425              (fixed by #22201). Bump up the version of threads.pm.
47426      Branch: perl
47427            ! ext/threads/threads.pm
47428 ____________________________________________________________________________
47429 [ 22217] By: nicholas                              on 2004/01/25  22:17:47
47430         Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
47431              -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
47432      Branch: perl
47433            ! ext/Storable/t/threads.t
47434 ____________________________________________________________________________
47435 [ 22216] By: davem                                 on 2004/01/25  12:06:04
47436         Log: update MANIFEST for 2 new Storable test files introduced by 22205
47437      Branch: perl
47438            ! MANIFEST
47439 ____________________________________________________________________________
47440 [ 22215] By: davem                                 on 2004/01/25  12:00:04
47441         Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
47442      Branch: perl
47443            ! t/op/closure.t
47444 ____________________________________________________________________________
47445 [ 22209] By: davem                                 on 2004/01/25  02:04:23
47446         Log: Remove small memory leak in newATTRSUB that manifested as a
47447              leaking scalar after the interpeter was cloned
47448      Branch: perl
47449            ! op.c
47450 ____________________________________________________________________________
47451 [ 22208] By: davem                                 on 2004/01/24  16:13:17
47452         Log: Subject:  [perl #24942] fields::inherit doesn't bless derived
47453              package's \%FIELDS, results in phash deprecation errors.
47454              From:  "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
47455              Date:  18 Jan 2004 15:15:46 -0000
47456              Message-Id:  <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
47457      Branch: perl
47458            ! lib/base.pm lib/base/t/fields-base.t
47459 ____________________________________________________________________________
47460 [ 22207] By: davem                                 on 2004/01/24  15:36:28
47461         Log: Subject:  Re: Doc patches for File::Find
47462              From:  Mark Jason Dominus <mjd@plover.com>
47463              Date:  Thu, 22 Jan 2004 09:30:58 -0500
47464              Message-Id:  <20040122143058.29226.qmail@plover.com>
47465
47466              Better document the fact that neither find() nor finddepth() do a
47467              breath-first search.
47468      Branch: perl
47469            ! lib/File/Find.pm
47470 ____________________________________________________________________________
47471 [ 22206] By: ams                                   on 2004/01/24  11:06:51
47472         Log: Subject: [PATCH] Storable-2.08/t/code.t
47473              From: Slaven Rezic <slaven@rezic.de>
47474              Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
47475              Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
47476      Branch: perl
47477            ! ext/Storable/t/code.t
47478 ____________________________________________________________________________
47479 [ 22205] By: ams                                   on 2004/01/24  11:03:36
47480         Log: Subject: [patch] make Storable thread-safe
47481              From: Stas Bekman <stas@stason.org>
47482              Date: Mon, 19 Jan 2004 00:20:02 -0800
47483              Message-Id: <400B9332.4070106@stason.org>
47484
47485              Subject: Re: Subroutine reference bug in Storable
47486              From: Slaven Rezic <slaven@rezic.de>
47487              Date: 14 Nov 2003 23:22:55 +0100
47488              Message-Id: <874qx6zj28.fsf@vran.herceg.de>
47489
47490              Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
47491              overload + cyclic structures
47492              From: Sam Vilain <sam@vilain.net>
47493              Date: Tue, 20 Jan 2004 22:30:15 +1300
47494              Message-Id: <200401202230.15865.sam@vilain.net>
47495      Branch: perl
47496            + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
47497            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
47498            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
47499            ! ext/Storable/t/code.t
47500 ____________________________________________________________________________
47501 [ 22204] By: ams                                   on 2004/01/24  08:59:11
47502         Log: Upgrade to Locale::Maketext 1.08.
47503      Branch: perl
47504            + lib/Locale/Maketext/t/06super.t
47505            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
47506            ! lib/Locale/Maketext/TPJ13.pod
47507 ____________________________________________________________________________
47508 [ 22203] By: davem                                 on 2004/01/23  23:06:49
47509         Log: make some t/op/write.t failures more verbose
47510      Branch: perl
47511            ! t/op/write.t
47512 ____________________________________________________________________________
47513 [ 22201] By: davem                                 on 2004/01/23  22:26:47
47514         Log: Subject:  Re: threads::shared::queue;
47515              From:  Jan Dubois <jand@ActiveState.com>
47516              Date:  Thu, 22 Jan 2004 19:18:46 -0800
47517              Message-Id:  <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
47518
47519              Avoid threads+win32 crash by freeing Perl interpreter slightly later
47520      Branch: perl
47521            ! ext/threads/threads.xs
47522 ____________________________________________________________________________
47523 [ 22200] By: nicholas                              on 2004/01/23  18:28:43
47524         Log: test that use encoding; doesn't cause references to be stringified
47525      Branch: perl
47526            ! t/uni/chomp.t
47527 ____________________________________________________________________________
47528 [ 22199] By: nicholas                              on 2004/01/23  18:03:41
47529         Log: Document chomp's travels in the wonderful world of use encoding;
47530      Branch: perl
47531            ! pod/perlfunc.pod
47532 ____________________________________________________________________________
47533 [ 22198] By: nicholas                              on 2004/01/23  17:41:01
47534         Log: Check the return values of chomp
47535              (more tricky than it may seem, as the return value is unicode)
47536      Branch: perl
47537            ! t/uni/chomp.t
47538 ____________________________________________________________________________
47539 [ 22197] By: nicholas                              on 2004/01/23  13:57:46
47540         Log: Test return values of all chomps
47541      Branch: perl
47542            ! t/op/chop.t
47543 ____________________________________________________________________________
47544 [ 22196] By: nicholas                              on 2004/01/23  13:24:41
47545         Log: Subject: Re: [perl #24888] chomp ignores utf8
47546              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
47547              Message-Id: <20040116040355.A849.BQW10602@nifty.com>
47548              Date: Fri, 16 Jan 2004 04:13:00 +0900
47549      Branch: perl
47550            + t/uni/chomp.t
47551            ! MANIFEST doop.c t/op/chop.t
47552 ____________________________________________________________________________
47553 [ 22195] By: davem                                 on 2004/01/22  20:48:03
47554         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
47555              From: Steve Hay <steve.hay@uk.radan.com>
47556              Date: Thu, 22 Jan 2004 17:08:29 +0000
47557              Message-ID: <4010038D.4070104@uk.radan.com>
47558      Branch: perl
47559            + win32/makeico.pl win32/perlexe.rc
47560            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
47561 ____________________________________________________________________________
47562 [ 22194] By: davem                                 on 2004/01/22  00:24:51
47563         Log: C<use strict; print if foo> didn't give the
47564              "Bareword not allowed" error unless warnings were enabled
47565      Branch: perl
47566            ! op.c
47567 ____________________________________________________________________________
47568 [ 22193] By: nicholas                              on 2004/01/21  21:58:10
47569         Log: Convert the older parts of op/bop.t over to test.pl
47570      Branch: perl
47571            ! t/op/bop.t
47572 ____________________________________________________________________________
47573 [ 22192] By: merijn                                on 2004/01/21  21:10:10
47574         Log: ':flock' not recognized unless it's first
47575              Exporter::Heavy now will treat :, /, and ! special in
47576              all arguments, not only if the _first_ arg starts with it
47577              Date: Wed, 21 Jan 2004 08:32:47 -0500
47578              Message-ID: <20040121133248.3359.qmail@plover.com>
47579      Branch: perl
47580            ! lib/Exporter/Heavy.pm
47581 ____________________________________________________________________________
47582 [ 22191] By: davem                                 on 2004/01/21  20:45:48
47583         Log: Subject:  PATCH for perl-5.8.4
47584              From:  "Edward S. Peschko" <esp5@pge.com>
47585              Date:  Mon, 19 Jan 2004 17:21:18 -0800
47586              Message-Id:  <20040120012118.GA29151@mdssdev05.comp.pge.com>
47587
47588              Add @DynaLoader::dl_shared_objects feature
47589      Branch: perl
47590            ! ext/DynaLoader/DynaLoader_pm.PL
47591 ____________________________________________________________________________
47592 [ 22190] By: davem                                 on 2004/01/21  20:14:51
47593         Log: remove the platform dependencies of the write.t tests introduced
47594              by change #22161, by hard-coding the expected outputs rather
47595              than using sprintf('%f').
47596      Branch: perl
47597            ! t/op/write.t
47598 ____________________________________________________________________________
47599 [ 22189] By: davem                                 on 2004/01/20  22:41:14
47600         Log: Fix typo in patch #22188
47601      Branch: perl
47602            ! pod/perlfunc.pod
47603 ____________________________________________________________________________
47604 [ 22188] By: davem                                 on 2004/01/20  22:36:10
47605         Log: warn that C<$x : unique> operates on the typeglob, so affects @x
47606              and %x too.
47607      Branch: perl
47608            ! pod/perlfunc.pod
47609 ____________________________________________________________________________
47610 [ 22187] By: davem                                 on 2004/01/20  22:27:50
47611         Log: "sub foo :unique" segfaults
47612
47613              Turn these two into compile-time errors until such time as
47614              someone thinks of a useful meaning for them:
47615              my $x : unique
47616              sub foo : unique
47617      Branch: perl
47618            ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c
47619 ____________________________________________________________________________
47620 [ 22186] By: rgs                                   on 2004/01/20  21:16:01
47621         Log: Add a new test file for situations where threads may interfere.
47622              Subject: Re: "restricted hashes" hit again !
47623              From: Stas Bekman <stas@stason.org>
47624              Date: Tue, 23 Dec 2003 15:32:26 -0800
47625              Message-ID: <3FE8D08A.4090806@stason.org>
47626      Branch: perl
47627            + t/op/threads.t
47628            ! MANIFEST
47629 ____________________________________________________________________________
47630 [ 22185] By: davem                                 on 2004/01/20  21:01:08
47631         Log: Document CVf_UNIQUE flag better
47632      Branch: perl
47633            ! cv.h
47634 ____________________________________________________________________________
47635 [ 22183] By: rgs                                   on 2004/01/20  20:26:18
47636         Log: Fix precedence errors and add some cleanup in the new
47637              DBM_Filter tests
47638      Branch: perl
47639            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
47640 ____________________________________________________________________________
47641 [ 22182] By: davem                                 on 2004/01/20  00:16:42
47642         Log: second attempt to fix [perl #24914] freeing a CV reference that was
47643              currently being executed caused coredumps. The dounwind called by
47644              die unwinds all the contexts on the context stack before unwinding
47645              the save stack.  To stop premature freeing of the CV, hold
47646              references to it on both stacks.
47647      Branch: perl
47648            ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
47649 ____________________________________________________________________________
47650 [ 22181] By: davem                                 on 2004/01/19  23:41:37
47651         Log: change #22071 (taint bug in $^0) introduced a potential double
47652              free(), because PL_osname may get freed but not nulled if a taint
47653              test fails in between. Mea cupla and all that...
47654      Branch: perl
47655            ! mg.c
47656 ____________________________________________________________________________
47657 [ 22180] By: rgs                                   on 2004/01/19  22:32:27
47658         Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
47659              From: Gisle Aas <gisle@ActiveState.com>
47660              Date: 17 Jan 2004 01:29:02 -0800
47661              Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
47662              (test rewritten to fit in blead)
47663      Branch: perl
47664            ! pp.c t/op/bop.t
47665 ____________________________________________________________________________
47666 [ 22179] By: merijn                                on 2004/01/19  21:36:48
47667         Log: Subject: [PATCH] dl_unload_file for HP-UX
47668              Date: Mon, 12 Jan 2004 07:49:44 -0800
47669              From: Neil Watkiss <neil.watkiss@sophos.com>
47670              Message-ID: <20040112154944.GA15412@ActiveState.com>
47671      Branch: perl
47672            ! ext/DynaLoader/dl_hpux.xs
47673 ____________________________________________________________________________
47674 [ 22177] By: merijn                                on 2004/01/19  16:11:22
47675         Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
47676              See INSTALL for more details
47677      Branch: perl
47678            ! Configure
47679 ____________________________________________________________________________
47680 [ 22175] By: merijn                                on 2004/01/19  16:05:50
47681         Log: Describe how to limit the perl's default @INC during Configure
47682              to _not_ include older versions
47683      Branch: perl
47684            ! INSTALL
47685 ____________________________________________________________________________
47686 [ 22174] By: merijn                                on 2004/01/19  10:41:24
47687         Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
47688              Date: Sun, 18 Jan 2004 12:51:23 -0600
47689              From: "Craig A. Berry" <craigberry@mac.com>
47690              Message-ID: <400AD5AB.3080708@mac.com>
47691      Branch: perl
47692            ! perlio.c
47693 ____________________________________________________________________________
47694 [ 22173] By: merijn                                on 2004/01/19  10:27:53
47695         Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
47696              Date: Sun, 18 Jan 2004 17:03:30 -0600
47697              From: "Craig A. Berry" <craigberry@mac.com>
47698              Message-ID: <400B10C2.9060504@mac.com>
47699      Branch: perl
47700            ! configure.com
47701 ____________________________________________________________________________
47702 [ 22172] By: davem                                 on 2004/01/17  23:58:04
47703         Log: back out change #24914 "freeing a CV reference that was currently
47704              being executed caused coredumps".
47705              The new test case sometimes locks up linux's malloc, and with
47706              Perl's malloc the test code still coredumps :-(
47707      Branch: perl
47708            ! perl.c scope.c scope.h sv.c t/op/closure.t
47709 ____________________________________________________________________________
47710 [ 22171] By: rgs                                   on 2004/01/17  22:00:48
47711         Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
47712              From: "Green, Paul" <Paul.Green@stratus.com>
47713              Date: Thu, 15 Jan 2004 16:00:15 -0500
47714              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
47715      Branch: perl
47716            ! README.vos hv.c pp_pack.c vos/Changes
47717 ____________________________________________________________________________
47718 [ 22170] By: rgs                                   on 2004/01/17  21:25:08
47719         Log: Subject: Re: open/or inconsistency
47720              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
47721              Date: Sat, 17 Jan 2004 19:59:55 +0900
47722              Message-Id: <20040117195729.623A.BQW10602@nifty.com>
47723              (plus a test.)
47724              Don't produce the warning for constructs like
47725              open my $fh, $file or die;
47726      Branch: perl
47727            ! op.c t/lib/warnings/op
47728 ____________________________________________________________________________
47729 [ 22169] By: davem                                 on 2004/01/17  18:02:31
47730         Log: Subject:  Perl core dumps when running out of memory [PATCH]
47731              From:  Gisle Aas <gisle@ActiveState.com>
47732              Date:  17 Jan 2004 06:18:13 -0800
47733              Message-Id:  <lrsmiebqvu.fsf@caliper.activestate.com>
47734
47735              Display 'out of memeory' errors using low-level I/O to avoid
47736              recursive failure and so coredumps.
47737      Branch: perl
47738            ! util.c
47739 ____________________________________________________________________________
47740 [ 22168] By: davem                                 on 2004/01/17  17:38:21
47741         Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
47742              Subject: [PATCH ] Enhanced DBM Filters
47743              Date: Sat, 17 Jan 2004 16:44:53 -0000
47744              Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
47745
47746              add DBM_Filter
47747      Branch: perl
47748            + lib/DBM_Filter.pm lib/DBM_Filter/Changes
47749            + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
47750            + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
47751            + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
47752            + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
47753            + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
47754            + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
47755            + lib/dbm_filter_util.pl
47756            ! MANIFEST
47757 ____________________________________________________________________________
47758 [ 22167] By: davem                                 on 2004/01/17  16:12:32
47759         Log: freeing a CV reference that was currently being
47760              executed caused coredumps
47761      Branch: perl
47762            ! perl.c scope.c scope.h sv.c t/op/closure.t
47763 ____________________________________________________________________________
47764 [ 22166] By: nicholas                              on 2004/01/17  15:07:31
47765         Log: Integrate final perl583delta
47766      Branch: perl
47767           !> pod/perl583delta.pod
47768 ____________________________________________________________________________
47769 [ 22163] By: davem                                 on 2004/01/16  19:24:14
47770         Log: Subject:  Re: [perl #24816] Magic vars seem unsure if they are purely numeric
47771              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
47772              Date:  Thu, 15 Jan 2004 14:10:37 -0800
47773              Message-Id:  <20040115221037.GA2392@efn.org>
47774
47775              Add sv_2iv_flags() to allow magic to be optionally processed.
47776      Branch: perl
47777            ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
47778            ! proto.h sv.c sv.h t/op/bop.t
47779 ____________________________________________________________________________
47780 [ 22162] By: davem                                 on 2004/01/16  16:39:17
47781         Log: format bug with undefined _TOP
47782              name of format_TOP now derived from the name of the current
47783              filehandle rather then the name of the  format associetd with that
47784              handle
47785      Branch: perl
47786            ! pp_sys.c t/op/write.t
47787 ____________________________________________________________________________
47788 [ 22161] By: davem                                 on 2004/01/16  13:29:26
47789         Log: Subject: [PATCH] format/write (version 2)
47790              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
47791              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
47792
47793              Fixes and additions to formats:
47794
47795              Improvement: NULL chars in picture line
47796              Bugfix: C<@*> shown in output if not alone on a line
47797              New feature: C<^*> for variable-width, one-line-at-a-time text
47798              Improvement: Diagnostic on C<@#> and C<~~>
47799              Bugfix: Segmentation fault on big numbers
47800              Improvement (maybe): Truncation of numbers produces misleading output
47801              Bugfix: "}" terminates format
47802              Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
47803      Branch: perl
47804            ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
47805            ! pp_ctl.c proto.h t/op/write.t toke.c
47806 ____________________________________________________________________________
47807 [ 22160] By: davem                                 on 2004/01/15  23:49:02
47808         Log: buigid #24905 - the code planted to call glob() retained an
47809              extraneous targ index in a pushmark op, leasing to strangeness
47810              when the op was freed
47811      Branch: perl
47812            ! op.c
47813 ____________________________________________________________________________
47814 [ 22159] By: rgs                                   on 2004/01/15  22:19:25
47815         Log: Upgrade to Time::HiRes 1.55
47816      Branch: perl
47817            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
47818            ! ext/Time/HiRes/HiRes.xs
47819 ____________________________________________________________________________
47820 [ 22155] By: nicholas                              on 2004/01/15  00:03:04
47821         Log: Make chomp heed the utf8 flags on the target string and $/
47822              [Fixes #24888]
47823              More work still needed to make chomp heed the encoding pragma.
47824      Branch: perl
47825            ! doop.c t/op/chop.t
47826 ____________________________________________________________________________
47827 [ 22154] By: nicholas                              on 2004/01/14  21:14:14
47828         Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
47829              [Forgot to do this as part of the integration]
47830      Branch: perl
47831            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
47832            ! vms/descrip_mms.template win32/pod.mak
47833 ____________________________________________________________________________
47834 [ 22153] By: nicholas                              on 2004/01/14  19:28:54
47835         Log: Integrate:
47836              [ 22143]
47837              We're planning on making history today. Mind you, not that much -
47838              only 1 line.
47839
47840              perl583delta.pod
47841      Branch: perl
47842           +> pod/perl583delta.pod
47843            ! MANIFEST
47844           !> pod/perlhist.pod
47845 ____________________________________________________________________________
47846 [ 22150] By: nicholas                              on 2004/01/14  17:48:52
47847         Log: Bump version number as file has changed since 5.8.2
47848      Branch: perl
47849            ! lib/File/Find.pm
47850 ____________________________________________________________________________
47851 [ 22149] By: nicholas                              on 2004/01/14  17:45:54
47852         Log: Subject:  Doc patches for File::Find
47853              From:  Andy Lester <andy@petdance.com>
47854              Date:  Mon, 12 Jan 2004 00:10:50 -0600
47855              Message-Id:  <20040112061050.GB7308@petdance.com>
47856      Branch: perl
47857            ! lib/File/Find.pm
47858 ____________________________________________________________________________
47859 [ 22136] By: nicholas                              on 2004/01/14  13:01:27
47860         Log: Assimilate CGI 3.03
47861      Branch: perl
47862            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm
47863 ____________________________________________________________________________
47864 [ 22133] By: nicholas                              on 2004/01/13  22:53:42
47865         Log: Add VMS to the list of "don't fork" OSes
47866              [In the most simple way possible. Fix this properly post 5.8.3
47867              to use $Config{d_fork} or something more robust]
47868      Branch: perl
47869            ! ext/threads/shared/t/wait.t
47870 ____________________________________________________________________________
47871 [ 22129] By: rgs                                   on 2004/01/13  19:26:24
47872         Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
47873              From: Tels <perl_dummy@bloodgate.com>
47874              Date: Tue, 13 Jan 2004 19:28:48 +0100
47875              Message-Id: <200401131928.50247@bloodgate.com>
47876      Branch: perl
47877            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
47878            ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
47879            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
47880            ! lib/Math/BigInt/t/sub_mbi.t
47881 ____________________________________________________________________________
47882 [ 22128] By: rgs                                   on 2004/01/13  09:06:11
47883         Log: MANIFEST adjustment.
47884      Branch: perl
47885            ! MANIFEST
47886 ____________________________________________________________________________
47887 [ 22126] By: ams                                   on 2004/01/13  07:16:33
47888         Log: Upgrade to Locale::Maketext 1.07.
47889      Branch: perl
47890            + lib/Locale/Maketext/t/04super.t
47891            + lib/Locale/Maketext/t/05super.t
47892            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
47893            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
47894 ____________________________________________________________________________
47895 [ 22125] By: rgs                                   on 2004/01/12  22:44:53
47896         Log: Document usage of $_ and pos() inside /(?{...})/.
47897              (see change #2367.)
47898      Branch: perl
47899            ! pod/perlre.pod
47900 ____________________________________________________________________________
47901 [ 22124] By: rgs                                   on 2004/01/12  22:10:51
47902         Log: Upgrade to MIME::Base64 2.23.
47903      Branch: perl
47904            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
47905            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
47906 ____________________________________________________________________________
47907 [ 22123] By: rgs                                   on 2004/01/12  21:24:28
47908         Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
47909              From: Robin Barker <Robin.Barker@npl.co.uk>
47910              Date: Thu, 8 Jan 2004 16:21:25 -0000
47911              Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
47912      Branch: perl
47913            ! handy.h
47914 ____________________________________________________________________________
47915 [ 22122] By: nicholas                              on 2004/01/12  19:52:16
47916         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
47917              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
47918              Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
47919              Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
47920      Branch: perl
47921            ! ext/threads/shared/t/wait.t
47922 ____________________________________________________________________________
47923 [ 22121] By: nicholas                              on 2004/01/12  17:27:25
47924         Log: use sv_setpvn rather than sv_setpv and save a strlen()
47925      Branch: perl
47926            ! doop.c
47927 ____________________________________________________________________________
47928 [ 22120] By: merijn                                on 2004/01/12  13:04:42
47929         Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
47930              From: Gisle Aas <gisle@ActiveState.com>
47931              Date: 12 Jan 2004 02:35:27 -0800
47932              Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
47933      Branch: perl
47934            ! Configure
47935 ____________________________________________________________________________
47936 [ 22117] By: rgs                                   on 2004/01/12  10:10:43
47937         Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
47938              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
47939              Date: Mon, 12 Jan 2004 11:19:37 +0900
47940              Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
47941      Branch: perl
47942            ! doop.c t/op/join.t
47943 ____________________________________________________________________________
47944 [ 22115] By: nicholas                              on 2004/01/11  23:37:09
47945         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
47946              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
47947              Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
47948              Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
47949      Branch: perl
47950            ! ext/threads/shared/t/wait.t
47951 ____________________________________________________________________________
47952 [ 22113] By: nicholas                              on 2004/01/11  23:14:48
47953         Log: Regenerate win32/Makefile and win32/makefile.mk after
47954
47955              Integrate:
47956              [ 22081]
47957              Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
47958              a copy to be made at build time.
47959
47960              [ 22111]
47961              Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
47962              From: Abe Timmerman <abe@ztreet.demon.nl>
47963              Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
47964              Date: Sun, 11 Jan 2004 18:13:40 +0100
47965
47966              plus revert 22092 and 22080
47967      Branch: perl
47968            ! pod.lst win32/Makefile win32/makefile.mk
47969           !> pod/buildtoc
47970 ____________________________________________________________________________
47971 [ 22112] By: rgs                                   on 2004/01/11  22:38:08
47972         Log: Upgrade to Cwd 2.14.
47973      Branch: perl
47974            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
47975 ____________________________________________________________________________
47976 [ 22110] By: rgs                                   on 2004/01/11  16:34:43
47977         Log: Upgrade to Math::BigRat 0.11
47978
47979              Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
47980              From: Tels <perl_dummy@bloodgate.com>
47981              Date: Wed, 7 Jan 2004 18:30:06 +0100
47982              Message-Id: <200401071830.07445@bloodgate.com>
47983      Branch: perl
47984            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
47985            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
47986 ____________________________________________________________________________
47987 [ 22109] By: rgs                                   on 2004/01/10  23:39:38
47988         Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
47989              From: Steve Hay <steve.hay@uk.radan.com>
47990              Date: Wed, 07 Jan 2004 13:22:30 +0000
47991              Message-ID: <3FFC0816.9090406@uk.radan.com>
47992
47993              (and increment version number in Carp)
47994      Branch: perl
47995            ! lib/Carp.pm lib/Carp/Heavy.pm
47996 ____________________________________________________________________________
47997 [ 22108] By: adi                                   on 2004/01/10  21:33:59
47998         Log: documentation nit
47999      Branch: perl
48000            ! pod/perlop.pod
48001 ____________________________________________________________________________
48002 [ 22107] By: adi                                   on 2004/01/10  20:19:09
48003         Log: nit to Bytecode - the av_extend opcode wasn't saved when
48004              the array had AvFILL == 0
48005      Branch: perl
48006            ! ext/B/B/Assembler.pm
48007 ____________________________________________________________________________
48008 [ 22106] By: adi                                   on 2004/01/10  20:16:03
48009         Log: still problems with backreferences + reverse cloning
48010              after #21936 - the weak reference may live on the pad.
48011      Branch: perl
48012            ! sv.c
48013 ____________________________________________________________________________
48014 [ 22104] By: nicholas                              on 2004/01/09  19:50:43
48015         Log: Bah. Makefile.PL still tests the sub-MANIFEST
48016      Branch: perl
48017            ! ext/Storable/MANIFEST
48018 ____________________________________________________________________________
48019 [ 22103] By: davem                                 on 2004/01/09  12:20:38
48020         Log: temporarily backout test of thread returning a closure. It crashes
48021              win32.
48022      Branch: perl
48023            ! ext/threads/t/problems.t
48024 ____________________________________________________________________________
48025 [ 22102] By: davem                                 on 2004/01/08  22:32:28
48026         Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
48027              Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
48028
48029              Returning a closure from a thread (via join) could mess up because
48030              pointers to PL_sv_undef weren't rejigged to point at the joiner's
48031              version of PL_sv_undef. Also, the closure's CvGV got cloned too
48032              but never freed, since CvGV isn't refcounted.
48033      Branch: perl
48034            ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
48035 ____________________________________________________________________________
48036 [ 22101] By: rgs                                   on 2004/01/08  21:00:56
48037         Log: perl582delta.pod was not in the MANIFEST.
48038      Branch: perl
48039            ! MANIFEST
48040 ____________________________________________________________________________
48041 [ 22100] By: nicholas                              on 2004/01/08  17:35:27
48042         Log: Integrate:
48043              [ 22093]
48044              Graham says that the search.cpan.org pod finder hashes on name
48045              The 4 files all thinking they are perldelta.pod confuses it.
48046      Branch: perl
48047           +> pod/perl582delta.pod
48048           !> pod/perl581delta.pod pod/perl58delta.pod
48049 ____________________________________________________________________________
48050 [ 22096] By: nicholas                              on 2004/01/08  13:15:38
48051         Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
48052              From: Abigail <abigail@abigail.nl>
48053              Message-ID: <20040107230027.GC393@abigail.nl>
48054              Date: Thu, 8 Jan 2004 00:00:27 +0100
48055      Branch: perl
48056            ! pod/perlhist.pod
48057 ____________________________________________________________________________
48058 [ 22091] By: nicholas                              on 2004/01/07  19:09:50
48059         Log: [Integrate]
48060              22088 22089 22090 (datestamp corrections - let's see if this really
48061              works)
48062      Branch: perl
48063           !> (integrate 35 files)
48064 ____________________________________________________________________________
48065 [ 22084] By: rgs                                   on 2004/01/07  09:25:16
48066         Log: Hardcoded numerical flag masks. Bad.
48067      Branch: perl
48068            ! doop.c
48069 ____________________________________________________________________________
48070 [ 22083] By: nicholas                              on 2004/01/06  18:57:29
48071         Log: Seems that sv_setsv_cow needs to be visible to core extensions,
48072              so that re will build properly on Win32. Thanks to Steve Hay for
48073              trying COW and finding the problems.
48074      Branch: perl
48075            ! embed.fnc embed.h
48076 ____________________________________________________________________________
48077 [ 22082] By: rgs                                   on 2004/01/06  18:11:22
48078         Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
48079      Branch: perl
48080            + t/run/switch0.t
48081            ! MANIFEST perl.c
48082 ____________________________________________________________________________
48083 [ 22079] By: nicholas                              on 2004/01/06  12:38:52
48084         Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
48085              like this pre 5.8.1, I suspect that no-one has used it recently.
48086      Branch: perl
48087            ! win32/makefile.mk
48088 ____________________________________________________________________________
48089 [ 22076] By: rgs                                   on 2004/01/06  08:18:44
48090         Log: The TODO tag should be included also when a TODO test succeeds,
48091              so it's reported by the test harness
48092      Branch: perl
48093            ! t/op/write.t
48094 ____________________________________________________________________________
48095 [ 22075] By: rgs                                   on 2004/01/06  07:56:25
48096         Log: This TODO test seems to pass now.
48097      Branch: perl
48098            ! t/op/write.t
48099 ____________________________________________________________________________
48100 [ 22074] By: rgs                                   on 2004/01/05  23:29:55
48101         Log: Some of the bitwise manipulation PP functions weren't checking
48102              whether their arguments were magical before using them.
48103              (bug [#24816]).
48104      Branch: perl
48105            ! pp.c
48106 ____________________________________________________________________________
48107 [ 22071] By: davem                                 on 2004/01/05  22:17:04
48108         Log: [perl #24674]
48109              stop $^O getting tainted on read access, and disallow tainted
48110              assignment to it
48111      Branch: perl
48112            ! mg.c t/op/taint.t
48113 ____________________________________________________________________________
48114 [ 22068] By: rgs                                   on 2004/01/05  21:48:30
48115         Log: Some mandatory syntax warnings emitted by the lexer weren't
48116              disableable (bug [perl #24815]).
48117      Branch: perl
48118            ! pod/perldiag.pod t/lib/warnings/toke toke.c
48119 ____________________________________________________________________________
48120 [ 22067] By: nicholas                              on 2004/01/05  21:36:07
48121         Log: Change the flag logic in buildtoc
48122      Branch: perl
48123            ! pod.lst pod/buildtoc
48124 ____________________________________________________________________________
48125 [ 22064] By: nicholas                              on 2004/01/05  21:16:09
48126         Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
48127      Branch: perl
48128            ! pod/buildtoc
48129 ____________________________________________________________________________
48130 [ 22058] By: rgs                                   on 2004/01/05  06:17:47
48131         Log: Subject: [PATCH] skip num.t #47 on VMS
48132              From: "Craig A. Berry" <craigberry@mac.com>
48133              Date: Sun, 04 Jan 2004 23:16:26 -0600
48134              Message-ID: <3FF8F32A.5000108@mac.com>
48135      Branch: perl
48136            ! t/base/num.t
48137 ____________________________________________________________________________
48138 [ 22057] By: rgs                                   on 2004/01/05  06:17:07
48139         Log: Subject: [PATCH configure.com] future-proof signal check
48140              From: "Craig A. Berry" <craigberry@mac.com>
48141              Date: Sun, 04 Jan 2004 22:53:40 -0600
48142              Message-ID: <3FF8EDD4.3080308@mac.com>
48143      Branch: perl
48144            ! configure.com
48145 ____________________________________________________________________________
48146 [ 22056] By: rgs                                   on 2004/01/04  20:45:31
48147         Log: Upgrade to Cwd 2.13
48148      Branch: perl
48149            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
48150 ____________________________________________________________________________
48151 [ 22055] By: davem                                 on 2004/01/04  19:34:36
48152         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
48153              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
48154              Date: Fri, 2 Jan 2004 11:31:46 +0100
48155              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
48156
48157              eval of of a truncated format should fail
48158      Branch: perl
48159            ! t/op/write.t toke.c
48160 ____________________________________________________________________________
48161 [ 22052] By: rgs                                   on 2004/01/03  19:53:53
48162         Log: Upgrade to PerlIO::via::QuotedPrint 0.06
48163      Branch: perl
48164            ! lib/PerlIO/via/QuotedPrint.pm
48165 ____________________________________________________________________________
48166 [ 22051] By: rgs                                   on 2004/01/03  19:51:02
48167         Log: Upgrade to Time::HiRes 1.54
48168      Branch: perl
48169            + ext/Time/HiRes/hints/solaris.pl
48170            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
48171            ! ext/Time/HiRes/HiRes.xs
48172 ____________________________________________________________________________
48173 [ 22050] By: nicholas                              on 2004/01/03  19:24:00
48174         Log: No matter how hard you proof read it, something always slips through.
48175      Branch: perl
48176            ! ext/Storable/ChangeLog
48177 ____________________________________________________________________________
48178 [ 22049] By: nicholas                              on 2004/01/03  19:22:08
48179         Log: Fix minor problems with the CPAN release
48180              1: Make Storable.xs to work on 5.8.2 and later (already in the core)
48181              2: Ship the linux hints file
48182              3: Ship Test::More for the benefit of Perls pre 5.6.2
48183              4: Correct Makefile.PL to install in core for 5.8.0 and later
48184      Branch: perl
48185            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
48186            ! ext/Storable/Makefile.PL ext/Storable/README
48187            ! ext/Storable/Storable.pm
48188 ____________________________________________________________________________
48189 [ 22047] By: rgs                                   on 2004/01/03  00:07:13
48190         Log: Tidy up change #18751, so that the second parameter to unpack()
48191              defaults to $_ at compile-time, instead of run-time (like all
48192              other primitives that default to $_).
48193      Branch: perl
48194            ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
48195 ____________________________________________________________________________
48196 [ 22044] By: nicholas                              on 2004/01/02  16:17:24
48197         Log: Bump $threads::VERSION as the documentation has changed. Tweak the
48198              documentaiton, update Arthur's e-mail address
48199      Branch: perl
48200            ! ext/threads/threads.pm
48201 ____________________________________________________________________________
48202 [ 22043] By: rgs                                   on 2004/01/02  08:35:22
48203         Log: Use the optimization level -O2 by default on Linux/gcc.
48204              See :
48205              Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
48206              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
48207              Date: Thu, 1 Jan 2004 05:32:15 +0100
48208              Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
48209      Branch: perl
48210            ! hints/linux.sh
48211 ____________________________________________________________________________
48212 [ 22041] By: nicholas                              on 2004/01/02  00:38:00
48213         Log: Update debugger version number and Changes file
48214      Branch: perl
48215            ! lib/perl5db.pl
48216 ____________________________________________________________________________
48217 [ 22037] By: davem                                 on 2004/01/01  23:22:10
48218         Log: addition to 22036 (document SUPER better): superclass may be plural
48219      Branch: perl
48220            ! pod/perlbot.pod pod/perlobj.pod
48221 ____________________________________________________________________________
48222 [ 22036] By: davem                                 on 2004/01/01  22:23:11
48223         Log: Document the quirks of SUPER, especially the fact that it it
48224              relative to the current package and not to the invoking object.
48225      Branch: perl
48226            ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
48227            ! pod/perltoot.pod
48228 ____________________________________________________________________________
48229 [ 22034] By: davem                                 on 2004/01/01  19:58:08
48230         Log: Fix bug #24383, where hashes with the :unique attribute weren't
48231              getting made readonly on interpreter clone. Also, remove the
48232              :unique attribute from the hashes in warnings.pm, since they may
48233              later be modified by warnings::register.  Finally, adds tests for
48234              the :unique attribute.
48235      Branch: perl
48236            ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
48237 ____________________________________________________________________________
48238 [ 22033] By: nicholas                              on 2004/01/01  19:22:24
48239         Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
48240              From: Dorner Thomas <tdorner@amadeus.net>
48241              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
48242              Date: Fri, 19 Dec 2003 07:16:47 +0100
48243      Branch: perl
48244            ! t/io/utf8.t t/op/pat.t
48245 ____________________________________________________________________________
48246 [ 22032] By: rgs                                   on 2004/01/01  17:29:21
48247         Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
48248              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
48249              Date: Thu, 18 Dec 2003 14:10:29 -0800
48250              Message-ID: <20031218221029.GA7898@math.berkeley.edu>
48251      Branch: perl
48252            ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
48253            ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
48254            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
48255 ____________________________________________________________________________
48256 [ 22031] By: rgs                                   on 2004/01/01  16:30:13
48257         Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
48258      Branch: perl
48259            ! pod/perlunicode.pod
48260 ____________________________________________________________________________
48261 [ 22030] By: rgs                                   on 2004/01/01  13:55:31
48262         Log: Document that detached threads aren't supported on Windows yet.
48263      Branch: perl
48264            ! ext/threads/threads.pm
48265 ____________________________________________________________________________
48266 [ 22029] By: rgs                                   on 2004/01/01  13:30:33
48267         Log: Upgrade to Getopt::Long 2.34_01
48268      Branch: perl
48269            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
48270 ____________________________________________________________________________
48271 [ 22026] By: nicholas                              on 2003/12/31  15:22:31
48272         Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
48273              beautiful clean run of OKs. You are all getting a clean run of OKs,
48274              aren't you?
48275      Branch: perl
48276            ! lib/Test/Harness/t/00compile.t
48277 ____________________________________________________________________________
48278 [ 22025] By: nicholas                              on 2003/12/31  15:11:51
48279         Log: Subject: [PATCH] "piconv -C 512" badly broken
48280              From: Autrijus Tang <autrijus@autrijus.org>
48281              Message-Id: <1072870210.769.5.camel@localhost>
48282              Date: Wed, 31 Dec 2003 19:30:10 +0800
48283      Branch: perl
48284            ! ext/Encode/bin/piconv
48285 ____________________________________________________________________________
48286 [ 22021] By: rgs                                   on 2003/12/31  08:28:43
48287         Log: Upgrade to Test::Harness 2.40.
48288      Branch: perl
48289            ! lib/Test/Harness.pm lib/Test/Harness/Changes
48290            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
48291            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
48292            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
48293            ! lib/Test/Harness/t/prove-switches.t
48294            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
48295            ! lib/Test/Harness/t/test-harness.t
48296 ____________________________________________________________________________
48297 [ 22020] By: rgs                                   on 2003/12/31  07:59:19
48298         Log: C++ comments, bad.
48299      Branch: perl
48300            ! ext/Cwd/Cwd.xs
48301 ____________________________________________________________________________
48302 [ 22018] By: nicholas                              on 2003/12/30  23:29:59
48303         Log: Bump VERSION numbers
48304      Branch: perl
48305            ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
48306            ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
48307            ! lib/diagnostics.pm
48308 ____________________________________________________________________________
48309 [ 22016] By: rgs                                   on 2003/12/30  21:10:22
48310         Log: A patch for Test::Harness on VMS by Craig Berry
48311              (see RT CPAN bug #4745)
48312      Branch: perl
48313            ! lib/Test/Harness/Straps.pm
48314 ____________________________________________________________________________
48315 [ 22013] By: nicholas                              on 2003/12/30  18:18:28
48316         Log: Subject: more uni doc tweakage
48317              From: Jarkko Hietaniemi <jhi@iki.fi>
48318              Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
48319              Date: Tue, 30 Dec 2003 15:37:55 +0200
48320
48321              Subject: one more pod fix
48322              From: Jarkko Hietaniemi <jhi@iki.fi>
48323              Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
48324              Date: Tue, 30 Dec 2003 15:56:41 +0200
48325      Branch: perl
48326            ! lib/PerlIO.pm pod/perlunicode.pod
48327 ____________________________________________________________________________
48328 [ 22009] By: davem                                 on 2003/12/30  17:14:44
48329         Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
48330      Branch: perl
48331            ! pod/perlrun.pod
48332 ____________________________________________________________________________
48333 [ 22007] By: rgs                                   on 2003/12/30  16:04:47
48334         Log: Upgrade to Math::BigInt 1.68.
48335      Branch: perl
48336            + lib/Math/BigInt/t/bigroot.t
48337            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
48338            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
48339            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
48340            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
48341            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
48342 ____________________________________________________________________________
48343 [ 22005] By: davem                                 on 2003/12/30  15:07:50
48344         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
48345              heuristics for calculating buffer size needed to compile a format
48346              didn't allow for \0
48347      Branch: perl
48348            ! pp_ctl.c t/op/write.t
48349 ____________________________________________________________________________
48350 [ 22003] By: rgs                                   on 2003/12/30  12:54:02
48351         Log: Add a regression test for bug #24762
48352      Branch: perl
48353            ! t/comp/parser.t
48354 ____________________________________________________________________________
48355 [ 22002] By: rgs                                   on 2003/12/30  12:49:09
48356         Log: Updates the notes about byacc in pumpkin.pod.
48357      Branch: perl
48358            ! Porting/pumpkin.pod
48359 ____________________________________________________________________________
48360 [ 22001] By: rgs                                   on 2003/12/30  09:58:08
48361         Log: Bump up UNIVERSAL's version to 1.02
48362              (due to fix #21418)
48363      Branch: perl
48364            ! lib/UNIVERSAL.pm
48365 ____________________________________________________________________________
48366 [ 21999] By: nicholas                              on 2003/12/29  23:53:31
48367         Log: Add Mike Pomraning
48368      Branch: perl
48369            ! AUTHORS
48370 ____________________________________________________________________________
48371 [ 21997] By: rgs                                   on 2003/12/29  20:11:12
48372         Log: Update the README and Changes files for Switch 2.10
48373      Branch: perl
48374            ! lib/Switch/Changes lib/Switch/README
48375 ____________________________________________________________________________
48376 [ 21996] By: rgs                                   on 2003/12/29  20:07:00
48377         Log: Upgrade to Switch 2.10, by integrating some changes by Damian
48378      Branch: perl
48379            ! lib/Switch.pm
48380 ____________________________________________________________________________
48381 [ 21993] By: rgs                                   on 2003/12/29  10:49:29
48382         Log: Windows hasn't getuid/setuid and friends.
48383              Therefore disable the code related to them in POSIX.xs.
48384
48385              Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
48386              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
48387              Date: Mon, 29 Dec 2003 04:51:19 +0100
48388              Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
48389      Branch: perl
48390            ! ext/POSIX/POSIX.xs
48391 ____________________________________________________________________________
48392 [ 21992] By: rgs                                   on 2003/12/29  10:31:07
48393         Log: Subject: [PATCH] win32_chsize buglet
48394              From: "Kevin Chase" <kevincha99@hotmail.com>
48395              Date: Sun, 28 Dec 2003 15:48:56 -0800
48396              Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
48397      Branch: perl
48398            ! win32/win32.c
48399 ____________________________________________________________________________
48400 [ 21991] By: rgs                                   on 2003/12/29  08:10:51
48401         Log: Upgrade to Encode 1.99.
48402      Branch: perl
48403            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
48404            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
48405            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
48406            ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
48407            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
48408            ! ext/Encode/ucm/macHebrew.ucm
48409 ____________________________________________________________________________
48410 [ 21990] By: rgs                                   on 2003/12/28  18:41:35
48411         Log: Fix a little syntax error, reported by Marcus Holland-Moritz
48412      Branch: perl
48413            ! win32/win32.c
48414 ____________________________________________________________________________
48415 [ 21989] By: nicholas                              on 2003/12/28  11:49:20
48416         Log: From: "Nigel Sandever" <njsandever@hotmail.com>
48417              Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
48418              Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
48419              Date: Thu, 25 Sep 2003 21:49:07 +0000
48420      Branch: perl
48421            ! dosish.h win32/win32.c win32/win32sck.c
48422 ____________________________________________________________________________
48423 [ 21988] By: rgs                                   on 2003/12/27  23:46:40
48424         Log: Regenerate the perly.c patch for byacc output painless fixing
48425      Branch: perl
48426            ! perly_c.diff
48427 ____________________________________________________________________________
48428 [ 21986] By: rgs                                   on 2003/12/27  23:11:59
48429         Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
48430      Branch: perl
48431            ! perly.c perly.y vms/perly_c.vms
48432 ____________________________________________________________________________
48433 [ 21985] By: nicholas                              on 2003/12/27  22:55:35
48434         Log: Subject: Cross compilation patches for arm.
48435              From: Redvers Davies <red@criticalintegration.com>
48436              Message-Id: <1072098653.4789.6.camel@ragefire>
48437              Date: Mon, 22 Dec 2003 08:11:34 -0500
48438      Branch: perl
48439            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
48440            ! Cross/config.sh-arm-linux Cross/installperl.patch
48441 ____________________________________________________________________________
48442 [ 21983] By: rgs                                   on 2003/12/27  21:29:04
48443         Log: Fix bug [perl #24735] : make sure that the range (..) operator
48444              treats an undefined argument as 0 for numerical ranges and as ""
48445              for magical string ranges.
48446      Branch: perl
48447            ! pp_ctl.c t/op/range.t
48448 ____________________________________________________________________________
48449 [ 21981] By: rgs                                   on 2003/12/27  20:14:09
48450         Log: Subject: PATCH:  *DB*_File
48451              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
48452              Date: Sat, 27 Dec 2003 20:02:30 -0000
48453              Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
48454      Branch: perl
48455            ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
48456            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
48457            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
48458            ! ext/DB_File/typemap ext/GDBM_File/typemap
48459            ! ext/NDBM_File/typemap ext/ODBM_File/typemap
48460            ! ext/SDBM_File/typemap
48461 ____________________________________________________________________________
48462 [ 21978] By: nicholas                              on 2003/12/27  18:31:27
48463         Log: Straggler from Cwd
48464      Branch: perl
48465            + ext/Cwd/Changes
48466 ____________________________________________________________________________
48467 [ 21977] By: nicholas                              on 2003/12/27  18:29:44
48468         Log: Straggler from Unicode::Collate.
48469              We need to automate this.
48470              For some value of we. (tr/w/m/ I suspect)
48471      Branch: perl
48472            + lib/Unicode/Collate/t/rearrang.t
48473 ____________________________________________________________________________
48474 [ 21976] By: nicholas                              on 2003/12/27  18:28:37
48475         Log: Assimilate Unicode::Collate 0.33
48476      Branch: perl
48477            + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
48478            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
48479            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
48480            ! lib/Unicode/Collate/t/contract.t
48481            ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
48482            ! lib/Unicode/Collate/t/version.t
48483 ____________________________________________________________________________
48484 [ 21975] By: nicholas                              on 2003/12/27  18:12:33
48485         Log: Assimilate PodParser-1.26
48486      Branch: perl
48487            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
48488            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
48489            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
48490            ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
48491 ____________________________________________________________________________
48492 [ 21974] By: nicholas                              on 2003/12/27  17:50:34
48493         Log: Assimilate File::Spec 0.87
48494      Branch: perl
48495            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
48496 ____________________________________________________________________________
48497 [ 21973] By: nicholas                              on 2003/12/27  17:24:27
48498         Log: Assimilate Digest 1.05
48499      Branch: perl
48500            ! lib/Digest.pm lib/Digest/t/digest.t
48501 ____________________________________________________________________________
48502 [ 21972] By: nicholas                              on 2003/12/27  17:20:23
48503         Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
48504              21646 was only applied to core (must punt this back and thereby unfork)
48505              Need to fix test boilerplate properly for PERL_CORE
48506      Branch: perl
48507            ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
48508            ! ext/Cwd/t/taint.t lib/Cwd.pm
48509 ____________________________________________________________________________
48510 [ 21971] By: nicholas                              on 2003/12/27  16:55:54
48511         Log: Subject: [PATCH] Remove Win32 compiler warnings
48512              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
48513              Date: Sat, 27 Dec 2003 17:39:20 +0100
48514              Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
48515      Branch: perl
48516            ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
48517 ____________________________________________________________________________
48518 [ 21970] By: nicholas                              on 2003/12/27  16:39:01
48519         Log: Allow overriding of the p4 settings via environment variables
48520              Make regexp more robust to parse FreeBSD's patch output
48521      Branch: perl
48522            ! Porting/apply
48523 ____________________________________________________________________________
48524 [ 21968] By: rgs                                   on 2003/12/27  14:27:57
48525         Log: Subject: [PATCH] perl 5.8.0, FindBin::again
48526              From: Slaven Rezic <slaven@rezic.de>
48527              Date: 01 May 2003 21:28:10 +0200
48528              Message-ID: <873cjy31rp.fsf@vran.herceg.de>
48529      Branch: perl
48530            ! lib/FindBin.pm lib/FindBin.t
48531 ____________________________________________________________________________
48532 [ 21967] By: nicholas                              on 2003/12/27  13:26:29
48533         Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
48534              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
48535              Date: Sat, 27 Dec 2003 02:48:19 +0100
48536              Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
48537      Branch: perl
48538            ! sv.c
48539 ____________________________________________________________________________
48540 [ 21964] By: nicholas                              on 2003/12/26  20:31:38
48541         Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
48542              as I'm going to integrate the core patch
48543      Branch: perl
48544            ! ext/List/Util/t/weak.t
48545 ____________________________________________________________________________
48546 [ 21962] By: nicholas                              on 2003/12/26  19:22:16
48547         Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
48548              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
48549              Date: Fri, 26 Dec 2003 02:47:09 +0100
48550              Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
48551      Branch: perl
48552            ! sv.c
48553 ____________________________________________________________________________
48554 [ 21960] By: rgs                                   on 2003/12/26  10:18:24
48555         Log: Refactor the code that checks whether a range is numeric
48556              or string-magical.
48557      Branch: perl
48558            ! pp_ctl.c
48559 ____________________________________________________________________________
48560 [ 21959] By: rgs                                   on 2003/12/26  08:51:06
48561         Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
48562              This fixes building SDBM_File on AIX.
48563      Branch: perl
48564            ! ext/SDBM_File/sdbm/Makefile.PL
48565 ____________________________________________________________________________
48566 [ 21958] By: rgs                                   on 2003/12/25  21:22:25
48567         Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
48568              update the perl variables PL_uid and PL_euid (resp. PL_gid
48569              and PL_egid) with the new values.
48570      Branch: perl
48571            ! ext/POSIX/POSIX.xs
48572 ____________________________________________________________________________
48573 [ 21957] By: rgs                                   on 2003/12/25  20:14:00
48574         Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
48575              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
48576              Date: Thu, 18 Dec 2003 12:30:06 -0800
48577              Message-ID: <20031218203006.GA7772@math.berkeley.edu>
48578      Branch: perl
48579            ! config_h.SH
48580 ____________________________________________________________________________
48581 [ 21956] By: rgs                                   on 2003/12/25  19:40:55
48582         Log: Subject: BigInt v1.68 - pre-release
48583              From: Tels <perl_dummy@bloodgate.com>
48584              Date: Tue, 23 Dec 2003 01:09:23 +0100
48585              Message-Id: <200312230106.27661@bloodgate.com>
48586      Branch: perl
48587            + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
48588            + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
48589            + lib/Math/BigInt/t/sub_ali.t
48590            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
48591            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
48592            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
48593            ! lib/Math/BigInt/t/upgrade.inc
48594 ____________________________________________________________________________
48595 [ 21955] By: rgs                                   on 2003/12/25  18:59:54
48596         Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
48597              From: Fergal Daly <fergal@esatclear.ie>
48598              Date: Tue, 2 Dec 2003 23:18:18 +0000
48599              Message-Id: <200312022318.18353.fergal@esatclear.ie>
48600
48601              (tweaked so the test is skipped on perls < 5.9.0)
48602      Branch: perl
48603            ! ext/List/Util/t/weak.t sv.c
48604 ____________________________________________________________________________
48605 [ 21953] By: nicholas                              on 2003/12/23  23:34:48
48606         Log: Subject:  [PATCH: perl@21949] document patch for VMS port on new file systems
48607              From:  PPrymmer@factset.com
48608              Date:  Tue, 23 Dec 2003 17:27:44 -0500
48609              Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
48610      Branch: perl
48611            ! README.vms
48612 ____________________________________________________________________________
48613 [ 21952] By: nicholas                              on 2003/12/23  23:19:19
48614         Log: Subject: [patch t/test.pl] comment fix
48615              From: Stas Bekman <stas@stason.org>
48616              Message-ID: <3FE8C65A.4060708@stason.org>
48617              Date: Tue, 23 Dec 2003 14:48:58 -0800
48618      Branch: perl
48619            ! t/test.pl
48620 ____________________________________________________________________________
48621 [ 21951] By: adi                                   on 2003/12/22  23:22:12
48622         Log: re-fix [perl #24508] without speed regression.
48623              keep an eye on this.
48624      Branch: perl
48625            ! op.c opcode.h opcode.pl
48626 ____________________________________________________________________________
48627 [ 21950] By: adi                                   on 2003/12/22  23:19:25
48628         Log: sanitize some macros - based on Chip Salzenberg suggestions and
48629              on the way GNU people use the gcc-ish 'blocks in parens'
48630      Branch: perl
48631            ! XSUB.h sv.h
48632 ____________________________________________________________________________
48633 [ 21948] By: nicholas                              on 2003/12/22  21:00:30
48634         Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
48635              Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
48636              Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
48637              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
48638      Branch: perl
48639            ! ext/threads/shared/shared.xs
48640 ____________________________________________________________________________
48641 [ 21946] By: nicholas                              on 2003/12/22  20:34:06
48642         Log: Subject:  doc nits
48643              From:  Jarkko Hietaniemi <jhi@iki.fi>
48644              Date:  Mon, 22 Dec 2003 21:57:34 +0200
48645              Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>
48646      Branch: perl
48647            ! pod/perltodo.pod pod/perlunicode.pod
48648 ____________________________________________________________________________
48649 [ 21944] By: merijn                                on 2003/12/22  10:13:43
48650         Log: Subject: [PATCH] configure.com archname tweak
48651              From: "Craig A. Berry" <craigberry@mac.com>
48652              Date: Sun, 21 Dec 2003 23:07:13 -0600
48653              Message-ID: <3FE67C01.1000704@mac.com>
48654      Branch: perl
48655            ! configure.com
48656 ____________________________________________________________________________
48657 [ 21942] By: rgs                                   on 2003/12/21  21:29:47
48658         Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
48659              From: Mike Guy <mjtg@cam.ac.uk>
48660              Date: Fri, 19 Dec 2003 17:17:11 +0000
48661              Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
48662      Branch: perl
48663            ! pod/perlsec.pod
48664 ____________________________________________________________________________
48665 [ 21940] By: rgs                                   on 2003/12/21  15:33:19
48666         Log: Fix a side-effect of bug #24674 in the perl debugger.
48667
48668              Subject: [perl #24674] 5.x odd taint bug
48669              From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
48670              Date: 16 Dec 2003 15:03:24 -0000
48671              Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
48672      Branch: perl
48673            ! lib/perl5db.pl
48674 ____________________________________________________________________________
48675 [ 21938] By: rgs                                   on 2003/12/20  22:56:24
48676         Log: Subject: Perl 5.8.3 patches from the BS2000 port
48677              From: Dorner Thomas <tdorner@amadeus.net>
48678              Date: Wed, 17 Dec 2003 15:41:17 +0100
48679              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
48680      Branch: perl
48681            ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
48682 ____________________________________________________________________________
48683 [ 21937] By: adi                                   on 2003/12/20  21:37:03
48684         Log: after back-references, restricted hashes.
48685              see http://nntp.perl.org/group/perl.perl5.porters/86497
48686              this is hopefully only a temporary solution.
48687      Branch: perl
48688            ! perl.c
48689 ____________________________________________________________________________
48690 [ 21936] By: adi                                   on 2003/12/20  21:32:37
48691         Log: fix [perl #24660], [perl #24663].
48692      Branch: perl
48693            ! mg.c sv.c
48694 ____________________________________________________________________________
48695 [ 21935] By: rgs                                   on 2003/12/20  21:21:50
48696         Log: Upgrade to Time::Local 1.07_94
48697      Branch: perl
48698            ! lib/Time/Local.pm lib/Time/Local.t
48699 ____________________________________________________________________________
48700 [ 21933] By: nicholas                              on 2003/12/20  20:07:44
48701         Log: Subject: [PATCH] OpenVMS I64 support
48702              From: "Craig A. Berry" <craigberry@mac.com>
48703              Message-ID: <3FE2441F.2070603@mac.com>
48704              Date: Thu, 18 Dec 2003 18:19:43 -0600
48705      Branch: perl
48706            ! configure.com vms/gen_shrfls.pl
48707 ____________________________________________________________________________
48708 [ 21932] By: nicholas                              on 2003/12/20  19:57:51
48709         Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
48710              <20031220124854.GA1265@ratsnest.hole> )
48711      Branch: perl
48712            ! hv.c
48713 ____________________________________________________________________________
48714 [ 21931] By: nicholas                              on 2003/12/20  18:58:06
48715         Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
48716              Configure test for troublesome gconvert(), so for now simply avoid
48717              the optimisation that calls gconvert() in this case.
48718      Branch: perl
48719            ! sv.c
48720 ____________________________________________________________________________
48721 [ 21928] By: rgs                                   on 2003/12/19  08:36:11
48722         Log: Upgrade to CGI.pm 3.01
48723      Branch: perl
48724            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
48725            ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
48726            ! lib/CGI/t/request.t
48727 ____________________________________________________________________________
48728 [ 21927] By: rgs                                   on 2003/12/19  08:10:41
48729         Log: Subject: [DOCPATCH] base.pm
48730              From: Elizabeth Mattijsen <liz@dijkmat.nl>
48731              Date: Thu, 18 Dec 2003 22:30:52 +0100
48732              Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
48733
48734              Plus, remove leftover mentions of pseudo-hashes
48735      Branch: perl
48736            ! lib/base.pm
48737 ____________________________________________________________________________
48738 [ 21924] By: nicholas                              on 2003/12/18  20:24:29
48739         Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
48740      Branch: perl
48741            ! pod/perlhist.pod
48742 ____________________________________________________________________________
48743 [ 21923] By: rgs                                   on 2003/12/18  14:58:42
48744         Log: Perl 1.0.16 has been released.
48745      Branch: perl
48746            ! pod/perlhist.pod
48747 ____________________________________________________________________________
48748 [ 21922] By: rgs                                   on 2003/12/17  21:36:36
48749         Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
48750              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
48751              Date: Wed, 17 Dec 2003 13:26:52 +0100
48752              Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
48753      Branch: perl
48754            ! embed.fnc embed.h global.sym
48755 ____________________________________________________________________________
48756 [ 21921] By: rgs                                   on 2003/12/17  17:34:05
48757         Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
48758              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
48759              Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
48760              Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
48761      Branch: perl
48762            + ext/threads/shared/t/wait.t
48763            ! MANIFEST ext/threads/shared/shared.pm
48764            ! ext/threads/shared/shared.xs
48765 ____________________________________________________________________________
48766 [ 21918] By: rgs                                   on 2003/12/16  22:00:39
48767         Log: Sync with the latest MakeMaker snapshot.
48768              But set the $VERSION to 6.21_01.
48769      Branch: perl
48770            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
48771            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
48772            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
48773            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
48774            ! lib/ExtUtils/instmodsh
48775 ____________________________________________________________________________
48776 [ 21917] By: alanbur                               on 2003/12/15  09:13:49
48777         Log: Remove incorrect guards around inclusion of <signal.h>
48778              Causes problems with UNIX03/SUSv3
48779              Part 2 of change 21916 - oops!
48780
48781              See:
48782              Message-Id: <3FDD06A5.8010004@sun.com>
48783              Subject: Re: UNIX03 & C99 issue with 5.8.2
48784              From: Alan Burlison <Alan.Burlison@sun.com>
48785              Date: Mon, 15 Dec 2003 00:56:05 +0000
48786      Branch: perl
48787            ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
48788 ____________________________________________________________________________
48789 [ 21916] By: alanbur                               on 2003/12/15  09:02:58
48790         Log: Remove incorrect guards around inclusion of <signal.h>
48791              Causes problems with UNIX03/SUSv3
48792      Branch: perl
48793            ! doio.c
48794 ____________________________________________________________________________
48795 [ 21915] By: rgs                                   on 2003/12/15  07:43:50
48796         Log: Add the macros dAX and dITEMS to PPPort.
48797      Branch: perl
48798            ! ext/Devel/PPPort/PPPort.pm
48799 ____________________________________________________________________________
48800 [ 21914] By: rgs                                   on 2003/12/14  22:53:43
48801         Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
48802              From: Stas Bekman <stas@stason.org>
48803              Date: Sun, 14 Dec 2003 15:12:40 -0800
48804              Message-ID: <3FDCEE68.3080509@stason.org>
48805      Branch: perl
48806            ! Porting/pumpkin.pod
48807 ____________________________________________________________________________
48808 [ 21912] By: rgs                                   on 2003/12/14  22:48:17
48809         Log: Subject: [DOCPATCH] perlfunc delete
48810              From: Elizabeth Mattijsen <liz@dijkmat.nl>
48811              Date: Sun, 14 Dec 2003 20:25:07 +0100
48812              Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
48813      Branch: perl
48814            ! pod/perlfunc.pod
48815 ____________________________________________________________________________
48816 [ 21910] By: nicholas                              on 2003/12/14  20:06:41
48817         Log: Forgot to remove a comment
48818      Branch: perl
48819            ! pp.c
48820 ____________________________________________________________________________
48821 [ 21907] By: nicholas                              on 2003/12/14  18:35:15
48822         Log: S_save_hek_flags should honour the "free" flag.
48823              Ought to mask the flag bits that shouldn't be stored.
48824      Branch: perl
48825            ! hv.c
48826 ____________________________________________________________________________
48827 [ 21906] By: nicholas                              on 2003/12/14  17:06:13
48828         Log: Some fool missed a letter n.
48829              (and then "optimised" code based on its absense. D'oh)
48830              Restore the correct behaviour - fetch with uppercase key, then if
48831              still not found store with mixed/lowercase key.
48832      Branch: perl
48833            ! hv.c
48834 ____________________________________________________________________________
48835 [ 21905] By: nicholas                              on 2003/12/14  16:34:01
48836         Log: Subject: Re: Change 21862
48837              From: Enache Adrian <enache@rdslink.ro>
48838              Date: Wed, 10 Dec 2003 06:05:58 +0200
48839              Message-ID: <20031210040558.GC1584@ratsnest.hole>
48840
48841              (1st hunk), plus the equivalent for hv_delete_common
48842      Branch: perl
48843            ! hv.c
48844 ____________________________________________________________________________
48845 [ 21904] By: nicholas                              on 2003/12/14  15:32:32
48846         Log: Clean up a bug I introduced into caseless ENV hv_delete
48847              (should be the proper fix for 21870 and 21872's band aid)
48848      Branch: perl
48849            ! hv.c
48850 ____________________________________________________________________________
48851 [ 21902] By: rgs                                   on 2003/12/13  21:56:45
48852         Log: Subject: Re: 5.6.2-RC1 on Cygwin
48853              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
48854              Date: Sat, 6 Dec 2003 22:32:59 -0800
48855              Message-ID: <20031207063259.GA3004@efn.org>
48856              (with tweaks to cleanup code)
48857      Branch: perl
48858            ! t/op/taint.t
48859 ____________________________________________________________________________
48860 [ 21898] By: nicholas                              on 2003/12/13  19:20:41
48861         Log: Add Perl_ceil
48862      Branch: perl
48863            ! perl.h pp.c
48864 ____________________________________________________________________________
48865 [ 21897] By: rgs                                   on 2003/12/13  18:41:51
48866         Log: Reformat a long line in perlembed.pod (bug #24623).
48867      Branch: perl
48868            ! pod/perlembed.pod
48869 ____________________________________________________________________________
48870 [ 21896] By: nicholas                              on 2003/12/13  18:40:59
48871         Log: The binary compatibility notes say that new global functions should
48872              go at the end. Not that I'm anything more than "trainee" when it
48873              comes to this bincompat stuff.
48874      Branch: perl
48875            ! embed.fnc proto.h
48876 ____________________________________________________________________________
48877 [ 21895] By: rgs                                   on 2003/12/13  18:33:38
48878         Log: alarm() is now implemented on Win32.
48879      Branch: perl
48880            ! pod/perlport.pod
48881 ____________________________________________________________________________
48882 [ 21893] By: nicholas                              on 2003/12/13  17:40:32
48883         Log: foreach qw() { # not valid syntax for 5.005. So fix it.
48884      Branch: perl
48885            ! pod/buildtoc
48886 ____________________________________________________________________________
48887 [ 21892] By: rgs                                   on 2003/12/13  17:02:12
48888         Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
48889              From: David Dyck <david.dyck@fluke.com>
48890              Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
48891              Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
48892      Branch: perl
48893            ! lib/File/CheckTree.pm
48894 ____________________________________________________________________________
48895 [ 21891] By: rgs                                   on 2003/12/13  16:33:46
48896         Log: Make the XSRETURN macro evaluate its argument only once.
48897      Branch: perl
48898            ! XSUB.h
48899 ____________________________________________________________________________
48900 [ 21886] By: rgs                                   on 2003/12/13  12:30:08
48901         Log: More POD fixes ; regenerate perltoc and perlmodlib.
48902      Branch: perl
48903            ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
48904            ! pod/perltoc.pod
48905 ____________________________________________________________________________
48906 [ 21885] By: rgs                                   on 2003/12/13  12:21:26
48907         Log: Fix some of the pods to produce more standard manpages,
48908              as reported by Eric S. Raymond.
48909      Branch: perl
48910            ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
48911 ____________________________________________________________________________
48912 [ 21884] By: rgs                                   on 2003/12/13  00:09:01
48913         Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
48914              From: Anders Johnson <ajohnson@nvidia.com>
48915              Date: Fri, 12 Dec 2003 14:07:40 -0800
48916              Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
48917              (with tweaks)
48918      Branch: perl
48919            ! lib/Pod/Html.pm
48920 ____________________________________________________________________________
48921 [ 21883] By: rgs                                   on 2003/12/12  23:54:25
48922         Log: Modify the common guard for the signal.h header, because
48923              C99 compilers don't like it.o
48924
48925              see :
48926              Subject: UNIX03 & C99 issue with 5.8.2
48927              From: Alan Burlison <Alan.Burlison@sun.com>
48928              Date: Fri, 12 Dec 2003 23:04:52 +0000
48929              Message-ID: <3FDA4994.6050209@sun.com>
48930      Branch: perl
48931            ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
48932            ! util.c
48933 ____________________________________________________________________________
48934 [ 21882] By: rgs                                   on 2003/12/12  22:43:11
48935         Log: Subject: [PATCH] Math::BigInt v1.67 released
48936              From: Tels <perl_dummy@bloodgate.com>
48937              Date: Fri, 12 Dec 2003 18:47:43 +0100
48938              Message-Id: <200312121847.49039@bloodgate.com>
48939      Branch: perl
48940            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
48941            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
48942            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
48943            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t
48944            ! lib/Math/BigInt/t/sub_mbi.t
48945 ____________________________________________________________________________
48946 [ 21881] By: merijn                                on 2003/12/12  16:09:14
48947         Log: Subject: [PATCH] d_u32align for win32
48948              From: Gisle Aas <gisle@ActiveState.com>
48949              Date: 11 Dec 2003 01:33:39 -0800
48950              Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
48951      Branch: perl
48952            ! win32/config.bc win32/config.gc win32/config.vc
48953 ____________________________________________________________________________
48954 [ 21879] By: rgs                                   on 2003/12/11  23:53:34
48955         Log: Subject: [PATCH] environ array fix for VMS
48956              From: "Craig A. Berry" <craigberry@mac.com>
48957              Date: Thu, 11 Dec 2003 14:35:29 -0600
48958              Message-ID: <3FD8D511.2030805@mac.com>
48959      Branch: perl
48960            ! vms/vms.c
48961 ____________________________________________________________________________
48962 [ 21878] By: nicholas                              on 2003/12/11  23:49:20
48963         Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
48964              From: Mark Leighton Fisher <mark-fisher@mindspring.com>
48965              Message-ID: <3FD8E74F.7000202@mindspring.com>
48966              Date: Thu, 11 Dec 2003 16:53:19 -0500
48967      Branch: perl
48968            ! AUTHORS
48969 ____________________________________________________________________________
48970 [ 21877] By: rgs                                   on 2003/12/11  23:40:54
48971         Log: Add a mention of the error "DESTROY created new reference
48972              to dead object" in perldiag.
48973      Branch: perl
48974            ! pod/perldiag.pod
48975 ____________________________________________________________________________
48976 [ 21876] By: adi                                   on 2003/12/11  23:04:03
48977         Log: #21866 was wrong. another try to plumb that damn leak.
48978      Branch: perl
48979            ! mg.c sv.c
48980 ____________________________________________________________________________
48981 [ 21875] By: adi                                   on 2003/12/11  20:11:07
48982         Log: fix bug #24605.
48983              substr() wasn't working when used repeatedly on the same utf-8
48984              string.
48985      Branch: perl
48986            ! sv.c t/op/substr.t
48987 ____________________________________________________________________________
48988 [ 21874] By: rgs                                   on 2003/12/09  21:36:58
48989         Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
48990              by Jan Dubois.
48991      Branch: perl
48992            ! lib/Switch.pm
48993 ____________________________________________________________________________
48994 [ 21873] By: rgs                                   on 2003/12/09  21:33:22
48995         Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
48996              From: Autrijus Tang <autrijus@autrijus.org>
48997              Date: Tue, 9 Dec 2003 20:39:16 +0800
48998              Message-ID: <20031209123915.GA1454@not.autrijus.org>
48999      Branch: perl
49000            ! ext/Encode/encoding.pm pod/perlunicode.pod
49001 ____________________________________________________________________________
49002 [ 21872] By: adi                                   on 2003/12/09  03:26:16
49003         Log: temporary fix to avoid t/op/tie.t failures on Win32
49004      Branch: perl
49005            ! hv.c
49006 ____________________________________________________________________________
49007 [ 21871] By: rgs                                   on 2003/12/08  15:22:26
49008         Log: Upgrade to Digest-MD5 2.33.
49009      Branch: perl
49010            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
49011            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
49012            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
49013 ____________________________________________________________________________
49014 [ 21870] By: rgs                                   on 2003/12/08  08:22:17
49015         Log: Integrate change #21862 from maint-5.8 :
49016
49017              Win32/MinGW tweaks
49018              A. ENV_IS_CASELESS has trys to free(keysave) when
49019              keysave isn't in scope yet.
49020              B. For default makefile.mk which build with perlhost.h
49021              stuff "live" need to link with g++ to find new/delete etc.
49022      Branch: perl
49023           !> hv.c win32/makefile.mk
49024 ____________________________________________________________________________
49025 [ 21869] By: rgs                                   on 2003/12/08  07:37:27
49026         Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
49027              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
49028              Date: Mon, 08 Dec 2003 08:17:46 +0100
49029              Message-id: <20031208071746.GA594@ethan>
49030      Branch: perl
49031            ! hv.c mg.c
49032 ____________________________________________________________________________
49033 [ 21868] By: adi                                   on 2003/12/08  03:38:39
49034         Log: yet another leak. bigger fish still swimming around.
49035              #!perl
49036              eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
49037              __END__
49038      Branch: perl
49039            ! pp_ctl.c
49040 ____________________________________________________________________________
49041 [ 21867] By: adi                                   on 2003/12/08  03:34:37
49042         Log: yet another 2 leaks. example for the second:
49043              #! perl
49044              eval q{ open $p{q}, "foo" } while 1
49045              __END__
49046      Branch: perl
49047            ! op.c
49048 ____________________________________________________________________________
49049 [ 21866] By: adi                                   on 2003/12/08  03:30:16
49050         Log: plumb a leak with pos().
49051
49052              #! perl
49053              while (1) {
49054              my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
49055              }
49056              __END__
49057      Branch: perl
49058            ! sv.c
49059 ____________________________________________________________________________
49060 [ 21865] By: rgs                                   on 2003/12/07  21:28:13
49061         Log: Subject: [PATCH] documenting SCALAR gotcha
49062              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
49063              Date: Sun, 07 Dec 2003 16:41:16 +0100
49064              Message-id: <20031207154116.GA825@ethan>
49065      Branch: perl
49066            ! pod/perltie.pod
49067 ____________________________________________________________________________
49068 [ 21864] By: rgs                                   on 2003/12/07  20:13:47
49069         Log: Subject: [PATCH] setenv tweak for VMS
49070              From: "Craig A. Berry" <craigberry@mac.com>
49071              Date: Sat, 06 Dec 2003 18:13:32 -0600
49072              Message-ID: <3FD270AC.3000106@mac.com>
49073      Branch: perl
49074            ! vms/vms.c
49075 ____________________________________________________________________________
49076 [ 21863] By: rgs                                   on 2003/12/06  21:33:22
49077         Log: Missing thingies.
49078      Branch: perl
49079            ! pp.c pp_hot.c
49080 ____________________________________________________________________________
49081 [ 21861] By: rgs                                   on 2003/12/06  20:58:12
49082         Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
49083              From: Tels <perl_dummy@bloodgate.com>
49084              Date: Sat, 6 Dec 2003 20:19:44 +0100
49085              Message-Id: <200312062016.50484@bloodgate.com>
49086      Branch: perl
49087            + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t
49088            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
49089            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
49090            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
49091            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
49092            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
49093            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
49094            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
49095            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
49096 ____________________________________________________________________________
49097 [ 21860] By: rgs                                   on 2003/12/06  20:33:09
49098         Log: Forgot to update the MANIFEST.
49099      Branch: perl
49100            ! MANIFEST
49101 ____________________________________________________________________________
49102 [ 21859] By: rgs                                   on 2003/12/06  20:19:16
49103         Log: Math::BigInt::Scalar is only for tests.
49104              Move it under t/lib.
49105      Branch: perl
49106           +> t/lib/Math/BigInt/Scalar.pm
49107            - lib/Math/BigInt/Scalar.pm
49108 ____________________________________________________________________________
49109 [ 21858] By: rgs                                   on 2003/12/06  20:01:24
49110         Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
49111              From: "Craig A. Berry" <craigberry@mac.com>
49112              Date: Sat, 06 Dec 2003 12:44:40 -0600
49113              Message-ID: <3FD22398.1060506@mac.com>
49114      Branch: perl
49115            ! doio.c
49116 ____________________________________________________________________________
49117 [ 21857] By: rgs                                   on 2003/12/06  19:58:51
49118         Log: Remove the "Can't provide tied hash usage" error from perldiag.
49119              Mention the new tied hash SCALAR method in perldelta.
49120      Branch: perl
49121            ! pod/perldelta.pod pod/perldiag.pod
49122 ____________________________________________________________________________
49123 [ 21856] By: rgs                                   on 2003/12/06  19:51:49
49124         Log: Clarify the description of SCALAR in perltie
49125      Branch: perl
49126            ! pod/perltie.pod
49127 ____________________________________________________________________________
49128 [ 21855] By: rgs                                   on 2003/12/06  19:50:07
49129         Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
49130              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
49131              Date: Sat, 06 Dec 2003 11:50:59 +0100
49132              Message-id: <20031206105059.GA13989@ethan>
49133      Branch: perl
49134            ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
49135            ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
49136            ! proto.h t/op/tie.t
49137 ____________________________________________________________________________
49138 [ 21854] By: nicholas                              on 2003/12/06  16:30:35
49139         Log: Make sv_force_normal_flags cope with shared hash key scalars
49140              (remember the pointer from SvPVX, reset the flags before SvGROW,
49141              avoid crazy loops or read-from-free)
49142      Branch: perl
49143            ! sv.c
49144 ____________________________________________________________________________
49145 [ 21851] By: nicholas                              on 2003/12/05  20:49:10
49146         Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
49147      Branch: perl
49148            ! ext/Digest/MD5/Makefile.PL
49149 ____________________________________________________________________________
49150 [ 21846] By: merijn                                on 2003/12/05  10:41:32
49151         Log: Subject: [PATCH] Configure gets d_u32align wrong
49152              From: Gisle Aas <gisle@ActiveState.com>
49153              Date: 05 Dec 2003 03:47:01 -0800
49154              Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
49155      Branch: perl
49156            ! Configure
49157 ____________________________________________________________________________
49158 [ 21844] By: rgs                                   on 2003/12/05  07:31:18
49159         Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
49160              From: chromatic <chromatic@wgz.org>
49161              Date: Mon, 01 Dec 2003 09:20:21 -0800
49162              Message-Id: <1070299221.1275.19.camel@localhost>
49163      Branch: perl
49164            ! lib/AutoLoader.t
49165 ____________________________________________________________________________
49166 [ 21843] By: rgs                                   on 2003/12/05  07:13:08
49167         Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
49168              From: "Craig A. Berry" <craigberry@mac.com>
49169              Date: Thu, 04 Dec 2003 16:00:03 -0600
49170              Message-ID: <3FCFAE63.1080106@mac.com>
49171      Branch: perl
49172            ! ext/SDBM_File/sdbm/Makefile.PL
49173 ____________________________________________________________________________
49174 [ 21842] By: rgs                                   on 2003/12/05  07:07:30
49175         Log: Subject: [PATCH] $^P, eval and caller
49176              From: Paul Johnson <paul@pjcj.net>
49177              Date: Fri, 5 Dec 2003 00:57:21 +0100
49178              Message-ID: <20031204235721.GJ26355@pjcj.net>
49179      Branch: perl
49180            ! mg.c
49181 ____________________________________________________________________________
49182 [ 21841] By: rgs                                   on 2003/12/04  12:00:28
49183         Log: Fix File::Copy with hard links on Windows.
49184
49185              Subject: [PATCH] Re: perl @ 21830
49186              From: Steve Hay <steve.hay@uk.radan.com>
49187              Date: Wed, 03 Dec 2003 10:53:02 +0000
49188              Message-ID: <3FCDC08E.7080800@uk.radan.com>
49189
49190              and
49191              Date: Thu, 04 Dec 2003 11:02:22 +0000
49192              Message-ID: <3FCF143E.1040905@uk.radan.com>
49193      Branch: perl
49194            ! lib/File/Copy.pm lib/File/Copy.t
49195 ____________________________________________________________________________
49196 [ 21840] By: rgs                                   on 2003/12/04  11:54:28
49197         Log: Subject: Re: a2p.pod not being installed in 5.8.2?
49198              From: Alan Burlison <Alan.Burlison@sun.com>
49199              Date: Thu, 04 Dec 2003 12:14:30 +0000
49200              Message-ID: <3FCF2526.3030905@sun.com>
49201      Branch: perl
49202            ! installperl
49203 ____________________________________________________________________________
49204 [ 21837] By: rgs                                   on 2003/12/03  08:27:33
49205         Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
49206              From: Stas Bekman <stas@stason.org>
49207              Date: Wed, 03 Dec 2003 01:41:42 -0800
49208              Message-ID: <3FCDAFD6.9050106@stason.org>
49209      Branch: perl
49210            ! sv.c
49211 ____________________________________________________________________________
49212 [ 21836] By: rgs                                   on 2003/12/02  23:31:06
49213         Log: The prove utility should also be installed on VMS and on Windows.
49214              Haven't we regression tests for installations yet ?
49215      Branch: perl
49216            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
49217 ____________________________________________________________________________
49218 [ 21835] By: rgs                                   on 2003/12/02  22:18:05
49219         Log: FAQ sync.
49220      Branch: perl
49221            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
49222            ! pod/perlfaq4.pod pod/perlfaq5.pod
49223 ____________________________________________________________________________
49224 [ 21834] By: rgs                                   on 2003/12/02  21:45:12
49225         Log: Subject: Re: [perl #24574] find2perl provides different results to find
49226              From: Slaven Rezic <slaven@rezic.de>
49227              Date: 30 Nov 2003 22:16:59 +0100
49228              Message-ID: <8765h1pnec.fsf@vran.herceg.de>
49229
49230              (plus a note about find2perl now defaulting to -print in perldelta)
49231      Branch: perl
49232            ! pod/perldelta.pod x2p/find2perl.PL
49233 ____________________________________________________________________________
49234 [ 21833] By: rgs                                   on 2003/12/02  21:34:57
49235         Log: Subject: [PATCH] setting $0 still broken
49236              From: Jan Dubois <jand@ActiveState.com>
49237              Date: Thu, 27 Nov 2003 21:09:51 -0800
49238              Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
49239      Branch: perl
49240            ! mg.c
49241 ____________________________________________________________________________
49242 [ 21832] By: rgs                                   on 2003/12/02  21:05:58
49243         Log: Better docs for the special code blocks, based on :
49244              Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
49245              From: Elizabeth Mattijsen <liz@dijkmat.nl>
49246              Date: Sat, 29 Nov 2003 23:15:56 +0100
49247              Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
49248      Branch: perl
49249            ! pod/perlmod.pod pod/perlsub.pod
49250 ____________________________________________________________________________
49251 [ 21828] By: rgs                                   on 2003/11/30  20:56:00
49252         Log: Fix the test boilerplate in lib/if.t, so it can be run
49253              from the t/ directory.
49254      Branch: perl
49255            ! lib/if.t
49256 ____________________________________________________________________________
49257 [ 21827] By: rgs                                   on 2003/11/30  20:34:39
49258         Log: Keep installing xsubpp in lib/ExtUtils,
49259              so MakeMaker can find it.
49260      Branch: perl
49261            ! installperl
49262 ____________________________________________________________________________
49263 [ 21826] By: rgs                                   on 2003/11/30  20:31:59
49264         Log: Upgrade to Test::Harness 2.38.
49265              Introduce the prove(1) utility.
49266              (The prove-switches test is disabled for now.)
49267      Branch: perl
49268            + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
49269            + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
49270            + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
49271            + utils/prove.PL
49272            ! MANIFEST installperl lib/Test/Harness.pm
49273            ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
49274            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
49275            ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
49276            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t
49277            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
49278            ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
49279 ____________________________________________________________________________
49280 [ 21823] By: rgs                                   on 2003/11/30  18:22:54
49281         Log: Subject: Re: [perl #24554] Segfault in POSIX module
49282              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
49283              Date: Sat, 29 Nov 2003 23:32:38 +0900
49284              Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
49285
49286              (plus a test for the stringification of references
49287              passed to POSIX::isXXX())
49288      Branch: perl
49289            ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
49290 ____________________________________________________________________________
49291 [ 21814] By: nicholas                              on 2003/11/29  20:53:23
49292         Log: Integrate if.pm 0.0401
49293              Needed to edit the test file as t/TEST can't cope with extra output
49294              lines as produced by 0.0401's if.t
49295      Branch: perl
49296            ! lib/if.pm lib/if.t
49297 ____________________________________________________________________________
49298 [ 21813] By: nicholas                              on 2003/11/29  19:54:52
49299         Log: Remove whitespace from ends of lines (simply because it irritates me)
49300      Branch: perl
49301            ! utils/h2xs.PL
49302 ____________________________________________________________________________
49303 [ 21812] By: nicholas                              on 2003/11/29  17:55:32
49304         Log: Update Unicode::Normalize to 0.28
49305      Branch: perl
49306            + ext/Unicode/Normalize/t/illegal.t
49307            + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
49308            ! MANIFEST ext/Unicode/Normalize/Changes
49309            ! ext/Unicode/Normalize/Normalize.pm
49310            ! ext/Unicode/Normalize/Normalize.xs
49311            ! ext/Unicode/Normalize/README
49312 ____________________________________________________________________________
49313 [ 21811] By: nicholas                              on 2003/11/29  17:30:18
49314         Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
49315      Branch: perl
49316            - lib/Digest.t
49317 ____________________________________________________________________________
49318 [ 21810] By: nicholas                              on 2003/11/29  17:29:15
49319         Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
49320      Branch: perl
49321            + lib/Unicode/Collate/t/illegal.t
49322            + lib/Unicode/Collate/t/illegalp.t
49323            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
49324            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
49325 ____________________________________________________________________________
49326 [ 21809] By: nicholas                              on 2003/11/29  17:09:25
49327         Log: D'oh! Forgot to lib/Digest/base.pm
49328      Branch: perl
49329            + lib/Digest/base.pm
49330            ! MANIFEST
49331 ____________________________________________________________________________
49332 [ 21808] By: nicholas                              on 2003/11/29  17:04:39
49333         Log: Update to Digest::MD5 2.31
49334      Branch: perl
49335            + ext/Digest/MD5/t/bits.t
49336            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
49337            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
49338            ! ext/Digest/MD5/t/files.t
49339 ____________________________________________________________________________
49340 [ 21807] By: nicholas                              on 2003/11/29  16:45:19
49341         Log: Update Digest to 1.03
49342      Branch: perl
49343            + lib/Digest/t/base.t
49344           +> lib/Digest/t/digest.t
49345            ! MANIFEST Porting/Maintainers.pl lib/Digest.pm
49346 ____________________________________________________________________________
49347 [ 21806] By: nicholas                              on 2003/11/29  15:41:19
49348         Log: When Gconvert is a macro around sprintf with a .* format we need
49349              to cast to int (in case STRLEN isn't the same size as int)
49350              gcc issues a warning even when it is the same size
49351      Branch: perl
49352            ! sv.c
49353 ____________________________________________________________________________
49354 [ 21805] By: nicholas                              on 2003/11/29  14:44:56
49355         Log: Silence gcc 2.95 warning
49356              (Its trace flow isn't good enough to realise that there is no problem)
49357      Branch: perl
49358            ! pp_hot.c
49359 ____________________________________________________________________________
49360 [ 21804] By: nicholas                              on 2003/11/29  14:44:22
49361         Log: Gconvert actually takes type NV, while nv may be either double
49362              or long double (depending on some conditional code)
49363              Rafael and I think that this cast should work.
49364      Branch: perl
49365            ! sv.c
49366 ____________________________________________________________________________
49367 [ 21802] By: rgs                                   on 2003/11/29  11:38:58
49368         Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
49369      Branch: perl
49370            ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
49371 ____________________________________________________________________________
49372 [ 21800] By: rgs                                   on 2003/11/28  22:38:40
49373         Log: Fix a regression introduced by change #21694 on sprintf()
49374              with long doubles, by disabling the specific optimisation
49375              path in this case ; remove a unnecessary cast ; add a new
49376              test file for miscellaneous sprintf() test that don't fit
49377              in the t/op/sprintf.t framework.
49378      Branch: perl
49379            + t/op/sprintf2.t
49380            ! MANIFEST sv.c
49381 ____________________________________________________________________________
49382 [ 21799] By: rgs                                   on 2003/11/28  21:41:29
49383         Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
49384              From: Stas Bekman <stas@stason.org>
49385              Date: Fri, 28 Nov 2003 14:42:25 -0800
49386              Message-ID: <3FC7CF51.7060804@stason.org>
49387      Branch: perl
49388            ! pod/perlsec.pod
49389 ____________________________________________________________________________
49390 [ 21798] By: rgs                                   on 2003/11/28  20:42:45
49391         Log: Implement C<use Exporter 'import'> :
49392
49393              Subject: Re: [PATCH] Exporter-related PODs
49394              From: Fergal Daly <fergal@esatclear.ie>
49395              Date: Mon, 10 Nov 2003 00:08:52 +0000
49396              Message-Id: <200311100008.52639.fergal@esatclear.ie>
49397
49398              (tweaked, so the imported import() doesn't spit out warnings)
49399      Branch: perl
49400            ! lib/Exporter.pm lib/Exporter.t
49401 ____________________________________________________________________________
49402 [ 21797] By: rgs                                   on 2003/11/28  20:11:47
49403         Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
49404              From: Slaven Rezic <slaven@rezic.de>
49405              Date: 19 Oct 2003 19:11:31 +0200
49406              Message-ID: <87smlprw3g.fsf@vran.herceg.de>
49407              (with further tweaks)
49408      Branch: perl
49409            ! lib/File/Copy.pm lib/File/Copy.t
49410 ____________________________________________________________________________
49411 [ 21795] By: rgs                                   on 2003/11/28  19:16:33
49412         Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
49413              From: "Green, Paul" <Paul.Green@stratus.com>
49414              Date: Thu, 27 Nov 2003 21:51:26 -0500
49415              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
49416      Branch: perl
49417            ! hints/vos.sh
49418 ____________________________________________________________________________
49419 [ 21794] By: nicholas                              on 2003/11/28  19:14:58
49420         Log: Arguments to skip were the wrong way round, hence why all the *BSDs
49421              were failing
49422      Branch: perl
49423            ! t/op/readline.t
49424 ____________________________________________________________________________
49425 [ 21789] By: rgs                                   on 2003/11/27  22:18:29
49426         Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
49427              PerlIO and threads are not on CPAN.
49428      Branch: perl
49429            ! Porting/Maintainers.pl
49430 ____________________________________________________________________________
49431 [ 21788] By: nicholas                              on 2003/11/25  21:27:11
49432         Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
49433      Branch: perl
49434            ! AUTHORS
49435 ____________________________________________________________________________
49436 [ 21787] By: rgs                                   on 2003/11/25  21:12:19
49437         Log: Subject: [PATCH] Re: bug or a feature?
49438              From: Torsten Foertsch <torsten.foertsch@gmx.net>
49439              Date: Sat, 22 Nov 2003 13:15:53 +0100
49440              Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
49441
49442              and
49443              Date: Sat, 22 Nov 2003 14:21:45 +0100
49444              Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
49445              (test moved to t/op/readline.t)
49446      Branch: perl
49447            ! pp_hot.c t/op/readline.t
49448 ____________________________________________________________________________
49449 [ 21783] By: merijn                                on 2003/11/24  21:24:46
49450         Log: Subject: remove hardcoded version number from cygwin/perlld.in
49451              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
49452              Date: Mon, 24 Nov 2003 08:11:36 -0800
49453              Message-ID: <20031124161136.GC2656@efn.org>
49454      Branch: perl
49455            ! cygwin/Makefile.SHs cygwin/perlld.in
49456 ____________________________________________________________________________
49457 [ 21782] By: nicholas                              on 2003/11/24  20:07:29
49458         Log: Should fix the infinite loop on a dynamic %ENV fetch
49459      Branch: perl
49460            ! hv.c
49461 ____________________________________________________________________________
49462 [ 21781] By: nicholas                              on 2003/11/24  19:47:57
49463         Log: Tweak the order of initialisation of oentry in hv_fetch_common -
49464              C source now cleaner, but optimised object file still the same size.
49465      Branch: perl
49466            ! hv.c
49467 ____________________________________________________________________________
49468 [ 21780] By: rgs                                   on 2003/11/23  21:59:06
49469         Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
49470              From: Andy Dougherty <doughera@lafayette.edu>
49471              Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
49472              Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
49473
49474              and :
49475              Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
49476              Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
49477      Branch: perl
49478            ! hints/solaris_2.sh
49479 ____________________________________________________________________________
49480 [ 21779] By: nicholas                              on 2003/11/22  23:37:24
49481         Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
49482              reported by Craig Berry
49483      Branch: perl
49484            ! hv.c
49485 ____________________________________________________________________________
49486 [ 21774] By: nicholas                              on 2003/11/22  21:21:22
49487         Log: restore_magic needs to undo COW
49488              (while magic was off, sv_setsv is likely to have seen this SV as a
49489              good source for COW)
49490              Should fix the smoke failures on lib/locale.t
49491      Branch: perl
49492            ! mg.c
49493 ____________________________________________________________________________
49494 [ 21773] By: nicholas                              on 2003/11/22  19:12:32
49495         Log: Don't COW if the destination has magic.
49496      Branch: perl
49497            ! sv.c
49498 ____________________________________________________________________________
49499 [ 21772] By: nicholas                              on 2003/11/22  17:05:32
49500         Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
49501              close to it.
49502      Branch: perl
49503            ! hv.c
49504 ____________________________________________________________________________
49505 [ 21771] By: nicholas                              on 2003/11/22  16:43:09
49506         Log: "Space Is a Province of Brazil"
49507              Farewell, hv_store_common. Store is now part of Fetch.
49508              All tests pass. hv.c 15% smaller than when I started all this
49509      Branch: perl
49510            ! embed.fnc embed.h hv.c proto.h
49511 ____________________________________________________________________________
49512 [ 21770] By: nicholas                              on 2003/11/22  13:16:43
49513         Log: Farewell hv_exists_common - exists is now a call to fetch
49514              (with the exists magic handling moved into fetch)
49515      Branch: perl
49516            ! embed.fnc embed.h hv.c proto.h
49517 ____________________________________________________________________________
49518 [ 21769] By: nicholas                              on 2003/11/22  11:02:23
49519         Log: Shift negative klen/flags games from hv_store_common out to hv_store
49520      Branch: perl
49521            ! embed.fnc embed.h hv.c proto.h
49522 ____________________________________________________________________________
49523 [ 21768] By: nicholas                              on 2003/11/22  10:37:24
49524         Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
49525      Branch: perl
49526            ! embed.fnc embed.h hv.c proto.h
49527 ____________________________________________________________________________
49528 [ 21767] By: nicholas                              on 2003/11/21  23:15:47
49529         Log: Check that the key is present before a delete, and absent afterwards
49530      Branch: perl
49531            ! ext/XS/APItest/t/hash.t
49532 ____________________________________________________________________________
49533 [ 21766] By: nicholas                              on 2003/11/21  23:12:33
49534         Log: Move the negative key -> utf8 flag conversion out to hv_delete
49535      Branch: perl
49536            ! embed.fnc embed.h hv.c proto.h
49537 ____________________________________________________________________________
49538 [ 21765] By: nicholas                              on 2003/11/21  22:41:23
49539         Log: Tweaks to S_hv_delete_common:
49540              make the magic call hv_fetch_common rather than ent-or-not
49541              grab the hash from a shared hash key scalar if possible
49542              use masked flags rather than flags for the comparison
49543      Branch: perl
49544            ! hv.c
49545 ____________________________________________________________________________
49546 [ 21764] By: nicholas                              on 2003/11/21  21:54:58
49547         Log: Integrate:
49548              [ 21762]
49549              Refactor hash API tests (prior to some additions)
49550
49551              [ 21763]
49552              Test all permuations of utf8 flags on hashes and keys
49553      Branch: perl
49554           !> ext/XS/APItest/t/hash.t
49555 ____________________________________________________________________________
49556 [ 21760] By: nicholas                              on 2003/11/20  22:34:00
49557         Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
49558      Branch: perl
49559            ! embed.fnc hv.c proto.h
49560 ____________________________________________________________________________
49561 [ 21758] By: nicholas                              on 2003/11/20  20:14:17
49562         Log: Merge sv_store_flags and sv_store_ent into sv_store_common
49563      Branch: perl
49564            ! embed.fnc embed.h hv.c proto.h
49565 ____________________________________________________________________________
49566 [ 21756] By: rgs                                   on 2003/11/20  12:04:46
49567         Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
49568              From: Alan Burlison <Alan.Burlison@sun.com>
49569              Date: Thu, 20 Nov 2003 10:34:30 +0000
49570              Message-ID: <3FBC98B6.6090909@sun.com>
49571      Branch: perl
49572            ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
49573            ! universal.c
49574 ____________________________________________________________________________
49575 [ 21755] By: rgs                                   on 2003/11/19  22:46:20
49576         Log: Regenerate perlapi and perltoc.
49577      Branch: perl
49578            ! pod/perlapi.pod pod/perltoc.pod
49579 ____________________________________________________________________________
49580 [ 21754] By: rgs                                   on 2003/11/19  22:39:51
49581         Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
49582              From: Iain Truskett <spoon@cpan.org>
49583              Date: Thu, 20 Nov 2003 00:41:33 +1100
49584              Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
49585      Branch: perl
49586            ! lib/PerlIO.pm pod/perlrun.pod
49587 ____________________________________________________________________________
49588 [ 21753] By: nicholas                              on 2003/11/19  22:28:25
49589         Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
49590              remove S_hv_fetch_flags
49591              hv.c now 13% smaller than when I started. hv_store TODO
49592      Branch: perl
49593            ! embed.fnc embed.h hv.c proto.h
49594 ____________________________________________________________________________
49595 [ 21752] By: rgs                                   on 2003/11/19  21:06:01
49596         Log: Fix bug [perl #24508] Wrong assignment in nested assignment
49597              together with subroutine call
49598              Apparently concat still doesn't deal correctly with lexicals
49599              in all cases. Disable the whole TARGET_MY optimisation for it.
49600              (and remove the corresponding code from the peephole optimiser.)
49601      Branch: perl
49602            ! op.c opcode.h opcode.pl t/op/concat.t
49603 ____________________________________________________________________________
49604 [ 21751] By: rgs                                   on 2003/11/19  21:03:20
49605         Log: Update the runops stuff in perlguts
49606      Branch: perl
49607            ! pod/perlguts.pod
49608 ____________________________________________________________________________
49609 [ 21750] By: nicholas                              on 2003/11/19  20:37:27
49610         Log: integrate hv_delete and hv_delete_ent into hv_delete_common
49611      Branch: perl
49612            ! embed.fnc embed.h hv.c proto.h
49613 ____________________________________________________________________________
49614 [ 21748] By: rgs                                   on 2003/11/19  19:56:20
49615         Log: Subject: [PATCH] clear of empty locked hash SEGVs
49616              From: Alan Burlison <Alan.Burlison@sun.com>
49617              Date: Wed, 19 Nov 2003 14:39:03 +0000
49618              Message-ID: <3FBB8087.20206@sun.com>
49619      Branch: perl
49620            ! hv.c lib/Hash/Util.t
49621 ____________________________________________________________________________
49622 [ 21747] By: nicholas                              on 2003/11/19  19:51:41
49623         Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
49624      Branch: perl
49625            ! embed.fnc embed.h hv.c proto.h
49626 ____________________________________________________________________________
49627 [ 21746] By: nicholas                              on 2003/11/19  18:46:07
49628         Log: Run regen.pl (for hv_assert)
49629      Branch: perl
49630            ! global.sym
49631 ____________________________________________________________________________
49632 [ 21744] By: nicholas                              on 2003/11/19  17:44:58
49633         Log: Integrate:
49634              [ 21642]
49635              space should be tab for lib/I18N/LangTags/t/02decency.t
49636      Branch: perl
49637           !> MANIFEST
49638 ____________________________________________________________________________
49639 [ 21743] By: rgs                                   on 2003/11/19  17:21:50
49640         Log: Restore errno after having read $^E (like for $!)
49641              to preserve errno from unfortunate side-effects.
49642      Branch: perl
49643            ! mg.c
49644 ____________________________________________________________________________
49645 [ 21742] By: nicholas                              on 2003/11/18  21:04:40
49646         Log: Whoops. We weren't actually testing hv_store_ent
49647              We are now. Plus test hv_store for an initially empty hash.
49648      Branch: perl
49649            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
49650 ____________________________________________________________________________
49651 [ 21741] By: rgs                                   on 2003/11/17  23:06:07
49652         Log: Complement of change #21740 for Windows.
49653              (I have the feeling that it's already subtly broken on VMS)
49654      Branch: perl
49655            ! win32/Makefile win32/makefile.mk
49656 ____________________________________________________________________________
49657 [ 21740] By: rgs                                   on 2003/11/17  19:02:21
49658         Log: Install instmodsh and xsubpp in bin/ along the other utilities.
49659      Branch: perl
49660            + utils/instmodsh.PL utils/xsubpp.PL
49661            ! MANIFEST installperl utils.lst utils/Makefile
49662 ____________________________________________________________________________
49663 [ 21739] By: rgs                                   on 2003/11/17  08:52:52
49664         Log: Subject: Re: [perl #24493] install.html not working
49665              From: Slaven Rezic <slaven@rezic.de>
49666              Date: 16 Nov 2003 20:52:29 +0100
49667              Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
49668      Branch: perl
49669            ! installhtml
49670 ____________________________________________________________________________
49671 [ 21737] By: nicholas                              on 2003/11/16  21:32:09
49672         Log: Ooops. left an XXX comment in, and worse still it's a // comment
49673      Branch: perl
49674            ! hv.c
49675 ____________________________________________________________________________
49676 [ 21735] By: nicholas                              on 2003/11/16  20:20:58
49677         Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
49678              (pp functions use the _ent variants, and as the implementation is
49679              duplicated, these bugs aren't tested, and aren't noticed)
49680      Branch: perl
49681            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
49682 ____________________________________________________________________________
49683 [ 21734] By: nicholas                              on 2003/11/16  17:11:22
49684         Log: Accessing unicode keys in tie hashes via hv_exists was broken.
49685              (pp_exists uses hv_exists_ent, which isn't broken)
49686              I expect an equivalent bug in hv_delete
49687      Branch: perl
49688            + ext/XS/APItest/t/hash.t
49689            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
49690            ! ext/XS/APItest/MANIFEST hv.c
49691 ____________________________________________________________________________
49692 [ 21733] By: rgs                                   on 2003/11/16  16:50:04
49693         Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
49694              From: Elizabeth Mattijsen <liz@dijkmat.nl>
49695              Date: Sat, 15 Nov 2003 23:22:16 +0100
49696              Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
49697      Branch: perl
49698            ! ext/threads/t/problems.t
49699 ____________________________________________________________________________
49700 [ 21732] By: rgs                                   on 2003/11/16  16:09:34
49701         Log: Subject: [PATCH] configpm, our $summary : unique
49702              From: Elizabeth Mattijsen <liz@dijkmat.nl>
49703              Date: Sat, 15 Nov 2003 22:18:32 +0100
49704              Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
49705              (plus comments)
49706      Branch: perl
49707            ! configpm
49708 ____________________________________________________________________________
49709 [ 21729] By: nicholas                              on 2003/11/15  14:39:00
49710         Log: Subject: [PATCH] Re: Storable Error
49711              From: Nicholas Clark <nick@ccl4.org>
49712              Date: Sat, 9 Aug 2003 00:35:36 +0100
49713              Message-ID: <20030809003535.C20130@plum.flirble.org>
49714      Branch: perl
49715            ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
49716            ! proto.h
49717 ____________________________________________________________________________
49718 [ 21728] By: rgs                                   on 2003/11/15  11:43:43
49719         Log: Update perlhist with 5.6.2.
49720      Branch: perl
49721            ! pod/perlhist.pod
49722 ____________________________________________________________________________
49723 [ 21725] By: rgs                                   on 2003/11/14  22:35:20
49724         Log: Add more complete tests for the "variable masks earlier
49725              declaration" warning, including a TODO test
49726      Branch: perl
49727            ! t/lib/warnings/pad
49728 ____________________________________________________________________________
49729 [ 21723] By: rgs                                   on 2003/11/14  07:43:17
49730         Log: Include "SCCS" in the list of directory names that should
49731              be ignored by installperl.
49732      Branch: perl
49733            ! installperl
49734 ____________________________________________________________________________
49735 [ 21718] By: nicholas                              on 2003/11/13  20:46:36
49736         Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
49737              From: Enache Adrian <enache@rdslink.ro>
49738              Date: Tue, 11 Nov 2003 15:25:29 +0200
49739              Message-ID: <20031111132529.GB1271@ratsnest.hole>
49740      Branch: perl
49741            ! op.c
49742 ____________________________________________________________________________
49743 [ 21714] By: rgs                                   on 2003/11/13  18:55:37
49744         Log: Fix bug [perl #24380] : assigning to a hash in list
49745              or scalar context yielded a wrong value if the list
49746              contained duplicated keys for the hash. This is fixed
49747              by counting the number of duplicate keys and trimming
49748              the stack by the corresponding number of items.
49749      Branch: perl
49750            ! pp_hot.c t/op/hashassign.t
49751 ____________________________________________________________________________
49752 [ 21713] By: merijn                                on 2003/11/13  09:25:15
49753         Log: Simplified the reading
49754      Branch: perl
49755            ! hints/solaris_2.sh
49756 ____________________________________________________________________________
49757 [ 21712] By: merijn                                on 2003/11/13  09:22:21
49758         Log: Enable hints to create call-back units that can act when
49759              a specific variable is *not* set (like -Uuselargefiles)
49760      Branch: perl
49761            ! Configure hints/README.hints
49762 ____________________________________________________________________________
49763 [ 21710] By: nicholas                              on 2003/11/12  21:35:35
49764         Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
49765              From: Michael G Schwern <schwern@pobox.com>
49766              Date: Tue, 11 Nov 2003 21:02:30 -0800
49767              Message-ID: <20031112050230.GO6874@localhost.comcast.net>
49768      Branch: perl
49769            ! ext/SDBM_File/sdbm/Makefile.PL
49770 ____________________________________________________________________________
49771 [ 21708] By: rgs                                   on 2003/11/12  09:46:51
49772         Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
49773              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
49774              Date: Tue, 4 Nov 2003 20:07:25 -0800
49775              Message-ID: <20031105040725.GA2629@math.berkeley.edu>
49776      Branch: perl
49777            ! installperl
49778 ____________________________________________________________________________
49779 [ 21706] By: ams                                   on 2003/11/11  23:46:19
49780         Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
49781              From: Tom Phoenix <rootbeer@redcat.com>
49782              Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
49783              Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
49784      Branch: perl
49785            ! pod/perlmod.pod
49786 ____________________________________________________________________________
49787 [ 21702] By: rgs                                   on 2003/11/11  20:13:56
49788         Log: Upgrade to MakeMaker 6.21.
49789      Branch: perl
49790            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
49791            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
49792            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
49793 ____________________________________________________________________________
49794 [ 21697] By: rgs                                   on 2003/11/10  20:55:25
49795         Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
49796              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
49797              Date: Tue, 4 Nov 2003 20:10:16 -0800
49798              Message-ID: <20031105041016.GA2639@math.berkeley.edu>
49799
49800              and part of
49801              Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
49802              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
49803              Date: Tue, 4 Nov 2003 20:18:37 -0800
49804              Message-ID: <20031105041836.GA2649@math.berkeley.edu>
49805
49806              (I've left out the PREFIX part for now)
49807      Branch: perl
49808            ! Makefile.SH installperl os2/Makefile.SHs
49809 ____________________________________________________________________________
49810 [ 21694] By: rgs                                   on 2003/11/09  17:20:35
49811         Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
49812              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
49813              Date: Mon, 3 Nov 2003 20:27:39 -0800
49814              Message-ID: <20031104042739.GA1697@math.berkeley.edu>
49815
49816              Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
49817              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
49818              Date: Mon, 3 Nov 2003 20:57:48 -0800
49819              Message-ID: <20031104045748.GA1826@math.berkeley.edu>
49820      Branch: perl
49821            ! sv.c
49822 ____________________________________________________________________________
49823 [ 21693] By: rgs                                   on 2003/11/09  11:37:29
49824         Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
49825              From: Vadim Konovalov <konovalo@mail.wplus.net>
49826              Date: Sun, 9 Nov 2003 13:31:59 +0300
49827              Message-ID: <93187393948.20031109133159@mail.wplus.net>
49828      Branch: perl
49829            ! wince/Makefile.ce
49830 ____________________________________________________________________________
49831 [ 21691] By: rgs                                   on 2003/11/09  11:13:40
49832         Log: Update the list of pumpkings in perlhist.pod.
49833      Branch: perl
49834            ! pod/perlhist.pod
49835 ____________________________________________________________________________
49836 [ 21687] By: ams                                   on 2003/11/08  17:09:56
49837         Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
49838              From: Abigail <abigail@abigail.nl>
49839              Date: Sat, 8 Nov 2003 18:51:30 +0100
49840              Message-Id: <20031108175130.GA22273@abigail.nl>
49841      Branch: perl
49842            ! pod/perlhist.pod
49843 ____________________________________________________________________________
49844 [ 21677] By: rgs                                   on 2003/11/07  07:49:17
49845         Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
49846              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
49847              Date: Thu, 6 Nov 2003 23:26:18 -0800
49848              Message-ID: <20031107072618.GA4370@math.berkeley.edu>
49849      Branch: perl
49850            ! os2/Changes
49851 ____________________________________________________________________________
49852 [ 21676] By: davem                                 on 2003/11/06  22:11:23
49853         Log: bugid #24407: numeric key for shared hash got stringified using
49854              wrong interpreter, and thus got malloced into the wrong thread
49855              memory pool
49856      Branch: perl
49857            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
49858 ____________________________________________________________________________
49859 [ 21675] By: rgs                                   on 2003/11/06  10:27:22
49860         Log: Upgrade to MakeMaker 6.20.
49861      Branch: perl
49862            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
49863            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
49864            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
49865            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
49866            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
49867 ____________________________________________________________________________
49868 [ 21674] By: ams                                   on 2003/11/06  09:32:26
49869         Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
49870              tests fail to spot this
49871              From: Rick Delaney <rick@bort.ca>
49872              Date: Wed, 5 Nov 2003 23:02:41 -0500
49873              Message-Id: <20031105230241.D13585@biff.bort.ca>
49874      Branch: perl
49875            ! pp_ctl.c t/op/taint.t
49876 ____________________________________________________________________________
49877 [ 21673] By: rgs                                   on 2003/11/05  21:47:07
49878         Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
49879              From: Andy Dougherty <doughera@lafayette.edu>
49880              Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
49881              Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
49882      Branch: perl
49883            ! hints/linux.sh
49884 ____________________________________________________________________________
49885 [ 21672] By: rgs                                   on 2003/11/05  20:42:47
49886         Log: Subject: [patch t/op/hash.t] extending the hash attack test
49887              From: Stas Bekman <stas@stason.org>
49888              Date: Tue, 04 Nov 2003 14:33:09 -0800
49889              Message-ID: <3FA82925.7020703@stason.org>
49890      Branch: perl
49891            ! t/op/hash.t
49892 ____________________________________________________________________________
49893 [ 21671] By: rgs                                   on 2003/11/05  20:38:09
49894         Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
49895              From: Stas Bekman <stas@stason.org>
49896              Date: Wed, 05 Nov 2003 00:50:25 -0800
49897              Message-ID: <3FA8B9D1.2020806@stason.org>
49898      Branch: perl
49899            ! lib/Benchmark.pm
49900 ____________________________________________________________________________
49901 [ 21667] By: nicholas                              on 2003/11/05  19:13:56
49902         Log: From: Craig Berry <craigberry@mac.com>
49903              Subject: Opcode.xs/RC2 compile nit on VMS
49904              Date: Wed, 05 Nov 2003 12:16:34 -0600
49905              Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
49906      Branch: perl
49907            ! ext/Opcode/Opcode.xs
49908 ____________________________________________________________________________
49909 [ 21664] By: ams                                   on 2003/11/05  18:34:28
49910         Log: Orphaned submission from #21546.
49911      Branch: perl
49912            ! perl.c
49913 ____________________________________________________________________________
49914 [ 21663] By: ams                                   on 2003/11/05  17:01:29
49915         Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
49916              From: Slaven Rezic <slaven@rezic.de>
49917              Date: 20 Oct 2003 22:39:28 +0200
49918              Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
49919      Branch: perl
49920            ! lib/filetest.t
49921 ____________________________________________________________________________
49922 [ 21662] By: ams                                   on 2003/11/05  16:51:08
49923         Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
49924              From: Michael G Schwern <schwern@pobox.com>
49925              Date: Wed, 5 Nov 2003 06:26:36 -0800
49926              Message-Id: <20031105142635.GA22761@localhost.comcast.net>
49927      Branch: perl
49928            ! t/op/cproto.t
49929 ____________________________________________________________________________
49930 [ 21661] By: ams                                   on 2003/11/05  16:50:05
49931         Log: Subject: [PATCH] Modernise INSTALL
49932              From: Gisle Aas <gisle@ActiveState.com>
49933              Date: 05 Nov 2003 05:16:25 -0800
49934              Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
49935
49936              Subject: [PATCH pod/perlhist.pod]  Mention 5.8.2-RC2
49937              From: Abigail <abigail@abigail.nl>
49938              Date: Tue, 4 Nov 2003 10:40:57 +0100
49939              Message-Id: <20031104094057.GA22508@abigail.nl>
49940      Branch: perl
49941            ! INSTALL pod/perlhist.pod
49942 ____________________________________________________________________________
49943 [ 21660] By: ams                                   on 2003/11/05  16:46:12
49944         Log: Subject: [PATCH blead]  reentr.pl is not defining _srandom_struct
49945              From: Jan Dubois <jand@ActiveState.com>
49946              Date: Tue, 04 Nov 2003 16:52:14 -0800
49947              Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
49948      Branch: perl
49949            ! reentr.c reentr.h reentr.pl
49950 ____________________________________________________________________________
49951 [ 21657] By: rgs                                   on 2003/11/05  08:07:14
49952         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
49953              From: Michael G Schwern <schwern@pobox.com>
49954              Date: Tue, 4 Nov 2003 17:59:13 -0800
49955              Message-ID: <20031105015913.GL15406@localhost.comcast.net>
49956
49957              Replaces the temporary kludge (#21655).
49958      Branch: perl
49959            ! ext/SDBM_File/sdbm/Makefile.PL
49960 ____________________________________________________________________________
49961 [ 21656] By: rgs                                   on 2003/11/05  07:41:41
49962         Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
49963              From: PPrymmer@factset.com
49964              Date: Tue, 4 Nov 2003 10:00:07 -0500
49965              Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
49966      Branch: perl
49967            ! pod/perlebcdic.pod
49968 ____________________________________________________________________________
49969 [ 21655] By: rgs                                   on 2003/11/04  22:32:28
49970         Log: Temporary kludge to allow SDBM_File being built
49971              with MakeMaker 6.19.
49972      Branch: perl
49973            ! ext/SDBM_File/sdbm/Makefile.PL
49974 ____________________________________________________________________________
49975 [ 21652] By: rgs                                   on 2003/11/04  21:43:10
49976         Log: Upgrade to ExtUtils::MakeMaker 6.19
49977      Branch: perl
49978            + lib/ExtUtils/t/parse_version.t
49979            + t/lib/MakeMaker/Test/Setup/BFD.pm
49980            + t/lib/MakeMaker/Test/Setup/Problem.pm
49981            - lib/ExtUtils/t/00setup_dummy.t
49982            - lib/ExtUtils/t/zz_cleanup_dummy.t
49983            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
49984            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
49985            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
49986            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
49987            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
49988            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
49989            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
49990            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm
49991            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
49992            ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
49993            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
49994            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
49995            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
49996            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
49997            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
49998            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
49999            ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
50000            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
50001 ____________________________________________________________________________
50002 [ 21651] By: rgs                                   on 2003/11/04  05:43:56
50003         Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
50004              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
50005              Date: Mon, 3 Nov 2003 20:20:44 -0800
50006              Message-ID: <20031104042044.GA1682@math.berkeley.edu>
50007      Branch: perl
50008            ! os2/Makefile.SHs
50009 ____________________________________________________________________________
50010 [ 21650] By: rgs                                   on 2003/11/03  21:55:42
50011         Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
50012              From: Michael G Schwern <schwern@pobox.com>
50013              Date: Sat, 1 Nov 2003 22:57:45 -0800
50014              Message-ID: <20031102065745.GN3659@localhost.comcast.net>
50015              (goes with change #21418)
50016      Branch: perl
50017            ! lib/autouse.pm lib/autouse.t
50018 ____________________________________________________________________________
50019 [ 21647] By: rgs                                   on 2003/11/03  20:08:18
50020         Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
50021              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
50022              Date: Mon, 3 Nov 2003 20:53:33 +0100
50023              Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
50024      Branch: perl
50025            ! ext/Devel/PPPort/PPPort.pm
50026 ____________________________________________________________________________
50027 [ 21646] By: rgs                                   on 2003/11/03  20:00:07
50028         Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
50029              From: Casey West <casey@geeknest.com>
50030              Date: Mon, 3 Nov 2003 10:11:43 -0500
50031              Message-ID: <20031103151143.GB430@geeknest.com>
50032      Branch: perl
50033            ! ext/Cwd/Cwd.xs
50034 ____________________________________________________________________________
50035 [ 21645] By: rgs                                   on 2003/11/03  19:18:42
50036         Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
50037              From: Jan Dubois <jand@ActiveState.com>
50038              Date: Sun, 02 Nov 2003 21:43:44 -0800
50039              Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
50040      Branch: perl
50041            ! reentr.h reentr.pl
50042 ____________________________________________________________________________
50043 [ 21644] By: rgs                                   on 2003/11/03  15:33:55
50044         Log: Document the fact that keys() and values() are optimized
50045              for void context (as suggested by Liz.)
50046      Branch: perl
50047            ! pod/perlfunc.pod
50048 ____________________________________________________________________________
50049 [ 21639] By: nicholas                              on 2003/11/03  07:04:36
50050         Log: Stas would prefer not to have MOD_PERL defines in perl.
50051      Branch: perl
50052            ! hv.c hv.h
50053 ____________________________________________________________________________
50054 [ 21638] By: nicholas                              on 2003/11/03  06:46:48
50055         Log: s/new_hash/rehash/g (Stas suggested a better name)
50056      Branch: perl
50057            ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
50058            ! sv.c universal.c util.c
50059 ____________________________________________________________________________
50060 [ 21634] By: nicholas                              on 2003/11/02  22:32:21
50061         Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
50062              make Hash::Util::hash_seed use this.
50063      Branch: perl
50064            ! lib/Hash/Util.pm universal.c
50065 ____________________________________________________________________________
50066 [ 21628] By: rgs                                   on 2003/11/02  21:05:59
50067         Log: Fix for [perl #24347] segfault with Safe
50068              The empty %INC created for safe compartements was freed
50069              too early.
50070      Branch: perl
50071            ! ext/Opcode/Opcode.xs
50072 ____________________________________________________________________________
50073 [ 21627] By: rgs                                   on 2003/11/02  20:40:47
50074         Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
50075              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
50076              Date: Sun, 2 Nov 2003 22:24:28 +0100
50077              Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
50078      Branch: perl
50079            ! pod/perlguts.pod
50080 ____________________________________________________________________________
50081 [ 21625] By: rgs                                   on 2003/11/02  20:24:21
50082         Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
50083      Branch: perl
50084            ! pod/perlhist.pod
50085 ____________________________________________________________________________
50086 [ 21620] By: nicholas                              on 2003/11/02  18:22:16
50087         Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
50088              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
50089              Date: Wed, 29 Oct 2003 14:00:18 -0800
50090              Message-ID: <20031029220017.GA26384@math.berkeley.edu>
50091      Branch: perl
50092            ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
50093            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
50094            ! os2/perl2cmd.pl perlio.c
50095 ____________________________________________________________________________
50096 [ 21619] By: rgs                                   on 2003/11/02  18:07:30
50097         Log: Quoted-printable is evil.
50098      Branch: perl
50099            ! win32/win32.h
50100 ____________________________________________________________________________
50101 [ 21618] By: nicholas                              on 2003/11/02  18:01:21
50102         Log: Stas spotted a missed s//new_/ for the hash seed renaming games
50103      Branch: perl
50104            ! perl.c
50105 ____________________________________________________________________________
50106 [ 21617] By: rgs                                   on 2003/11/02  17:25:50
50107         Log: Portability nit for MinGW 3.
50108
50109              Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
50110              From: Greg Matheson <lang@ms.chinmin.edu.tw>
50111              Date: Thu, 30 Oct 2003 14:11:58 +0800
50112              Message-ID: <20031030141158.A11772@ms>
50113              (actual patch by Abe Timmerman)
50114      Branch: perl
50115            ! win32/win32.h
50116 ____________________________________________________________________________
50117 [ 21616] By: rgs                                   on 2003/11/02  12:37:54
50118         Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
50119              From: david nicol <whatever@davidnicol.com>
50120              Date: 26 Oct 2003 22:34:04 -0600
50121              Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
50122      Branch: perl
50123            ! pod/perltie.pod
50124 ____________________________________________________________________________
50125 [ 21615] By: rgs                                   on 2003/11/01  20:01:54
50126         Log: Subject: [PATCH] DB_File 1.807
50127              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
50128              Date: Sat, 1 Nov 2003 13:50:12 -0000
50129              Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
50130      Branch: perl
50131            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
50132            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
50133            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
50134 ____________________________________________________________________________
50135 [ 21614] By: rgs                                   on 2003/11/01  19:40:28
50136         Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
50137              From: Rick Delaney <rick@bort.ca>
50138              Date: Mon, 27 Oct 2003 16:24:16 -0500
50139              Message-ID: <20031027162416.H2233@biff.bort.ca>
50140      Branch: perl
50141            ! pp_hot.c
50142 ____________________________________________________________________________
50143 [ 21611] By: nicholas                              on 2003/11/01  16:32:00
50144         Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
50145      Branch: perl
50146            ! MANIFEST
50147 ____________________________________________________________________________
50148 [ 21607] By: nicholas                              on 2003/11/01  15:21:23
50149         Log: mod_perl2 will require access to the Plan C hashing function.
50150      Branch: perl
50151            ! hv.h
50152 ____________________________________________________________________________
50153 [ 21604] By: nicholas                              on 2003/11/01  14:21:38
50154         Log: Add Internals::HvREHASH to expose the rehashing flag
50155              t/op/hash.t tests that pathological data triggers rehashing
50156      Branch: perl
50157            + t/op/hash.t
50158            ! universal.c
50159 ____________________________________________________________________________
50160 [ 21599] By: davem                                 on 2003/11/01  00:09:22
50161         Log: whoops, typo
50162      Branch: perl
50163            ! ext/threads/shared/shared.xs
50164 ____________________________________________________________________________
50165 [ 21598] By: davem                                 on 2003/11/01  00:03:38
50166         Log: seg faults when deleting keys of shared hash refs
50167              Ensure that the shared_sv get magic of the element being deleted
50168              is called. Also, avoid posible memory leaks by wrapping all shared
50169              context sections with ENTER/SAVETMPS
50170      Branch: perl
50171            ! ext/threads/shared/shared.xs
50172 ____________________________________________________________________________
50173 [ 21596] By: rgs                                   on 2003/10/31  20:46:44
50174         Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
50175              From: Andy Dougherty <doughera@lafayette.edu>
50176              Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
50177              Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
50178              (plus POD link fixes)
50179      Branch: perl
50180            ! INSTALL
50181 ____________________________________________________________________________
50182 [ 21595] By: rgs                                   on 2003/10/31  20:35:23
50183         Log: Prevent the installation of makefiles that can be found
50184              under lib/.
50185      Branch: perl
50186            ! installperl
50187 ____________________________________________________________________________
50188 [ 21593] By: rgs                                   on 2003/10/31  20:19:01
50189         Log: Test nit ; goes with change 21591
50190      Branch: perl
50191            ! t/lib/warnings/regcomp
50192 ____________________________________________________________________________
50193 [ 21592] By: rgs                                   on 2003/10/31  20:03:58
50194         Log: Subject: [PATCH] Document PERL_DL_NONLAZY
50195              From: Gisle Aas <gisle@ActiveState.com>
50196              Date: 31 Oct 2003 03:13:03 -0800
50197              Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
50198      Branch: perl
50199            ! pod/perlrun.pod
50200 ____________________________________________________________________________
50201 [ 21591] By: rgs                                   on 2003/10/31  19:54:23
50202         Log: Subject: [PATCH] Off-by-one error in regcomp.c
50203              From: Slaven Rezic <slaven@rezic.de>
50204              Date: Fri, 31 Oct 2003 12:16:11 +0000
50205              Message-Id: <1067602571.12768@devpc01.iconmobile.de>
50206      Branch: perl
50207            ! regcomp.c t/op/regmesg.t
50208 ____________________________________________________________________________
50209 [ 21590] By: rgs                                   on 2003/10/31  19:36:32
50210         Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
50211              From: Stas Bekman <stas@stason.org>
50212              Date: Wed, 29 Oct 2003 16:47:24 -0800
50213              Message-ID: <3FA05F9C.2080304@stason.org>
50214      Branch: perl
50215            ! pod/perlfunc.pod
50216 ____________________________________________________________________________
50217 [ 21589] By: rgs                                   on 2003/10/31  19:31:48
50218         Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
50219              From: Stas Bekman <stas@stason.org>
50220              Date: Wed, 29 Oct 2003 15:15:15 -0800
50221              Message-ID: <3FA04A03.5010603@stason.org>
50222              (enclosed in a #ifdef DEBUGGING)
50223      Branch: perl
50224            ! sv.c
50225 ____________________________________________________________________________
50226 [ 21588] By: rgs                                   on 2003/10/31  19:25:38
50227         Log: Subject: [PATCH] Devel::PPPort and scan_bin
50228              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
50229              Date: Wed, 29 Oct 2003 22:53:43 +0100
50230              Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
50231      Branch: perl
50232            ! ext/Devel/PPPort/PPPort.pm
50233 ____________________________________________________________________________
50234 [ 21587] By: rgs                                   on 2003/10/31  19:19:00
50235         Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
50236              From: Jan Dubois <jand@ActiveState.com>
50237              Date: Thu, 30 Oct 2003 18:43:08 -0800
50238              Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
50239      Branch: perl
50240            ! Porting/p4d2p
50241 ____________________________________________________________________________
50242 [ 21586] By: nicholas                              on 2003/10/31  18:54:26
50243         Log: Comment that this "optimisation" is actually a necessary fixup.
50244              When the split occurs (to make the opti{miser,onal}) this isn't
50245              (Richard Clamp reminded me that I forgot to do this)
50246      Branch: perl
50247            ! op.c
50248 ____________________________________________________________________________
50249 [ 21583] By: nicholas                              on 2003/10/30  22:37:26
50250         Log: Rewrite to correctly use test.pl
50251
50252              Date: Thu, 30 Oct 2003 15:51:03 -0800
50253              From: Michael G Schwern <schwern@pobox.com>
50254              Subject: Re: Fix for the orange lion bug - aka empty sub bug
50255              Message-ID: <20031030235103.GC27017@localhost.comcast.net>
50256      Branch: perl
50257            ! t/op/sub.t
50258 ____________________________________________________________________________
50259 [ 21582] By: nicholas                              on 2003/10/30  22:18:53
50260         Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
50261              Subject: Fix for the orange lion bug - aka empty sub bug
50262              From: Arthur Bergman <sky@nanisky.com>
50263              Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
50264      Branch: perl
50265            + t/op/sub.t
50266            ! MANIFEST op.c
50267 ____________________________________________________________________________
50268 [ 21580] By: nicholas                              on 2003/10/30  19:42:28
50269         Log: 14 is the chain length for attack. From
50270
50271              Message-ID: <20031030204117.16008.qmail@plover.com>
50272              Subject: Re: 5.8.2-RC1 and mp2
50273              Date: Thu, 30 Oct 2003 15:41:17 -0500
50274              From: Mark Jason Dominus <mjd@plover.com>
50275
50276              and
50277
50278              From: Scott A Crosby <scrosby@cs.rice.edu>
50279              Subject: Re: 5.8.2-RC1 and mp2
50280              Date: 30 Oct 2003 14:08:06 -0600
50281              Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
50282      Branch: perl
50283            ! hv.c
50284 ____________________________________________________________________________
50285 [ 21575] By: rgs                                   on 2003/10/29  06:51:19
50286         Log: Move a fcntl() example in perlfunc at a more proper place,
50287              as suggested by :
50288              Subject: [perl #24334] ioctl/fcntl doc confusion
50289              From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
50290              Date: 28 Oct 2003 13:37:49 -0000
50291              Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
50292      Branch: perl
50293            ! pod/perlfunc.pod
50294 ____________________________________________________________________________
50295 [ 21567] By: rgs                                   on 2003/10/28  08:48:06
50296         Log: Upgrade to Time::HiRes 1.52.
50297      Branch: perl
50298            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
50299            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
50300 ____________________________________________________________________________
50301 [ 21566] By: rgs                                   on 2003/10/28  08:34:26
50302         Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
50303              From: Abigail <abigail@abigail.nl>
50304              Date: Mon, 27 Oct 2003 13:05:37 +0100
50305              Message-ID: <20031027120536.GA24608@abigail.nl>
50306
50307              Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
50308              From: Rick Delaney <rick@bort.ca>
50309              Date: Mon, 27 Oct 2003 12:17:49 -0500
50310              Message-ID: <20031027121749.E2233@biff.bort.ca>
50311      Branch: perl
50312            ! lib/overload.t toke.c
50313 ____________________________________________________________________________
50314 [ 21565] By: rgs                                   on 2003/10/28  07:42:52
50315         Log: Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
50316              From: Abigail <abigail@abigail.nl>
50317              Date: Mon, 27 Oct 2003 14:50:24 +0100
50318              Message-ID: <20031027135024.GA12666@abigail.nl>
50319      Branch: perl
50320            ! t/comp/proto.t
50321 ____________________________________________________________________________
50322 [ 21564] By: davem                                 on 2003/10/27  22:01:12
50323         Log: Fix more shared threads leaks: add SAVETMPS to the second branch
50324              of sharedsv_scalar_store().
50325      Branch: perl
50326            ! ext/threads/shared/shared.xs
50327 ____________________________________________________________________________
50328 [ 21563] By: rgs                                   on 2003/10/27  19:33:29
50329         Log: Add a new taint error, "%ENV is aliased to %s".
50330              This error is thrown when taint checks are enabled and
50331              when *ENV has been aliased, so that %ENV has no env-magic
50332              anymore. (see bug [perl #24291].)
50333      Branch: perl
50334            ! pod/perldiag.pod t/op/taint.t taint.c
50335 ____________________________________________________________________________
50336 [ 21560] By: nicholas                              on 2003/10/27  18:01:02
50337         Log: Record the escape^Wrelease of 5.9.0
50338      Branch: perl
50339            ! pod/perlhist.pod
50340 ____________________________________________________________________________
50341 [ 21554] By: nicholas                              on 2003/10/27  16:09:37
50342         Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
50343              From: Alan Burlison <Alan.Burlison@sun.com>
50344              Date: Tue, 21 Oct 2003 15:00:58 +0100
50345              Message-ID: <3F953C1A.3060800@sun.com>
50346      Branch: perl
50347            ! hints/solaris_2.sh
50348 ____________________________________________________________________________
50349 [ 21550] By: nicholas                              on 2003/10/27  13:45:27
50350         Log: Sync with Unicode::Normalize 0.25
50351      Branch: perl
50352            + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
50353            + ext/Unicode/Normalize/t/proto.t
50354            + ext/Unicode/Normalize/t/split.t
50355            ! MANIFEST ext/Unicode/Normalize/Changes
50356            ! ext/Unicode/Normalize/Makefile.PL
50357            ! ext/Unicode/Normalize/Normalize.pm
50358            ! ext/Unicode/Normalize/Normalize.xs
50359            ! ext/Unicode/Normalize/README
50360 ____________________________________________________________________________
50361 [ 21549] By: nicholas                              on 2003/10/27  13:11:48
50362         Log: Sync with Unicode::Collate 0.30
50363      Branch: perl
50364            + lib/Unicode/Collate/t/hangtype.t
50365            + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
50366            + lib/Unicode/Collate/t/variable.t
50367            + lib/Unicode/Collate/t/version.t
50368            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
50369            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
50370            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
50371            ! lib/Unicode/Collate/t/test.t
50372 ____________________________________________________________________________
50373 [ 21548] By: nicholas                              on 2003/10/27  12:39:39
50374         Log: Sync with Pod::Perldoc 3.12
50375      Branch: perl
50376            ! lib/Pod/Perldoc.pm
50377 ____________________________________________________________________________
50378 [ 21546] By: ams                                   on 2003/10/27  09:00:08
50379         Log: Will the real off by one please stand up?
50380      Branch: perl
50381            ! mg.c
50382 ____________________________________________________________________________
50383 [ 21545] By: hv                                    on 2003/10/27  02:52:16
50384         Log: fixup separators
50385      Branch: perl
50386            ! Changes
50387 ____________________________________________________________________________
50388 [ 21544] By: hv                                    on 2003/10/27  02:51:26
50389         Log: don't complain of podless .pm files that have a separate .pod file
50390      Branch: perl
50391            ! pod/buildtoc
50392 ____________________________________________________________________________
50393 [ 21543] By: hv                                    on 2003/10/27  02:50:04
50394         Log: regen pods and toc
50395      Branch: perl
50396            ! pod/perlmodlib.pod pod/perltoc.pod
50397 ____________________________________________________________________________
50398 [ 21542] By: rgs                                   on 2003/10/26  21:36:17
50399         Log: When %ENV has been turned into a non-magical hash after a
50400              glob assignment, TAINT_ENV() may dump core because it
50401              assumes $ENV{PATH} is magical. Fix this ; add a test to
50402              verify that the PATH is still checked for taintedness.
50403      Branch: perl
50404            ! t/op/taint.t taint.c
50405 ____________________________________________________________________________
50406 [ 21540] By: rgs                                   on 2003/10/26  14:59:53
50407         Log: Fix backward-compatibility issues in if.pm.
50408      Branch: perl
50409            ! lib/if.pm
50410 ____________________________________________________________________________
50411 [ 21539] By: hv                                    on 2003/10/26  12:22:54
50412         Log: Update Changes.
50413      Branch: perl
50414            ! Changes patchlevel.h
50415 ____________________________________________________________________________
50416 [ 21538] By: ams                                   on 2003/10/26  08:08:02
50417         Log: Fix off-by-one in $0 set magic. (From Autrijus.)
50418              The whole PL_origalen thing in perl.c looks very hokey.
50419      Branch: perl
50420            ! mg.c
50421 ____________________________________________________________________________
50422 [ 21536] By: nicholas                              on 2003/10/25  22:33:18
50423         Log: show the rehash flags in dumps
50424      Branch: perl
50425            ! dump.c
50426 ____________________________________________________________________________
50427 [ 21535] By: nicholas                              on 2003/10/25  22:32:40
50428         Log: Return 21533 (with modifications) having found the problem
50429      Branch: perl
50430            ! hv.c hv.h
50431 ____________________________________________________________________________
50432 [ 21534] By: nicholas                              on 2003/10/25  20:46:36
50433         Log: Back out 21533 because it broke Encode's build in really weird ways
50434      Branch: perl
50435            ! hv.c hv.h
50436 ____________________________________________________________________________
50437 [ 21533] By: nicholas                              on 2003/10/25  13:10:21
50438         Log: Plan C rough edge smoothing. Criteria for a hash split is now
50439              the earlier of "more keys than buckets" (the old test) or
50440              linked list too long. Rehash is triggered after a split if the
50441              longest linked list is too long.
50442      Branch: perl
50443            ! hv.c hv.h
50444 ____________________________________________________________________________
50445 [ 21532] By: rgs                                   on 2003/10/25  10:03:18
50446         Log: Subject: Re: [perl #948] $, untieable?
50447              From: Richard Clamp <richardc@unixbeard.net>
50448              Date: Tue, 21 Oct 2003 00:02:49 +0100
50449              Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
50450
50451              Plus a small fix to t/TEST to recognize the added TODO test
50452              as a TODO test.
50453      Branch: perl
50454            ! t/TEST t/op/tie.t
50455 ____________________________________________________________________________
50456 [ 21528] By: nicholas                              on 2003/10/23  19:21:00
50457         Log: When it says "add", then, like, you have to p4 add it. D'oh!
50458              (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
50459      Branch: perl
50460            + lib/I18N/LangTags/t/02decency.t
50461 ____________________________________________________________________________
50462 [ 21527] By: davem                                 on 2003/10/23  19:13:20
50463         Log: Fix two threads::shared leaks
50464              #24061 - AV in shared interpreter wasn't set to AvREAL
50465              #24255 - mortals were added to the shared interpreter's tmpstack
50466              and never freed.
50467      Branch: perl
50468            ! ext/threads/shared/shared.xs
50469 ____________________________________________________________________________
50470 [ 21526] By: nicholas                              on 2003/10/23  19:11:24
50471         Log: From: Jan Dubois <jand@ActiveState.com>
50472              Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
50473              Date: Wed, 22 Oct 2003 20:17:07 -0700
50474              Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
50475
50476              From: Jan Dubois <jand@ActiveState.com>
50477              Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
50478              Date: Wed, 22 Oct 2003 20:26:56 -0700
50479              Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
50480      Branch: perl
50481            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
50482            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
50483            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
50484            ! utils/perldoc.PL
50485 ____________________________________________________________________________
50486 [ 21523] By: ams                                   on 2003/10/23  12:53:03
50487         Log: Subject: [PATCH] utime documentation
50488              From: Gisle Aas <gisle@ActiveState.com>
50489              Date: 23 Oct 2003 05:33:43 -0700
50490              Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
50491      Branch: perl
50492            ! pod/perlfunc.pod
50493 ____________________________________________________________________________
50494 [ 21522] By: ams                                   on 2003/10/23  08:07:18
50495         Log: Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
50496              From: Jan Dubois <jand@ActiveState.com>
50497              Date: Wed, 22 Oct 2003 20:33:54 -0700
50498              Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
50499      Branch: perl
50500            ! doio.c
50501 ____________________________________________________________________________
50502 [ 21520] By: nicholas                              on 2003/10/22  19:50:15
50503         Log: patch created by Casey West from:
50504
50505              Subject: CPAN module problems
50506              From: Edward Moy <emoy@apple.com>
50507              Date: Fri, 10 Oct 2003 17:42:06 -0700
50508              Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
50509
50510              (change ld value in hints file)
50511      Branch: perl
50512            ! hints/darwin.sh
50513 ____________________________________________________________________________
50514 [ 21516] By: rgs                                   on 2003/10/22  15:06:13
50515         Log: Small email update in AUTHORS.
50516      Branch: perl
50517            ! AUTHORS
50518 ____________________________________________________________________________
50519 [ 21515] By: rgs                                   on 2003/10/22  06:39:29
50520         Log: Add a test.taintwarn makefile target,
50521              to run the whole test suite with the -t switch.
50522      Branch: perl
50523            ! Makefile.SH pod/perlhack.pod t/TEST
50524 ____________________________________________________________________________
50525 [ 21514] By: rgs                                   on 2003/10/21  21:21:56
50526         Log: Subject: [PATCH @20458] embedding perl
50527              From: Radu Greab <rgreab@fx.ro>
50528              Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
50529              Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
50530      Branch: perl
50531            ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
50532            ! sv.c
50533 ____________________________________________________________________________
50534 [ 21513] By: rgs                                   on 2003/10/21  20:45:12
50535         Log: Fix doc bug #23890, as suggested by Himanshu Garg :
50536              in perltoot, $him->fullname should be $him->fullname->as_string
50537              when passed to printf.
50538      Branch: perl
50539            ! pod/perltoot.pod
50540 ____________________________________________________________________________
50541 [ 21509] By: rgs                                   on 2003/10/21  05:42:50
50542         Log: Two OS/2 portability patches from Ilya.
50543
50544              Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
50545              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
50546              Date: Thu, 25 Sep 2003 12:09:11 -0700
50547              Message-ID: <20030925190911.GA27028@math.berkeley.edu>
50548
50549              Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
50550              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
50551              Date: Thu, 25 Sep 2003 19:50:45 -0700
50552              Message-ID: <20030926025045.GA27507@math.berkeley.edu>
50553      Branch: perl
50554            ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
50555 ____________________________________________________________________________
50556 [ 21506] By: rgs                                   on 2003/10/20  19:28:27
50557         Log: Subject: [PATCH] add some missing defines to Devel::PPPort
50558              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
50559              Date: Mon, 20 Oct 2003 20:14:19 +0200
50560              Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
50561      Branch: perl
50562            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
50563 ____________________________________________________________________________
50564 [ 21505] By: rgs                                   on 2003/10/20  19:22:38
50565         Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
50566              From: Slaven Rezic <slaven@rezic.de>
50567              Date: 19 Oct 2003 17:54:59 +0200
50568              Message-ID: <871xt9te7g.fsf@vran.herceg.de>
50569      Branch: perl
50570            ! perlio.c
50571 ____________________________________________________________________________
50572 [ 21503] By: rgs                                   on 2003/10/20  06:04:04
50573         Log: Skip the chflags tests in filetest.t on Darwin.
50574      Branch: perl
50575            ! lib/filetest.t
50576 ____________________________________________________________________________
50577 [ 21474] By: nicholas                              on 2003/10/17  18:44:28
50578         Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
50579              flag on the hash when rehashing. Can turn off the "rehasing" flag
50580              if the hash is cleared
50581      Branch: perl
50582            ! hv.c
50583 ____________________________________________________________________________
50584 [ 21473] By: rgs                                   on 2003/10/17  08:53:48
50585         Log: -u is deprecated.
50586              Subject: Re: why PERL5LIB is ignored when -T is in effect
50587              From: Slaven Rezic <slaven@rezic.de>
50588              Date: Fri, 17 Oct 2003 10:02:31 +0000
50589              Message-Id: <1066384951.4964@devpc01.iconmobile.de>
50590      Branch: perl
50591            ! perl.c
50592 ____________________________________________________________________________
50593 [ 21472] By: rgs                                   on 2003/10/17  07:29:10
50594         Log: The compilation of PerlIO::via may hang on AIX when
50595              compiling with vac at -O3 optimization level. Disable
50596              optimization for this module.
50597      Branch: perl
50598            + ext/PerlIO/via/hints/aix.pl
50599            ! MANIFEST
50600 ____________________________________________________________________________
50601 [ 21471] By: nicholas                              on 2003/10/16  21:10:27
50602         Log: Plan C for foiling the algorithmic complexity attack
50603              (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
50604              Chip's plan B (do something new inside the hv functions)
50605              and introspective sort)
50606              Provides infrastructure for hashes to change their hash function
50607              if necessary, and code in hsplit to detect pathalogical data and
50608              instigate a random rehashing.
50609              Needs refinement. Let's see how much smoke it creates.
50610      Branch: perl
50611            ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
50612            ! util.c
50613 ____________________________________________________________________________
50614 [ 21470] By: davem                                 on 2003/10/16  20:03:44
50615         Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
50616              PL_main_root is freed; this may not have been be the case if a
50617              thread other than the main one is the last to be destroyed
50618      Branch: perl
50619            ! ext/threads/t/thread.t pad.h perl.c
50620 ____________________________________________________________________________
50621 [ 21469] By: nicholas                              on 2003/10/16  19:31:19
50622         Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
50623              (as suggested by Jan Dubois)
50624      Branch: perl
50625            ! hv.c
50626 ____________________________________________________________________________
50627 [ 21468] By: ams                                   on 2003/10/16  19:00:14
50628         Log: Subject: Re: assert.h breaks perl.h
50629              From: Alexey Tourbin <at@altlinux.ru>
50630              Date: Thu, 16 Oct 2003 22:24:35 +0400
50631              Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
50632      Branch: perl
50633            ! sv.h
50634 ____________________________________________________________________________
50635 [ 21467] By: ams                                   on 2003/10/16  18:57:57
50636         Log: Subject: [PATCH] Tie::Hash documentation
50637              From: Slaven Rezic <slaven@rezic.de>
50638              Date: Thu, 16 Oct 2003 17:57:35 +0000
50639              Message-Id: <1066327055.1428@devpc01.iconmobile.de>
50640      Branch: perl
50641            ! lib/Tie/Hash.pm
50642 ____________________________________________________________________________
50643 [ 21466] By: rgs                                   on 2003/10/16  08:52:50
50644         Log: Further tweak on change #21464.
50645      Branch: perl
50646            ! perl.c
50647 ____________________________________________________________________________
50648 [ 21464] By: ams                                   on 2003/10/16  08:42:50
50649         Log: Subject: perl -h tweak [PATCH]
50650              From: Gisle Aas <gisle@ActiveState.com>
50651              Date: 16 Oct 2003 02:49:39 -0700
50652              Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
50653      Branch: perl
50654            ! perl.c
50655 ____________________________________________________________________________
50656 [ 21456] By: rgs                                   on 2003/10/15  19:19:05
50657         Log: Perlfaq1 : take notice that 5.8.1 is now released.
50658      Branch: perl
50659            ! pod/perlfaq1.pod
50660 ____________________________________________________________________________
50661 [ 21454] By: rgs                                   on 2003/10/15  19:06:05
50662         Log: PerlFAQ sync. (only actual changes)
50663      Branch: perl
50664            ! pod/perlfaq4.pod
50665 ____________________________________________________________________________
50666 [ 21453] By: rgs                                   on 2003/10/15  19:02:35
50667         Log: Typos.
50668      Branch: perl
50669            ! hints/aix.sh
50670 ____________________________________________________________________________
50671 [ 21452] By: rgs                                   on 2003/10/15  11:12:31
50672         Log: Fix bug [perl #24212] : improper error recovery in the
50673              tokenizer after an unknown filetest operator.
50674      Branch: perl
50675            ! t/comp/parser.t toke.c
50676 ____________________________________________________________________________
50677 [ 21451] By: rgs                                   on 2003/10/15  09:19:02
50678         Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
50679      Branch: perl
50680            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
50681            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
50682            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
50683            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
50684            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
50685            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
50686 ____________________________________________________________________________
50687 [ 21450] By: rgs                                   on 2003/10/15  06:47:11
50688         Log: Add support for Linux abstract unix domain sockets to Socket.pm.
50689              Based on a idea by Alex Hudson. (Basically those are unix domain
50690              sockets whose name has a '\0' as first character.)
50691      Branch: perl
50692            ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
50693 ____________________________________________________________________________
50694 [ 21449] By: ams                                   on 2003/10/15  06:32:44
50695         Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
50696              From: Autrijus Tang <autrijus@autrijus.org>
50697              Date: Tue, 14 Oct 2003 18:32:28 +0800
50698              Message-Id: <1066127547.65845.35.camel@localhost>
50699      Branch: perl
50700            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
50701            ! lib/ExtUtils/MakeMaker.pm
50702 ____________________________________________________________________________
50703 [ 21448] By: ams                                   on 2003/10/15  05:56:12
50704         Log: Rewrite #21447.
50705      Branch: perl
50706            ! pod/perliol.pod
50707 ____________________________________________________________________________
50708 [ 21447] By: ams                                   on 2003/10/15  05:36:48
50709         Log: Subject: [patch pod/perliol.pod]
50710              From: Stas Bekman <stas@stason.org>
50711              Date: Tue, 14 Oct 2003 18:05:29 -0700
50712              Message-Id: <3F8C9D59.3040403@stason.org>
50713      Branch: perl
50714            ! pod/perliol.pod
50715 ____________________________________________________________________________
50716 [ 21446] By: nicholas                              on 2003/10/14  18:45:39
50717         Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
50718              (the routine used by perl level HV operations)
50719      Branch: perl
50720            ! hv.c
50721 ____________________________________________________________________________
50722 [ 21445] By: rgs                                   on 2003/10/13  21:03:05
50723         Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
50724              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
50725              Date: Tue, 30 Sep 2003 19:23:34 +0200
50726              Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
50727      Branch: perl
50728            ! ext/Devel/PPPort/PPPort.pm
50729 ____________________________________________________________________________
50730 [ 21442] By: ams                                   on 2003/10/13  08:41:17
50731         Log: Subject: [perl #24189] Incorrect comment in perldoc strict
50732              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
50733              Date: 12 Oct 2003 09:01:25 -0000
50734              Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
50735      Branch: perl
50736            ! lib/strict.pm
50737 ____________________________________________________________________________
50738 [ 21441] By: rgs                                   on 2003/10/13  08:02:21
50739         Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
50740              From: Jan Dubois <jand@ActiveState.com>
50741              Date: Sun, 12 Oct 2003 22:09:39 -0700
50742              Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
50743      Branch: perl
50744            ! universal.c
50745 ____________________________________________________________________________
50746 [ 21440] By: rgs                                   on 2003/10/12  19:58:05
50747         Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
50748              From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
50749              Date: 5 Oct 2003 20:55:56 -0000
50750              Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
50751      Branch: perl
50752            ! mg.c
50753 ____________________________________________________________________________
50754 [ 21439] By: rgs                                   on 2003/10/12  16:28:06
50755         Log: Subject: [PATCH] Tie::Hash documentation
50756              From: Slaven Rezic <slaven@rezic.de>
50757              Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
50758              Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
50759      Branch: perl
50760            ! lib/Tie/Hash.pm
50761 ____________________________________________________________________________
50762 [ 21438] By: rgs                                   on 2003/10/12  15:48:13
50763         Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
50764              From: Slaven Rezic <slaven@rezic.de>
50765              Date: 07 Oct 2003 00:04:34 +0200
50766              Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
50767      Branch: perl
50768            ! hints/darwin.sh
50769 ____________________________________________________________________________
50770 [ 21437] By: rgs                                   on 2003/10/12  15:25:17
50771         Log: Minor nit in perlrun, spotted by Art Haas.
50772      Branch: perl
50773            ! pod/perlrun.pod
50774 ____________________________________________________________________________
50775 [ 21436] By: ams                                   on 2003/10/10  19:05:55
50776         Log: Subject: [PATCH] threads::async + some cleanup
50777              From: Elizabeth Mattijsen <liz@dijkmat.nl>
50778              Date: Fri, 10 Oct 2003 16:37:55 +0200
50779              Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
50780      Branch: perl
50781            ! ext/threads/threads.pm
50782 ____________________________________________________________________________
50783 [ 21435] By: ams                                   on 2003/10/10  19:02:34
50784         Log: Make everyone stop posting to p5p about 0e0.
50785      Branch: perl
50786            ! pod/perlsyn.pod
50787 ____________________________________________________________________________
50788 [ 21433] By: nicholas                              on 2003/10/09  20:57:26
50789         Log: Put all pre-processor #s on the first column (some compilers are picky)
50790              [perl #24167] `#' comment signs not at the very beginning of a line
50791      Branch: perl
50792            ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
50793            ! perl.h regcomp.c
50794 ____________________________________________________________________________
50795 [ 21432] By: rgs                                   on 2003/10/09  11:09:24
50796         Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
50797              t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
50798              to t/test.pl.
50799      Branch: perl
50800            - t/op/nothr5005.t
50801            ! MANIFEST t/op/args.t
50802 ____________________________________________________________________________
50803 [ 21431] By: rgs                                   on 2003/10/09  11:06:15
50804         Log: Document the behaviour of filetest operators regarding parentheses.
50805              This fixes bug #24127 (by documenting it as a feature.)
50806      Branch: perl
50807            ! pod/perlop.pod
50808 ____________________________________________________________________________
50809 [ 21430] By: ams                                   on 2003/10/09  07:55:34
50810         Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
50811              calculations in regcomp.c
50812              From: Eric Promislow <ericp@ActiveState.com>
50813              Date: Wed, 8 Oct 2003 17:42:42 -0700
50814              Message-Id: <20031008174242.A17544@ActiveState.com>
50815      Branch: perl
50816            ! regcomp.c
50817 ____________________________________________________________________________
50818 [ 21429] By: ams                                   on 2003/10/09  07:43:56
50819         Log: Patch based on:
50820
50821              Subject: [perl #24157] -MModule=} is broken
50822              From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
50823              Date: 7 Oct 2003 21:47:43 -0000
50824              Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
50825
50826              (Includes a fix for a similar problem in -A, but not -d.)
50827      Branch: perl
50828            ! perl.c
50829 ____________________________________________________________________________
50830 [ 21428] By: ams                                   on 2003/10/09  02:32:07
50831         Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
50832              grok_numeric_radix()
50833              From: Jan Dubois <jand@ActiveState.com>
50834              Date: Wed, 08 Oct 2003 20:37:42 -0700
50835              Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
50836      Branch: perl
50837            ! ext/Devel/PPPort/PPPort.pm
50838 ____________________________________________________________________________
50839 [ 21427] By: ams                                   on 2003/10/09  01:36:18
50840         Log: Subject: Re: require patch breaks locale
50841              From: Rick Delaney <rick@bort.ca>
50842              Date: Wed, 8 Oct 2003 22:41:55 -0400
50843              Message-Id: <20031008224155.A14638@biff.bort.ca>
50844      Branch: perl
50845            ! t/comp/require.t
50846 ____________________________________________________________________________
50847 [ 21426] By: ams                                   on 2003/10/09  01:26:57
50848         Log: Subject: Re: Simple @INC hook core dump [PATCH]
50849              From: Gisle Aas <gisle@ActiveState.com>
50850              Date: 08 Oct 2003 13:35:28 -0700
50851              Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
50852      Branch: perl
50853            ! t/op/inccode.t
50854 ____________________________________________________________________________
50855 [ 21425] By: rgs                                   on 2003/10/08  11:34:17
50856         Log: Fix bug #24108: Goto +foo broken
50857              the fix having been suggested by xmath via Juerd.
50858      Branch: perl
50859            ! op.c t/op/goto.t
50860 ____________________________________________________________________________
50861 [ 21424] By: rgs                                   on 2003/10/08  11:16:58
50862         Log: Subject: Re: Simple @INC hook core dump [PATCH]
50863              From: Gisle Aas <gisle@ActiveState.com>
50864              Date: 08 Oct 2003 04:47:33 -0700
50865              Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
50866      Branch: perl
50867            ! pp_ctl.c
50868 ____________________________________________________________________________
50869 [ 21423] By: ams                                   on 2003/10/08  10:09:41
50870         Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
50871              From: Abigail <abigail@abigail.nl>
50872              Date: Wed, 8 Oct 2003 03:50:49 -0700
50873              Message-Id: <20031008105049.GA15770@ucan.foad.org>
50874      Branch: perl
50875            ! pod/perlrun.pod
50876 ____________________________________________________________________________
50877 [ 21422] By: ams                                   on 2003/10/08  06:13:07
50878         Log: "Are implicit undefs true?" asks Gisle.
50879      Branch: perl
50880            ! pod/perlsyn.pod
50881 ____________________________________________________________________________
50882 [ 21421] By: ams                                   on 2003/10/08  03:20:00
50883         Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
50884              From: schwern@pobox.com
50885              Date: Tue, 7 Oct 2003 20:39:36 -0700
50886              Message-Id: <20031007203936.X4301@ttul.org>
50887
50888              (Originally from Shlomi Fish. Applied with tweaks.)
50889      Branch: perl
50890            ! pod/perlop.pod
50891 ____________________________________________________________________________
50892 [ 21420] By: ams                                   on 2003/10/07  19:51:35
50893         Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
50894              sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
50895      Branch: perl
50896            ! pod/perlsyn.pod sv.c t/op/pow.t
50897 ____________________________________________________________________________
50898 [ 21419] By: ams                                   on 2003/10/07  04:03:34
50899         Log: Why should -3**$x be more precisely determined than 3**$x?
50900      Branch: perl
50901            ! t/op/pow.t
50902 ____________________________________________________________________________
50903 [ 21418] By: ams                                   on 2003/10/07  03:59:38
50904         Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
50905              From: schwern@pobox.com
50906              Date: Mon, 6 Oct 2003 13:14:36 -0700
50907              Message-Id: <20031006131436.G20960@ttul.org>
50908      Branch: perl
50909            ! lib/UNIVERSAL.pm t/op/universal.t
50910 ____________________________________________________________________________
50911 [ 21417] By: ams                                   on 2003/10/07  03:55:18
50912         Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
50913              know what I mean.
50914      Branch: perl
50915            ! pod/perlfunc.pod
50916 ____________________________________________________________________________
50917 [ 21416] By: ams                                   on 2003/10/07  03:37:01
50918         Log: Subject: [patch sv.c] improve "...free unref scalar" warning
50919              From: Stas Bekman <stas@stason.org>
50920              Date: Mon, 06 Oct 2003 21:19:53 -0700
50921              Message-Id: <3F823EE9.4030103@stason.org>
50922      Branch: perl
50923            ! sv.c
50924 ____________________________________________________________________________
50925 [ 21415] By: ams                                   on 2003/10/06  17:30:31
50926         Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
50927              From: Rick Delaney <rick@bort.ca>
50928              Date: Tue, 23 Sep 2003 12:14:52 -0400
50929              Message-ID: <20030923121452.G18845@biff.bort.ca>
50930      Branch: perl
50931            ! pp_ctl.c t/comp/require.t
50932 ____________________________________________________________________________
50933 [ 21414] By: rgs                                   on 2003/10/06  15:23:01
50934         Log: Subject: Re: [PATCH lib/warnings.t]  Adding TODO functionality to lib/warnings.
50935              From: Abigail <abigail@abigail.nl>
50936              Date: Wed, 1 Oct 2003 14:19:43 +0200
50937              Message-ID: <20031001121943.GA29419@abigail.nl>
50938      Branch: perl
50939            ! lib/warnings.t
50940 ____________________________________________________________________________
50941 [ 21413] By: rgs                                   on 2003/10/06  15:05:32
50942         Log: Fixes in the modules maintainers list.
50943      Branch: perl
50944            ! Porting/Maintainers.pl
50945 ____________________________________________________________________________
50946 [ 21412] By: rgs                                   on 2003/10/06  15:02:42
50947         Log: Fix broken link in perltodo.pod.
50948      Branch: perl
50949            ! pod/perltodo.pod
50950 ____________________________________________________________________________
50951 [ 21411] By: rgs                                   on 2003/10/06  12:11:10
50952         Log: Typos in perldiag.
50953      Branch: perl
50954            ! pod/perldiag.pod
50955 ____________________________________________________________________________
50956 [ 21410] By: rgs                                   on 2003/10/06  11:55:52
50957         Log: Subject: Re: [doc-PATCH] for unpack_str() and question
50958              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
50959              Date: Mon, 6 Oct 2003 08:45:29 +0200
50960              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
50961      Branch: perl
50962            ! pod/perlapi.pod pp_pack.c
50963 ____________________________________________________________________________
50964 [ 21409] By: rgs                                   on 2003/10/06  11:49:55
50965         Log: Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
50966              From: Abigail <abigail@abigail.nl>
50967              Date: Mon, 6 Oct 2003 05:55:21 -0700
50968              Message-ID: <20031006125521.GA26446@ucan.foad.org>
50969      Branch: perl
50970            ! pod/perlfunc.pod
50971 ____________________________________________________________________________
50972 [ 21408] By: rgs                                   on 2003/10/06  11:46:14
50973         Log: Add a new option --check to Porting/Maintainers,
50974              to check for files who are listed for several maintainers.
50975      Branch: perl
50976            ! Porting/Maintainers.pm
50977 ____________________________________________________________________________
50978 [ 21407] By: rgs                                   on 2003/10/06  11:44:33
50979         Log: Subject: [PATCH]Re: The META.yml file in bleadperl
50980              From: Fergal Daly <fergal@esatclear.ie>
50981              Date: Mon, 6 Oct 2003 00:25:29 +0100
50982              Message-Id: <200310060025.29122.fergal@esatclear.ie>
50983
50984              Plus regeneration of META.yml
50985      Branch: perl
50986            ! META.yml Porting/makemeta
50987 ____________________________________________________________________________
50988 [ 21406] By: ams                                   on 2003/10/06  04:22:11
50989         Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
50990              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
50991              Date: Sun, 5 Oct 2003 21:27:54 +0200
50992              Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
50993              (Applied with tweaks to op.c and a comment.)
50994      Branch: perl
50995            ! op.c t/lib/warnings/op
50996 ____________________________________________________________________________
50997 [ 21405] By: ams                                   on 2003/10/06  03:56:54
50998         Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
50999              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
51000              Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
51001              Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
51002              (Applied with minor tweaks.)
51003      Branch: perl
51004            ! pod/perlsyn.pod
51005 ____________________________________________________________________________
51006 [ 21404] By: ams                                   on 2003/10/06  03:32:50
51007         Log: Subject: [perl #24120] Tie::Hash documentation has broken code
51008              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
51009              Date: 5 Oct 2003 18:40:36 -0000
51010              Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
51011              (Applied without $VERSION update.)
51012      Branch: perl
51013            ! lib/Tie/Hash.pm
51014 ____________________________________________________________________________
51015 [ 21403] By: ams                                   on 2003/10/06  03:26:39
51016         Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
51017              From: Robert Spier <rspier@pobox.com>
51018              Date: Sun, 05 Oct 2003 21:34:30 -0700
51019              Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
51020      Branch: perl
51021            ! pod/perlretut.pod
51022 ____________________________________________________________________________
51023 [ 21402] By: ams                                   on 2003/10/05  03:08:53
51024         Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
51025              From: Steve Grazzini <grazz@pobox.com>
51026              Date: Sat, 4 Oct 2003 18:15:23 -0400
51027              Message-Id: <20031004221523.GA29324@grazzini.net>
51028      Branch: perl
51029            ! pp_sys.c
51030 ____________________________________________________________________________
51031 [ 21401] By: ams                                   on 2003/10/02  17:25:34
51032         Log: Subject: Re: 5.8.1 and srand
51033              From: Slaven Rezic <slaven@rezic.de>
51034              Date: Thu, 2 Oct 2003 15:51:11 +0000
51035              Message-Id: <1065109871.3115@devpc01.iconmobile.de>
51036      Branch: perl
51037            ! t/op/fork.t
51038 ____________________________________________________________________________
51039 [ 21400] By: hv                                    on 2003/10/02  09:34:36
51040         Log: minor cleanup for Changes
51041      Branch: perl
51042            ! Changes
51043 ____________________________________________________________________________
51044 [ 21399] By: hv                                    on 2003/10/02  09:18:27
51045         Log: Update changes
51046      Branch: perl
51047            ! Changes patchlevel.h
51048 ____________________________________________________________________________
51049 [ 21398] By: hv                                    on 2003/10/02  09:15:42
51050         Log: build perlapi.pod in deterministic order even when functions differ
51051              only in case; regen perlapi.pod
51052      Branch: perl
51053            ! autodoc.pl pod/perlapi.pod
51054 ____________________________________________________________________________
51055 [ 21397] By: ams                                   on 2003/10/02  07:48:51
51056         Log: Subject: Re: 5.8.1 and srand
51057              From: Brendan O'Dea <bod@debian.org>
51058              Date: Thu, 2 Oct 2003 10:30:36 +1000
51059              Message-Id: <20031002003036.GA9198@londo.c47.org>
51060      Branch: perl
51061            ! util.c
51062 ____________________________________________________________________________
51063 [ 21396] By: ams                                   on 2003/10/01  22:18:13
51064         Log: Update Changes.
51065      Branch: perl
51066            ! Changes patchlevel.h
51067 ____________________________________________________________________________
51068 [ 21394] By: ams                                   on 2003/10/01  20:28:20
51069         Log: Subject: misapplied patch 19452
51070              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
51071              Date: Tue, 30 Sep 2003 06:01:50 -0700
51072              Message-Id: <20030930130150.GA1436@efn.org>
51073      Branch: perl
51074            ! pp_hot.c
51075 ____________________________________________________________________________
51076 [ 21392] By: rgs                                   on 2003/09/30  20:22:02
51077         Log: Revamp the section on local() in perlsub.
51078              - avoid using the word "declare" in conjunction with local()
51079              - less archaelogical references
51080              - more about localization of lvalues
51081              - removes examples of localization of tied hashes that don't work
51082              - give titles to subsections
51083              - explain localization of magic values
51084              - explain localization of globs
51085              - fix link to perldelta
51086      Branch: perl
51087            ! pod/perlsub.pod
51088 ____________________________________________________________________________
51089 [ 21391] By: rgs                                   on 2003/09/30  12:47:13
51090         Log: Useless "local $_" in a perlfaq3 example
51091      Branch: perl
51092            ! pod/perlfaq3.pod
51093 ____________________________________________________________________________
51094 [ 21390] By: rgs                                   on 2003/09/30  11:29:17
51095         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
51096              From: grommel@sears.com
51097              Date: Mon, 29 Sep 2003 14:45:16 -0500
51098              Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
51099      Branch: perl
51100            ! hints/svr4.sh t/op/pack.t
51101 ____________________________________________________________________________
51102 [ 21389] By: rgs                                   on 2003/09/30  11:06:53
51103         Log: Add a TODO test for bug #23790, by Abigail
51104      Branch: perl
51105            ! t/op/sub_lval.t
51106 ____________________________________________________________________________
51107 [ 21388] By: rgs                                   on 2003/09/30  10:52:50
51108         Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
51109              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
51110              Date: Tue, 30 Sep 2003 04:53:02 -0700
51111              Message-ID: <20030930115302.GA3200@efn.org>
51112      Branch: perl
51113            ! pod/perlfunc.pod
51114 ____________________________________________________________________________
51115 [ 21387] By: rgs                                   on 2003/09/29  12:47:37
51116         Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
51117              From: Tom Horsley <Tom.Horsley@ccur.com>
51118              Date: Mon, 29 Sep 2003 13:00:09 GMT
51119              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
51120      Branch: perl
51121            ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
51122 ____________________________________________________________________________
51123 [ 21386] By: rgs                                   on 2003/09/29  11:14:27
51124         Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
51125              From: Steve Hay <steve.hay@uk.radan.com>
51126              Date: Mon, 29 Sep 2003 11:50:23 +0100
51127              Message-ID: <3F780E6F.3020704@uk.radan.com>
51128      Branch: perl
51129            ! pod/splitpod
51130 ____________________________________________________________________________
51131 [ 21385] By: rgs                                   on 2003/09/29  11:09:32
51132         Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
51133              From: Brendan O'Dea <bod@debian.org>
51134              Date: Sun, 28 Sep 2003 23:23:34 +1000
51135              Message-ID: <20030928132334.GA29499@londo.c47.org>
51136      Branch: perl
51137            ! pod/perlrun.pod
51138 ____________________________________________________________________________
51139 [ 21384] By: rgs                                   on 2003/09/26  20:39:19
51140         Log: Nit to the maintainers list by SADAHIRO Tomoyuki
51141      Branch: perl
51142            ! Porting/Maintainers.pl
51143 ____________________________________________________________________________
51144 [ 21383] By: jhi                                   on 2003/09/26  04:41:17
51145         Log: Missing +x bits.
51146      Branch: perl
51147            ! Porting/makerel
51148 ____________________________________________________________________________
51149 [ 21382] By: rgs                                   on 2003/09/25  19:40:50
51150         Log: Update the perldelta for 5.9.0.
51151      Branch: perl
51152            ! pod/perldelta.pod
51153 ____________________________________________________________________________
51154 [ 21381] By: rgs                                   on 2003/09/25  19:02:12
51155         Log: Add the perl581delta manpage.
51156              Regenerate the table of contents.
51157      Branch: perl
51158            + pod/perl581delta.pod
51159            ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
51160            ! vms/descrip_mms.template win32/pod.mak
51161 ____________________________________________________________________________
51162 [ 21380] By: rgs                                   on 2003/09/25  18:36:45
51163         Log: Update perlhist.pod
51164      Branch: perl
51165            ! pod/perlhist.pod
51166 ____________________________________________________________________________
51167 [ 21372] By: gbarr                                 on 2003/09/25  07:35:24
51168         Log: Sync with libnet 1.17
51169      Branch: perl
51170            ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
51171 ____________________________________________________________________________
51172 [ 21371] By: gbarr                                 on 2003/09/25  06:57:35
51173         Log: Update to Scalar-List-Utils 1.13
51174      Branch: perl
51175            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
51176            ! ext/List/Util/lib/List/Util.pm
51177            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
51178 ____________________________________________________________________________
51179 [ 21370] By: jhi                                   on 2003/09/25  06:45:42
51180         Log: CPAN sites update.
51181      Branch: perl
51182            ! pod/perlmodlib.PL
51183 ____________________________________________________________________________
51184 [ 21369] By: jhi                                   on 2003/09/25  05:22:48
51185         Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
51186              From: Greg Matheson <lang@ms.chinmin.edu.tw>
51187              Date: Wed, 24 Sep 2003 22:51:09 +0800
51188              Message-ID: <20030924225109.A17126@ms>
51189
51190              (Win98 + MinGW, a missing Win95.pm hunk)
51191      Branch: perl
51192            ! lib/ExtUtils/MM_Win95.pm
51193 ____________________________________________________________________________
51194 [ 21365] By: jhi                                   on 2003/09/25  04:44:05
51195         Log: AUTHORS tweak.
51196      Branch: perl
51197            ! AUTHORS
51198 ____________________________________________________________________________
51199 [ 21361] By: jhi                                   on 2003/09/24  17:40:42
51200         Log: Even though undefing SPACE and FORMAT should be safe,
51201              at this point I'm choosing to be paranoid and using
51202              #ifdef __Lynx__.
51203      Branch: perl
51204            ! perl.h
51205 ____________________________________________________________________________
51206 [ 21360] By: jhi                                   on 2003/09/24  17:30:07
51207         Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
51208              From: Olli Savia (via RT) <perlbug-followup@perl.org>
51209              Date: 24 Sep 2003 15:42:41 -0000
51210              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
51211      Branch: perl
51212            ! mg.c perl.h perlio.c pp_sys.c
51213 ____________________________________________________________________________
51214 [ 21356] By: jhi                                   on 2003/09/24  08:27:52
51215         Log: Subject: [DOCPATCH] attributes.pm
51216              From: Elizabeth Mattijsen <liz@dijkmat.nl>
51217              Date: Wed, 24 Sep 2003 11:00:42 +0200
51218              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
51219
51220              (reformatted a bit)
51221      Branch: perl
51222            ! lib/attributes.pm
51223 ____________________________________________________________________________
51224 [ 21354] By: jhi                                   on 2003/09/24  07:25:48
51225         Log: A fix from Graham for
51226              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
51227              (seemingly a NV casting issue)
51228      Branch: perl
51229            ! ext/List/Util/Util.xs
51230 ____________________________________________________________________________
51231 [ 21353] By: jhi                                   on 2003/09/24  05:05:39
51232         Log: Someone actually reads the Makefile.PL messages, it seems.
51233              (from Jonathan Leffler)
51234      Branch: perl
51235            ! ext/Time/HiRes/Makefile.PL
51236 ____________________________________________________________________________
51237 [ 21351] By: jhi                                   on 2003/09/24  04:54:33
51238         Log: perliol tweaks.
51239      Branch: perl
51240            ! pod/perliol.pod
51241 ____________________________________________________________________________
51242 [ 21349] By: rgs                                   on 2003/09/23  22:09:57
51243         Log: The FAQ answer about POD comments was incorrect. [perl #23893]
51244              (plus a few typos.)
51245      Branch: perl
51246            ! pod/perlfaq7.pod pod/perlpodspec.pod
51247 ____________________________________________________________________________
51248 [ 21348] By: rgs                                   on 2003/09/23  21:56:50
51249         Log: Subject: [PATCH] perlvar
51250              From: Juerd <juerd@convolution.nl>
51251              Date: Sun, 21 Sep 2003 21:40:54 +0200
51252              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
51253      Branch: perl
51254            ! pod/perlvar.pod
51255 ____________________________________________________________________________
51256 [ 21344] By: jhi                                   on 2003/09/23  19:33:45
51257         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
51258              From: grommel@sears.com
51259              Date: Tue, 23 Sep 2003 13:40:33 -0500
51260              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
51261      Branch: perl
51262            ! hints/svr4.sh t/op/stat.t
51263 ____________________________________________________________________________
51264 [ 21343] By: jhi                                   on 2003/09/23  19:26:06
51265         Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
51266              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
51267              Date: Tue, 23 Sep 2003 09:13:55 -0700
51268              Message-ID: <20030923161354.GA2432@efn.org>
51269      Branch: perl
51270            ! INSTALL
51271 ____________________________________________________________________________
51272 [ 21342] By: rgs                                   on 2003/09/23  19:12:58
51273         Log: Minor nit in a debug message of the tokenizer.
51274      Branch: perl
51275            ! toke.c
51276 ____________________________________________________________________________
51277 [ 21340] By: jhi                                   on 2003/09/23  12:33:53
51278         Log: Let's call it 2.34, already (from Johan).
51279      Branch: perl
51280            ! lib/Getopt/Long.pm
51281 ____________________________________________________________________________
51282 [ 21339] By: jhi                                   on 2003/09/23  12:31:08
51283         Log: Subject: Re: [PATCH] RC5 and Intel's ICC
51284              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
51285              Date: Tue, 23 Sep 2003 15:04:35 +0200
51286              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
51287
51288              (add -we147 to ccflags if cc = ICC so that prototype
51289              detection works right)
51290      Branch: perl
51291            ! hints/linux.sh
51292 ____________________________________________________________________________
51293 [ 21338] By: jhi                                   on 2003/09/23  12:02:28
51294         Log: Bump the Encode version to 1.9801 since we are no more identical
51295              to the CPAN version.
51296      Branch: perl
51297            ! ext/Encode/Encode.pm
51298 ____________________________________________________________________________
51299 [ 21332] By: jhi                                   on 2003/09/23  09:17:32
51300         Log: ucmlintage.
51301      Branch: perl
51302            ! ext/Encode/ucm/gsm0338.ucm
51303 ____________________________________________________________________________
51304 [ 21331] By: jhi                                   on 2003/09/23  09:11:23
51305         Log: GSM 03.38 mapping in Encoding::Byte is incorrect
51306
51307              Fix as much as possible - the specification is still
51308              a bit unclear.
51309      Branch: perl
51310            + ext/Encode/t/gsm0338.t
51311            ! MANIFEST ext/Encode/MANIFEST
51312            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
51313 ____________________________________________________________________________
51314 [ 21329] By: jhi                                   on 2003/09/23  06:10:28
51315         Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
51316              From: Stephen McCamant <smcc@MIT.EDU>
51317              Date: Mon, 22 Sep 2003 20:53:57 -0700
51318              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
51319      Branch: perl
51320            ! ext/B/B/Deparse.pm
51321 ____________________________________________________________________________
51322 [ 21327] By: jhi                                   on 2003/09/23  04:51:15
51323         Log: Subject: [PATCH] RC5 and Intel's ICC
51324              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
51325              Date: Mon, 22 Sep 2003 22:52:40 +0200
51326              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
51327
51328              (the missing void return type)
51329      Branch: perl
51330            ! ext/threads/shared/shared.xs
51331 ____________________________________________________________________________
51332 [ 21326] By: jhi                                   on 2003/09/23  04:46:48
51333         Log: Subject: [PATCH] RC5 and Intel's ICC
51334              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
51335              Date: Mon, 22 Sep 2003 22:52:40 +0200
51336              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
51337
51338              (the attribute part)
51339      Branch: perl
51340            ! ext/Devel/PPPort/PPPort.pm perl.h
51341 ____________________________________________________________________________
51342 [ 21325] By: jhi                                   on 2003/09/23  04:43:29
51343         Log: Stray CRs noticed by Jan Dubois.
51344      Branch: perl
51345            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
51346 ____________________________________________________________________________
51347 [ 21324] By: jhi                                   on 2003/09/23  04:40:19
51348         Log: The RCs have been missing CRs from certain files because
51349              not all shells can handle multiline arguments right.
51350      Branch: perl
51351            ! Porting/makerel
51352 ____________________________________________________________________________
51353 [ 21323] By: rgs                                   on 2003/09/22  20:31:19
51354         Log: When localising a magic value, propagate the readonly flag
51355              only if this scalar has \0 magic or has magic without a
51356              'set' method. (follows change #20479 for bug #23141.)
51357      Branch: perl
51358            ! scope.c t/op/local.t
51359 ____________________________________________________________________________
51360 [ 21319] By: jhi                                   on 2003/09/22  18:16:40
51361         Log: An error message need not be a novel.
51362      Branch: perl
51363            ! pod/perldiag.pod pp_hot.c
51364 ____________________________________________________________________________
51365 [ 21318] By: jhi                                   on 2003/09/22  17:45:23
51366         Log: Upgrade to Math::BigInt 1.66.
51367      Branch: perl
51368            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
51369            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
51370            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
51371            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
51372            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
51373 ____________________________________________________________________________
51374 [ 21311] By: jhi                                   on 2003/09/22  08:49:24
51375         Log: Some more perlio doc tweaks based on NI-S.
51376      Branch: perl
51377            ! pod/perliol.pod
51378 ____________________________________________________________________________
51379 [ 21305] By: jhi                                   on 2003/09/22  05:59:54
51380         Log: Upgrade to Time::HiRes 1.51.
51381      Branch: perl
51382            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
51383 ____________________________________________________________________________
51384 [ 21303] By: jhi                                   on 2003/09/22  04:37:21
51385         Log: Upgrade to Getopt::Long 2.33_03.
51386      Branch: perl
51387            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
51388 ____________________________________________________________________________
51389 [ 21302] By: jhi                                   on 2003/09/22  04:28:57
51390         Log: CPAN.pm 1.76_01 from Andreas.
51391      Branch: perl
51392            ! lib/CPAN.pm
51393 ____________________________________________________________________________
51394 [ 21299] By: jhi                                   on 2003/09/21  09:23:17
51395         Log: Regen toc.
51396      Branch: perl
51397            ! pod/perltoc.pod
51398 ____________________________________________________________________________
51399 [ 21298] By: jhi                                   on 2003/09/21  09:22:57
51400         Log: Handle also the curliffy files when tocing.
51401      Branch: perl
51402            ! pod/buildtoc
51403 ____________________________________________________________________________
51404 [ 21297] By: jhi                                   on 2003/09/21  08:50:22
51405         Log: Macrofy the compile/runtime test.
51406      Branch: perl
51407            ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
51408 ____________________________________________________________________________
51409 [ 21296] By: jhi                                   on 2003/09/21  08:47:32
51410         Log: Tweak the section name to agree with the change #21295.
51411      Branch: perl
51412            ! lib/PerlIO.pm
51413 ____________________________________________________________________________
51414 [ 21295] By: jhi                                   on 2003/09/21  08:44:52
51415         Log: One obvious place to look for PerlIO implementations.
51416      Branch: perl
51417            ! pod/perliol.pod
51418 ____________________________________________________________________________
51419 [ 21294] By: jhi                                   on 2003/09/21  08:15:52
51420         Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
51421              From: Dave Mitchell <davem@fdgroup.com>
51422              Date: Fri, 19 Sep 2003 19:35:44 +0100
51423              Message-ID: <20030919183544.GA14563@fdgroup.com>
51424      Branch: perl
51425            ! pp_ctl.c
51426 ____________________________________________________________________________
51427 [ 21293] By: jhi                                   on 2003/09/21  08:13:58
51428         Log: More PerlIO documentation.
51429      Branch: perl
51430            ! lib/PerlIO.pm pod/perliol.pod
51431 ____________________________________________________________________________
51432 [ 21292] By: jhi                                   on 2003/09/20  18:44:07
51433         Log: Retract #21273, #21264, and #21263 as requested by Schwern.
51434              (The real bug was mp2 being too "friendly" with MM innards.)
51435      Branch: perl
51436            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
51437            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
51438 ____________________________________________________________________________
51439 [ 21291] By: jhi                                   on 2003/09/20  18:37:33
51440         Log: In FreeBSD allow one to try using Perl's malloc with threads.
51441      Branch: perl
51442            ! hints/freebsd.sh
51443 ____________________________________________________________________________
51444 [ 21290] By: rgs                                   on 2003/09/20  10:05:38
51445         Log: Missing perlfaq chunk.
51446      Branch: perl
51447            ! pod/perlfaq4.pod
51448 ____________________________________________________________________________
51449 [ 21289] By: rgs                                   on 2003/09/20  10:00:12
51450         Log: FAQ sync.
51451      Branch: perl
51452            ! pod/perlfaq4.pod
51453 ____________________________________________________________________________
51454 [ 21288] By: jhi                                   on 2003/09/19  14:49:20
51455         Log: Subject: typo fixo
51456              From: Vadim Konovalov <konovalo@mail.wplus.net>
51457              Date: Fri, 19 Sep 2003 06:32:08 +0400
51458              Message-ID: <4538131828.20030919063208@mail.wplus.net>
51459      Branch: perl
51460            ! pod/perlunicode.pod
51461 ____________________________________________________________________________
51462 [ 21286] By: jhi                                   on 2003/09/19  04:48:52
51463         Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
51464              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
51465              Date: Thu, 18 Sep 2003 19:01:06 -0700
51466              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
51467      Branch: perl
51468            ! os2/os2.c
51469 ____________________________________________________________________________
51470 [ 21285] By: jhi                                   on 2003/09/19  04:46:39
51471         Log: Tests for change #21284.
51472      Branch: perl
51473            ! lib/dumpvar.t
51474 ____________________________________________________________________________
51475 [ 21284] By: jhi                                   on 2003/09/19  04:46:12
51476         Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
51477              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
51478              Date: Thu, 18 Sep 2003 18:58:59 -0700
51479              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
51480      Branch: perl
51481            ! lib/dumpvar.pl
51482 ____________________________________________________________________________
51483 [ 21283] By: rgs                                   on 2003/09/18  21:29:23
51484         Log: Perlfaq nits from Iain Truskett.
51485              (from the perlfaq-workers list)
51486      Branch: perl
51487            ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
51488 ____________________________________________________________________________
51489 [ 21282] By: rgs                                   on 2003/09/18  21:10:26
51490         Log: Integrate a change from the perlfaq CVS.
51491              I consider the bleadperl version being more up-to-date as of now.
51492      Branch: perl
51493            ! pod/perlfaq3.pod
51494 ____________________________________________________________________________
51495 [ 21277] By: jhi                                   on 2003/09/18  19:23:22
51496         Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
51497              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
51498              Date: Thu, 18 Sep 2003 11:02:02 -0700
51499              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
51500
51501              (use stat.t instead of time.t)
51502      Branch: perl
51503            ! os2/os2ish.h pp_sys.c t/op/stat.t
51504 ____________________________________________________________________________
51505 [ 21276] By: jhi                                   on 2003/09/18  19:15:07
51506         Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
51507              From: Rick Delaney <rick.delaney@rogers.com>
51508              Date: Wed, 1 Jan 2003 22:54:59 -0500
51509              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
51510
51511              (Pity the first patch fell through the cracks back then.
51512              Not that forbidding non-object copy constructors is the right
51513              thing to do but the bug could use fixing.)
51514      Branch: perl
51515            ! lib/overload.t pp.h
51516 ____________________________________________________________________________
51517 [ 21274] By: jhi                                   on 2003/09/18  10:59:58
51518         Log: Subject: [PATCH] small fix for Devel::PPPort
51519              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
51520              Date: Thu, 18 Sep 2003 10:14:58 +0200
51521              Message-id: <20030918081458.GA2653@ethan>
51522      Branch: perl
51523            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
51524 ____________________________________________________________________________
51525 [ 21273] By: jhi                                   on 2003/09/18  10:57:41
51526         Log: ld has many guises.
51527      Branch: perl
51528            ! lib/ExtUtils/t/MM_Unix.t
51529 ____________________________________________________________________________
51530 [ 21271] By: jhi                                   on 2003/09/18  08:05:28
51531         Log: Missed OS/2 patch hunk.
51532      Branch: perl
51533            ! os2/os2.c
51534 ____________________________________________________________________________
51535 [ 21270] By: jhi                                   on 2003/09/18  05:00:23
51536         Log: Subject: Patch for VMS::Filespec
51537              From: Ken Williams <ken@mathforum.org>
51538              Date: Wed, 17 Sep 2003 20:11:46 -0500
51539              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
51540      Branch: perl
51541            ! vms/ext/Filespec.pm
51542 ____________________________________________________________________________
51543 [ 21268] By: jhi                                   on 2003/09/18  04:58:05
51544         Log: Subject: 5.8.1 warnings when long double == double
51545              From: Andy Dougherty <doughera@lafayette.edu>
51546              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
51547              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
51548              (the changed message)
51549      Branch: perl
51550            ! Configure
51551 ____________________________________________________________________________
51552 [ 21267] By: jhi                                   on 2003/09/18  04:54:16
51553         Log: Patch from Enache Adrian for the new tricks of gcc 3.4
51554              for "is this symbol defined" scanning of Configure.
51555      Branch: perl
51556            ! Configure
51557 ____________________________________________________________________________
51558 [ 21266] By: jhi                                   on 2003/09/18  04:29:55
51559         Log: Make it possible to override the mistrustnm hint in Solaris.
51560      Branch: perl
51561            ! hints/solaris_2.sh
51562 ____________________________________________________________________________
51563 [ 21264] By: jhi                                   on 2003/09/17  21:01:36
51564         Log: A potential fix for non-empty LD in Unix.
51565      Branch: perl
51566            ! lib/ExtUtils/t/MM_Unix.t
51567 ____________________________________________________________________________
51568 [ 21263] By: jhi                                   on 2003/09/17  14:09:50
51569         Log: Subject: RE: MM in maint@21251 breaks mp2
51570              From: "Orton, Yves" <yves.orton@de.mci.com>
51571              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
51572              Date: Wed, 17 Sep 2003 15:47:35 +0100
51573      Branch: perl
51574            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
51575            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
51576 ____________________________________________________________________________
51577 [ 21261] By: jhi                                   on 2003/09/17  09:33:39
51578         Log: The AIX C product potentially consists of several packages,
51579              the main package being (hopefully) the first one.
51580      Branch: perl
51581            ! hints/aix.sh
51582 ____________________________________________________________________________
51583 [ 21260] By: jhi                                   on 2003/09/17  07:52:03
51584         Log: Fix Solaris ccversion not having the cc version.
51585      Branch: perl
51586            ! hints/solaris_2.sh
51587 ____________________________________________________________________________
51588 [ 21259] By: jhi                                   on 2003/09/17  06:02:19
51589         Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
51590              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
51591              Date: Tue, 16 Sep 2003 23:49:42 -0700
51592              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
51593      Branch: perl
51594            ! os2/os2ish.h
51595 ____________________________________________________________________________
51596 [ 21258] By: jhi                                   on 2003/09/17  06:00:48
51597         Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
51598              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
51599              Date: Tue, 16 Sep 2003 23:21:48 -0700
51600              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
51601      Branch: perl
51602            ! os2/OS2/Process/t/os2_process.t
51603 ____________________________________________________________________________
51604 [ 21257] By: jhi                                   on 2003/09/17  03:53:46
51605         Log: Subject: [PATCH 5.8.1 @21211] magic.t
51606              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
51607              Date: Tue, 16 Sep 2003 19:17:57 -0700
51608              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
51609      Branch: perl
51610            ! t/op/magic.t
51611 ____________________________________________________________________________
51612 [ 21253] By: jhi                                   on 2003/09/16  19:48:08
51613         Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
51614              From: Dave Mitchell <davem@fdgroup.com>
51615              Date: Tue, 16 Sep 2003 21:56:20 +0100
51616              Message-ID: <20030916205620.GB1246@fdgroup.com>
51617      Branch: perl
51618            ! pod/perlfunc.pod
51619 ____________________________________________________________________________
51620 [ 21249] By: jhi                                   on 2003/09/16  19:10:58
51621         Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
51622      Branch: perl
51623            + ext/Time/HiRes/hints/svr4.pl
51624            ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
51625 ____________________________________________________________________________
51626 [ 21247] By: jhi                                   on 2003/09/16  18:57:34
51627         Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
51628              From: Andy Dougherty <doughera@lafayette.edu>
51629              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
51630              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
51631      Branch: perl
51632            ! ext/POSIX/hints/svr4.pl hints/svr4.sh
51633 ____________________________________________________________________________
51634 [ 21245] By: jhi                                   on 2003/09/16  18:47:52
51635         Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
51636              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
51637              Date: Wed, 4 Jun 2003 00:45:23 -0700
51638              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
51639      Branch: perl
51640            ! lib/Getopt/Std.pm
51641 ____________________________________________________________________________
51642 [ 21243] By: jhi                                   on 2003/09/16  12:18:03
51643         Log: Give a concrete example of the still existing Unicode slowness.
51644      Branch: perl
51645            ! pod/perlunicode.pod
51646 ____________________________________________________________________________
51647 [ 21241] By: jhi                                   on 2003/09/16  06:38:45
51648         Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
51649              use File::Spec 0.8 is unhappy.
51650      Branch: perl
51651            ! lib/File/Spec.pm
51652 ____________________________________________________________________________
51653 [ 21240] By: jhi                                   on 2003/09/16  06:34:35
51654         Log: The test is not needed, says Schwern.
51655      Branch: perl
51656            - lib/base/t/fields-560.t
51657            ! MANIFEST
51658 ____________________________________________________________________________
51659 [ 21239] By: jhi                                   on 2003/09/16  05:04:09
51660         Log: Upgrade to File::Spec 0.85_03.
51661      Branch: perl
51662            + lib/File/Spec/t/crossplatform.t
51663            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
51664            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
51665            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
51666            ! lib/File/Spec/t/Spec.t
51667 ____________________________________________________________________________
51668 [ 21238] By: jhi                                   on 2003/09/16  04:57:08
51669         Log: Upgrade to MakeMaker 6.17.
51670      Branch: perl
51671            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
51672            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
51673            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
51674            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
51675            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
51676            ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
51677            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
51678            ! t/lib/MakeMaker/Test/Utils.pm
51679 ____________________________________________________________________________
51680 [ 21235] By: jhi                                   on 2003/09/16  04:35:34
51681         Log: Upgrade to base 2.03.
51682              (Rename the fields-5.6.0.t to have less d.o.t.s.)
51683      Branch: perl
51684            + lib/base/t/base.t lib/base/t/fields-560.t
51685            + lib/base/t/fields-base.t lib/base/t/fields.t
51686            - lib/fields-base.t lib/fields.t
51687            ! MANIFEST lib/base.pm lib/fields.pm
51688 ____________________________________________________________________________
51689 [ 21234] By: jhi                                   on 2003/09/15  19:17:03
51690         Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
51691              From: PPrymmer@factset.com
51692              Date: Mon, 15 Sep 2003 15:28:52 -0400
51693              Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
51694      Branch: perl
51695            ! lib/Memoize/t/tie_sdbm.t
51696 ____________________________________________________________________________
51697 [ 21230] By: jhi                                   on 2003/09/14  17:46:52
51698         Log: Check the context of for/grep/map.
51699      Branch: perl
51700            ! t/op/grep.t
51701 ____________________________________________________________________________
51702 [ 21228] By: jhi                                   on 2003/09/14  13:40:23
51703         Log: For-non-perlio places we need STDOUT back.
51704      Branch: perl
51705            ! t/io/dup.t
51706 ____________________________________________________________________________
51707 [ 21227] By: jhi                                   on 2003/09/14  09:44:49
51708         Log: Also IRIX wants setlogsock('stream').
51709      Branch: perl
51710            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
51711 ____________________________________________________________________________
51712 [ 21224] By: jhi                                   on 2003/09/14  07:44:26
51713         Log: More portable reading.
51714      Branch: perl
51715            ! t/io/dup.t
51716 ____________________________________________________________________________
51717 [ 21222] By: jhi                                   on 2003/09/14  07:35:28
51718         Log: More dup testing.
51719      Branch: perl
51720            ! t/io/dup.t
51721 ____________________________________________________________________________
51722 [ 21220] By: jhi                                   on 2003/09/14  06:54:05
51723         Log: Use $Config{_exe}.
51724      Branch: perl
51725            ! t/run/switches.t
51726 ____________________________________________________________________________
51727 [ 21219] By: jhi                                   on 2003/09/14  06:46:26
51728         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
51729              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
51730              Date: Sat, 13 Sep 2003 20:20:30 -0700
51731              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
51732      Branch: perl
51733            ! os2/os2.c t/run/switches.t
51734 ____________________________________________________________________________
51735 [ 21218] By: jhi                                   on 2003/09/14  06:45:13
51736         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
51737              From: Michael G Schwern <schwern@pobox.com>
51738              Date: Thu, 11 Sep 2003 15:07:10 -0700
51739              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
51740
51741              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
51742      Branch: perl
51743            ! lib/ExtUtils/t/Manifest.t
51744 ____________________________________________________________________________
51745 [ 21217] By: jhi                                   on 2003/09/14  06:42:12
51746         Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
51747              From: "Craig A. Berry" <craigberry@mac.com>
51748              Date: Sun, 14 Sep 2003 00:23:56 -0500
51749              Message-ID: <3F63FB6C.5040502@mac.com>
51750      Branch: perl
51751            ! perlio.c
51752 ____________________________________________________________________________
51753 [ 21214] By: jhi                                   on 2003/09/13  18:33:41
51754         Log: parse_version doesn't always succeed.
51755      Branch: perl
51756            ! Porting/cmpVERSION.pl
51757 ____________________________________________________________________________
51758 [ 21213] By: jhi                                   on 2003/09/13  18:31:41
51759         Log: pod changes, so change $VERSION.
51760      Branch: perl
51761            ! lib/Fatal.pm
51762 ____________________________________________________________________________
51763 [ 21210] By: jhi                                   on 2003/09/13  15:24:38
51764         Log: Subject: Re: unicode regex problem
51765              From: hv@crypt.org
51766              Date: Sat, 13 Sep 2003 15:21:34 +0100
51767              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
51768      Branch: perl
51769            ! regcomp.c t/op/pat.t
51770 ____________________________________________________________________________
51771 [ 21209] By: jhi                                   on 2003/09/13  15:22:38
51772         Log: More PerlIO warnings changes.
51773      Branch: perl
51774            ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
51775 ____________________________________________________________________________
51776 [ 21208] By: jhi                                   on 2003/09/13  11:15:40
51777         Log: The "perlio: " prefix looks a little odd
51778              in the few warning/error messages, since
51779              no other 'subsystems' have prefixes.
51780      Branch: perl
51781            ! perlio.c pod/perldiag.pod t/io/open.t
51782 ____________________________________________________________________________
51783 [ 21207] By: jhi                                   on 2003/09/13  10:37:30
51784         Log: Layer names were recognized by their prefixes
51785              (e.g. open(F, ":u", "file") worked...)
51786      Branch: perl
51787            ! perlio.c t/io/open.t
51788 ____________________________________________________________________________
51789 [ 21206] By: jhi                                   on 2003/09/13  10:10:46
51790         Log: Apparently at some point doing 3-arg open with
51791              illegal mode like ">>>" had stopped croaking.
51792      Branch: perl
51793            ! doio.c t/io/open.t
51794 ____________________________________________________________________________
51795 [ 21205] By: jhi                                   on 2003/09/13  08:42:10
51796         Log: Minuscule code cleanup.
51797      Branch: perl
51798            ! doio.c
51799 ____________________________________________________________________________
51800 [ 21204] By: jhi                                   on 2003/09/13  06:47:23
51801         Log: Subject: [perl #23788] int of a fraction errors
51802              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
51803              Date: 11 Sep 2003 22:38:19 -0000
51804              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
51805
51806              Add a separate faq entry for int().  (Yes, a bit redundant
51807              with the existing "why are my numbers broken" entry.)
51808      Branch: perl
51809            ! pod/perlfaq4.pod
51810 ____________________________________________________________________________
51811 [ 21203] By: jhi                                   on 2003/09/13  06:34:03
51812         Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
51813              From: Stas Bekman <stas@stason.org>
51814              Date: Fri, 12 Sep 2003 13:44:11 -0700
51815              Message-ID: <3F62301B.3080604@stason.org>
51816
51817              s/discipline/IO layer/, instead of "unknown" say "unavailable",
51818              and have the fuller explanation in perldiag.
51819      Branch: perl
51820            ! doio.c pod/perldiag.pod
51821 ____________________________________________________________________________
51822 [ 21202] By: jhi                                   on 2003/09/13  06:07:27
51823         Log: Make the new glob tests pass (well, skip) even with miniperl.
51824      Branch: perl
51825            ! t/run/fresh_perl.t
51826 ____________________________________________________________________________
51827 [ 21201] By: rgs                                   on 2003/09/12  21:41:04
51828         Log: Stringify the $VERSION of DynaLoader so it's never dependent
51829              on localized float-to-string conversions.
51830      Branch: perl
51831            ! ext/DynaLoader/DynaLoader_pm.PL
51832 ____________________________________________________________________________
51833 [ 21198] By: jhi                                   on 2003/09/12  17:59:25
51834         Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
51835              since that would break a lot of code.)  Also few
51836              stray UTF16s, UTF32s, and "encoded in Unicode".
51837      Branch: perl
51838            ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
51839            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
51840            ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
51841            ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
51842            ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
51843 ____________________________________________________________________________
51844 [ 21197] By: jhi                                   on 2003/09/12  17:24:17
51845         Log: The buildtoc now has options.
51846      Branch: perl
51847            ! pod/Makefile.SH
51848 ____________________________________________________________________________
51849 [ 21196] By: jhi                                   on 2003/09/12  14:33:16
51850         Log: Some more tweaks on open ...&=.
51851      Branch: perl
51852            ! pod/perlfunc.pod
51853 ____________________________________________________________________________
51854 [ 21194] By: jhi                                   on 2003/09/12  11:36:14
51855         Log: Slightly more documentation for open ...&=.
51856      Branch: perl
51857            ! pod/perlfunc.pod
51858 ____________________________________________________________________________
51859 [ 21193] By: jhi                                   on 2003/09/12  03:21:53
51860         Log: Document the new strict strict in strict.
51861      Branch: perl
51862            ! lib/strict.pm
51863 ____________________________________________________________________________
51864 [ 21191] By: jhi                                   on 2003/09/12  03:03:17
51865         Log: More comments for the FreeBSD threads hints.
51866      Branch: perl
51867            ! hints/freebsd.sh
51868 ____________________________________________________________________________
51869 [ 21188] By: jhi                                   on 2003/09/11  20:23:55
51870         Log: More refactoring of the FreeBSD threads hints.
51871              Basically, for fresh enough 5.x the -pthread is dropped,
51872              otherwise keep it, and no known FreeBSD release has
51873              a functional gethostbyaddr_r.
51874      Branch: perl
51875            ! hints/freebsd.sh
51876 ____________________________________________________________________________
51877 [ 21187] By: jhi                                   on 2003/09/11  20:12:00
51878         Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
51879              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
51880              Date: Thu, 11 Sep 2003 09:15:04 -0700
51881              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
51882      Branch: perl
51883            ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
51884            ! os2/OS2/Process/Process.xs
51885 ____________________________________________________________________________
51886 [ 21186] By: jhi                                   on 2003/09/11  20:10:32
51887         Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
51888              From: "Brendan O'Dea" <bod@debian.org>
51889              Date: Fri, 12 Sep 2003 00:12:51 +1000
51890              Message-ID: <20030911141251.GA26907@londo.c47.org>
51891      Branch: perl
51892            ! perl.c
51893 ____________________________________________________________________________
51894 [ 21181] By: jhi                                   on 2003/09/11  08:25:13
51895         Log: The change of not needing -pthread in FreeBSD 5.x
51896              is very recent (Sep 3) (from Anton Berezin).
51897      Branch: perl
51898            ! hints/freebsd.sh
51899 ____________________________________________________________________________
51900 [ 21179] By: jhi                                   on 2003/09/11  06:13:12
51901         Log: Upgrade to Pod::Perldoc 3.10.
51902              (Yes, the doughera address change is wrong, but hardly worth 3.11.)
51903      Branch: perl
51904            ! lib/Pod/Perldoc.pm
51905 ____________________________________________________________________________
51906 [ 21176] By: jhi                                   on 2003/09/11  05:22:27
51907         Log: Upgrade to base 2.02.
51908      Branch: perl
51909            + lib/fields-base.t
51910            ! MANIFEST lib/base.pm lib/fields.t
51911 ____________________________________________________________________________
51912 [ 21174] By: jhi                                   on 2003/09/11  04:45:56
51913         Log: Replace #21158 with a better patch from Hugo
51914              (for [perl #23769]).
51915      Branch: perl
51916            ! regcomp.c regexec.c t/op/pat.t
51917 ____________________________________________________________________________
51918 [ 21173] By: jhi                                   on 2003/09/11  03:08:04
51919         Log: Subject: [PATCH][TESTS] dumpvar.pl
51920              From: Joe McMahon <mcmahon@metalab.unc.edu>
51921              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
51922              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
51923      Branch: perl
51924            ! lib/dumpvar.pl lib/dumpvar.t
51925 ____________________________________________________________________________
51926 [ 21172] By: jhi                                   on 2003/09/11  03:03:52
51927         Log: Enache still wants -pthread gone for FreeBSD 5.x
51928              since it doesn't work with the latest -current.
51929      Branch: perl
51930            ! hints/freebsd.sh
51931 ____________________________________________________________________________
51932 [ 21171] By: jhi                                   on 2003/09/11  02:58:29
51933         Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
51934              From: Stas Bekman <stas@stason.org>
51935              Date: Thu, 28 Aug 2003 16:10:48 -0700
51936              Message-ID: <3F4E8BF8.1090800@stason.org>
51937      Branch: perl
51938            ! emacs/cperl-mode.el emacs/ptags
51939 ____________________________________________________________________________
51940 [ 21170] By: jhi                                   on 2003/09/11  02:56:50
51941         Log: Retract #21149, sez Schwern.
51942      Branch: perl
51943            ! lib/Test/More.pm
51944 ____________________________________________________________________________
51945 [ 21169] By: jhi                                   on 2003/09/11  02:55:49
51946         Log: Retract #21168 based on advice from Anton Berezin (added).
51947      Branch: perl
51948            ! hints/freebsd.sh
51949 ____________________________________________________________________________
51950 [ 21168] By: rgs                                   on 2003/09/10  21:43:40
51951         Log: Subject: nit to hints/freebsd.sh
51952              From: Enache Adrian <enache@rdslink.ro>
51953              Date: Wed, 10 Sep 2003 19:50:59 +0300
51954              Message-ID: <20030910165059.GB1321@ratsnest.hole>
51955      Branch: perl
51956            ! hints/freebsd.sh
51957 ____________________________________________________________________________
51958 [ 21167] By: rgs                                   on 2003/09/10  21:18:59
51959         Log: Subject: Re: [perl #15395] lexical warnings and inheritance
51960              From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
51961              Date: Sun, 31 Aug 2003 22:08:19 GMT
51962              Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
51963
51964              The test has been moved into warnings.pm's test suite. Note
51965              that this patch fixed as well the behaviour of warnings::enabled
51966              regarding lexical scoping and different files; hence the expected
51967              results in a few tests in /t/lib/warnings/9enabled has been
51968              reverted.
51969      Branch: perl
51970            ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
51971 ____________________________________________________________________________
51972 [ 21166] By: rgs                                   on 2003/09/10  19:36:30
51973         Log: Remove the warning in perlfaq about using map in void context :
51974              From: abigail@abigail.nl (Abigail)
51975              Subject: [PATCH perlfaq6] map in a void context.
51976              Date: Tue, 9 Sep 2003 10:31:58 +0200
51977              Message-ID: <20030909083158.GA24125@abigail.nl>
51978      Branch: perl
51979            ! pod/perlfaq6.pod
51980 ____________________________________________________________________________
51981 [ 21165] By: jhi                                   on 2003/09/10  16:48:52
51982         Log: Subject: [PATCH] AUTHORS
51983              From: enache@rdslink.ro (Enache Adrian)
51984              Date: Tue, 9 Sep 2003 19:34:05 +0300
51985              Message-ID: <20030909163405.GB1398@ratsnest.hole>
51986      Branch: perl
51987            ! AUTHORS
51988 ____________________________________________________________________________
51989 [ 21164] By: jhi                                   on 2003/09/10  15:38:51
51990         Log: Regen perlapi.
51991      Branch: perl
51992            ! pod/perlapi.pod
51993 ____________________________________________________________________________
51994 [ 21163] By: merijn                                on 2003/09/10  15:31:27
51995         Log: Subject: [perl #23778] hints/aix.sh
51996              Date: 10 Sep 2003 16:30:32 -0000
51997              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
51998              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
51999      Branch: perl
52000            ! hints/aix.sh
52001 ____________________________________________________________________________
52002 [ 21162] By: jhi                                   on 2003/09/10  15:21:43
52003         Log: blead version of #21161.
52004      Branch: perl
52005            ! pod/perlvar.pod
52006 ____________________________________________________________________________
52007 [ 21160] By: jhi                                   on 2003/09/10  15:11:59
52008         Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
52009              From: PPrymmer@factset.com
52010              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
52011              Date: Fri, 5 Sep 2003 17:46:48 -0400
52012      Branch: perl
52013            ! lib/File/Spec/t/Spec.t
52014 ____________________________________________________________________________
52015 [ 21159] By: jhi                                   on 2003/09/10  15:10:06
52016         Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
52017              From: Kurt Starsinic <kstar@cpan.org>
52018              Date: Tue, 9 Sep 2003 23:16:00 -0400
52019              Message-ID: <20030910031600.GA30554@verizon.net>
52020
52021              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
52022              From: "Brendan O'Dea" <bod@debian.org>
52023              Date: Wed, 10 Sep 2003 22:03:15 +1000
52024              Message-ID: <20030910120315.GA1372@londo.c47.org>
52025      Branch: perl
52026            ! t/lib/h2ph.pht utils/h2ph.PL
52027 ____________________________________________________________________________
52028 [ 21158] By: jhi                                   on 2003/09/10  09:31:24
52029         Log: Unicode regex broken on simple example
52030              regrepeat() did not work right for UTF-8(ed Latin-1)
52031              in the EXACT case, which made the \x{a0}+ fail.
52032      Branch: perl
52033            ! regexec.c t/op/pat.t
52034 ____________________________________________________________________________
52035 [ 21157] By: jhi                                   on 2003/09/10  08:15:54
52036         Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
52037      Branch: perl
52038            ! pp_hot.c t/io/utf8.t
52039 ____________________________________________________________________________
52040 [ 21156] By: jhi                                   on 2003/09/10  08:05:13
52041         Log: Detypo and explain better.
52042      Branch: perl
52043            ! pod/perldiag.pod
52044 ____________________________________________________________________________
52045 [ 21155] By: jhi                                   on 2003/09/10  08:02:55
52046         Log: If doing rcatline no point rescanning each time
52047              the beginning of the SV for utf8 validity.
52048      Branch: perl
52049            ! pp_hot.c
52050 ____________________________________________________________________________
52051 [ 21154] By: jhi                                   on 2003/09/10  07:16:52
52052         Log: No utf8 warnings without use warnings.
52053      Branch: perl
52054            ! t/io/utf8.t
52055 ____________________________________________________________________________
52056 [ 21153] By: jhi                                   on 2003/09/10  06:57:16
52057         Log: Reading a latin1 file with open(... "<:utf8") will freeze
52058              is no more valid, the script doesn't freeze, but I noticed
52059              that neither does the <FILE> complain about bad UTF-8 as it
52060              should and as it does with :encoding(utf8).
52061      Branch: perl
52062            ! pp_hot.c t/io/utf8.t
52063 ____________________________________________________________________________
52064 [ 21152] By: jhi                                   on 2003/09/10  06:54:02
52065         Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
52066              of Perl_utf8_is_string().
52067      Branch: perl
52068            ! embed.fnc embed.h global.sym proto.h utf8.c
52069 ____________________________________________________________________________
52070 [ 21151] By: jhi                                   on 2003/09/10  06:16:28
52071         Log: Document a PerlIO/Encode warning.
52072      Branch: perl
52073            ! pod/perldiag.pod
52074 ____________________________________________________________________________
52075 [ 21149] By: jhi                                   on 2003/09/09  17:22:42
52076         Log: Subject: Re: maint @ 21116
52077              From: Fergal Daly <fergal@esatclear.ie>
52078              Date: Tue, 9 Sep 2003 18:26:20 +0100
52079              Message-Id: <200309091826.20630.fergal@esatclear.ie>
52080
52081              (added warning)
52082      Branch: perl
52083            ! lib/Test/More.pm
52084 ____________________________________________________________________________
52085 [ 21146] By: jhi                                   on 2003/09/09  15:36:20
52086         Log: Adjust the test count.
52087      Branch: perl
52088            ! lib/Test/Simple/t/is_deeply.t
52089 ____________________________________________________________________________
52090 [ 21144] By: jhi                                   on 2003/09/09  15:03:58
52091         Log: AUTHORS update from Dave Mitchell.
52092      Branch: perl
52093            ! AUTHORS
52094 ____________________________________________________________________________
52095 [ 21143] By: jhi                                   on 2003/09/09  15:02:18
52096         Log: Retract #20548 and #20465.
52097      Branch: perl
52098            ! lib/Test/More.pm lib/Test/Simple/t/More.t
52099            ! lib/Test/Simple/t/is_deeply.t
52100 ____________________________________________________________________________
52101 [ 21141] By: jhi                                   on 2003/09/09  14:27:10
52102         Log: Subject: Re: maint @ 21116
52103              From: Enache Adrian <enache@rdslink.ro>
52104              Date: Tue, 9 Sep 2003 16:59:44 +0300
52105              Message-ID: <20030909135944.GA1666@ratsnest.hole>
52106      Branch: perl
52107            ! makedef.pl
52108 ____________________________________________________________________________
52109 [ 21140] By: jhi                                   on 2003/09/09  14:25:51
52110         Log: Retract #21132.
52111      Branch: perl
52112            ! makedef.pl perl.h
52113 ____________________________________________________________________________
52114 [ 21139] By: jhi                                   on 2003/09/09  11:55:33
52115         Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
52116      Branch: perl
52117            ! lib/Hash/Util.pm pod/perlrun.pod
52118 ____________________________________________________________________________
52119 [ 21137] By: jhi                                   on 2003/09/09  09:50:13
52120         Log: Subject: =encoding in perlpod/perlpodspec
52121              From: sburke@cpan.org (Sean M. Burke)
52122              Date: Sun, 07 Sep 2003 03:08:28 -0800
52123              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
52124      Branch: perl
52125            ! pod/perlpod.pod pod/perlpodspec.pod
52126 ____________________________________________________________________________
52127 [ 21136] By: jhi                                   on 2003/09/09  09:46:01
52128         Log: One more chance... Elizabeth's change #21107 plus
52129              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
52130              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
52131              Date: Tue, 9 Sep 2003 01:44:24 +0200
52132              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
52133      Branch: perl
52134            ! lib/warnings.pm toke.c warnings.pl
52135 ____________________________________________________________________________
52136 [ 21135] By: jhi                                   on 2003/09/09  09:35:48
52137         Log: One more test count tweak.
52138      Branch: perl
52139            ! t/op/grep.t
52140 ____________________________________________________________________________
52141 [ 21132] By: jhi                                   on 2003/09/09  07:57:20
52142         Log: Subject: Re: maint @ 21116
52143              From: Steve Hay <steve.hay@uk.radan.com>
52144              Date: Tue, 09 Sep 2003 09:49:07 +0100
52145              Message-ID: <3F5D9403.3040004@uk.radan.com>
52146      Branch: perl
52147            ! makedef.pl perl.h
52148 ____________________________________________________________________________
52149 [ 21131] By: jhi                                   on 2003/09/09  07:54:52
52150         Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
52151              From: david nicol <whatever@davidnicol.com>
52152              Date: 08 Sep 2003 23:39:32 -0500
52153              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
52154
52155              (a testcase)
52156      Branch: perl
52157            ! t/op/grep.t
52158 ____________________________________________________________________________
52159 [ 21128] By: jhi                                   on 2003/09/09  07:08:15
52160         Log: Ooops, perlio into scalars was already history for this test...
52161      Branch: perl
52162            ! lib/dumpvar.t
52163 ____________________________________________________________________________
52164 [ 21127] By: jhi                                   on 2003/09/09  07:06:26
52165         Log: Cannot do perlio into scalars without perlio.
52166      Branch: perl
52167            ! lib/dumpvar.t
52168 ____________________________________________________________________________
52169 [ 21126] By: jhi                                   on 2003/09/09  07:04:53
52170         Log: I claim that the debugger is untestable until proven otherwise.
52171      Branch: perl
52172            - lib/perl5db/de0.t
52173            ! MANIFEST
52174 ____________________________________________________________________________
52175 [ 21124] By: jhi                                   on 2003/09/09  06:59:52
52176         Log: In trying to save space, the warnings.pl change (#21107)
52177              pulled in attributes.pm... and the change didn't seem to
52178              be that well tested with different configurations.
52179              Retract #21119, #21117, #21107.
52180      Branch: perl
52181            ! ext/B/t/stash.t lib/warnings.pm warnings.pl
52182 ____________________________________________________________________________
52183 [ 21122] By: jhi                                   on 2003/09/09  06:28:31
52184         Log: Really do #21121.
52185      Branch: perl
52186            ! MANIFEST
52187 ____________________________________________________________________________
52188 [ 21121] By: jhi                                   on 2003/09/09  05:56:52
52189         Log: There's no particular reason to have the dumpvar.t
52190              in lib/perl5db/.
52191      Branch: perl
52192            + lib/dumpvar.t
52193            - lib/perl5db/dumpvar.t
52194            ! MANIFEST
52195 ____________________________________________________________________________
52196 [ 21119] By: jhi                                   on 2003/09/09  05:46:02
52197         Log: strict stash seems to have gone, too.
52198      Branch: perl
52199            ! ext/B/t/stash.t
52200 ____________________________________________________________________________
52201 [ 21117] By: rgs                                   on 2003/09/08  22:26:36
52202         Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
52203              (due to #21107 apparently.) Adjust this test accordingly.
52204      Branch: perl
52205            ! ext/B/t/stash.t
52206 ____________________________________________________________________________
52207 [ 21113] By: jhi                                   on 2003/09/08  21:10:53
52208         Log: Subject: [PATCH] silence 1 compiler warning
52209              From: Nicholas Clark <nick@ccl4.org>
52210              Date: Mon, 8 Sep 2003 23:04:45 +0100
52211              Message-ID: <20030908230445.E30881@plum.flirble.org>
52212      Branch: perl
52213            ! universal.c
52214 ____________________________________________________________________________
52215 [ 21112] By: jhi                                   on 2003/09/08  21:09:34
52216         Log: Retract #21096, mostly: I had misexplained the situation
52217              to Scott A. Crosby.  Seeing the seed value while not good
52218              for the ultimate paranoia viewpoint is not that bad, as long
52219              as the users are fully aware of the dangers of disclosing
52220              the hash seed.     So hash_seed() is okay.
52221
52222              Being able to see the hash values (as in Java) would
52223              be another option, but dubious: it's not that per-key
52224              hash values themselves are bad to allow scripts to see,
52225              but rather that hash values are just as sensitive (from
52226              the DoSing viewpoint) as the hash seed itself (and there
52227              usually more hash values than the one hash seed....)
52228      Branch: perl
52229            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
52230 ____________________________________________________________________________
52231 [ 21110] By: jhi                                   on 2003/09/08  20:59:04
52232         Log: Urk.  unique, not shared.
52233      Branch: perl
52234            ! configpm
52235 ____________________________________________________________________________
52236 [ 21109] By: jhi                                   on 2003/09/08  20:57:25
52237         Log: Subject: [PATCH] configpm: about 1.5K less per thread
52238              From: Elizabeth Mattijsen <liz@dijkmat.nl>
52239              Date: Mon, 8 Sep 2003 23:58:34 +0200
52240              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
52241      Branch: perl
52242            ! configpm
52243 ____________________________________________________________________________
52244 [ 21107] By: jhi                                   on 2003/09/08  20:45:38
52245         Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
52246              From: Elizabeth Mattijsen <liz@dijkmat.nl>
52247              Date: Mon, 8 Sep 2003 22:22:38 +0200
52248              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
52249      Branch: perl
52250            ! lib/warnings.pm warnings.pl
52251 ____________________________________________________________________________
52252 [ 21106] By: rgs                                   on 2003/09/08  20:45:03
52253         Log: A version of change #21073 that works.
52254      Branch: perl
52255            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
52256 ____________________________________________________________________________
52257 [ 21105] By: jhi                                   on 2003/09/08  20:44:22
52258         Log: Regen perlapi.
52259      Branch: perl
52260            ! pod/perlapi.pod
52261 ____________________________________________________________________________
52262 [ 21103] By: jhi                                   on 2003/09/08  20:18:56
52263         Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
52264              being a bad pointer is apparently a known cygwin bug).     The
52265              cure is to initialize the field.
52266      Branch: perl
52267            ! pp_sys.c
52268 ____________________________________________________________________________
52269 [ 21100] By: jhi                                   on 2003/09/08  19:38:39
52270         Log: Bad export.
52271      Branch: perl
52272            ! lib/Hash/Util.t
52273 ____________________________________________________________________________
52274 [ 21098] By: jhi                                   on 2003/09/08  19:06:09
52275         Log: The IPC::Open3 is just too unreliable for this task.
52276      Branch: perl
52277            ! lib/perl5db/de0.t
52278 ____________________________________________________________________________
52279 [ 21097] By: jhi                                   on 2003/09/08  18:42:43
52280         Log: Try to make the de0.t test more robust.
52281              The test is so flakey (too many external things influencing
52282              the result) that I'm likely to leave it out from the maint.
52283      Branch: perl
52284            ! lib/perl5db/de0.t
52285 ____________________________________________________________________________
52286 [ 21096] By: jhi                                   on 2003/09/08  17:58:19
52287         Log: Scott A. Crosby believes in not disclosing
52288              any more information than necessary: therefore
52289              instead of hash_seed() we have now hashes_random().
52290      Branch: perl
52291            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
52292 ____________________________________________________________________________
52293 [ 21095] By: jhi                                   on 2003/09/08  17:36:50
52294         Log: Mac OS X "last resort" recipe.
52295      Branch: perl
52296            ! README.macosx
52297 ____________________________________________________________________________
52298 [ 21094] By: jhi                                   on 2003/09/08  16:50:55
52299         Log: Subject: [patch] AUTHORS
52300              From: Juerd <juerd@cpan.org>
52301              Date: Mon, 8 Sep 2003 08:42:13 +0200
52302              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
52303      Branch: perl
52304            ! AUTHORS
52305 ____________________________________________________________________________
52306 [ 21093] By: jhi                                   on 2003/09/08  15:47:14
52307         Log: Slightly more intelligent paranoia.
52308      Branch: perl
52309            ! pod/perldiag.pod util.c
52310 ____________________________________________________________________________
52311 [ 21090] By: jhi                                   on 2003/09/08  14:07:03
52312         Log: Win32 is playing to hard to get but I do not have
52313              time to chase it, so restore #21072, more or less.
52314              I think testing the debugger in UNIX-like places
52315              is enough, no need to go into painful contortions
52316              trying to "portably" run interactive programs like
52317              the debugger.
52318      Branch: perl
52319            ! lib/perl5db/de0.t
52320 ____________________________________________________________________________
52321 [ 21088] By: jhi                                   on 2003/09/08  12:50:15
52322         Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
52323      Branch: perl
52324            ! ext/Storable/Storable.xs
52325 ____________________________________________________________________________
52326 [ 21087] By: jhi                                   on 2003/09/08  12:34:37
52327         Log: Add Hash::Util::hash_seed() which answers among
52328              other things the question whether our hashes are
52329              "randomised".  (They always were...)
52330      Branch: perl
52331            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
52332 ____________________________________________________________________________
52333 [ 21086] By: jhi                                   on 2003/09/08  12:22:03
52334         Log: XSRETURN_UV was missing.
52335      Branch: perl
52336            ! XSUB.h
52337 ____________________________________________________________________________
52338 [ 21085] By: jhi                                   on 2003/09/08  12:15:23
52339         Log: Superparanoia.
52340      Branch: perl
52341            ! util.c
52342 ____________________________________________________________________________
52343 [ 21084] By: ams                                   on 2003/09/08  11:44:25
52344         Log: Clean up pp_readdir() somewhat.
52345      Branch: perl
52346            ! pp_sys.c
52347 ____________________________________________________________________________
52348 [ 21082] By: jhi                                   on 2003/09/08  11:32:46
52349         Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
52350      Branch: perl
52351            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
52352 ____________________________________________________________________________
52353 [ 21080] By: jhi                                   on 2003/09/08  09:52:40
52354         Log: In Win32 IPC::Open3 + IO::Select does not work that well
52355              so mostly undo the change #21072 and revert back to using
52356              a temp file.
52357      Branch: perl
52358            ! lib/perl5db/de0.t
52359 ____________________________________________________________________________
52360 [ 21078] By: jhi                                   on 2003/09/08  09:10:47
52361         Log: In Win32 the cmd.exe console output doesn't seem to
52362              be catchable using the in-memory I/O + select trick,
52363              so use tie-STDOUT trick instead.
52364      Branch: perl
52365            ! lib/perl5db/dumpvar.t
52366 ____________________________________________________________________________
52367 [ 21077] By: jhi                                   on 2003/09/08  09:03:13
52368         Log: Move Config test.
52369      Branch: perl
52370            ! lib/perl5db/de0.t
52371 ____________________________________________________________________________
52372 [ 21076] By: jhi                                   on 2003/09/08  08:50:27
52373         Log: Let's require fork for this test.
52374      Branch: perl
52375            ! lib/perl5db/de0.t
52376 ____________________________________________________________________________
52377 [ 21074] By: jhi                                   on 2003/09/08  08:09:27
52378         Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
52379              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
52380              Date: Mon, 08 Sep 2003 08:56:09 +0200
52381              Message-id: <20030908065609.GA1260@ethan>
52382      Branch: perl
52383            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
52384            ! ext/Devel/PPPort/t/test.t
52385 ____________________________________________________________________________
52386 [ 21073] By: jhi                                   on 2003/09/08  08:07:55
52387         Log: Subject: Re: one nit to fix [PATCH]
52388              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
52389              Date: Mon, 8 Sep 2003 10:19:08 +0200
52390              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
52391      Branch: perl
52392            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
52393 ____________________________________________________________________________
52394 [ 21072] By: jhi                                   on 2003/09/08  08:04:53
52395         Log: Subject: Re: [PATCH] Test skeleton for debugger commands
52396              From: Andreas J Koenig <andreas.koenig@anima.de>
52397              Date: Mon, 08 Sep 2003 10:48:27 +0200
52398              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
52399      Branch: perl
52400            ! lib/perl5db/de0.t
52401 ____________________________________________________________________________
52402 [ 21071] By: jhi                                   on 2003/09/08  06:46:00
52403         Log: de0.t: use Test::More, add some tests.
52404      Branch: perl
52405            ! lib/perl5db/de0.t
52406 ____________________________________________________________________________
52407 [ 21070] By: jhi                                   on 2003/09/08  06:31:39
52408         Log: More dumpvar testing.
52409      Branch: perl
52410            ! lib/perl5db/dumpvar.t
52411 ____________________________________________________________________________
52412 [ 21069] By: jhi                                   on 2003/09/08  05:34:03
52413         Log: An empty test.
52414      Branch: perl
52415            ! lib/perl5db/dumpvar.t
52416 ____________________________________________________________________________
52417 [ 21068] By: jhi                                   on 2003/09/08  05:21:21
52418         Log: dumpvar.t: use Test::More;
52419      Branch: perl
52420            ! lib/perl5db/dumpvar.t
52421 ____________________________________________________________________________
52422 [ 21067] By: jhi                                   on 2003/09/08  05:11:46
52423         Log: Cleanup PerlIO::scalar documentation a bit.
52424      Branch: perl
52425            ! ext/PerlIO/scalar/scalar.pm
52426 ____________________________________________________________________________
52427 [ 21066] By: jhi                                   on 2003/09/08  04:49:28
52428         Log: The in-memory files require PerlIO::scalar.
52429      Branch: perl
52430            ! lib/perl5db/dumpvar.t
52431 ____________________________________________________________________________
52432 [ 21065] By: rgs                                   on 2003/09/07  21:17:23
52433         Log: Subject: [PATCH] Test skeleton for debugger commands
52434              From: Andreas J Koenig <andreas.koenig@anima.de>
52435              Date: Sun, 07 Sep 2003 18:51:56 +0200
52436              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
52437              With minor adjustments
52438      Branch: perl
52439            + lib/perl5db/de0.t lib/perl5db/dumpvar.t
52440            ! MANIFEST
52441 ____________________________________________________________________________
52442 [ 21064] By: rgs                                   on 2003/09/07  19:12:05
52443         Log: Upgrade to Unicode::Collate 0.28
52444      Branch: perl
52445            + lib/Unicode/Collate/t/contract.t
52446            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
52447            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
52448 ____________________________________________________________________________
52449 [ 21063] By: rgs                                   on 2003/09/07  18:25:23
52450         Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
52451              From: Dave Mitchell <davem@fdgroup.com>
52452              Date: Sun, 7 Sep 2003 19:14:44 +0100
52453              Message-ID: <20030907181444.GA7058@fdgroup.com>
52454      Branch: perl
52455            ! ext/Opcode/Safe.pm
52456 ____________________________________________________________________________
52457 [ 21062] By: rgs                                   on 2003/09/07  12:44:33
52458         Log: Subject: [PATCH] honoring void context for map()
52459              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
52460              Date: Thu, 04 Sep 2003 11:13:41 +0200
52461              Message-id: <20030904091341.GA30655@ethan>
52462      Branch: perl
52463            ! pp_ctl.c
52464 ____________________________________________________________________________
52465 [ 21061] By: jhi                                   on 2003/09/07  07:04:53
52466         Log: Retract #21010.
52467      Branch: perl
52468            ! lib/dumpvar.pl
52469 ____________________________________________________________________________
52470 [ 21060] By: rgs                                   on 2003/09/06  21:30:10
52471         Log: Minor doc style nits in XSLoader.
52472      Branch: perl
52473            ! ext/DynaLoader/XSLoader_pm.PL
52474 ____________________________________________________________________________
52475 [ 21058] By: jhi                                   on 2003/09/06  19:57:46
52476         Log: Vanity patch.
52477      Branch: perl
52478            ! AUTHORS
52479 ____________________________________________________________________________
52480 [ 21057] By: jhi                                   on 2003/09/06  19:56:53
52481         Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
52482      Branch: perl
52483            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
52484            ! Cross/config.sh-arm-linux Cross/generate_config_sh
52485            ! Cross/installperl.patch
52486 ____________________________________________________________________________
52487 [ 21056] By: rgs                                   on 2003/09/06  19:03:41
52488         Log: Email nits in Fatal.pm [perl #23724].
52489      Branch: perl
52490            ! lib/Fatal.pm
52491 ____________________________________________________________________________
52492 [ 21052] By: jhi                                   on 2003/09/05  20:34:15
52493         Log: Musty corners of Syslog.pm.
52494      Branch: perl
52495            ! ext/Sys/Syslog/Syslog.pm
52496 ____________________________________________________________________________
52497 [ 21051] By: ams                                   on 2003/09/05  18:43:46
52498         Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
52499              2. Compensate for PL_sv_placeholder <= 5.8.1.
52500              3. Clean up non-backwards-compatible tests.
52501              4. Prepare for the 2.08 CPAN release.
52502      Branch: perl
52503            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
52504            ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
52505            ! ext/Storable/t/utf8hash.t
52506 ____________________________________________________________________________
52507 [ 21048] By: jhi                                   on 2003/09/05  13:53:23
52508         Log: One more known tie problem.
52509      Branch: perl
52510            ! pod/perltie.pod
52511 ____________________________________________________________________________
52512 [ 21047] By: jhi                                   on 2003/09/05  13:46:35
52513         Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
52514              Date: Fri, 5 Sep 2003 14:46:00 +0200
52515              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
52516              From: Elizabeth Mattijsen <liz@dijkmat.nl>
52517      Branch: perl
52518            ! ext/threads/shared/shared.pm
52519 ____________________________________________________________________________
52520 [ 21046] By: jhi                                   on 2003/09/05  13:44:30
52521         Log: Subject: versions threads modules
52522              From: Elizabeth Mattijsen <liz@dijkmat.nl>
52523              Date: Fri, 5 Sep 2003 12:22:52 +0200
52524              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
52525      Branch: perl
52526            ! ext/threads/shared/shared.pm
52527 ____________________________________________________________________________
52528 [ 21045] By: jhi                                   on 2003/09/05  13:43:36
52529         Log: More suidperl path disclosure plugging:
52530              the #9813 didn't do enough.  See either of
52531              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
52532              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
52533      Branch: perl
52534            ! perl.c pod/perldiag.pod
52535 ____________________________________________________________________________
52536 [ 21044] By: jhi                                   on 2003/09/05  13:09:54
52537         Log: FreeBSD hints updates from Anton Berezin.
52538      Branch: perl
52539            ! hints/freebsd.sh
52540 ____________________________________________________________________________
52541 [ 21043] By: merijn                                on 2003/09/05  11:18:20
52542         Log: Changed conflicting diff options
52543      Branch: perl
52544            ! patchlevel.h
52545 ____________________________________________________________________________
52546 [ 21042] By: jhi                                   on 2003/09/05  06:47:43
52547         Log: Acknowledge some known tie bugs.
52548      Branch: perl
52549            ! pod/perltie.pod
52550 ____________________________________________________________________________
52551 [ 21041] By: merijn                                on 2003/09/05  04:50:44
52552         Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
52553              From: Ilya Martynov <ilya@martynov.org>
52554              Date: Fri, 05 Sep 2003 00:49:57 +0400
52555              Message-ID: <8765k8uvm2.fsf@abra.ru>
52556      Branch: perl
52557            ! AUTHORS
52558 ____________________________________________________________________________
52559 [ 21040] By: jhi                                   on 2003/09/05  04:36:48
52560         Log: code example error in "perlopentut"
52561      Branch: perl
52562            ! pod/perlopentut.pod
52563 ____________________________________________________________________________
52564 [ 21039] By: jhi                                   on 2003/09/05  04:13:17
52565         Log: Another seemingly fixed (un)tie bug,
52566              [perl ##22297] cannot untie scalar from within tied FETCH
52567      Branch: perl
52568            ! t/op/tie.t
52569 ____________________________________________________________________________
52570 [ 21036] By: jhi                                   on 2003/09/04  19:34:26
52571         Log: Subject: Re: [PATCH] Data::Dumper 2.121
52572              From: Ilya Martynov <ilya@martynov.org>
52573              Date: Fri, 05 Sep 2003 00:33:46 +0400
52574              Message-ID: <87ad9kuwd1.fsf@abra.ru>
52575      Branch: perl
52576            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
52577            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
52578            ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
52579 ____________________________________________________________________________
52580 [ 21033] By: jhi                                   on 2003/09/04  18:52:29
52581         Log: I think once is enough.
52582      Branch: perl
52583            ! configure.gnu
52584 ____________________________________________________________________________
52585 [ 21032] By: jhi                                   on 2003/09/04  17:30:28
52586         Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
52587              From: Enache Adrian <enache@rdslink.ro>
52588              Date: Thu, 4 Sep 2003 20:09:06 +0300
52589              Message-ID: <20030904170906.GA1235@ratsnest.hole>
52590      Branch: perl
52591            ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
52592            ! ext/ByteLoader/byterun.c
52593 ____________________________________________________________________________
52594 [ 21031] By: jhi                                   on 2003/09/04  17:27:58
52595         Log: Subject: [PATCH] perlreftut: change distribution conditions
52596              From: "Brendan O'Dea" <bod@debian.org>
52597              Date: Thu, 4 Sep 2003 02:28:49 +1000
52598              Message-ID: <20030903162849.GA9675@londo.c47.org>
52599      Branch: perl
52600            ! pod/perlreftut.pod
52601 ____________________________________________________________________________
52602 [ 21030] By: jhi                                   on 2003/09/04  17:26:48
52603         Log: Subject: Re: "vendor" patch pickup
52604              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
52605              Date: Thu, 4 Sep 2003 19:47:55 +0200
52606              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
52607
52608              (Gentoo: take Marcus' version of the __THROW patch and
52609              even further #ifdef-protect it with __GLIBC__.)
52610      Branch: perl
52611            ! perl.h
52612 ____________________________________________________________________________
52613 [ 21029] By: jhi                                   on 2003/09/04  16:01:26
52614         Log: Tiny perlcc tweaks.
52615      Branch: perl
52616            ! utils/perlcc.PL
52617 ____________________________________________________________________________
52618 [ 21028] By: jhi                                   on 2003/09/04  15:10:48
52619         Log: A SuSE patchlet for perlcc -c to avoid
52620              "Modification of a read-only value attempted at ... C.pm"
52621      Branch: perl
52622            ! ext/B/B/C.pm
52623 ____________________________________________________________________________
52624 [ 21027] By: jhi                                   on 2003/09/04  08:54:40
52625         Log: AUTHORS updates.
52626      Branch: perl
52627            ! AUTHORS
52628 ____________________________________________________________________________
52629 [ 21025] By: jhi                                   on 2003/09/03  20:27:56
52630         Log: Upgrade to Math::BigInt pre-rel 1.66 as of
52631              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
52632              (the tar.gz link doesn't have 'v1.66', it has '1.66')
52633              so that the smoke builds can start chewing it.
52634      Branch: perl
52635            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
52636            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
52637            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
52638            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
52639            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
52640            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
52641 ____________________________________________________________________________
52642 [ 21022] By: jhi                                   on 2003/09/03  16:42:24
52643         Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
52644              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
52645              Date: Wed, 3 Sep 2003 19:20:20 +0200
52646              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
52647      Branch: perl
52648            ! Porting/valgrindpp.pl
52649 ____________________________________________________________________________
52650 [ 21019] By: jhi                                   on 2003/09/03  15:51:35
52651         Log: Also indicate the Unicode level here.
52652              (The last date is non-committal :-)
52653      Branch: perl
52654            ! pod/perlunicode.pod
52655 ____________________________________________________________________________
52656 [ 21018] By: jhi                                   on 2003/09/03  12:08:23
52657         Log: Avoid lvalue casts, from Enache.
52658      Branch: perl
52659            ! ext/ByteLoader/bytecode.h op.h
52660 ____________________________________________________________________________
52661 [ 21017] By: jhi                                   on 2003/09/03  08:23:39
52662         Log: Bump up the VERSION.
52663      Branch: perl
52664            ! lib/bytes.pm
52665 ____________________________________________________________________________
52666 [ 21016] By: jhi                                   on 2003/09/03  08:22:48
52667         Log: Add, document, and test bytes::substr, index, rindex, chr,
52668              document bytes::ord.
52669      Branch: perl
52670            ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
52671 ____________________________________________________________________________
52672 [ 21014] By: jhi                                   on 2003/09/03  06:16:24
52673         Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
52674              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
52675              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
52676              Message-ID: <29644.1062572245@www50.gmx.net>
52677
52678              The other half of #20930 should be still good.
52679      Branch: perl
52680            ! op.c
52681 ____________________________________________________________________________
52682 [ 21013] By: jhi                                   on 2003/09/03  06:15:09
52683         Log: use IO; is deprecated.
52684      Branch: perl
52685            ! ext/threads/t/join.t
52686 ____________________________________________________________________________
52687 [ 21012] By: jhi                                   on 2003/09/03  05:28:50
52688         Log: Upgrade to base 2.01 from CPAN.
52689      Branch: perl
52690            ! lib/base.pm lib/fields.pm
52691 ____________________________________________________________________________
52692 [ 21011] By: jhi                                   on 2003/09/03  05:08:29
52693         Log: Changing the test count is a good idea.
52694      Branch: perl
52695            ! ext/threads/t/join.t
52696 ____________________________________________________________________________
52697 [ 21010] By: jhi                                   on 2003/09/03  04:59:38
52698         Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
52699              From: Joe McMahon <mcmahon@ibiblio.org>
52700              Date: Tue, 2 Sep 2003 18:02:14 -0400
52701              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
52702      Branch: perl
52703            ! lib/dumpvar.pl
52704 ____________________________________________________________________________
52705 [ 21009] By: jhi                                   on 2003/09/03  04:48:40
52706         Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
52707              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
52708              Date: Wed, 3 Sep 2003 06:07:54 +0200
52709              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
52710      Branch: perl
52711            ! ext/threads/t/join.t
52712 ____________________________________________________________________________
52713 [ 21008] By: jhi                                   on 2003/09/03  04:31:35
52714         Log: VMS does not have quite UNIX glob semantics.
52715      Branch: perl
52716            ! t/run/fresh_perl.t
52717 ____________________________________________________________________________
52718 [ 21007] By: rgs                                   on 2003/09/02  21:21:27
52719         Log: Subject: some method calls not autoloaded
52720              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
52721              Date: Tue, 2 Sep 2003 15:06:29 -0700
52722              Message-ID: <20030902220629.GA2952@efn.org>
52723      Branch: perl
52724            ! pod/perlfunc.pod pod/perlsub.pod
52725 ____________________________________________________________________________
52726 [ 21003] By: jhi                                   on 2003/09/02  19:01:07
52727         Log: An untie test from perlmonks-- worked in 5.6.1,
52728              broken in 5.8.0, seems to be working again in maint,
52729              better nail it down now.
52730      Branch: perl
52731            ! t/op/tie.t
52732 ____________________________________________________________________________
52733 [ 21000] By: jhi                                   on 2003/09/02  15:35:40
52734         Log: Retract #20930 because of
52735              Subject: maint@20974 or before broke mp2 ithreads test
52736              From: Stas Bekman <stas@stason.org>
52737              Date: Mon, 01 Sep 2003 23:31:11 -0700
52738              Message-ID: <3F54392F.7080009@stason.org>
52739      Branch: perl
52740            ! op.c
52741 ____________________________________________________________________________
52742 [ 20999] By: jhi                                   on 2003/09/02  15:34:14
52743         Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
52744              From: Fergal Daly <fergal@esatclear.ie>
52745              Date: Tue, 2 Sep 2003 17:36:52 +0100
52746              Message-Id: <200309021736.52725.fergal@esatclear.ie>
52747      Branch: perl
52748            ! pod/perldiag.pod
52749 ____________________________________________________________________________
52750 [ 20998] By: jhi                                   on 2003/09/02  15:02:47
52751         Log: Subject: [perl #23672] Math::BigInit POD
52752              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
52753              Date: 1 Sep 2003 08:47:39 -0000
52754              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
52755      Branch: perl
52756            ! lib/Math/BigInt.pm
52757 ____________________________________________________________________________
52758 [ 20997] By: jhi                                   on 2003/09/02  14:58:21
52759         Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
52760              From: Mark Jason Dominus <mjd@plover.com>
52761              Date: Mon, 01 Sep 2003 16:19:20 -0400
52762              Message-ID: <20030901201920.3929.qmail@plover.com>
52763      Branch: perl
52764            ! pod/perlfaq6.pod
52765 ____________________________________________________________________________
52766 [ 20996] By: jhi                                   on 2003/09/02  14:56:29
52767         Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
52768              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
52769              Date: Tue, 02 Sep 2003 11:27:19 +0200
52770              Message-id: <20030902092719.GA18075@ethan>
52771      Branch: perl
52772            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
52773            ! ext/Devel/PPPort/t/test.t
52774 ____________________________________________________________________________
52775 [ 20993] By: jhi                                   on 2003/09/02  14:40:54
52776         Log: Subject: [PATCH] Re: ByteLoader and MSWin32
52777              From: Enache Adrian <enache@rdslink.ro>
52778              Date: Tue, 2 Sep 2003 03:45:11 +0300
52779              Message-ID: <20030902004511.GA1442@ratsnest.hole>
52780      Branch: perl
52781            ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
52782            ! op.h proto.h t/TEST
52783 ____________________________________________________________________________
52784 [ 20990] By: jhi                                   on 2003/09/02  04:29:45
52785         Log: Upgrade to Unicode::Collate 0.27.
52786      Branch: perl
52787            + lib/Unicode/Collate/t/hangul.t
52788            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
52789            ! lib/Unicode/Collate/README
52790 ____________________________________________________________________________
52791 [ 20989] By: jhi                                   on 2003/09/02  04:23:20
52792         Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
52793              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
52794              Date: Mon, 1 Sep 2003 22:28:58 +0200
52795              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
52796      Branch: perl
52797            ! Porting/valgrindpp.pl
52798 ____________________________________________________________________________
52799 [ 20983] By: jhi                                   on 2003/09/01  14:14:49
52800         Log: From Craig Berry, following the example of the other podxxx.PL
52801              in relying on basename($0, '.PL') to Do The Right Thing with
52802              regard to the case of the extension, which could be either
52803              .pl or .PL on VMS depending on version-specific features.
52804      Branch: perl
52805            ! pod/pod2usage.PL pod/podselect.PL
52806 ____________________________________________________________________________
52807 [ 20982] By: jhi                                   on 2003/09/01  13:01:49
52808         Log: Configure -r in AIX bad.
52809      Branch: perl
52810            ! README.aix
52811 ____________________________________________________________________________
52812 [ 20981] By: jhi                                   on 2003/09/01  11:28:35
52813         Log: Subject: [DOC PATCH] perlfaq4.pod
52814              Date: Mon, 1 Sep 2003 12:38:50 +0200
52815              From: Elizabeth Mattijsen <liz@dijkmat.nl>
52816              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
52817      Branch: perl
52818            ! pod/perlfaq4.pod
52819 ____________________________________________________________________________
52820 [ 20980] By: jhi                                   on 2003/09/01  08:49:02
52821         Log: Subject: glob() bug
52822              From: Gurusamy Sarathy <gsar@ActiveState.com>
52823              Date: Mon, 01 Sep 2003 02:25:41 -0700
52824              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
52825      Branch: perl
52826            ! op.c t/run/fresh_perl.t
52827 ____________________________________________________________________________
52828 [ 20979] By: jhi                                   on 2003/09/01  06:32:01
52829         Log: Ultrix VAX is like VMS VAX in floating point.
52830      Branch: perl
52831            ! t/op/sprintf.t
52832 ____________________________________________________________________________
52833 [ 20978] By: jhi                                   on 2003/09/01  05:44:25
52834         Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
52835              From: Vadim Konovalov <vkonovalov@peterstar.ru>
52836              Date: Mon, 1 Sep 2003 02:57:33 +0400
52837              Message-ID: <1091134912500.20030901025733@peterstar.ru>
52838      Branch: perl
52839            ! wince/Makefile.ce wince/wince.c
52840 ____________________________________________________________________________
52841 [ 20973] By: jhi                                   on 2003/08/31  15:34:43
52842         Log: Add test for -i.
52843      Branch: perl
52844            ! MANIFEST t/run/switches.t
52845 ____________________________________________________________________________
52846 [ 20972] By: jhi                                   on 2003/08/31  15:12:10
52847         Log: Add tests for -h and (unknown) -z.
52848      Branch: perl
52849            ! MANIFEST t/run/switches.t
52850 ____________________________________________________________________________
52851 [ 20971] By: jhi                                   on 2003/08/31  15:03:42
52852         Log: Add test for -v.
52853      Branch: perl
52854            ! MANIFEST t/run/switches.t
52855 ____________________________________________________________________________
52856 [ 20970] By: jhi                                   on 2003/08/31  14:55:54
52857         Log: List the switches tested in switches.t.
52858      Branch: perl
52859            ! t/run/switches.t
52860 ____________________________________________________________________________
52861 [ 20969] By: jhi                                   on 2003/08/31  14:51:19
52862         Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
52863              From: PPrymmer@factset.com
52864              Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
52865              Date: Sun, 31 Aug 2003 10:11:54 -0400
52866      Branch: perl
52867            ! installperl
52868 ____________________________________________________________________________
52869 [ 20968] By: jhi                                   on 2003/08/31  13:24:10
52870         Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
52871              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
52872              Date: Sun, 31 Aug 2003 15:21:17 +0200
52873              Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
52874      Branch: perl
52875            ! sv.c
52876 ____________________________________________________________________________
52877 [ 20965] By: jhi                                   on 2003/08/31  08:55:59
52878         Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
52879              both in blead and maint, lots of "Attempt to free non-existent
52880              shared string" and "Unbalanced string table refcount" errors.
52881              Retract #20960 (and #20963).
52882      Branch: perl
52883            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
52884            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
52885            ! MANIFEST lib/base.pm lib/fields.pm
52886 ____________________________________________________________________________
52887 [ 20964] By: jhi                                   on 2003/08/31  08:17:43
52888         Log: Integrate from maint:
52889              [ 20963]
52890              Muffle the 'Pseudo-hashes are deprecated' warning for maint.
52891      Branch: perl
52892           !> lib/base/t/fp560.t
52893 ____________________________________________________________________________
52894 [ 20961] By: jhi                                   on 2003/08/31  08:09:21
52895         Log: De-cargo-cult.
52896      Branch: perl
52897            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
52898 ____________________________________________________________________________
52899 [ 20960] By: jhi                                   on 2003/08/31  08:07:43
52900         Log: Upgrade to base.pm 2.0.
52901
52902              (Rename the tests around a bit to be more 8.3-friendly.)
52903      Branch: perl
52904            + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
52905            + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
52906            ! MANIFEST lib/base.pm lib/fields.pm
52907 ____________________________________________________________________________
52908 [ 20957] By: jhi                                   on 2003/08/30  18:47:02
52909         Log: Fewer naked char constants.
52910      Branch: perl
52911            ! doio.c perlio.c sv.h
52912 ____________________________________________________________________________
52913 [ 20956] By: jhi                                   on 2003/08/30  18:38:05
52914         Log: This is probably a wrong fix for
52915              [perl #23645] tell with perlio on appended files
52916              but maybe this gets NI-S agitated enough to present the correct fix :-)
52917      Branch: perl
52918            ! perlio.c t/io/tell.t
52919 ____________________________________________________________________________
52920 [ 20954] By: jhi                                   on 2003/08/30  17:14:19
52921         Log: A new try at
52922
52923              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
52924              From: "Gerrit P. Haase" <gp@familiehaase.de>
52925              Date: Thu, 28 Aug 2003 08:18:51 +0200
52926              Message-ID: <4157199551.20030828081851@familiehaase.de>
52927
52928              (this time Cygwin only)
52929      Branch: perl
52930            ! perlio.c
52931 ____________________________________________________________________________
52932 [ 20952] By: rgs                                   on 2003/08/30  15:20:48
52933         Log: Tweak XSLoader.t.
52934              XSLoader is supposed to work even for extensions that
52935              are statically linked. So only check that the extension we
52936              test for is actually available. (This test is not supposed
52937              to be run by miniperl.)
52938      Branch: perl
52939            ! ext/DynaLoader/t/XSLoader.t
52940 ____________________________________________________________________________
52941 [ 20950] By: jhi                                   on 2003/08/30  06:49:31
52942         Log: Something went wrong in change #20929;
52943              linux 2.4.18-bf2.4 didn't like it:
52944              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
52945              and similar failure pattern also seen in Solaris 8.
52946      Branch: perl
52947            ! perlio.c
52948 ____________________________________________________________________________
52949 [ 20948] By: jhi                                   on 2003/08/30  06:08:57
52950         Log: Setup @INC.
52951      Branch: perl
52952            ! t/op/cproto.t
52953 ____________________________________________________________________________
52954 [ 20946] By: jhi                                   on 2003/08/30  06:00:09
52955         Log: Tabify and re-sort MANIFEST.
52956      Branch: perl
52957            ! MANIFEST
52958 ____________________________________________________________________________
52959 [ 20945] By: jhi                                   on 2003/08/30  05:57:04
52960         Log: Make XSLoader.t more robust (and sdbm.t more verbose)
52961      Branch: perl
52962            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
52963 ____________________________________________________________________________
52964 [ 20944] By: jhi                                   on 2003/08/30  05:50:41
52965         Log: Subject: [PATCH] XSLoader nits and tests
52966              From: Michael G Schwern <schwern@pobox.com>
52967              Date: Fri, 29 Aug 2003 22:55:07 -0700
52968              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
52969      Branch: perl
52970            + ext/DynaLoader/t/XSLoader.t
52971            ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
52972 ____________________________________________________________________________
52973 [ 20943] By: jhi                                   on 2003/08/30  05:44:02
52974         Log: Missed from #20942.
52975      Branch: perl
52976            ! lib/File/Spec/VMS.pm
52977 ____________________________________________________________________________
52978 [ 20942] By: jhi                                   on 2003/08/30  05:41:59
52979         Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
52980              From: PPrymmer@factset.com
52981              Date: Sat, 30 Aug 2003 00:57:28 -0400
52982              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
52983      Branch: perl
52984            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
52985 ____________________________________________________________________________
52986 [ 20941] By: jhi                                   on 2003/08/30  05:37:13
52987         Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
52988              From: Stas Bekman <stas@stason.org>
52989              Date: Fri, 29 Aug 2003 17:11:41 -0700
52990              Message-ID: <3F4FEBBD.8000901@stason.org>
52991      Branch: perl
52992            ! pod/perlapi.pod sv.h
52993 ____________________________________________________________________________
52994 [ 20940] By: rgs                                   on 2003/08/29  21:17:59
52995         Log: Add a new test, to ensure that we don't unexpectedly change
52996              prototypes of builtins.
52997      Branch: perl
52998            + t/op/cproto.t
52999            ! MANIFEST
53000 ____________________________________________________________________________
53001 [ 20938] By: rgs                                   on 2003/08/29  20:22:21
53002         Log: Don't cast PL_multiline to bool : you may loose important bits.
53003      Branch: perl
53004            ! pp.c pp_hot.c
53005 ____________________________________________________________________________
53006 [ 20937] By: jhi                                   on 2003/08/29  17:22:11
53007         Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
53008              From: Nicholas Clark <nick@ccl4.org>
53009              Date: Wed, 27 Aug 2003 22:59:55 +0100
53010              Message-ID: <20030827225955.E558@plum.flirble.org>
53011      Branch: perl
53012            ! pp.c
53013 ____________________________________________________________________________
53014 [ 20936] By: jhi                                   on 2003/08/29  17:17:16
53015         Log: Some perluniintro tweaks.
53016      Branch: perl
53017            ! pod/perluniintro.pod
53018 ____________________________________________________________________________
53019 [ 20935] By: jhi                                   on 2003/08/29  17:07:25
53020         Log: Tiny doc tweak from Shannon -jj Behrens.
53021      Branch: perl
53022            ! pod/perluniintro.pod
53023 ____________________________________________________________________________
53024 [ 20933] By: jhi                                   on 2003/08/29  13:25:18
53025         Log: Comparing an int to a U32 makes VC6 nervous.
53026      Branch: perl
53027            ! pp.c pp_hot.c
53028 ____________________________________________________________________________
53029 [ 20932] By: jhi                                   on 2003/08/29  13:06:06
53030         Log: Better skip() explicit number of tests, test counts getting
53031              out of sync less likely that way.
53032      Branch: perl
53033            ! t/op/pack.t
53034 ____________________________________________________________________________
53035 [ 20931] By: jhi                                   on 2003/08/29  12:59:32
53036         Log: Some Ultrix test dodgings.
53037      Branch: perl
53038            ! t/base/num.t t/op/arith.t t/op/pack.t
53039 ____________________________________________________________________________
53040 [ 20930] By: jhi                                   on 2003/08/29  12:57:07
53041         Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
53042              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
53043              Date: Thu, 28 Aug 2003 21:47:22 +0200
53044              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
53045      Branch: perl
53046            ! op.c
53047 ____________________________________________________________________________
53048 [ 20929] By: jhi                                   on 2003/08/29  12:55:12
53049         Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
53050              From: "Gerrit P. Haase" <gp@familiehaase.de>
53051              Date: Thu, 28 Aug 2003 08:18:51 +0200
53052              Message-ID: <4157199551.20030828081851@familiehaase.de>
53053
53054              (changed so that the 'b' is always appended)
53055      Branch: perl
53056            ! perlio.c
53057 ____________________________________________________________________________
53058 [ 20928] By: jhi                                   on 2003/08/29  07:04:17
53059         Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
53060              From: marek.rouchal@infineon.com
53061              Date: Wed, 27 Aug 2003 17:25:28 +0200
53062              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
53063
53064              PodParser-1.25 prerelease.
53065      Branch: perl
53066            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
53067            ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
53068            ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
53069 ____________________________________________________________________________
53070 [ 20927] By: jhi                                   on 2003/08/28  18:53:45
53071         Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
53072      Branch: perl
53073            ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
53074 ____________________________________________________________________________
53075 [ 20925] By: jhi                                   on 2003/08/28  16:15:47
53076         Log: Subject: [PATCH] valgrindpp.pl
53077              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
53078              Date: Thu, 28 Aug 2003 09:43:49 +0200
53079              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
53080      Branch: perl
53081            ! Porting/valgrindpp.pl
53082 ____________________________________________________________________________
53083 [ 20924] By: jhi                                   on 2003/08/28  16:12:08
53084         Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
53085              From: Paul Johnson <paul@pjcj.net>
53086              Date: Thu, 28 Aug 2003 00:13:59 +0200
53087              Message-ID: <20030827221359.GE28396@pjcj.net>
53088      Branch: perl
53089            ! ext/B/B/Deparse.pm
53090 ____________________________________________________________________________
53091 [ 20923] By: jhi                                   on 2003/08/28  01:45:51
53092         Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
53093              From: Michael G Schwern <schwern@pobox.com>
53094              Date: Wed, 27 Aug 2003 15:05:20 -0700
53095              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
53096      Branch: perl
53097            ! lib/ExtUtils/MakeMaker/Tutorial.pod
53098 ____________________________________________________________________________
53099 [ 20922] By: rgs                                   on 2003/08/27  19:52:27
53100         Log: Add caveats and tests for Symbol::delete_package().
53101      Branch: perl
53102            ! lib/Symbol.pm lib/Symbol.t
53103 ____________________________________________________________________________
53104 [ 20921] By: jhi                                   on 2003/08/27  17:12:56
53105         Log: Configure is doing fine in Ultrix, operator error.
53106      Branch: perl
53107            ! hints/ultrix_4.sh
53108 ____________________________________________________________________________
53109 [ 20920] By: jhi                                   on 2003/08/27  16:49:22
53110         Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
53111      Branch: perl
53112            + Porting/valgrindpp.pl
53113            ! MANIFEST
53114 ____________________________________________________________________________
53115 [ 20917] By: jhi                                   on 2003/08/27  13:09:33
53116         Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
53117              From: "John P. Linderman" <jpl@research.att.com>
53118              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
53119              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
53120
53121              Subject: typo in pod/perlnewmod.pod [PATCH]
53122              From: "John P. Linderman" <jpl@research.att.com>
53123              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
53124              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
53125
53126              Subject: [PATCH] document the location of byacc
53127              From: Dave Mitchell <davem@fdgroup.com>
53128              Date: Wed, 27 Aug 2003 14:26:50 +0100
53129              Message-ID: <20030827132650.GA23144@fdgroup.com>
53130      Branch: perl
53131            ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
53132            ! pod/perlnewmod.pod
53133 ____________________________________________________________________________
53134 [ 20916] By: jhi                                   on 2003/08/27  13:01:26
53135         Log: Ultrix tweaks: <string.h> must not be included twice
53136              (otherwise one gets prototype conflicts between the <string.h>
53137              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
53138              define in <string.h>...); and Configure misprobes some features.
53139      Branch: perl
53140            ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
53141            ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
53142            ! hints/ultrix_4.sh
53143 ____________________________________________________________________________
53144 [ 20915] By: jhi                                   on 2003/08/27  05:37:34
53145         Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
53146              but instead it is 0xFFFF.  So retract #20914.
53147      Branch: perl
53148            ! perl.h
53149 ____________________________________________________________________________
53150 [ 20914] By: jhi                                   on 2003/08/27  05:17:44
53151         Log: Sanity check for BYTEORDER.
53152      Branch: perl
53153            ! perl.h
53154 ____________________________________________________________________________
53155 [ 20913] By: rgs                                   on 2003/08/26  20:34:48
53156         Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
53157
53158              [20859]
53159              Two portability patches for DJGPP from Richard Dawe
53160              <rich@phekda.freeserve.co.uk>.
53161              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
53162
53163              [20911]
53164              Don't uppercase automatically all environment variables on DJGPP.
53165              (reported by Richard Dawe, this breaks portability of Unix
53166              scripts.) Don't change the behaviour on plain MS/DOS.
53167      Branch: perl
53168            ! perl.c
53169           !> djgpp/djgppsed.sh dosish.h
53170 ____________________________________________________________________________
53171 [ 20912] By: rgs                                   on 2003/08/26  20:15:40
53172         Log: perlapi.pod tweaks, based on :
53173              Subject: misdocumented return value for sv_setref*
53174              From: Joe Schaefer <joe+perl@sunstarsys.com>
53175              Date: 12 Aug 2003 13:21:42 -0400
53176              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
53177      Branch: perl
53178            ! pod/perlapi.pod sv.c
53179 ____________________________________________________________________________
53180 [ 20910] By: rgs                                   on 2003/08/26  19:37:29
53181         Log: Change the internal prototype of the pop() and shift() builtins
53182              to (;\@), to reflect that their array argument is optional.
53183      Branch: perl
53184            ! opcode.h opcode.pl
53185 ____________________________________________________________________________
53186 [ 20909] By: rgs                                   on 2003/08/26  19:13:39
53187         Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
53188              From: Dave Mitchell <davem@fdgroup.com>
53189              Date: Sun, 24 Aug 2003 15:52:00 +0100
53190              Message-ID: <20030824145159.GA12210@fdgroup.com>
53191      Branch: perl
53192            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
53193 ____________________________________________________________________________
53194 [ 20908] By: rgs                                   on 2003/08/26  18:40:50
53195         Log: Subject: [PATCH] minor File::Spec testing cleanup
53196              From: Ken Williams <ken@mathforum.org>
53197              Date: Thu, 21 Aug 2003 22:47:51 -0500
53198              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
53199      Branch: perl
53200            ! lib/File/Spec/t/rel2abs2rel.t
53201 ____________________________________________________________________________
53202 [ 20907] By: jhi                                   on 2003/08/26  12:12:14
53203         Log: Maintainer catch from Rafael.
53204      Branch: perl
53205            ! Porting/Maintainers.pl
53206 ____________________________________________________________________________
53207 [ 20905] By: jhi                                   on 2003/08/26  09:36:22
53208         Log: Take a cutdown version of the change #20903 also to perlebcdic.
53209      Branch: perl
53210            ! pod/perlebcdic.pod
53211 ____________________________________________________________________________
53212 [ 20904] By: jhi                                   on 2003/08/26  09:29:49
53213         Log: No dynaloading at all in Ultrix.
53214      Branch: perl
53215            ! hints/ultrix_4.sh
53216 ____________________________________________________________________________
53217 [ 20903] By: jhi                                   on 2003/08/26  08:54:02
53218         Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
53219              (This information looks interesting enough to be mentioned
53220              elsewhere, too.)
53221      Branch: perl
53222            ! README.bs2000
53223 ____________________________________________________________________________
53224 [ 20902] By: jhi                                   on 2003/08/26  08:36:36
53225         Log: CGI::Carp from CGI.pm 3.00 was missing.
53226      Branch: perl
53227            ! lib/CGI/Carp.pm
53228 ____________________________________________________________________________
53229 [ 20901] By: jhi                                   on 2003/08/26  05:18:15
53230         Log: Subject: Re: [PATCH] valgrind and /#/x
53231              From: Enache Adrian <enache@rdslink.ro>
53232              Date: Tue, 26 Aug 2003 08:11:07 +0300
53233              Message-ID: <20030826051107.GA1086@ratsnest.hole>
53234      Branch: perl
53235            ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
53236 ____________________________________________________________________________
53237 [ 20900] By: jhi                                   on 2003/08/26  04:53:09
53238         Log: More memory lane.
53239      Branch: perl
53240            ! hints/ultrix_4.sh
53241 ____________________________________________________________________________
53242 [ 20899] By: rgs                                   on 2003/08/25  21:05:57
53243         Log: fix syscall() prototype description in
53244              perlfunc.pod, as suggested by Lukas Mai.
53245      Branch: perl
53246            ! pod/perlfunc.pod
53247 ____________________________________________________________________________
53248 [ 20896] By: jhi                                   on 2003/08/25  19:52:48
53249         Log: Tiny doc tweak.
53250      Branch: perl
53251            ! README.solaris
53252 ____________________________________________________________________________
53253 [ 20895] By: jhi                                   on 2003/08/25  19:46:31
53254         Log: Even more SunOS 4 info.
53255      Branch: perl
53256            ! README.solaris
53257 ____________________________________________________________________________
53258 [ 20894] By: jhi                                   on 2003/08/25  19:37:00
53259         Log: Subject: [PATCH@20512] make backspace key work for WinCE users
53260              From: Vadim Konovalov <vkonovalov@peterstar.ru>
53261              Date: Tue, 26 Aug 2003 00:10:29 +0400
53262              Message-ID: <135606488000.20030826001029@peterstar.ru>
53263      Branch: perl
53264            ! wince/perlmain.c
53265 ____________________________________________________________________________
53266 [ 20893] By: jhi                                   on 2003/08/25  19:25:08
53267         Log: Subject: more valgrinding: select problem?
53268              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
53269              Date: Mon, 25 Aug 2003 22:02:17 +0200
53270              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
53271
53272              In glibc, just use the __FD_SETSIZE since that's
53273              the size of the buffer (usually 1024 bits, much
53274              more than the selectminbits of 32).
53275      Branch: perl
53276            ! pp_sys.c
53277 ____________________________________________________________________________
53278 [ 20892] By: jhi                                   on 2003/08/25  19:11:32
53279         Log: More ptags tweakage from Stas; now add 'fullpath'
53280              option to get absolute paths.
53281      Branch: perl
53282            ! emacs/ptags
53283 ____________________________________________________________________________
53284 [ 20891] By: jhi                                   on 2003/08/25  18:35:03
53285         Log: The new tests of #20888 didn't really test what they claimed to.
53286      Branch: perl
53287            ! t/op/pat.t
53288 ____________________________________________________________________________
53289 [ 20890] By: jhi                                   on 2003/08/25  18:14:33
53290         Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
53291              From: Jose.auguste-etienne@cgss-guyane.fr
53292              Date: Mon, 25 Aug 2003 14:35:45 -0300
53293              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
53294
53295              AIX Configure advice.
53296      Branch: perl
53297            ! README.aix
53298 ____________________________________________________________________________
53299 [ 20889] By: jhi                                   on 2003/08/25  18:08:42
53300         Log: More SunOS 4.x info.
53301      Branch: perl
53302            ! README.solaris
53303 ____________________________________________________________________________
53304 [ 20888] By: jhi                                   on 2003/08/25  17:53:32
53305         Log: The #20887 didn't go over that well;
53306              and add a few more tests from UTS#18.
53307      Branch: perl
53308            ! t/op/pat.t
53309 ____________________________________________________________________________
53310 [ 20887] By: jhi                                   on 2003/08/25  16:40:51
53311         Log: pat.t -> charnames -> UCD -> Storable,
53312              not good for static builds and minitest.
53313      Branch: perl
53314            ! t/op/pat.t
53315 ____________________________________________________________________________
53316 [ 20886] By: jhi                                   on 2003/08/25  16:35:26
53317         Log: SunOS 4.1.4 is working, too.
53318      Branch: perl
53319            ! README.solaris hints/sunos_4_1.sh
53320 ____________________________________________________________________________
53321 [ 20884] By: jhi                                   on 2003/08/25  16:05:18
53322         Log: Regen perlmodlib, perltoc.
53323      Branch: perl
53324            ! pod/perlmodlib.pod pod/perltoc.pod
53325 ____________________________________________________________________________
53326 [ 20881] By: jhi                                   on 2003/08/25  15:45:51
53327         Log: UVSIZE is not yet defined when it would be needed
53328              by MULTIARCH.  So go back to LONGSIZE, and (belt-
53329              and-suspenders-and-rope style) later in UVSIZE
53330              possibly redefine BYTEORDER.
53331      Branch: perl
53332            ! Configure config_h.SH
53333 ____________________________________________________________________________
53334 [ 20880] By: jhi                                   on 2003/08/25  11:28:45
53335         Log: Subject: [PATCH] valgrind and /#/x
53336              From: Dave Mitchell <davem@fdgroup.com>
53337              Date: Mon, 25 Aug 2003 13:27:49 +0100
53338              Message-ID: <20030825122748.GA15560@fdgroup.com>
53339      Branch: perl
53340            ! regcomp.c
53341 ____________________________________________________________________________
53342 [ 20879] By: jhi                                   on 2003/08/25  11:16:29
53343         Log: Subject: Please update my address
53344              From: Ed Avis <ed@membled.com>
53345              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
53346              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
53347
53348              (Just the AUTHORS part, though, I don't think retroactively
53349              updating the Changes* is useful.)
53350      Branch: perl
53351            ! AUTHORS
53352 ____________________________________________________________________________
53353 [ 20878] By: jhi                                   on 2003/08/25  11:14:26
53354         Log: Document even more ways of affecting your "utf8ness".
53355      Branch: perl
53356            ! lib/utf8.pm
53357 ____________________________________________________________________________
53358 [ 20877] By: jhi                                   on 2003/08/25  11:11:40
53359         Log: Change the VERSION since there are now changes since Perl 5.8.0.
53360      Branch: perl
53361            ! ext/I18N/Langinfo/Langinfo.pm
53362 ____________________________________________________________________________
53363 [ 20876] By: jhi                                   on 2003/08/25  11:11:13
53364         Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
53365              since Perl 5.8.0.
53366      Branch: perl
53367            ! lib/CGI/Util.pm
53368 ____________________________________________________________________________
53369 [ 20875] By: jhi                                   on 2003/08/25  11:09:49
53370         Log: Upgrade to CGI.pm 3.00.
53371      Branch: perl
53372            ! lib/CGI.pm lib/CGI/Util.pm
53373 ____________________________________________________________________________
53374 [ 20872] By: jhi                                   on 2003/08/25  09:03:44
53375         Log: Subject: [PATCH] valgrind update
53376              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
53377              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
53378              Message-ID: <21671.1061797917@www38.gmx.net>
53379      Branch: perl
53380            ! t/TEST t/op/magic.t
53381 ____________________________________________________________________________
53382 [ 20871] By: jhi                                   on 2003/08/25  05:16:02
53383         Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
53384              From: Nicholas Clark <nick@ccl4.org>
53385              Date: Sun, 24 Aug 2003 16:48:53 +0100
53386              Message-ID: <20030824164851.E558@plum.flirble.org>
53387      Branch: perl
53388            ! doop.c
53389 ____________________________________________________________________________
53390 [ 20870] By: jhi                                   on 2003/08/25  05:14:04
53391         Log: Subject: [patch emacs/ptags] allow xemacs to be used
53392              From: Stas Bekman <stas@stason.org>
53393              Date: Sun, 24 Aug 2003 22:05:00 -0700
53394              Message-ID: <3F4998FC.3090401@stason.org>
53395      Branch: perl
53396            ! emacs/ptags
53397 ____________________________________________________________________________
53398 [ 20868] By: jhi                                   on 2003/08/24  13:20:03
53399         Log: MPE/iX doc tweak from Mark Bixby.
53400      Branch: perl
53401            ! README.mpeix
53402 ____________________________________________________________________________
53403 [ 20867] By: jhi                                   on 2003/08/24  10:46:42
53404         Log: Various tweaks for getting Perl to compile on SunOS 4.x.
53405              Doesn't work well yet, something broken in DynaLoader/XSLoader?
53406      Branch: perl
53407            ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
53408 ____________________________________________________________________________
53409 [ 20866] By: jhi                                   on 2003/08/24  10:00:59
53410         Log: IRIX 5.3 is 99.90% okay.
53411      Branch: perl
53412            ! README.irix hints/irix_5.sh
53413 ____________________________________________________________________________
53414 [ 20865] By: jhi                                   on 2003/08/24  08:24:46
53415         Log: An imperfect last resort in case there is no strtoul() but
53416              there is strtol() (like e.g. SunOS 4) because of the Atoul()
53417              in Perl_get_hash_seed()).  The only true fix would be to
53418              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
53419              in numeric.c.
53420      Branch: perl
53421            ! perl.h
53422 ____________________________________________________________________________
53423 [ 20864] By: jhi                                   on 2003/08/24  07:45:47
53424         Log: s/rationale/rational/g on bigrats.
53425      Branch: perl
53426            ! lib/Math/BigRat.pm lib/bigrat.pm
53427 ____________________________________________________________________________
53428 [ 20862] By: jhi                                   on 2003/08/24  06:41:17
53429         Log: Update the CPAN mirrors list.
53430      Branch: perl
53431            ! pod/perlmodlib.PL pod/perlmodlib.pod
53432 ____________________________________________________________________________
53433 [ 20861] By: jhi                                   on 2003/08/24  06:13:13
53434         Log: gcc -O3 and Storable in Linux do not like each other.
53435      Branch: perl
53436            ! ext/Storable/hints/linux.pl
53437 ____________________________________________________________________________
53438 [ 20860] By: jhi                                   on 2003/08/24  05:34:56
53439         Log: Bad quote day, noticed by Philip Newton.
53440      Branch: perl
53441            ! hints/dos_djgpp.sh
53442 ____________________________________________________________________________
53443 [ 20856] By: jhi                                   on 2003/08/23  09:15:15
53444         Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
53445              From: Enache Adrian <enache@rdslink.ro>
53446              Date: Mon, 4 Aug 2003 16:20:19 +0300
53447              Message-ID: <20030804132019.GA6764@ratsnest.hole>
53448      Branch: perl
53449            ! Configure config_h.SH
53450 ____________________________________________________________________________
53451 [ 20855] By: jhi                                   on 2003/08/23  07:51:32
53452         Log: Add more comments so that one can see what is supposed to happen.
53453      Branch: perl
53454            ! t/op/lc.t
53455 ____________________________________________________________________________
53456 [ 20854] By: jhi                                   on 2003/08/23  07:41:11
53457         Log: More data points about the Storable optimization problem
53458              in Linux.  (It might be that also non-Debians are affected,
53459              waiting for more information.)
53460      Branch: perl
53461            ! ext/Storable/hints/linux.pl
53462 ____________________________________________________________________________
53463 [ 20853] By: jhi                                   on 2003/08/23  07:37:41
53464         Log: Move the note about known eval leaks earlier.
53465      Branch: perl
53466            ! pod/perlhack.pod
53467 ____________________________________________________________________________
53468 [ 20852] By: jhi                                   on 2003/08/23  07:15:58
53469         Log: Forgot to regen byterun.c.
53470      Branch: perl
53471            ! ext/ByteLoader/byterun.c
53472 ____________________________________________________________________________
53473 [ 20851] By: jhi                                   on 2003/08/23  07:13:29
53474         Log: Doc tweaks on perlhack.
53475      Branch: perl
53476            ! pod/perlhack.pod
53477 ____________________________________________________________________________
53478 [ 20850] By: jhi                                   on 2003/08/23  06:54:58
53479         Log: Subject: [PATCH] Re: valgrind as a leak hound?
53480              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
53481              Date: Fri, 22 Aug 2003 23:28:18 +0200
53482              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
53483
53484              Add the leak detection to valgrind testing.
53485      Branch: perl
53486            + t/perl.supp
53487            ! MANIFEST pod/perlhack.pod t/TEST
53488 ____________________________________________________________________________
53489 [ 20843] By: jhi                                   on 2003/08/22  15:05:39
53490         Log: Oops.  Why can't C comments nest?
53491      Branch: perl
53492            ! pp_sys.c
53493 ____________________________________________________________________________
53494 [ 20842] By: jhi                                   on 2003/08/22  14:57:09
53495         Log: Try to dodge getspnam() in AIX.
53496      Branch: perl
53497            ! pp_sys.c
53498 ____________________________________________________________________________
53499 [ 20840] By: jhi                                   on 2003/08/22  13:52:26
53500         Log: Subject: Re: mysterious bytecode.t failure
53501              From: Enache Adrian <enache@rdslink.ro>
53502              Date: Fri, 22 Aug 2003 11:49:34 +0300
53503              Message-ID: <20030822084934.GA1257@ratsnest.hole>
53504      Branch: perl
53505            ! t/base/lex.t
53506 ____________________________________________________________________________
53507 [ 20839] By: jhi                                   on 2003/08/22  13:51:44
53508         Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
53509              From: Slaven Rezic <slaven@rezic.de>
53510              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
53511              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
53512      Branch: perl
53513            ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
53514 ____________________________________________________________________________
53515 [ 20837] By: jhi                                   on 2003/08/22  13:42:24
53516         Log: Just #.
53517      Branch: perl
53518            ! pod/buildtoc pod/perltoc.pod
53519 ____________________________________________________________________________
53520 [ 20835] By: jhi                                   on 2003/08/22  13:32:12
53521         Log: Regen toc.
53522      Branch: perl
53523            ! pod/perltoc.pod
53524 ____________________________________________________________________________
53525 [ 20834] By: jhi                                   on 2003/08/22  13:28:36
53526         Log: Also MANIFEST the vms/perlvms restoration.
53527      Branch: perl
53528            ! MANIFEST
53529 ____________________________________________________________________________
53530 [ 20833] By: jhi                                   on 2003/08/22  13:22:02
53531         Log: In the vms/descrip_mms.template    the perlvms.pod must
53532              be copied from vms/, err, [.vms], not [.pod].
53533      Branch: perl
53534            ! pod/buildtoc vms/descrip_mms.template
53535 ____________________________________________________________________________
53536 [ 20832] By: jhi                                   on 2003/08/22  13:15:35
53537         Log: Retract #20826 and #20831; things are done differently
53538              in VMS, it seems.  Maybe the vms/descrip_mms.template
53539              needs to be changed?
53540      Branch: perl
53541            + vms/perlvms.pod
53542            - pod/perlvms.pod
53543            ! MANIFEST Makefile.SH
53544 ____________________________________________________________________________
53545 [ 20831] By: jhi                                   on 2003/08/22  13:04:47
53546         Log: Rafael spotted that vms/perlvms.pod was still referred to.
53547      Branch: perl
53548            ! Makefile.SH
53549 ____________________________________________________________________________
53550 [ 20829] By: jhi                                   on 2003/08/22  12:22:04
53551         Log: The change #20809 opened up a code path that might leave s unset.
53552      Branch: perl
53553            ! mg.c
53554 ____________________________________________________________________________
53555 [ 20828] By: jhi                                   on 2003/08/22  12:17:49
53556         Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
53557              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
53558              Date: Fri, 22 Aug 2003 14:57:09 +0200
53559              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
53560      Branch: perl
53561            ! lib/File/Path.t
53562 ____________________________________________________________________________
53563 [ 20827] By: jhi                                   on 2003/08/22  12:17:01
53564         Log: Test the correct longness; from Enache.
53565      Branch: perl
53566            ! ext/B/t/assembler.t
53567 ____________________________________________________________________________
53568 [ 20826] By: jhi                                   on 2003/08/22  12:15:28
53569         Log: perlvms moving day, from Craig Berry.
53570      Branch: perl
53571            + pod/perlvms.pod
53572            - vms/perlvms.pod
53573            ! MANIFEST
53574 ____________________________________________________________________________
53575 [ 20825] By: jhi                                   on 2003/08/22  12:14:14
53576         Log: Lower Storable.xs optimization to -O2 on certain
53577              known platforms.
53578      Branch: perl
53579            + ext/Storable/hints/linux.pl
53580            ! MANIFEST
53581 ____________________________________________________________________________
53582 [ 20824] By: jhi                                   on 2003/08/22  08:20:15
53583         Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
53584              From: Nicholas Clark <nick@ccl4.org>
53585              Date: Thu, 21 Aug 2003 22:26:18 +0100
53586              Message-ID: <20030821222618.T558@plum.flirble.org>
53587      Branch: perl
53588            ! t/op/pack.t
53589 ____________________________________________________________________________
53590 [ 20823] By: jhi                                   on 2003/08/22  08:16:47
53591         Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
53592              From: alian@cpan.org (Alian)
53593              Date: Wed, 20 Aug 2003 20:39:17 +0200
53594              Message-ID: <3F43C055.6030709@jupiter.alianet>
53595      Branch: perl
53596            ! t/op/pack.t
53597 ____________________________________________________________________________
53598 [ 20822] By: jhi                                   on 2003/08/22  08:01:57
53599         Log: Try to make the use of utf8 as clear as possible.
53600      Branch: perl
53601            ! lib/utf8.pm
53602 ____________________________________________________________________________
53603 [ 20821] By: jhi                                   on 2003/08/22  07:51:21
53604         Log: Put the tests of the change #19064 back, but disable them.
53605      Branch: perl
53606            ! t/op/args.t
53607 ____________________________________________________________________________
53608 [ 20820] By: jhi                                   on 2003/08/22  06:47:50
53609         Log: Advertise the encoding pragma at the utf8 pragma.
53610      Branch: perl
53611            ! lib/utf8.pm
53612 ____________________________________________________________________________
53613 [ 20819] By: jhi                                   on 2003/08/22  06:31:29
53614         Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
53615              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
53616              Date: Fri, 22 Aug 2003 09:01:09 +0200
53617              Message-id: <20030822070109.GA1029@ethan>
53618      Branch: perl
53619            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
53620            ! ext/Devel/PPPort/t/test.t
53621 ____________________________________________________________________________
53622 [ 20817] By: jhi                                   on 2003/08/22  05:18:53
53623         Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
53624              From: insecure <insecure@mail.od.ua>
53625              Date: Thu, 21 Aug 2003 21:37:56 +0300
53626              Message-Id: <200308212137.57016.insecure@mail.od.ua>
53627      Branch: perl
53628            ! ext/I18N/Langinfo/Langinfo.xs
53629 ____________________________________________________________________________
53630 [ 20816] By: jhi                                   on 2003/08/22  05:15:30
53631         Log: More bytecode patching from Enache.
53632      Branch: perl
53633            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
53634            ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
53635 ____________________________________________________________________________
53636 [ 20815] By: jhi                                   on 2003/08/22  05:06:58
53637         Log: Subject: Re: pod cleanup
53638              From: Ken Williams <ken@mathforum.org>
53639              Date: Thu, 21 Aug 2003 21:24:57 -0500
53640              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
53641      Branch: perl
53642            ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
53643 ____________________________________________________________________________
53644 [ 20814] By: jhi                                   on 2003/08/22  05:05:52
53645         Log: Do not edit perltoc since it is autogenerated.
53646      Branch: perl
53647            ! pod/buildtoc
53648 ____________________________________________________________________________
53649 [ 20813] By: jhi                                   on 2003/08/22  04:57:12
53650         Log: Subject: [PATCH] Re: pod cleanup
53651              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
53652              Date: Thu, 21 Aug 2003 17:09:17 -0400
53653              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
53654
53655              (the pod part)
53656      Branch: perl
53657            ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
53658            ! pod/perlipc.pod pod/perlpacktut.pod
53659 ____________________________________________________________________________
53660 [ 20811] By: jhi                                   on 2003/08/22  04:46:58
53661         Log: No need to E<gt>.
53662      Branch: perl
53663            ! pod/perluniintro.pod
53664 ____________________________________________________________________________
53665 [ 20810] By: jhi                                   on 2003/08/22  04:46:01
53666         Log: Add File::Temp's OO test.
53667      Branch: perl
53668            + lib/File/Temp/t/object.t
53669            ! MANIFEST
53670 ____________________________________________________________________________
53671 [ 20809] By: rgs                                   on 2003/08/21  19:07:22
53672         Log: The magic variables that alter STDOUT have a tendancy to segfault
53673              when accessed if STDOUT is undefined. Protect them.
53674      Branch: perl
53675            ! mg.c
53676 ____________________________________________________________________________
53677 [ 20808] By: jhi                                   on 2003/08/21  18:39:36
53678         Log: Mention the Unicode UTR #18 version referenced.
53679      Branch: perl
53680            ! pod/perlunicode.pod
53681 ____________________________________________________________________________
53682 [ 20807] By: jhi                                   on 2003/08/21  18:22:22
53683         Log: Must close so that unlink works portably.
53684      Branch: perl
53685            ! t/io/utf8.t
53686 ____________________________________________________________________________
53687 [ 20806] By: jhi                                   on 2003/08/21  18:15:07
53688         Log: Subject: [perluniintro.pod] pod markup fix
53689              From: Stas Bekman <stas@stason.org>
53690              Date: Thu, 21 Aug 2003 11:41:01 -0700
53691              Message-ID: <3F45123D.8020805@stason.org>
53692      Branch: perl
53693            ! pod/perluniintro.pod
53694 ____________________________________________________________________________
53695 [ 20805] By: jhi                                   on 2003/08/21  18:11:30
53696         Log: Subject: [PATCH] utf8 variable names scrambled in error messages
53697              From: Enache Adrian <enache@rdslink.ro>
53698              Date: Thu, 21 Aug 2003 21:17:26 +0300
53699              Message-ID: <20030821181726.GA1241@ratsnest.hole>
53700      Branch: perl
53701            ! gv.c t/op/die.t
53702 ____________________________________________________________________________
53703 [ 20804] By: jhi                                   on 2003/08/21  18:09:10
53704         Log: Fix the syswrite downgrade bug of
53705              [perl #23428] Somethings rotten in unicode semantics
53706      Branch: perl
53707            ! pp_sys.c t/io/utf8.t
53708 ____________________________________________________________________________
53709 [ 20801] By: jhi                                   on 2003/08/21  15:06:16
53710         Log: No more public cwd(), use private _cwd().
53711      Branch: perl
53712            ! lib/File/Spec/t/Spec.t
53713 ____________________________________________________________________________
53714 [ 20799] By: jhi                                   on 2003/08/21  14:20:04
53715         Log: Underline the fact that abs2rel() makes no sense
53716              if it spans multiple roots.
53717      Branch: perl
53718            ! lib/File/Spec.pm lib/File/Spec/Unix.pm
53719 ____________________________________________________________________________
53720 [ 20798] By: jhi                                   on 2003/08/21  14:12:29
53721         Log: Rename the internal cwd() to _cwd() (it's not curdir).
53722      Branch: perl
53723            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
53724            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
53725            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
53726            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
53727 ____________________________________________________________________________
53728 [ 20797] By: jhi                                   on 2003/08/21  14:05:18
53729         Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
53730              From: PPrymmer@factset.com
53731              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
53732              Date: Tue, 19 Aug 2003 21:50:12 -0400
53733      Branch: perl
53734            ! lib/ExtUtils/MM_Unix.pm
53735 ____________________________________________________________________________
53736 [ 20795] By: jhi                                   on 2003/08/21  04:42:56
53737         Log: Retract #19064, broke mod_perl flushing (localisation of $|).
53738              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
53739              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
53740      Branch: perl
53741            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
53742 ____________________________________________________________________________
53743 [ 20794] By: jhi                                   on 2003/08/21  04:35:54
53744         Log: MPE/iX does not have nanosleep() (the test makes
53745              a wrong conclusion of the linking succeeding)
53746      Branch: perl
53747            ! ext/Time/HiRes/Makefile.PL
53748 ____________________________________________________________________________
53749 [ 20793] By: jhi                                   on 2003/08/21  04:35:05
53750         Log: Subject: Re: untieing your victim during the act
53751              From: Dave Mitchell <davem@fdgroup.com>
53752              Date: Wed, 20 Aug 2003 20:44:53 +0100
53753              Message-ID: <20030820194453.GD27719@fdgroup.com>
53754      Branch: perl
53755            ! mg.c
53756 ____________________________________________________________________________
53757 [ 20792] By: jhi                                   on 2003/08/21  04:30:54
53758         Log: Byteloader patching from Enache continues;
53759              PADOFFSET handling was wrong.
53760      Branch: perl
53761            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
53762            ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
53763            ! ext/ByteLoader/byterun.c
53764 ____________________________________________________________________________
53765 [ 20791] By: jhi                                   on 2003/08/20  13:55:35
53766         Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
53767              From: Steve Hay <steve.hay@uk.radan.com>
53768              Date: Wed, 20 Aug 2003 10:54:46 +0100
53769              Message-ID: <3F434566.3030602@uk.radan.com>
53770      Branch: perl
53771            ! win32/Makefile win32/makefile.mk
53772 ____________________________________________________________________________
53773 [ 20790] By: jhi                                   on 2003/08/20  11:01:52
53774         Log: Upgrade to Encode 1.98.
53775      Branch: perl
53776            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
53777            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
53778            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
53779            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
53780            ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
53781            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
53782            ! ext/Encode/ucm/macHebrew.ucm
53783 ____________________________________________________________________________
53784 [ 20789] By: jhi                                   on 2003/08/20  10:49:51
53785         Log: Patch from Enache for the crashing of bytecode.t in Tru64.
53786      Branch: perl
53787            ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
53788 ____________________________________________________________________________
53789 [ 20786] By: rgs                                   on 2003/08/19  20:22:07
53790         Log: t/TEST fails to fail when it can't find tests.
53791      Branch: perl
53792            ! t/TEST
53793 ____________________________________________________________________________
53794 [ 20785] By: jhi                                   on 2003/08/19  19:34:18
53795         Log: Manifest.t.ation of Schwern.
53796      Branch: perl
53797            ! lib/ExtUtils/t/Manifest.t
53798 ____________________________________________________________________________
53799 [ 20783] By: jhi                                   on 2003/08/19  19:24:00
53800         Log: Nick's podulator was right, I just hadn't read the manual...
53801              the vms\perlvms.pod lines needed to be moved.
53802      Branch: perl
53803            ! win32/Makefile win32/makefile.mk
53804 ____________________________________________________________________________
53805 [ 20781] By: jhi                                   on 2003/08/19  16:59:49
53806         Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
53807              From: Andy Dougherty <doughera@lafayette.edu>
53808              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
53809              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
53810      Branch: perl
53811            ! INSTALL
53812 ____________________________________________________________________________
53813 [ 20780] By: jhi                                   on 2003/08/19  16:54:48
53814         Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
53815              From: alian <alian@cpan.org>
53816              Date: Tue, 19 Aug 2003 18:18:03 +0200
53817              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
53818      Branch: perl
53819            + ext/B/hints/openbsd.pl
53820            ! MANIFEST
53821 ____________________________________________________________________________
53822 [ 20779] By: jhi                                   on 2003/08/19  16:49:22
53823         Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
53824              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
53825              Date: Tue, 19 Aug 2003 08:28:14 -0700
53826              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
53827      Branch: perl
53828            ! lib/File/Spec/OS2.pm
53829 ____________________________________________________________________________
53830 [ 20778] By: jhi                                   on 2003/08/19  15:09:30
53831         Log: Unnecessary whitespace diff.
53832      Branch: perl
53833            ! lib/ExtUtils/MakeMaker.pm
53834 ____________________________________________________________________________
53835 [ 20777] By: jhi                                   on 2003/08/19  15:05:18
53836         Log: One less failure.
53837      Branch: perl
53838            ! lib/ExtUtils/t/Manifest.t
53839 ____________________________________________________________________________
53840 [ 20776] By: jhi                                   on 2003/08/19  13:36:03
53841         Log: Replace #20772 with
53842
53843              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
53844              From: PPrymmer@factset.com
53845              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
53846              Date: Tue, 19 Aug 2003 10:29:44 -0400
53847      Branch: perl
53848            ! lib/ExtUtils/t/Manifest.t
53849 ____________________________________________________________________________
53850 [ 20775] By: jhi                                   on 2003/08/19  13:29:13
53851         Log: (From Enache) Keep bytecode files (.plc) around in case
53852              of failures.  (Currently Tru64 is reliably barfing.)
53853      Branch: perl
53854            ! ext/B/t/bytecode.t
53855 ____________________________________________________________________________
53856 [ 20774] By: jhi                                   on 2003/08/19  13:20:59
53857         Log: 's buildtoc now.
53858      Branch: perl
53859            ! README.cygwin
53860 ____________________________________________________________________________
53861 [ 20773] By: jhi                                   on 2003/08/19  13:19:24
53862         Log: These are kind of important.
53863      Branch: perl
53864            ! MANIFEST
53865 ____________________________________________________________________________
53866 [ 20772] By: jhi                                   on 2003/08/19  13:13:26
53867         Log: Replace #20763 with
53868
53869              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
53870              From: Michael G Schwern <schwern@pobox.com>
53871              Date: Mon, 18 Aug 2003 17:07:30 -0700
53872              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
53873      Branch: perl
53874            ! lib/ExtUtils/t/Manifest.t
53875 ____________________________________________________________________________
53876 [ 20771] By: jhi                                   on 2003/08/19  13:10:42
53877         Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
53878              From: Michael G Schwern <schwern@pobox.com>
53879              Date: Mon, 18 Aug 2003 18:02:08 -0700
53880              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
53881      Branch: perl
53882            ! lib/File/Spec/OS2.pm
53883 ____________________________________________________________________________
53884 [ 20770] By: jhi                                   on 2003/08/19  13:08:45
53885         Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
53886              From: Ken Williams <ken@mathforum.org>
53887              Date: Mon, 18 Aug 2003 17:07:43 -0500
53888              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
53889      Branch: perl
53890            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
53891            ! lib/File/Spec/t/Spec.t
53892 ____________________________________________________________________________
53893 [ 20769] By: jhi                                   on 2003/08/19  12:25:07
53894         Log: Update the history records.
53895      Branch: perl
53896            ! pod/perlhist.pod
53897 ____________________________________________________________________________
53898 [ 20768] By: jhi                                   on 2003/08/19  12:15:58
53899         Log: Still trying to unify MANIFEST sorting.
53900      Branch: perl
53901            ! MANIFEST pod/buildtoc
53902 ____________________________________________________________________________
53903 [ 20767] By: jhi                                   on 2003/08/19  12:10:00
53904         Log: Try to unify the MANIFEST sorting.
53905      Branch: perl
53906            ! MANIFEST Makefile.SH pod/buildtoc
53907 ____________________________________________________________________________
53908 [ 20766] By: jhi                                   on 2003/08/19  12:04:22
53909         Log: Nicholas Clark's podulator.  The win32 makefile
53910              generation doesn't seem to be working yet.
53911      Branch: perl
53912            + pod.lst pod/buildtoc
53913            - pod/buildtoc.PL
53914            ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
53915            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
53916 ____________________________________________________________________________
53917 [ 20765] By: jhi                                   on 2003/08/19  03:10:57
53918         Log: Pod tweaks for NEXT from Alan Ferrency.
53919      Branch: perl
53920            ! lib/NEXT.pm
53921 ____________________________________________________________________________
53922 [ 20764] By: jhi                                   on 2003/08/18  19:34:16
53923         Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
53924      Branch: perl
53925            ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
53926 ____________________________________________________________________________
53927 [ 20763] By: jhi                                   on 2003/08/18  19:01:33
53928         Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
53929              From: PPrymmer@factset.com
53930              Date: Mon, 18 Aug 2003 15:57:12 -0400
53931              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
53932      Branch: perl
53933            ! lib/ExtUtils/t/Manifest.t
53934 ____________________________________________________________________________
53935 [ 20762] By: jhi                                   on 2003/08/18  18:57:22
53936         Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
53937              From: PPrymmer@factset.com
53938              Date: Mon, 18 Aug 2003 14:28:22 -0400
53939              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
53940      Branch: perl
53941            ! vms/descrip_mms.template
53942 ____________________________________________________________________________
53943 [ 20761] By: jhi                                   on 2003/08/18  18:53:05
53944         Log: Use the base class cwd() method.
53945      Branch: perl
53946            ! lib/File/Spec/VMS.pm
53947 ____________________________________________________________________________
53948 [ 20758] By: jhi                                   on 2003/08/18  09:37:22
53949         Log: Subject: [PATCH] Uppercase globals in Pod::Html
53950              From: Michael G Schwern <schwern@pobox.com>
53951              Date: Mon, 18 Aug 2003 03:29:09 -0700
53952              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
53953      Branch: perl
53954            ! lib/Pod/Html.pm
53955 ____________________________________________________________________________
53956 [ 20756] By: jhi                                   on 2003/08/18  08:46:52
53957         Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
53958              From: Michael G Schwern <schwern@pobox.com>
53959              Date: Mon, 18 Aug 2003 02:44:31 -0700
53960              Message-ID: <20030818094431.GG823@windhund.schwern.org>
53961      Branch: perl
53962            ! lib/Pod/Html.pm
53963 ____________________________________________________________________________
53964 [ 20755] By: jhi                                   on 2003/08/18  08:41:24
53965         Log: Warn about the slowness of memory debuggers.
53966      Branch: perl
53967            ! pod/perlhack.pod
53968 ____________________________________________________________________________
53969 [ 20754] By: jhi                                   on 2003/08/18  08:34:00
53970         Log: Upgrade to ExtUtils::MakeMaker 6.16.
53971      Branch: perl
53972            + lib/ExtUtils/t/prereq_print.t
53973            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
53974            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
53975            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
53976            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
53977            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
53978 ____________________________________________________________________________
53979 [ 20753] By: jhi                                   on 2003/08/18  08:21:36
53980         Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
53981              From: Michael G Schwern <schwern@pobox.com>
53982              Date: Mon, 18 Aug 2003 01:34:34 -0700
53983              Message-ID: <20030818083433.GB823@windhund.schwern.org>
53984      Branch: perl
53985            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
53986 ____________________________________________________________________________
53987 [ 20752] By: jhi                                   on 2003/08/18  07:01:16
53988         Log: I could have sworn the base class method was there.
53989      Branch: perl
53990            ! lib/File/Spec/Unix.pm
53991 ____________________________________________________________________________
53992 [ 20751] By: jhi                                   on 2003/08/18  05:09:34
53993         Log: utf8::is_utf8() wasn't there in 5.8.0.
53994      Branch: perl
53995            ! lib/utf8.pm
53996 ____________________________________________________________________________
53997 [ 20750] By: jhi                                   on 2003/08/18  04:53:22
53998         Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
53999              From: "Craig A. Berry" <craigberry@mac.com>
54000              Date: Sun, 17 Aug 2003 23:28:21 -0500
54001              Message-ID: <3F4055E5.2070407@mac.com>
54002      Branch: perl
54003            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
54004 ____________________________________________________________________________
54005 [ 20749] By: jhi                                   on 2003/08/17  19:27:03
54006         Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
54007              From: Michael G Schwern <schwern@pobox.com>
54008              Date: Sat, 16 Aug 2003 14:58:25 -0700
54009              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
54010
54011              (plus local *REALPATH)
54012      Branch: perl
54013            ! lib/Cwd.pm
54014 ____________________________________________________________________________
54015 [ 20747] By: jhi                                   on 2003/08/17  08:44:18
54016         Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
54017              From: Enache Adrian <enache@rdslink.ro>
54018              Date: Sat, 16 Aug 2003 16:03:16 +0300
54019              Message-ID: <20030816130316.GA1654@ratsnest.hole>
54020
54021              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
54022              From: Enache Adrian <enache@rdslink.ro>
54023              Date: Sun, 17 Aug 2003 04:42:22 +0300
54024              Message-ID: <20030817014222.GA1287@ratsnest.hole>
54025      Branch: perl
54026            ! t/op/die.t util.c
54027 ____________________________________________________________________________
54028 [ 20745] By: jhi                                   on 2003/08/17  07:52:47
54029         Log: The lib/Cwd.pm diet part of
54030
54031              Subject: [PATCH] File::Spec on diet
54032              From: Tels <perl_dummy@bloodgate.com>
54033              Date: Mon, 7 Jul 2003 22:41:42 +0200
54034              Message-Id: <200307072235.03364@bloodgate.com>
54035      Branch: perl
54036            ! lib/Cwd.pm
54037 ____________________________________________________________________________
54038 [ 20744] By: jhi                                   on 2003/08/17  07:50:00
54039         Log: The "reduce memory footprint and increase speed by not
54040              unconditionally pulling in Cwd"    part of
54041
54042              Subject: [PATCH] File::Spec on diet
54043              From: Tels <perl_dummy@bloodgate.com>
54044              Date: Mon, 7 Jul 2003 22:41:42 +0200
54045              Message-Id: <200307072235.03364@bloodgate.com>
54046
54047              was still valid.
54048      Branch: perl
54049            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
54050            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
54051            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
54052            ! lib/File/Spec/Win32.pm
54053 ____________________________________________________________________________
54054 [ 20741] By: jhi                                   on 2003/08/17  06:53:07
54055         Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
54056      Branch: perl
54057            ! lib/File/Temp.pm
54058 ____________________________________________________________________________
54059 [ 20739] By: jhi                                   on 2003/08/16  21:03:07
54060         Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
54061              From: PPrymmer@factset.com
54062              Date: Sat, 16 Aug 2003 11:55:58 -0400
54063              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
54064      Branch: perl
54065            ! installperl
54066 ____________________________________________________________________________
54067 [ 20738] By: jhi                                   on 2003/08/16  20:39:47
54068         Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
54069              $VERSION at 1.601 so that we are different in version
54070              than 5.8.0 since the module is different (one doc tweak).
54071      Branch: perl
54072            ! ext/Filter/Util/Call/Call.pm
54073 ____________________________________________________________________________
54074 [ 20737] By: jhi                                   on 2003/08/16  20:25:21
54075         Log: valgrind --help didn't return a happy exit status.
54076      Branch: perl
54077            ! Makefile.SH
54078 ____________________________________________________________________________
54079 [ 20736] By: rgs                                   on 2003/08/16  19:54:43
54080         Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
54081              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
54082              because loading the XS part of Cwd might fail.
54083      Branch: perl
54084            ! lib/Cwd.pm
54085 ____________________________________________________________________________
54086 [ 20735] By: rgs                                   on 2003/08/16  19:39:39
54087         Log: Subject: [patch lib/utf8.pm] doc tweaks
54088              From: Stas Bekman <stas@stason.org>
54089              Date: Sat, 16 Aug 2003 13:30:28 -0700
54090              Message-ID: <3F3E9464.3030202@stason.org>
54091      Branch: perl
54092            ! lib/utf8.pm
54093 ____________________________________________________________________________
54094 [ 20734] By: rgs                                   on 2003/08/16  19:32:05
54095         Log: Subject: [PATCH] Taint problems in Cwd::abs_path
54096              From: Michael G Schwern <schwern@pobox.com>
54097              Date: Fri, 15 Aug 2003 18:43:45 -0700
54098              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
54099      Branch: perl
54100            ! ext/Cwd/t/taint.t lib/Cwd.pm
54101 ____________________________________________________________________________
54102 [ 20733] By: jhi                                   on 2003/08/16  17:03:15
54103         Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
54104      Branch: perl
54105            ! hints/darwin.sh
54106 ____________________________________________________________________________
54107 [ 20732] By: jhi                                   on 2003/08/16  16:52:50
54108         Log: Add valgrind testing target.
54109      Branch: perl
54110            ! Makefile.SH pod/perlhack.pod t/TEST
54111 ____________________________________________________________________________
54112 [ 20731] By: jhi                                   on 2003/08/16  14:37:33
54113         Log: More networking negativity.
54114      Branch: perl
54115            ! pod/perlport.pod
54116 ____________________________________________________________________________
54117 [ 20730] By: rgs                                   on 2003/08/16  12:12:43
54118         Log: Remove a useless vstring reference in perlnumber.pod.
54119      Branch: perl
54120            ! pod/perlnumber.pod
54121 ____________________________________________________________________________
54122 [ 20729] By: jhi                                   on 2003/08/16  10:11:30
54123         Log: README.macosx updates about known problems.
54124      Branch: perl
54125            ! README.macosx
54126 ____________________________________________________________________________
54127 [ 20728] By: jhi                                   on 2003/08/16  08:32:04
54128         Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
54129              From: Andreas J Koenig <andreas.koenig@anima.de>
54130              Date: Fri, 15 Aug 2003 11:55:22 +0200
54131              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
54132      Branch: perl
54133            ! lib/Memoize/t/errors.t
54134 ____________________________________________________________________________
54135 [ 20727] By: jhi                                   on 2003/08/16  07:25:08
54136         Log: Upgrade to File::Temp 0.13 from CPAN--
54137              but since we had a '0.13' already in 5.8.0, make this
54138              still a '0.131'.
54139      Branch: perl
54140            ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
54141            ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
54142            ! lib/File/Temp/t/tempfile.t
54143 ____________________________________________________________________________
54144 [ 20726] By: jhi                                   on 2003/08/15  20:29:10
54145         Log: Clarify the E flag.
54146      Branch: perl
54147            ! embed.fnc
54148 ____________________________________________________________________________
54149 [ 20725] By: jhi                                   on 2003/08/15  15:37:36
54150         Log: Integrate from maint:
54151              [ 20724]
54152              No peeking before the buffer.
54153              (This was probably the random failure showing up
54154              in Solaris with t/uni/tr_7jis.t)
54155      Branch: perl
54156           !> toke.c
54157 ____________________________________________________________________________
54158 [ 20721] By: jhi                                   on 2003/08/15  08:44:42
54159         Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
54160              From: Andreas J Koenig <andreas.koenig@anima.de>
54161              Date: Fri, 15 Aug 2003 11:37:29 +0200
54162              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
54163      Branch: perl
54164            ! t/TEST
54165 ____________________________________________________________________________
54166 [ 20720] By: jhi                                   on 2003/08/15  08:40:07
54167         Log: Integrate from maint:
54168              [ 20719]
54169              no_plan is not a good plan until TEST is fixed.
54170      Branch: perl
54171           !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
54172 ____________________________________________________________________________
54173 [ 20717] By: jhi                                   on 2003/08/15  05:06:39
54174         Log: Up the F::S subpackage versions; up the JPL JNI.pm version
54175              (the JPL cvs seems to be out of order), the only real change
54176              (in JNI.xs) seems to have been CRLF->LF conversion.
54177      Branch: perl
54178            ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
54179 ____________________________________________________________________________
54180 [ 20716] By: jhi                                   on 2003/08/15  04:58:34
54181         Log: Upgrade to Test::Harness 2.30.
54182      Branch: perl
54183            ! lib/Test/Harness.pm lib/Test/Harness/Changes
54184            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
54185 ____________________________________________________________________________
54186 [ 20715] By: jhi                                   on 2003/08/15  04:41:37
54187         Log: Damian replied that he'll make a CPAN Switch 2.10
54188              out of 5.8.1 Switch 2.10.
54189      Branch: perl
54190            ! lib/Switch.pm
54191 ____________________________________________________________________________
54192 [ 20714] By: jhi                                   on 2003/08/14  18:35:07
54193         Log: Add PerlIO::via::QuotedPrint to Maintainers.
54194      Branch: perl
54195            ! Porting/Maintainers.pl
54196 ____________________________________________________________________________
54197 [ 20713] By: jhi                                   on 2003/08/14  18:33:06
54198         Log: Upgrade to PerlIO::via::Quoted 0.05.
54199      Branch: perl
54200            ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
54201 ____________________________________________________________________________
54202 [ 20712] By: jhi                                   on 2003/08/14  18:29:19
54203         Log: Upgrade to NEXT 0.60.
54204      Branch: perl
54205            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
54206            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
54207 ____________________________________________________________________________
54208 [ 20711] By: jhi                                   on 2003/08/14  17:31:55
54209         Log: perlcheat is a reference, not tutorial.
54210      Branch: perl
54211            ! pod/perl.pod
54212 ____________________________________________________________________________
54213 [ 20710] By: jhi                                   on 2003/08/14  16:48:34
54214         Log: Subject: PATCH RC4 IO::Dir
54215              From: Mark Jason Dominus <mjd@plover.com>
54216              Date: Thu, 14 Aug 2003 12:02:59 -0400
54217              Message-ID: <20030814160259.27586.qmail@plover.com>
54218      Branch: perl
54219            ! ext/IO/lib/IO/Dir.pm
54220 ____________________________________________________________________________
54221 [ 20708] By: jhi                                   on 2003/08/14  14:45:20
54222         Log: win32/fcrypt.c was forgotten.
54223      Branch: perl
54224            ! MANIFEST
54225 ____________________________________________________________________________
54226 [ 20706] By: jhi                                   on 2003/08/14  14:40:30
54227         Log: Not so great a version bump, let Paul release 0.17.
54228      Branch: perl
54229            ! ext/Filter/Util/Call/Call.pm
54230 ____________________________________________________________________________
54231 [ 20705] By: jhi                                   on 2003/08/14  14:38:40
54232         Log: One more XS change versus no VERSION change.
54233              (Remaining in JNI.pm/xs, don't know what to about that
54234              since JNI is kind of "stable".)
54235      Branch: perl
54236            ! ext/Filter/Util/Call/Call.pm
54237 ____________________________________________________________________________
54238 [ 20704] By: jhi                                   on 2003/08/14  14:36:45
54239         Log: XS contents changes versus VERSION non-changes.
54240      Branch: perl
54241            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
54242            ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
54243            ! ext/Socket/Socket.pm
54244 ____________________________________________________________________________
54245 [ 20702] By: jhi                                   on 2003/08/14  14:24:40
54246         Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
54247              From: Steve Hay <steve.hay@uk.radan.com>
54248              Date: Thu, 14 Aug 2003 15:39:16 +0100
54249              Message-ID: <3F3B9F14.4040609@uk.radan.com>
54250
54251              (Sarathy okayed the idea.)
54252      Branch: perl
54253            + win32/fcrypt.c
54254            - win32/des_fcrypt.patch
54255            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
54256 ____________________________________________________________________________
54257 [ 20701] By: jhi                                   on 2003/08/14  14:17:42
54258         Log: Subject: [DOC PATCH] warnings.pl
54259              From: Elizabeth Mattijsen <liz@dijkmat.nl>
54260              Date: Thu, 14 Aug 2003 13:12:55 +0200
54261              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
54262
54263              (some rewording)
54264      Branch: perl
54265            ! lib/warnings.pm warnings.pl
54266 ____________________________________________________________________________
54267 [ 20700] By: gbarr                                 on 2003/08/14  14:12:45
54268         Log: Update to Scalar-List-Utils 1.12
54269      Branch: perl
54270            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
54271            ! ext/List/Util/lib/List/Util.pm
54272            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
54273 ____________________________________________________________________________
54274 [ 20699] By: jhi                                   on 2003/08/14  13:16:27
54275         Log: All the authors of these modules have now been contacted;
54276              but assuming no CPAN updates are upcoming, here are 'fake'
54277              version updates to make us different from 5.8.0.
54278              (List::Util+Scalar::Util will soon be updated;
54279              File::Spec CPAN release will be made based on 5.8.1.)
54280      Branch: perl
54281            ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
54282            ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
54283            ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
54284            ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
54285 ____________________________________________________________________________
54286 [ 20697] By: jhi                                   on 2003/08/14  07:05:48
54287         Log: Make the blead versions of these be newer...
54288      Branch: perl
54289            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
54290 ____________________________________________________________________________
54291 [ 20696] By: jhi                                   on 2003/08/14  06:51:34
54292         Log: Tweak from Slaven to catch also changed .xs files
54293              (.pm -> .xs name equivalence is assumed)
54294      Branch: perl
54295            ! Porting/cmpVERSION.pl
54296 ____________________________________________________________________________
54297 [ 20695] By: jhi                                   on 2003/08/14  06:44:10
54298         Log: Diffs-sans-version-diffs between blead and maint.
54299      Branch: perl
54300            ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
54301            ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
54302            ! lib/warnings.pm warnings.pl
54303 ____________________________________________________________________________
54304 [ 20692] By: jhi                                   on 2003/08/14  05:23:58
54305         Log: One more VERSION bump.
54306      Branch: perl
54307            ! lib/SelfLoader.pm
54308 ____________________________________________________________________________
54309 [ 20691] By: jhi                                   on 2003/08/14  05:21:20
54310         Log: Add a known exception.
54311      Branch: perl
54312            ! Porting/cmpVERSION.pl
54313 ____________________________________________________________________________
54314 [ 20689] By: jhi                                   on 2003/08/14  04:54:18
54315         Log: The blead version has got the dor.
54316      Branch: perl
54317            ! ext/Opcode/Opcode.pm
54318 ____________________________________________________________________________
54319 [ 20688] By: jhi                                   on 2003/08/14  04:51:30
54320         Log: A swath of VERSION patches from Nicholas Clark.
54321      Branch: perl
54322            ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
54323            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
54324            ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
54325            ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
54326            ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
54327            ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
54328            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
54329            ! lib/vmsish.pm os2/OS2/Process/Process.pm
54330            ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
54331            ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
54332            ! vms/ext/Filespec.pm warnings.pl
54333 ____________________________________________________________________________
54334 [ 20687] By: jhi                                   on 2003/08/13  18:53:15
54335         Log: Alpha version numbers noticed by Schwern.
54336              (These hacks are no more needed since the PAUSE indexer no
54337              more indexes the insides of Perl distributions, says Andreas.)
54338      Branch: perl
54339            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
54340            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
54341            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
54342            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
54343            ! ext/IPC/SysV/SysV.pm
54344 ____________________________________________________________________________
54345 [ 20686] By: jhi                                   on 2003/08/13  18:42:50
54346         Log: Subject: Re: script wanted
54347              From: Nicholas Clark <nick@ccl4.org>
54348              Date: Wed, 13 Aug 2003 20:46:09 +0100
54349              Message-ID: <20030813204609.G20130@plum.flirble.org>
54350      Branch: perl
54351            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
54352            ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
54353            ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
54354            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
54355            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
54356            ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
54357            ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
54358            ! ext/re/re.pm ext/threads/shared/shared.pm
54359            ! ext/threads/threads.pm
54360 ____________________________________________________________________________
54361 [ 20685] By: jhi                                   on 2003/08/13  18:24:50
54362         Log: Subject: Re: script wanted
54363              From: Enache Adrian <enache@rdslink.ro>
54364              Date: Wed, 13 Aug 2003 22:31:18 +0300
54365              Message-ID: <20030813193118.GA1273@ratsnest.hole>
54366      Branch: perl
54367            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
54368            ! ext/B/B/Disassembler.pm
54369 ____________________________________________________________________________
54370 [ 20681] By: jhi                                   on 2003/08/13  17:13:12
54371         Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
54372              From: Robin Barker <Robin.Barker@npl.co.uk>
54373              Date: Wed, 13 Aug 2003 18:05:38 +0100
54374              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
54375      Branch: perl
54376            ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
54377 ____________________________________________________________________________
54378 [ 20680] By: jhi                                   on 2003/08/13  17:11:38
54379         Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
54380              From: Michael G Schwern <schwern@pobox.com>
54381              Date: Wed, 13 Aug 2003 11:15:40 -0700
54382              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
54383      Branch: perl
54384            ! pod/perlartistic.pod pod/perlgpl.pod
54385 ____________________________________________________________________________
54386 [ 20678] By: jhi                                   on 2003/08/13  13:46:18
54387         Log: Add cmpVERSION.pl from Slaven for comparing two
54388              Perl source trees for modules that have changed
54389              but have the same version numbers.
54390      Branch: perl
54391            + Porting/cmpVERSION.pl
54392            ! MANIFEST
54393 ____________________________________________________________________________
54394 [ 20676] By: jhi                                   on 2003/08/13  12:03:08
54395         Log: Make Johan's confusion go away, but there are no doubt more
54396              similar cases.
54397      Branch: perl
54398            ! lib/File/Find.pm
54399 ____________________________________________________________________________
54400 [ 20674] By: jhi                                   on 2003/08/13  11:57:47
54401         Log: Make (hopefully) the Windows CR CR LF bug go away
54402              by making the CRLF layer repel any other CRLF layers.
54403              In other words: binmode(FH, ":crlf") in e.g. Win32
54404              is effectively a no-op since there already is one
54405              CRLF layer in the stack by default.
54406      Branch: perl
54407            ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
54408 ____________________________________________________________________________
54409 [ 20673] By: jhi                                   on 2003/08/13  10:29:56
54410         Log: One tweak from Dave Mitchell.
54411      Branch: perl
54412            ! pod/perlport.pod
54413 ____________________________________________________________________________
54414 [ 20672] By: jhi                                   on 2003/08/13  10:27:54
54415         Log: One tweak for microperl in OS/2.
54416      Branch: perl
54417            ! perl.h
54418 ____________________________________________________________________________
54419 [ 20671] By: merijn                                on 2003/08/13  08:57:27
54420         Log: Subject: [PATCH] another VMS pod nit
54421              From: "Craig A. Berry" <craigberry@mac.com>
54422              Date: Wed, 13 Aug 2003 01:01:46 -0500
54423              Message-ID: <3F39D44A.4010207@mac.com>
54424      Branch: perl
54425            ! vms/descrip_mms.template
54426 ____________________________________________________________________________
54427 [ 20670] By: merijn                                on 2003/08/13  08:54:45
54428         Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
54429              From: "Craig A. Berry" <craigberry@mac.com>
54430              Date: Tue, 12 Aug 2003 21:12:00 -0500
54431              Message-ID: <3F399E70.4050607@mac.com>
54432      Branch: perl
54433            ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
54434            ! lib/Tie/File/t/29a_upcopy.t
54435 ____________________________________________________________________________
54436 [ 20669] By: jhi                                   on 2003/08/13  06:06:39
54437         Log: More don't:s for nyetworking.
54438      Branch: perl
54439            ! pod/perlport.pod
54440 ____________________________________________________________________________
54441 [ 20668] By: rgs                                   on 2003/08/12  20:27:41
54442         Log: perlipc thinko by John P. Linderman.
54443      Branch: perl
54444            ! pod/perlipc.pod
54445 ____________________________________________________________________________
54446 [ 20666] By: jhi                                   on 2003/08/12  20:02:13
54447         Log: Subject: Re: maint @ 20617 [PATCH]
54448              From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
54449              Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
54450              Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
54451      Branch: perl
54452            ! lib/ExtUtils/Installed.pm
54453 ____________________________________________________________________________
54454 [ 20665] By: jhi                                   on 2003/08/12  19:59:54
54455         Log: README.cygwin updates from Gerrit P. Haase.
54456      Branch: perl
54457            ! README.cygwin
54458 ____________________________________________________________________________
54459 [ 20664] By: jhi                                   on 2003/08/12  19:57:53
54460         Log: Do some updates also on pod.mak -- which seems to
54461              be badly out of date.
54462      Branch: perl
54463            ! win32/pod.mak
54464 ____________________________________________________________________________
54465 [ 20663] By: jhi                                   on 2003/08/12  19:48:01
54466         Log: More missing pods for VMS.
54467      Branch: perl
54468            ! vms/descrip_mms.template
54469 ____________________________________________________________________________
54470 [ 20662] By: jhi                                   on 2003/08/12  19:43:46
54471         Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
54472              From: PPrymmer@factset.com
54473              Date: Tue, 12 Aug 2003 16:24:21 -0400
54474              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
54475      Branch: perl
54476            ! vms/descrip_mms.template
54477 ____________________________________________________________________________
54478 [ 20661] By: jhi                                   on 2003/08/12  19:41:50
54479         Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
54480      Branch: perl
54481            ! pod/perlreref.pod
54482 ____________________________________________________________________________
54483 [ 20660] By: jhi                                   on 2003/08/12  18:44:27
54484         Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
54485      Branch: perl
54486            ! pp_sys.c
54487 ____________________________________________________________________________
54488 [ 20657] By: jhi                                   on 2003/08/12  13:55:56
54489         Log: Multiline one-liners are a bit too much to ask.
54490      Branch: perl
54491            ! t/op/closure.t
54492 ____________________________________________________________________________
54493 [ 20654] By: jhi                                   on 2003/08/12  13:23:00
54494         Log: Add perlcheat to the toc and perl.pod; regen toc.
54495      Branch: perl
54496            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
54497 ____________________________________________________________________________
54498 [ 20653] By: jhi                                   on 2003/08/12  13:15:17
54499         Log: Retract #20644 and #20643; on non-microperl non-fcntl
54500              systems Wrong Thing would be done.  (And as Sarathy
54501              points out, closing both ends of a pipe is rather
54502              identical to never opening it...)
54503      Branch: perl
54504            ! pp_sys.c util.c
54505 ____________________________________________________________________________
54506 [ 20652] By: ams                                   on 2003/08/12  13:06:40
54507         Log: Subject: perlcheat
54508              From: Juerd <juerd@cpan.org>
54509              Date: Mon, 11 Aug 2003 20:24:34 +0200
54510              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
54511      Branch: perl
54512            + pod/perlcheat.pod
54513            ! MANIFEST
54514 ____________________________________________________________________________
54515 [ 20651] By: jhi                                   on 2003/08/12  12:52:09
54516         Log: Microperl expects C89 (like the rest of Perl).
54517      Branch: perl
54518            ! README.micro
54519 ____________________________________________________________________________
54520 [ 20650] By: jhi                                   on 2003/08/12  12:32:29
54521         Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
54522              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
54523              Date: Sun, 3 Aug 2003 06:19:02 -0700
54524              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
54525      Branch: perl
54526            ! lib/ExtUtils/xsubpp
54527 ____________________________________________________________________________
54528 [ 20648] By: jhi                                   on 2003/08/12  11:56:52
54529         Log: If we are void we cannot return a value.
54530      Branch: perl
54531            ! mg.c
54532 ____________________________________________________________________________
54533 [ 20647] By: jhi                                   on 2003/08/12  11:54:32
54534         Log: Oops.
54535      Branch: perl
54536            ! perl.c
54537 ____________________________________________________________________________
54538 [ 20646] By: jhi                                   on 2003/08/12  11:51:25
54539         Log: Apply much of Ilya's microperl patch, but instead of
54540              implementing the opendir()/readdir()/closedir() using
54541              external commands give up "ANSI-pureness" and define them
54542              in uconfig.sh, also define other stuff like rename() and putenv().
54543              Leave out the $| emulation in my_fork() since we are
54544              not supposed to have fork() under microperl.
54545      Branch: perl
54546            ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
54547            ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
54548 ____________________________________________________________________________
54549 [ 20645] By: jhi                                   on 2003/08/12  10:40:54
54550         Log: Localize PARENT (based on Ilya's microperl patch).
54551      Branch: perl
54552            ! lib/Cwd.pm
54553 ____________________________________________________________________________
54554 [ 20644] By: jhi                                   on 2003/08/12  10:37:55
54555         Log: More microperlish faking in case no fcntl F_SETFD for pipes.
54556      Branch: perl
54557            ! util.c
54558 ____________________________________________________________________________
54559 [ 20643] By: jhi                                   on 2003/08/12  10:13:53
54560         Log: A generally useful hunk from Ilya's microperl patch.
54561              (If no fcntl F_SETFD, fake it the best we can.)
54562      Branch: perl
54563            ! pp_sys.c
54564 ____________________________________________________________________________
54565 [ 20640] By: jhi                                   on 2003/08/12  09:59:16
54566         Log: returning would be good, too.
54567      Branch: perl
54568            ! ext/Safe/t/safeops.t
54569 ____________________________________________________________________________
54570 [ 20639] By: jhi                                   on 2003/08/12  09:57:07
54571         Log: No dor in maint.
54572      Branch: perl
54573            ! ext/Safe/t/safeops.t
54574 ____________________________________________________________________________
54575 [ 20634] By: jhi                                   on 2003/08/12  08:41:49
54576         Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
54577              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
54578              Date: Mon, 21 Apr 2003 22:44:37 -0700
54579              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
54580
54581              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
54582      Branch: perl
54583            ! ext/DynaLoader/XSLoader_pm.PL
54584 ____________________________________________________________________________
54585 [ 20633] By: jhi                                   on 2003/08/12  08:31:01
54586         Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
54587              From: Michael G Schwern <schwern@pobox.com>
54588              Date: Sat, 9 Aug 2003 15:03:02 -0700
54589              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
54590
54591              (plus one extra catfile() in h2xs.t)
54592      Branch: perl
54593            ! lib/h2xs.t utils/h2xs.PL
54594 ____________________________________________________________________________
54595 [ 20632] By: jhi                                   on 2003/08/12  08:11:08
54596         Log: The Debian people have expressed a wish for the boilerplate
54597              being specific about the Perl version; patch from Nicholas Clark.
54598      Branch: perl
54599            ! utils/h2xs.PL
54600 ____________________________________________________________________________
54601 [ 20631] By: jhi                                   on 2003/08/12  08:09:43
54602         Log: A new try from Dave Mitchell for [perl #23265].
54603      Branch: perl
54604            ! pad.c t/op/closure.t
54605 ____________________________________________________________________________
54606 [ 20630] By: jhi                                   on 2003/08/12  07:59:22
54607         Log: Fix for [perl #23287] segfault in untie.
54608              (Well, at least no more coredump.)
54609      Branch: perl
54610            ! pp_sys.c t/op/tie.t
54611 ____________________________________________________________________________
54612 [ 20629] By: jhi                                   on 2003/08/12  06:24:32
54613         Log: =head2 ALL CAPS
54614      Branch: perl
54615            ! pod/perlreref.pod
54616 ____________________________________________________________________________
54617 [ 20628] By: jhi                                   on 2003/08/12  06:22:25
54618         Log: Too enthusiastic head2-ing.
54619      Branch: perl
54620            ! pod/perlreref.pod
54621 ____________________________________________________________________________
54622 [ 20627] By: jhi                                   on 2003/08/12  05:17:14
54623         Log: Gotta Get'em Cases Right.
54624      Branch: perl
54625            ! pod/perlreref.pod
54626 ____________________________________________________________________________
54627 [ 20626] By: jhi                                   on 2003/08/12  05:04:02
54628         Log: head2-ify many of the head1s, will probably make this look
54629              better in HTML.
54630      Branch: perl
54631            ! pod/perlreref.pod
54632 ____________________________________________________________________________
54633 [ 20625] By: jhi                                   on 2003/08/12  04:55:32
54634         Log: Subject: Re: [PATCH] perlreref.pod tweaks
54635              From: Iain Truskett <spoon@cpan.org>
54636              Date: Tue, 12 Aug 2003 13:59:27 +1000
54637              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
54638
54639              plus explain "Titlecase".
54640      Branch: perl
54641            ! pod/perlreref.pod
54642 ____________________________________________________________________________
54643 [ 20623] By: rgs                                   on 2003/08/11  19:59:17
54644         Log: Add a new regression test for Safe : tests that all ops
54645              can be trapped by a Safe compartement (except for the ones
54646              that can't.)
54647      Branch: perl
54648            + ext/Safe/t/safeops.t
54649            ! MANIFEST
54650 ____________________________________________________________________________
54651 [ 20622] By: rgs                                   on 2003/08/11  18:33:06
54652         Log: B::Deparse wasn't handling correctly builtins that
54653              have two filehandles in their prototypes (pipe, socketpair,
54654              accept) when non-bareword prototypes were used.
54655      Branch: perl
54656            ! ext/B/B/Deparse.pm
54657 ____________________________________________________________________________
54658 [ 20620] By: jhi                                   on 2003/08/11  17:08:29
54659         Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
54660              From: merlyn@stonehenge.com (Randal L. Schwartz)
54661              Date: 11 Aug 2003 09:45:29 -0700
54662              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
54663
54664              Subject: [PATCH] perlreref.pod tweaks
54665              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
54666              Date: Mon, 11 Aug 2003 13:19:51 -0400
54667              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
54668
54669              Plus a note about {,n} not being a quantifier.
54670      Branch: perl
54671            ! pod/perlreref.pod
54672 ____________________________________________________________________________
54673 [ 20619] By: jhi                                   on 2003/08/11  15:50:34
54674         Log: Integrate:
54675              [ 20618]
54676              $* is not yet fully gone in 5.8.1.
54677      Branch: perl
54678           !> pod/perlreref.pod
54679 ____________________________________________________________________________
54680 [ 20614] By: nick                                  on 2003/08/11  12:14:55
54681         Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
54682      Branch: perl
54683            ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
54684 ____________________________________________________________________________
54685 [ 20612] By: jhi                                   on 2003/08/11  10:55:19
54686         Log: VC6 warning: result still unsigned.
54687      Branch: perl
54688            ! regexec.c
54689 ____________________________________________________________________________
54690 [ 20611] By: jhi                                   on 2003/08/11  08:33:13
54691         Log: Typo fix from Boris Zentner.
54692      Branch: perl
54693            ! pod/perlfaq5.pod
54694 ____________________________________________________________________________
54695 [ 20609] By: jhi                                   on 2003/08/11  04:28:29
54696         Log: Subject: [perl #23273] warnings in Unicode::UCD
54697              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
54698              Date: 10 Aug 2003 22:37:41 -0000
54699              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
54700      Branch: perl
54701            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
54702 ____________________________________________________________________________
54703 [ 20608] By: jhi                                   on 2003/08/11  04:24:34
54704         Log: Explain the 'Wide character in print' a bit more.
54705      Branch: perl
54706            ! pod/perldiag.pod
54707 ____________________________________________________________________________
54708 [ 20607] By: rgs                                   on 2003/08/10  20:44:23
54709         Log: Subject: Re: killing for vital signs [PATCH]
54710              From: "John P. Linderman" <jpl@research.att.com>
54711              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
54712              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
54713      Branch: perl
54714            ! pod/perlfunc.pod pod/perlipc.pod
54715 ____________________________________________________________________________
54716 [ 20605] By: jhi                                   on 2003/08/10  20:38:39
54717         Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
54718              sv_placeholder hunk.
54719      Branch: perl
54720            ! perl.h sv.h
54721 ____________________________________________________________________________
54722 [ 20604] By: jhi                                   on 2003/08/10  20:14:28
54723         Log: Clarify the format checking instructions.
54724      Branch: perl
54725            ! Porting/pumpkin.pod
54726 ____________________________________________________________________________
54727 [ 20602] By: jhi                                   on 2003/08/10  19:45:45
54728         Log: Retract #20597, too many resulting core dumps.
54729      Branch: perl
54730            ! pad.c t/op/closure.t
54731 ____________________________________________________________________________
54732 [ 20597] By: jhi                                   on 2003/08/10  17:55:03
54733         Log: Subject: Re: [perl #23265] Nested anonymous subs
54734              From: Dave Mitchell <davem@fdgroup.com>
54735              Date: Sun, 10 Aug 2003 01:35:30 +0100
54736              Message-ID: <20030810003530.GB6547@fdgroup.com>
54737      Branch: perl
54738            ! pad.c t/op/closure.t
54739 ____________________________________________________________________________
54740 [ 20596] By: jhi                                   on 2003/08/10  17:38:35
54741         Log: Try simple workaround for the POSIX autosplit.ix warning.
54742      Branch: perl
54743            ! ext/POSIX/POSIX.pm
54744 ____________________________________________________________________________
54745 [ 20595] By: jhi                                   on 2003/08/10  17:33:12
54746         Log: One more PL_csighandlerp.
54747      Branch: perl
54748            ! ext/POSIX/POSIX.xs
54749 ____________________________________________________________________________
54750 [ 20594] By: rgs                                   on 2003/08/10  13:30:11
54751         Log: Further tweaks on perlreref.pod (by Iain Truskett)
54752      Branch: perl
54753            ! pod/perlreref.pod
54754 ____________________________________________________________________________
54755 [ 20593] By: rgs                                   on 2003/08/10  12:32:47
54756         Log: Add the perlreref manpage, by Iain Truskett
54757              (regular expressions quick reference.)
54758              Regenerate the table of contents.
54759      Branch: perl
54760            + pod/perlreref.pod
54761            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
54762 ____________________________________________________________________________
54763 [ 20592] By: rgs                                   on 2003/08/09  21:13:27
54764         Log: Remove ByteLoader from the list of modules whose compilability should
54765              be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
54766              pointed out.)
54767      Branch: perl
54768            ! t/lib/1_compile.t
54769 ____________________________________________________________________________
54770 [ 20591] By: rgs                                   on 2003/08/09  21:08:59
54771         Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
54772              From: Dave Mitchell <davem@fdgroup.com>
54773              Date: Sat, 9 Aug 2003 14:51:44 +0100
54774              Message-ID: <20030809135144.GC4997@fdgroup.com>
54775      Branch: perl
54776            ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
54777            ! scope.h t/lib/warnings/pad
54778 ____________________________________________________________________________
54779 [ 20590] By: rgs                                   on 2003/08/09  21:02:21
54780         Log: Regenerate perlapi.pod.
54781      Branch: perl
54782            ! pod/perlapi.pod
54783 ____________________________________________________________________________
54784 [ 20589] By: rgs                                   on 2003/08/09  20:26:28
54785         Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
54786              From: Michael G Schwern <schwern@pobox.com>
54787              Date: Sat, 9 Aug 2003 13:36:59 -0700
54788              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
54789      Branch: perl
54790            ! t/lib/1_compile.t
54791 ____________________________________________________________________________
54792 [ 20588] By: jhi                                   on 2003/08/09  18:13:07
54793         Log: Update Jon Orwant's email address as he wants it,
54794              drop TPJ URL; upate also Doug MacEachern's address.
54795      Branch: perl
54796            ! pod/perlembed.pod pod/perlmodinstall.pod
54797 ____________________________________________________________________________
54798 [ 20587] By: ams                                   on 2003/08/09  18:09:34
54799         Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
54800              normal key was replaced by its UTF-8 equivalent. This caused the
54801              "Storable problem" RT3 users reported under RH9.
54802      Branch: perl
54803            ! hv.c
54804 ____________________________________________________________________________
54805 [ 20586] By: jhi                                   on 2003/08/09  18:08:20
54806         Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
54807              From: Michael G Schwern <schwern@pobox.com>
54808              Date: Fri, 8 Aug 2003 18:35:51 -0700
54809              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
54810      Branch: perl
54811            ! pod/perlmodinstall.pod
54812 ____________________________________________________________________________
54813 [ 20584] By: jhi                                   on 2003/08/09  18:05:22
54814         Log: Reintroduce the U_32-ification to pad.c,
54815              suggested by Dave Mitchell.
54816      Branch: perl
54817            ! pad.c
54818 ____________________________________________________________________________
54819 [ 20583] By: rgs                                   on 2003/08/09  12:43:50
54820         Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
54821      Branch: perl
54822            ! lib/AutoSplit.pm
54823 ____________________________________________________________________________
54824 [ 20579] By: jhi                                   on 2003/08/09  08:07:22
54825         Log: Some updates for the memory use debugging section:
54826              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
54827      Branch: perl
54828            ! pod/perldebguts.pod
54829 ____________________________________________________________________________
54830 [ 20578] By: jhi                                   on 2003/08/09  07:34:16
54831         Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
54832              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
54833              which was on old bug unearthed by the change #20559.
54834              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
54835              Workaround is not to use lexicals.
54836      Branch: perl
54837            ! lib/SelfLoader.pm
54838 ____________________________________________________________________________
54839 [ 20577] By: jhi                                   on 2003/08/09  07:28:41
54840         Log: The libcygipc doesn't really work with the Perl SysV IPC tests
54841              so no much point in adding it yet.
54842      Branch: perl
54843            ! hints/cygwin.sh
54844 ____________________________________________________________________________
54845 [ 20575] By: jhi                                   on 2003/08/09  07:24:43
54846         Log: Retract #20524 since it was due to broken INT32_MIN in
54847              Cygwin 1.5's stdint.h.
54848      Branch: perl
54849            ! pad.c
54850 ____________________________________________________________________________
54851 [ 20574] By: jhi                                   on 2003/08/09  07:11:32
54852         Log: Subject: [ PATCH] Re: strange destruction problem on VMS
54853              From: Dave Mitchell <davem@fdgroup.com>
54854              Date: Fri, 8 Aug 2003 22:28:48 +0100
54855              Message-ID: <20030808212848.GA2628@fdgroup.com>
54856      Branch: perl
54857            ! sv.c
54858 ____________________________________________________________________________
54859 [ 20573] By: jhi                                   on 2003/08/09  07:09:07
54860         Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
54861              From: Michael G Schwern <schwern@pobox.com>
54862              Date: Fri, 8 Aug 2003 13:59:50 -0700
54863              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
54864      Branch: perl
54865            ! pod/perlfaq8.pod
54866 ____________________________________________________________________________
54867 [ 20572] By: jhi                                   on 2003/08/09  07:06:37
54868         Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
54869              From: Jan Dubois <jand@ActiveState.com>
54870              Date: Fri, 08 Aug 2003 17:49:03 -0700
54871              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
54872      Branch: perl
54873            ! win32/win32.c
54874 ____________________________________________________________________________
54875 [ 20571] By: jhi                                   on 2003/08/09  06:53:54
54876         Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
54877              From: Nicholas Clark <nick@ccl4.org>
54878              Date: Fri, 8 Aug 2003 23:30:00 +0100
54879              Message-ID: <20030808233000.B20130@plum.flirble.org>
54880      Branch: perl
54881            ! ext/Storable/Storable.xs
54882 ____________________________________________________________________________
54883 [ 20570] By: jhi                                   on 2003/08/09  06:52:36
54884         Log: Two more tests for #20566/#20568.
54885      Branch: perl
54886            ! t/op/pat.t
54887 ____________________________________________________________________________
54888 [ 20568] By: jhi                                   on 2003/08/08  21:05:24
54889         Log: Subject: [PATCH] Re: UNICODE regexp bug
54890              From: Nick Ing-Simmons <nick@ing-simmons.net>
54891              Date: Fri, 08 Aug 2003 23:05:49 +0100
54892              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
54893
54894              Better patch (than #20566) from NI-S, one more test
54895              (introduce another variable rather than reuse the tmp, though)
54896      Branch: perl
54897            ! regexec.c t/op/pat.t
54898 ____________________________________________________________________________
54899 [ 20566] By: jhi                                   on 2003/08/08  19:47:45
54900         Log: Subject: UNICODE regexp bug
54901              From: Nick Ing-Simmons <nick@ing-simmons.net>
54902              Date: Fri, 08 Aug 2003 20:36:56 +0100
54903              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
54904      Branch: perl
54905            ! regexec.c t/op/pat.t
54906 ____________________________________________________________________________
54907 [ 20565] By: jhi                                   on 2003/08/08  18:59:40
54908         Log: Move the csighandler to be a data variable so that
54909              things like DLL trampolines can't mess up the code
54910              variables the Perl_csighandler (seen in Cygwin:
54911              Perl_csighandler in POSIX extension was different
54912              than in main executable).
54913      Branch: perl
54914            ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
54915 ____________________________________________________________________________
54916 [ 20564] By: jhi                                   on 2003/08/08  13:12:19
54917         Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
54918              From: Steve Hay <steve.hay@uk.radan.com>
54919              Date: Fri, 08 Aug 2003 12:42:28 +0100
54920              Message-ID: <3F338CA4.3010503@uk.radan.com>
54921      Branch: perl
54922            ! t/op/time.t
54923 ____________________________________________________________________________
54924 [ 20563] By: jhi                                   on 2003/08/08  13:09:00
54925         Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
54926              From: "Gerrit P. Haase" <gp@familiehaase.de>
54927              Date: Fri, 8 Aug 2003 13:44:51 +0200
54928              Message-ID: <1621817486657.20030808134451@familiehaase.de>
54929      Branch: perl
54930            ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
54931            ! hints/cygwin.sh
54932 ____________________________________________________________________________
54933 [ 20560] By: jhi                                   on 2003/08/08  04:28:44
54934         Log: Retract PASTHRU* changes as recommended by Schwern.
54935      Branch: perl
54936            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
54937            ! lib/ExtUtils/t/MM_Win32.t
54938 ____________________________________________________________________________
54939 [ 20559] By: rgs                                   on 2003/08/07  19:59:18
54940         Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
54941              From: Dave Mitchell <davem@fdgroup.com>
54942              Date: Thu, 7 Aug 2003 15:53:35 +0100
54943              Message-ID: <20030807145335.GF26683@fdgroup.com>
54944      Branch: perl
54945            ! scope.c t/lib/warnings/pad
54946 ____________________________________________________________________________
54947 [ 20556] By: jhi                                   on 2003/08/07  18:14:41
54948         Log: The #20546 was too ambitious, broke the test.
54949      Branch: perl
54950            ! lib/Benchmark.pm lib/Benchmark.t
54951 ____________________________________________________________________________
54952 [ 20554] By: jhi                                   on 2003/08/07  17:00:03
54953         Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
54954              From: PPrymmer@factset.com
54955              Date: Thu, 7 Aug 2003 14:02:02 -0400
54956              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
54957      Branch: perl
54958            ! vms/descrip_mms.template
54959 ____________________________________________________________________________
54960 [ 20553] By: jhi                                   on 2003/08/07  16:45:25
54961         Log: Some AUTHORS updates.
54962      Branch: perl
54963            ! AUTHORS
54964 ____________________________________________________________________________
54965 [ 20552] By: jhi                                   on 2003/08/07  15:45:03
54966         Log: Hint away the semid_ds test in NetBSD/sparc.
54967      Branch: perl
54968            ! hints/netbsd.sh
54969 ____________________________________________________________________________
54970 [ 20550] By: jhi                                   on 2003/08/07  15:39:53
54971         Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
54972      Branch: perl
54973            ! Configure
54974 ____________________________________________________________________________
54975 [ 20548] By: jhi                                   on 2003/08/07  14:48:27
54976         Log: Subject: [PATCH] Test::More
54977              From: Fergal Daly <fergal@esatclear.ie>
54978              Date: Thu, 7 Aug 2003 15:52:11 +0100
54979              Message-Id: <200308071552.11873.fergal@esatclear.ie>
54980      Branch: perl
54981            ! lib/Test/More.pm
54982 ____________________________________________________________________________
54983 [ 20547] By: jhi                                   on 2003/08/07  14:45:22
54984         Log: Integrate from maint:
54985              [ 20543]
54986              Workround for SuSE8.2's -lndbm hack
54987      Branch: perl
54988           !> hints/linux.sh
54989 ____________________________________________________________________________
54990 [ 20546] By: jhi                                   on 2003/08/07  14:43:57
54991         Log: Subject: [PATCH 5.8.1] Benchmark problem
54992              From: Radu Greab <rgreab@fx.ro>
54993              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
54994              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
54995
54996              Subject: Re: [PATCH 5.8.1] Benchmark problem
54997              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
54998              Date: Thu, 7 Aug 2003 15:48:38 +0200
54999              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
55000      Branch: perl
55001            ! lib/Benchmark.pm lib/Benchmark.t
55002 ____________________________________________________________________________
55003 [ 20544] By: jhi                                   on 2003/08/07  14:25:25
55004         Log: Retract #20359: too wide a brush.
55005      Branch: perl
55006            ! hints/netbsd.sh
55007 ____________________________________________________________________________
55008 [ 20542] By: jhi                                   on 2003/08/07  06:24:23
55009         Log: If no alarm(), skip the subtests.
55010      Branch: perl
55011            ! ext/Time/HiRes/t/HiRes.t
55012 ____________________________________________________________________________
55013 [ 20541] By: jhi                                   on 2003/08/07  06:15:54
55014         Log: Subject: Re: maint @ 20537
55015              From: Philip Newton <Philip.Newton@gmx.net>
55016              Date: Thu, 07 Aug 2003 09:05:17 +0200
55017              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
55018      Branch: perl
55019            ! ext/Socket/Socket.xs
55020 ____________________________________________________________________________
55021 [ 20540] By: jhi                                   on 2003/08/07  06:13:19
55022         Log: Subject: Re: maint @ 20537
55023              From: Philip Newton <Philip.Newton@gmx.net>
55024              Date: Thu, 07 Aug 2003 09:05:17 +0200
55025              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
55026      Branch: perl
55027            ! hints/dos_djgpp.sh
55028 ____________________________________________________________________________
55029 [ 20539] By: jhi                                   on 2003/08/07  05:17:56
55030         Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
55031              broken SysV semaphores.
55032      Branch: perl
55033            ! hints/netbsd.sh
55034 ____________________________________________________________________________
55035 [ 20538] By: jhi                                   on 2003/08/07  05:08:14
55036         Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
55037              From: hv@crypt.org
55038              Date: Thu, 07 Aug 2003 02:44:23 +0100
55039              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
55040      Branch: perl
55041            ! regexec.c t/op/re_tests
55042 ____________________________________________________________________________
55043 [ 20535] By: jhi                                   on 2003/08/06  19:05:18
55044         Log: ESUCCESS = 0 is not true, but exists.
55045      Branch: perl
55046            ! ext/Errno/t/Errno.t
55047 ____________________________________________________________________________
55048 [ 20533] By: jhi                                   on 2003/08/06  18:39:49
55049         Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
55050              From: jari.aalto@poboxes.com (Jari Aalto)
55051              Date: Wed, 06 Aug 2003 14:24:42 +0300
55052              Message-ID: <ekzzowp1.fsf@blue.sea.net>
55053      Branch: perl
55054            ! ext/Sys/Syslog/Syslog.pm
55055 ____________________________________________________________________________
55056 [ 20530] By: jhi                                   on 2003/08/06  18:24:56
55057         Log: Make code agree with documentation (from Wolfgang Friebel)
55058      Branch: perl
55059            ! lib/ExtUtils/MakeMaker.pm
55060 ____________________________________________________________________________
55061 [ 20529] By: jhi                                   on 2003/08/06  18:20:31
55062         Log: Various tweaks to help DJGPP builds.
55063      Branch: perl
55064            ! djgpp/djgppsed.sh hints/dos_djgpp.sh
55065 ____________________________________________________________________________
55066 [ 20527] By: jhi                                   on 2003/08/06  14:57:22
55067         Log: More PASTHRU patching from Steve Hay.
55068      Branch: perl
55069            ! lib/ExtUtils/MM_Unix.pm
55070 ____________________________________________________________________________
55071 [ 20526] By: jhi                                   on 2003/08/06  13:53:01
55072         Log: Cast away gcc 3.3 type conversion pickiness.
55073      Branch: perl
55074            ! ext/threads/threads.xs
55075 ____________________________________________________________________________
55076 [ 20524] By: jhi                                   on 2003/08/06  13:36:44
55077         Log: Subject: Re: perl with cygwin 1.5, need help
55078              From: "Gerrit P. Haase" <gp@familiehaase.de>
55079              Date: Tue, 5 Aug 2003 14:36:55 +0200
55080              Message-ID: <71561410910.20030805143655@familiehaase.de>
55081
55082              (needed manual fitting)
55083      Branch: perl
55084            ! pad.c
55085 ____________________________________________________________________________
55086 [ 20523] By: jhi                                   on 2003/08/06  13:30:42
55087         Log: Subject: maint @ 20512
55088              From: Robin Barker <Robin.Barker@npl.co.uk>
55089              Date: Wed, 6 Aug 2003 15:31:33 +0100
55090              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
55091      Branch: perl
55092            ! MANIFEST Porting/Maintainers.pl
55093 ____________________________________________________________________________
55094 [ 20520] By: jhi                                   on 2003/08/06  11:38:46
55095         Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
55096              From: Steve Hay <steve.hay@uk.radan.com>
55097              Date: Wed, 06 Aug 2003 10:56:44 +0100
55098              Message-ID: <3F30D0DC.20700@uk.radan.com>
55099      Branch: perl
55100            ! lib/ExtUtils/MM_Unix.pm
55101 ____________________________________________________________________________
55102 [ 20514] By: jhi                                   on 2003/08/06  05:22:29
55103         Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
55104              From: Tim Jenness <t.jenness@jach.hawaii.edu>
55105              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
55106              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
55107      Branch: perl
55108            ! pod/perlfaq2.pod
55109 ____________________________________________________________________________
55110 [ 20513] By: jhi                                   on 2003/08/06  05:18:32
55111         Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
55112              From: "Craig A. Berry" <craigberry@mac.com>
55113              Date: Wed, 06 Aug 2003 00:18:36 -0500
55114              Message-ID: <3F308FAC.4090409@mac.com>
55115
55116              (from vmsperl list)
55117      Branch: perl
55118            ! utils/dprofpp.PL
55119 ____________________________________________________________________________
55120 [ 20510] By: jhi                                   on 2003/08/05  19:01:08
55121         Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
55122              From: mjd@plover.com
55123              Date: 5 Aug 2003 19:23:46 -0000
55124              Message-ID: <20030805192346.25911.qmail@plover.com>
55125      Branch: perl
55126            ! pod/perlfaq2.pod
55127 ____________________________________________________________________________
55128 [ 20508] By: jhi                                   on 2003/08/05  18:36:38
55129         Log: Continue #20506.
55130      Branch: perl
55131            ! lib/ExtUtils/MM_Unix.pm
55132 ____________________________________________________________________________
55133 [ 20506] By: jhi                                   on 2003/08/05  17:58:01
55134         Log: Try to fix the INC in PASTHRU.
55135      Branch: perl
55136            ! lib/ExtUtils/MM_Unix.pm
55137 ____________________________________________________________________________
55138 [ 20503] By: jhi                                   on 2003/08/05  16:02:14
55139         Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
55140              From: Chip Salzenberg <chip@pobox.com>
55141              Date: Tue, 5 Aug 2003 11:39:24 -0400
55142              Message-ID: <20030805153924.GO1751@perlsupport.com
55143      Branch: perl
55144            ! perlio.c
55145 ____________________________________________________________________________
55146 [ 20502] By: jhi                                   on 2003/08/05  15:32:39
55147         Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
55148              From: Steve Hay <steve.hay@uk.radan.com>
55149              Date: Tue, 05 Aug 2003 10:43:49 +0100
55150              Message-ID: <3F2F7C55.9020808@uk.radan.com>
55151
55152              (The MM_Unix.pm part was dealt with in #20501.)
55153      Branch: perl
55154            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
55155 ____________________________________________________________________________
55156 [ 20501] By: jhi                                   on 2003/08/05  15:28:17
55157         Log: Reinstate #11125, hopefully making MakeMaker to pass
55158              DEFINE and INCLUDE to subdirs (NI-S says he'll work
55159              around any problems caused seen Tk if necessary).
55160              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
55161              to be _after_ the directory-specific INC and DEFINE as suggested
55162              by NI-S (Tk probably being the only "user" of the said macros).
55163      Branch: perl
55164            ! lib/ExtUtils/MM_Unix.pm
55165 ____________________________________________________________________________
55166 [ 20500] By: jhi                                   on 2003/08/05  15:14:35
55167         Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
55168              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
55169              Date: Tue, 5 Aug 2003 20:12:18 +0400
55170              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
55171      Branch: perl
55172            - wince/include/netdb.h
55173            ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
55174            ! wince/wince.c
55175 ____________________________________________________________________________
55176 [ 20499] By: jhi                                   on 2003/08/05  14:03:43
55177         Log: A suggested perlio doc addition from Stas.
55178      Branch: perl
55179            ! pod/perliol.pod
55180 ____________________________________________________________________________
55181 [ 20498] By: jhi                                   on 2003/08/05  13:32:59
55182         Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
55183              From: Robin Barker <Robin.Barker@npl.co.uk>
55184              Date: Tue, 5 Aug 2003 15:32:36 +0100
55185              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
55186      Branch: perl
55187            ! AUTHORS Porting/Maintainers.pl
55188 ____________________________________________________________________________
55189 [ 20497] By: jhi                                   on 2003/08/05  12:23:04
55190         Log: This is necessary to get things building for the VMS debugger.
55191              (Craig Berry)
55192      Branch: perl
55193            ! vms/descrip_mms.template
55194 ____________________________________________________________________________
55195 [ 20495] By: jhi                                   on 2003/08/05  09:23:24
55196         Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
55197              From: alian <alian@cpan.org>
55198              Date: Tue, 05 Aug 2003 12:21:42 +0200
55199              Message-ID: <3F2F8536.1090702@jupiter.alianet>
55200      Branch: perl
55201            ! ext/POSIX/t/posix.t
55202 ____________________________________________________________________________
55203 [ 20494] By: jhi                                   on 2003/08/05  09:03:57
55204         Log: Add some known cases to Maintainers.
55205      Branch: perl
55206            ! Porting/Maintainers.pl
55207 ____________________________________________________________________________
55208 [ 20492] By: jhi                                   on 2003/08/05  08:34:34
55209         Log: Subject: [PATCH] perlthrtut.pod
55210              From: Elizabeth Mattijsen <liz@dijkmat.nl>
55211              Date: Tue, 5 Aug 2003 11:26:04 +0200
55212              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
55213      Branch: perl
55214            ! pod/perlthrtut.pod
55215 ____________________________________________________________________________
55216 [ 20491] By: jhi                                   on 2003/08/05  08:31:29
55217         Log: Add META.yml and Stas' makemeta (plus extensive reworking
55218              of the Maintainers utility)
55219      Branch: perl
55220            + META.yml Porting/Maintainers.pm Porting/makemeta
55221            ! MANIFEST Makefile.SH Porting/Maintainers
55222            ! Porting/Maintainers.pl
55223 ____________________________________________________________________________
55224 [ 20490] By: jhi                                   on 2003/08/05  06:28:06
55225         Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
55226              Try to remove the created message queues and semaphores
55227              even in the case of failures.
55228      Branch: perl
55229            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
55230 ____________________________________________________________________________
55231 [ 20489] By: jhi                                   on 2003/08/05  06:21:47
55232         Log: Subject: PerlIO_{read,write} return value doc patch
55233              From: Gisle Aas <gisle@ActiveState.com>
55234              Date: 04 Aug 2003 13:25:28 -0700
55235              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
55236      Branch: perl
55237            ! pod/perlapio.pod
55238 ____________________________________________________________________________
55239 [ 20488] By: jhi                                   on 2003/08/05  06:12:07
55240         Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
55241              From: "Craig A. Berry" <craigberry@mac.com>
55242              Date: Mon, 04 Aug 2003 19:29:51 -0500
55243              Message-ID: <3F2EFA7F.6070801@mac.com>
55244      Branch: perl
55245            ! utils/dprofpp.PL
55246 ____________________________________________________________________________
55247 [ 20486] By: jhi                                   on 2003/08/05  06:05:53
55248         Log: Subject: [PATCH] typos in encoding.pm
55249              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
55250              Date: Mon, 4 Aug 2003 20:09:35 +0200
55251              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
55252      Branch: perl
55253            ! ext/Encode/encoding.pm
55254 ____________________________________________________________________________
55255 [ 20485] By: jhi                                   on 2003/08/05  05:29:11
55256         Log: Bytecode patching from Enache.
55257      Branch: perl
55258            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
55259            ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
55260 ____________________________________________________________________________
55261 [ 20484] By: jhi                                   on 2003/08/05  05:26:32
55262         Log: Upgrade to Digest::MD5 2.27.
55263      Branch: perl
55264            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
55265            ! ext/Digest/MD5/t/files.t
55266 ____________________________________________________________________________
55267 [ 20483] By: jhi                                   on 2003/08/05  05:15:16
55268         Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
55269              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
55270              Date: Tue, 05 Aug 2003 00:27:10 +0900
55271              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
55272      Branch: perl
55273            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
55274 ____________________________________________________________________________
55275 [ 20482] By: rgs                                   on 2003/08/04  22:06:46
55276         Log: Nit in INSTALL about the svr?.sh hint files.
55277      Branch: perl
55278            ! INSTALL
55279 ____________________________________________________________________________
55280 [ 20480] By: rgs                                   on 2003/08/04  21:30:25
55281         Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
55282              From: Steve Grazzini <grazz@pobox.com>
55283              Date: Mon, 4 Aug 2003 16:01:45 -0400
55284              Message-ID: <20030804200145.GB21699@grazzini.net>
55285
55286              Prevent the warning "Bareword found where operator expected" in
55287              the case "print $fh foo()" where foo() is an undefined function.
55288      Branch: perl
55289            ! toke.c
55290 ____________________________________________________________________________
55291 [ 20479] By: rgs                                   on 2003/08/04  20:26:17
55292         Log: Fix bug #23141 : localization of readonly magic scalars
55293              now produces an error "Modification of a read-only value
55294              attempted", instead of silently failing.
55295      Branch: perl
55296            ! scope.c t/op/local.t
55297 ____________________________________________________________________________
55298 [ 20478] By: rgs                                   on 2003/08/04  20:10:52
55299         Log: Revert change #19282 : it caused problems for some -Duseshrplib
55300              builds. On the other hand, make sure that your C compiler isn't
55301              a perl script !
55302      Branch: perl
55303            ! Makefile.SH
55304 ____________________________________________________________________________
55305 [ 20475] By: jhi                                   on 2003/08/04  09:35:55
55306         Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
55307      Branch: perl
55308            ! perl.c perl.h
55309 ____________________________________________________________________________
55310 [ 20474] By: jhi                                   on 2003/08/04  08:41:55
55311         Log: Oops.
55312      Branch: perl
55313            ! hints/darwin.sh hints/rhapsody.sh
55314 ____________________________________________________________________________
55315 [ 20473] By: jhi                                   on 2003/08/04  07:58:36
55316         Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
55317              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
55318              Date: Mon, 4 Aug 2003 10:35:12 +0200
55319              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
55320      Branch: perl
55321            ! hints/darwin.sh
55322 ____________________________________________________________________________
55323 [ 20470] By: jhi                                   on 2003/08/04  06:30:05
55324         Log: Test count adjustment from Rafael.
55325      Branch: perl
55326            ! lib/Test/Simple/t/is_deeply.t
55327 ____________________________________________________________________________
55328 [ 20469] By: jhi                                   on 2003/08/04  06:23:26
55329         Log: Subject: [PATCH] maint, Win32, GCC 3.2
55330              From: Mattia Barbon <mbarbon@dsi.unive.it>
55331              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
55332              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
55333      Branch: perl
55334            ! ext/Errno/Errno_pm.PL
55335 ____________________________________________________________________________
55336 [ 20467] By: jhi                                   on 2003/08/04  05:10:57
55337         Log: Apparently the newly introduce -DDARWIN did conflict with
55338              some Apple definition, how ironic...
55339      Branch: perl
55340            ! hints/darwin.sh perl.h
55341 ____________________________________________________________________________
55342 [ 20466] By: jhi                                   on 2003/08/04  05:03:30
55343         Log: Subject: Debian patch that skips podless modules
55344              From: Alexey Tourbin <at@altlinux.ru>
55345              Date: Sun, 3 Aug 2003 21:33:00 +0400
55346              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
55347
55348              (plus Schwern's and Robert's nits)
55349      Branch: perl
55350            ! installman
55351 ____________________________________________________________________________
55352 [ 20465] By: jhi                                   on 2003/08/04  05:00:04
55353         Log: Subject: [PATCH] 4 bugs in Test::More
55354              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
55355              Date: Fri, 21 Mar 2003 10:57:31 +0000
55356              Message-Id: <200303211057.31879.fergal@esatclear.ie>
55357      Branch: perl
55358            ! lib/Test/More.pm lib/Test/Simple/t/More.t
55359            ! lib/Test/Simple/t/is_deeply.t
55360 ____________________________________________________________________________
55361 [ 20464] By: jhi                                   on 2003/08/04  04:44:08
55362         Log: Upgrade to ExtUtils::MakeMaker 6.15.
55363      Branch: perl
55364            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
55365            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
55366            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
55367 ____________________________________________________________________________
55368 [ 20463] By: jhi                                   on 2003/08/04  04:37:25
55369         Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
55370              From: Michael G Schwern <schwern@pobox.com>
55371              Date: Sun, 3 Aug 2003 16:12:35 -0700
55372              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
55373      Branch: perl
55374            ! lib/Benchmark.pm lib/Benchmark.t
55375 ____________________________________________________________________________
55376 [ 20462] By: rgs                                   on 2003/08/03  22:26:10
55377         Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
55378              From: Enache Adrian <enache@rdslink.ro>
55379              Date: Sun, 3 Aug 2003 18:00:05 +0300
55380              Message-ID: <20030803150005.GA1319@ratsnest.hole>
55381      Branch: perl
55382            ! pp.c t/op/substr.t
55383 ____________________________________________________________________________
55384 [ 20461] By: rgs                                   on 2003/08/03  21:50:11
55385         Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
55386              From: alian <alian@cpan.org>
55387              Date: Sat, 02 Aug 2003 16:19:25 +0200
55388              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
55389
55390              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
55391      Branch: perl
55392            ! ext/POSIX/t/posix.t
55393 ____________________________________________________________________________
55394 [ 20458] By: jhi                                   on 2003/08/03  19:01:08
55395         Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
55396              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
55397              Date: Mon, 4 Aug 2003 00:01:08 +0400
55398              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
55399      Branch: perl
55400            ! wince/makedist.pl
55401 ____________________________________________________________________________
55402 [ 20457] By: jhi                                   on 2003/08/03  18:59:10
55403         Log: Subject: [PATCH perlreftut.pod] Minor edits
55404              From: mjd@plover.com
55405              Date: 3 Aug 2003 17:46:08 -0000
55406              Message-ID: <20030803174608.15792.qmail@plover.com>
55407      Branch: perl
55408            ! pod/perlreftut.pod
55409 ____________________________________________________________________________
55410 [ 20456] By: jhi                                   on 2003/08/03  18:52:16
55411         Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
55412              From: mjd@plover.com
55413              Date: 3 Aug 2003 19:37:49 -0000
55414              Message-ID: <20030803193749.3733.qmail@plover.com>
55415      Branch: perl
55416            ! ext/Time/HiRes/HiRes.pm
55417 ____________________________________________________________________________
55418 [ 20455] By: jhi                                   on 2003/08/03  18:47:13
55419         Log: Subject: [PATCH] Re: win32.c bug - handle leak
55420              From: Jan Dubois <jand@ActiveState.com>
55421              Date: Sat, 02 Aug 2003 10:25:05 -0700
55422              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
55423      Branch: perl
55424            ! win32/win32.c
55425 ____________________________________________________________________________
55426 [ 20454] By: jhi                                   on 2003/08/03  18:45:53
55427         Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
55428              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
55429              Date: Sat, 2 Aug 2003 09:38:50 -0700
55430              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
55431      Branch: perl
55432            ! os2/os2ish.h
55433 ____________________________________________________________________________
55434 [ 20453] By: jhi                                   on 2003/08/03  18:44:29
55435         Log: Subject: [PATCH] Storable and uninitalized array values
55436              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
55437              Date: Sat, 2 Aug 2003 13:40:16 +0200
55438              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
55439      Branch: perl
55440            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
55441 ____________________________________________________________________________
55442 [ 20452] By: jhi                                   on 2003/08/03  18:27:47
55443         Log: Upgrade to Unicode::Collate 0.26.
55444      Branch: perl
55445            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
55446            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
55447            ! lib/Unicode/Collate/t/test.t
55448 ____________________________________________________________________________
55449 [ 20451] By: jhi                                   on 2003/08/03  18:24:18
55450         Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
55451              From: "Craig A. Berry" <craigberry@mac.com>
55452              Date: Sat, 02 Aug 2003 10:25:44 -0500
55453              Message-ID: <3F2BD7F8.8090003@mac.com>
55454      Branch: perl
55455            ! lib/Net/Ping.pm
55456 ____________________________________________________________________________
55457 [ 20450] By: rgs                                   on 2003/08/03  12:50:07
55458         Log: Subject: [PATCH 5.8.1 @20218] Shell.t
55459              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
55460              Date: Sun, 3 Aug 2003 06:21:41 -0700
55461              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
55462      Branch: perl
55463            ! lib/Shell.t
55464 ____________________________________________________________________________
55465 [ 20447] By: jhi                                   on 2003/08/02  07:26:58
55466         Log: C++ (or C99) sneak attack ("inline" function keyword).
55467      Branch: perl
55468            ! ext/Devel/DProf/DProf.xs
55469 ____________________________________________________________________________
55470 [ 20445] By: jhi                                   on 2003/08/02  06:24:30
55471         Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
55472              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
55473              Date: Fri, 1 Aug 2003 13:12:14 +0200
55474              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
55475      Branch: perl
55476            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
55477            ! ext/File/Glob/t/basic.t
55478 ____________________________________________________________________________
55479 [ 20444] By: jhi                                   on 2003/08/02  06:17:28
55480         Log: Only show the message if the locale settings look risky.
55481      Branch: perl
55482            ! ext/Time/HiRes/Makefile.PL
55483 ____________________________________________________________________________
55484 [ 20443] By: jhi                                   on 2003/08/02  06:01:27
55485         Log: Add a message about the LC_ALL=C workaround (for non-core builds);
55486              update Changes.
55487      Branch: perl
55488            ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
55489 ____________________________________________________________________________
55490 [ 20441] By: jhi                                   on 2003/08/02  05:37:37
55491         Log: Subject: [PATCH] Small nit to pad.c
55492              From: Enache Adrian <enache@rdslink.ro>
55493              Date: Sat, 2 Aug 2003 01:50:40 +0300
55494              Message-ID: <20030801225040.GB1281@ratsnest.hole>
55495      Branch: perl
55496            ! pad.c
55497 ____________________________________________________________________________
55498 [ 20440] By: jhi                                   on 2003/08/02  05:12:13
55499         Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
55500              From: Radu Greab <rgreab@fx.ro>
55501              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
55502              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
55503      Branch: perl
55504            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
55505            ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
55506            ! t/lib/dprof/test8_v
55507 ____________________________________________________________________________
55508 [ 20439] By: jhi                                   on 2003/08/02  05:06:43
55509         Log: Subject: [PATCH] ioctl for VMS
55510              From: "Craig A. Berry" <craigberry@mac.com>
55511              Date: Fri, 01 Aug 2003 23:34:31 -0500
55512              Message-ID: <3F2B3F57.4050609@mac.com>
55513      Branch: perl
55514            ! configure.com vms/vmsish.h
55515 ____________________________________________________________________________
55516 [ 20438] By: jhi                                   on 2003/08/02  05:05:40
55517         Log: Subject: [PATCH] argv case nit for VMS
55518              From: "Craig A. Berry" <craigberry@mac.com>
55519              Date: Fri, 01 Aug 2003 19:16:30 -0500
55520              Message-ID: <3F2B02DE.10207@mac.com>
55521      Branch: perl
55522            ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
55523 ____________________________________________________________________________
55524 [ 20437] By: jhi                                   on 2003/08/01  22:00:30
55525         Log: Hugo's second thoughts: drop the relatively rare and
55526              slow optimization for now.
55527      Branch: perl
55528            ! regexec.c
55529 ____________________________________________________________________________
55530 [ 20435] By: jhi                                   on 2003/08/01  21:55:19
55531         Log: Missed this bit in the last update: couldn't answer ''
55532              or ' ' to get 'none'.
55533      Branch: perl
55534            ! Configure
55535 ____________________________________________________________________________
55536 [ 20432] By: jhi                                   on 2003/08/01  13:45:10
55537         Log: Encode pre-1.98 update from Dan Kogai, sent from
55538              the ashes of his smoldering motherboard.
55539      Branch: perl
55540            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
55541            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
55542            ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
55543            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
55544 ____________________________________________________________________________
55545 [ 20431] By: jhi                                   on 2003/08/01  13:34:28
55546         Log: More runperl(switches => ...) finds (bleadperl only).
55547      Branch: perl
55548            ! t/op/readline.t
55549 ____________________________________________________________________________
55550 [ 20426] By: jhi                                   on 2003/08/01  12:45:19
55551         Log: Regen perltoc.
55552      Branch: perl
55553            ! pod/perltoc.pod
55554 ____________________________________________________________________________
55555 [ 20425] By: jhi                                   on 2003/08/01  12:44:16
55556         Log: pod likes whitespace.
55557      Branch: perl
55558            ! ext/ByteLoader/ByteLoader.pm
55559 ____________________________________________________________________________
55560 [ 20422] By: jhi                                   on 2003/08/01  11:37:53
55561         Log: Faulty check.
55562      Branch: perl
55563            ! t/test.pl
55564 ____________________________________________________________________________
55565 [ 20420] By: jhi                                   on 2003/08/01  11:06:54
55566         Log: Update INSTALL on the *dir.
55567      Branch: perl
55568            ! INSTALL
55569 ____________________________________________________________________________
55570 [ 20419] By: jhi                                   on 2003/08/01  11:04:55
55571         Log: Regen Glossary et al.
55572      Branch: perl
55573            ! Porting/Glossary Porting/config.sh Porting/config_H
55574 ____________________________________________________________________________
55575 [ 20418] By: jhi                                   on 2003/08/01  10:58:23
55576         Log: Now the test should be really testing what it's supposed to.
55577      Branch: perl
55578            ! ext/B/t/bytecode.t
55579 ____________________________________________________________________________
55580 [ 20417] By: jhi                                   on 2003/08/01  10:45:57
55581         Log: Fix the options.
55582      Branch: perl
55583            ! ext/B/t/bytecode.t
55584 ____________________________________________________________________________
55585 [ 20416] By: jhi                                   on 2003/08/01  10:44:19
55586         Log: Argument sanity checking.
55587      Branch: perl
55588            ! t/test.pl
55589 ____________________________________________________________________________
55590 [ 20413] By: jhi                                   on 2003/08/01  10:37:09
55591         Log: Regen Configure to use the *html*dir files.
55592              (installhtml uses none of that, though)
55593      Branch: perl
55594            ! Configure Policy_sh.SH config_h.SH
55595 ____________________________________________________________________________
55596 [ 20411] By: jhi                                   on 2003/08/01  10:10:05
55597         Log: More for the *dir changes.
55598      Branch: perl
55599            ! Policy_sh.SH config_h.SH hints/darwin.sh
55600 ____________________________________________________________________________
55601 [ 20410] By: jhi                                   on 2003/08/01  10:09:38
55602         Log: Regen Configure for the new *dir installation variables.
55603              If these don't work, ask Schwern.
55604      Branch: perl
55605            ! Configure
55606 ____________________________________________________________________________
55607 [ 20408] By: jhi                                   on 2003/08/01  05:27:48
55608         Log: Upgrade to MakeMaker 6.13.
55609      Branch: perl
55610            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
55611            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
55612            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
55613            ! lib/ExtUtils/t/basic.t
55614 ____________________________________________________________________________
55615 [ 20407] By: jhi                                   on 2003/08/01  05:21:36
55616         Log: JAPH patch :-) from Abigail.
55617      Branch: perl
55618            ! t/japh/abigail.t
55619 ____________________________________________________________________________
55620 [ 20406] By: jhi                                   on 2003/08/01  05:10:30
55621         Log: Regen perlapi.
55622      Branch: perl
55623            ! perlapi.c
55624 ____________________________________________________________________________
55625 [ 20405] By: jhi                                   on 2003/08/01  05:09:23
55626         Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
55627              From: Dave Mitchell <davem@fdgroup.com>
55628              Date: Fri, 1 Aug 2003 01:16:31 +0100
55629              Message-ID: <20030801001631.GA11233@fdgroup.com>
55630      Branch: perl
55631            ! regcomp.c t/op/pat.t
55632 ____________________________________________________________________________
55633 [ 20404] By: ams                                   on 2003/08/01  03:28:17
55634         Log: Subject: [PATCH] LotR quote for perlapi.c
55635              From: Autrijus Tang <autrijus@autrijus.org>
55636              Date: Fri, 1 Aug 2003 10:00:29 +0800
55637              Message-Id: <20030801020029.GA28241@not.autrijus.org>
55638      Branch: perl
55639            ! embed.pl
55640 ____________________________________________________________________________
55641 [ 20396] By: rgs                                   on 2003/07/31  20:37:50
55642         Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
55643      Branch: perl
55644            ! INSTALL
55645 ____________________________________________________________________________
55646 [ 20395] By: jhi                                   on 2003/07/31  20:32:30
55647         Log: Integrate README.macosx more.
55648      Branch: perl
55649            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
55650            ! win32/Makefile win32/makefile.mk
55651 ____________________________________________________________________________
55652 [ 20394] By: jhi                                   on 2003/07/31  20:31:49
55653         Log: README.macosx from Sherm Pendley.
55654      Branch: perl
55655            + README.macosx
55656            ! MANIFEST
55657 ____________________________________________________________________________
55658 [ 20393] By: jhi                                   on 2003/07/31  20:31:08
55659         Log: Unportable subtest needs rethink.
55660      Branch: perl
55661            ! ext/B/t/bytecode.t
55662 ____________________________________________________________________________
55663 [ 20392] By: jhi                                   on 2003/07/31  20:22:03
55664         Log: Enache again.
55665      Branch: perl
55666            ! ext/ByteLoader/bytecode.h
55667 ____________________________________________________________________________
55668 [ 20390] By: jhi                                   on 2003/07/31  20:20:28
55669         Log: Retract #20385.
55670      Branch: perl
55671            ! ext/ByteLoader/bytecode.h
55672 ____________________________________________________________________________
55673 [ 20389] By: jhi                                   on 2003/07/31  20:14:06
55674         Log: Yet another bytecode tweak from Enache.
55675      Branch: perl
55676            ! ext/B/B/Bytecode.pm
55677 ____________________________________________________________________________
55678 [ 20388] By: jhi                                   on 2003/07/31  20:11:21
55679         Log: Subject: [DOC PATCH] pod/perlguts.pod
55680              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
55681              Date: Thu, 31 Jul 2003 22:39:01 +0200
55682              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
55683      Branch: perl
55684            ! pod/perlguts.pod
55685 ____________________________________________________________________________
55686 [ 20387] By: jhi                                   on 2003/07/31  19:57:36
55687         Log: Subject: Re: [perl #23171] Regex too selfish
55688              From: hv@crypt.org
55689              Date: Thu, 31 Jul 2003 18:59:43 +0100
55690              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
55691
55692              (choose the second code patch)
55693      Branch: perl
55694            ! regexec.c t/op/re_tests
55695 ____________________________________________________________________________
55696 [ 20386] By: jhi                                   on 2003/07/31  19:48:17
55697         Log: Make consistent with installperl (and working in MPE/iX)
55698              (Mark Bixby)
55699      Branch: perl
55700            ! installman
55701 ____________________________________________________________________________
55702 [ 20385] By: jhi                                   on 2003/07/31  19:46:14
55703         Log: (retracted by #20390)
55704      Branch: perl
55705            ! ext/ByteLoader/bytecode.h
55706 ____________________________________________________________________________
55707 [ 20383] By: jhi                                   on 2003/07/31  19:37:22
55708         Log: Upgrade to real CPAN.pm 1.76.
55709      Branch: perl
55710            + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
55711            + lib/CPAN/t/signature.t
55712            ! MANIFEST lib/CPAN.pm
55713 ____________________________________________________________________________
55714 [ 20379] By: jhi                                   on 2003/07/31  12:32:31
55715         Log: One more tweak for Mac OS X hints.
55716      Branch: perl
55717            ! hints/darwin.sh
55718 ____________________________________________________________________________
55719 [ 20378] By: jhi                                   on 2003/07/31  11:39:31
55720         Log: The new PKI system is far too untested and rough yet
55721              (think machines with no network, machines behind firewalls,
55722              corporate and national encryption policies).  It cannot be
55723              considered useable at this stage.
55724
55725              Therefore, create a fake CPAN 1.76.
55726      Branch: perl
55727            ! lib/CPAN.pm
55728 ____________________________________________________________________________
55729 [ 20377] By: jhi                                   on 2003/07/31  11:28:58
55730         Log: This test is pretty useless as it stands.
55731      Branch: perl
55732            - lib/CPAN/t/signature.t
55733            ! MANIFEST
55734 ____________________________________________________________________________
55735 [ 20376] By: jhi                                   on 2003/07/31  10:30:08
55736         Log: Document the requirements for Module::Signature a bit.
55737      Branch: perl
55738            ! lib/CPAN.pm
55739 ____________________________________________________________________________
55740 [ 20375] By: jhi                                   on 2003/07/31  09:37:44
55741         Log: We are change #20316 ahead of 1.75.
55742      Branch: perl
55743            ! lib/CPAN.pm
55744 ____________________________________________________________________________
55745 [ 20373] By: jhi                                   on 2003/07/31  07:35:11
55746         Log: Integrate from maint:
55747              [ 20359]
55748              No more wince/README.compile here, either.
55749      Branch: perl
55750           !> Porting/makerel
55751 ____________________________________________________________________________
55752 [ 20371] By: jhi                                   on 2003/07/31  05:41:56
55753         Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
55754              (Schwern)
55755      Branch: perl
55756            ! lib/ExtUtils/MakeMaker.pm
55757 ____________________________________________________________________________
55758 [ 20370] By: jhi                                   on 2003/07/31  05:39:11
55759         Log: Schwern says this is most probably an old VMS MakeMaker
55760              bug workaround that can go now.
55761      Branch: perl
55762            ! ext/SDBM_File/sdbm/Makefile.PL
55763 ____________________________________________________________________________
55764 [ 20369] By: jhi                                   on 2003/07/31  05:32:15
55765         Log: Final touches to "Apple-like" installation directories.
55766      Branch: perl
55767            ! hints/darwin.sh
55768 ____________________________________________________________________________
55769 [ 20368] By: jhi                                   on 2003/07/31  05:28:17
55770         Log: Tests for change #20367 (and change use overload; to
55771              just require overload;)
55772      Branch: perl
55773            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
55774 ____________________________________________________________________________
55775 [ 20367] By: jhi                                   on 2003/07/31  05:12:47
55776         Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
55777              From: Xavier Noria <fxn@hashref.com>
55778              Date: Thu, 31 Jul 2003 00:29:13 +0200
55779              Message-Id: <200307310029.13567.fxn@hashref.com>
55780      Branch: perl
55781            ! lib/Tie/RefHash.pm
55782 ____________________________________________________________________________
55783 [ 20366] By: jhi                                   on 2003/07/31  05:06:11
55784         Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
55785              From: Enache Adrian <enache@rdslink.ro>
55786              Date: Thu, 31 Jul 2003 03:49:40 +0300
55787              Message-ID: <20030731004940.GB1266@ratsnest.hole>
55788
55789              (but use test.pl:run_perl() instead of manual `$^X ...`)
55790      Branch: perl
55791            + ext/B/t/bytecode.t
55792            ! MANIFEST
55793 ____________________________________________________________________________
55794 [ 20364] By: rgs                                   on 2003/07/30  21:35:08
55795         Log: Silence spurious noise from MakeMaker :
55796              hint files shouldn't return undef and have set $!.
55797      Branch: perl
55798            ! ext/DynaLoader/hints/linux.pl
55799 ____________________________________________________________________________
55800 [ 20362] By: jhi                                   on 2003/07/30  20:24:49
55801         Log: Upgrade to NEXT 0.52.
55802      Branch: perl
55803            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
55804            ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
55805 ____________________________________________________________________________
55806 [ 20356] By: jhi                                   on 2003/07/30  18:16:55
55807         Log: Might as well.
55808      Branch: perl
55809            ! pod/perlhist.pod
55810 ____________________________________________________________________________
55811 [ 20355] By: jhi                                   on 2003/07/30  18:15:49
55812         Log: Silly gcc.
55813      Branch: perl
55814            ! perl.c
55815 ____________________________________________________________________________
55816 [ 20353] By: jhi                                   on 2003/07/30  17:09:59
55817         Log: This is getting comical.  (Practical tip: never ask
55818              for opinions from one than one person at one time.)
55819              Now back to -Dprefix='/usr' replacing the system Perl,
55820              but don't use the Apple internal DSTROOT.
55821      Branch: perl
55822            ! hints/darwin.sh
55823 ____________________________________________________________________________
55824 [ 20352] By: jhi                                   on 2003/07/30  17:00:25
55825         Log: Mac OS X hints dance continues.  Now drop any special
55826              installation directory mangling.  In other words, if
55827              you want to overwrite the system perl, you really need
55828              to find out how to do that.
55829      Branch: perl
55830            ! hints/darwin.sh
55831 ____________________________________________________________________________
55832 [ 20350] By: jhi                                   on 2003/07/30  14:23:03
55833         Log: Try again with the Mac OS X hints.  Now the three cases
55834              (no -Dprefix, /usr, and something else) all install
55835              into separate places.  No prefix installs to /usr/local.
55836              The /usr overwrites the Apple install (modulo the version).
55837      Branch: perl
55838            ! hints/darwin.sh
55839 ____________________________________________________________________________
55840 [ 20348] By: jhi                                   on 2003/07/30  13:28:30
55841         Log: Subject: [PATCH] NEXT and Diamond Inheritance
55842              From: Casey West <casey@geeknest.com>
55843              Date: Tue, 29 Jul 2003 17:37:15 -0400
55844              Message-ID: <20030729213715.GY76899@geeknest.com>
55845
55846              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
55847      Branch: perl
55848            ! lib/NEXT.pm lib/NEXT/t/unseen.t
55849 ____________________________________________________________________________
55850 [ 20347] By: jhi                                   on 2003/07/30  13:19:03
55851         Log: Match also on full name and email (though the email is
55852              now less interesting than it used to be).
55853      Branch: perl
55854            ! Porting/Maintainers
55855 ____________________________________________________________________________
55856 [ 20346] By: jhi                                   on 2003/07/30  12:26:53
55857         Log: Maintainers script tweaks.
55858      Branch: perl
55859            ! Porting/Maintainers
55860 ____________________________________________________________________________
55861 [ 20345] By: jhi                                   on 2003/07/30  11:17:33
55862         Log: rmdir t/lib/IO.
55863      Branch: perl
55864            ! ext/IO/t/IO.t
55865 ____________________________________________________________________________
55866 [ 20344] By: jhi                                   on 2003/07/30  11:15:30
55867         Log: Adjust the list of rmdired lib directories.
55868      Branch: perl
55869            ! Makefile.SH
55870 ____________________________________________________________________________
55871 [ 20343] By: jhi                                   on 2003/07/30  10:06:24
55872         Log: Be paranoid about PL_origargv.
55873              Paranoia warranted by Win32 mod_perl.
55874      Branch: perl
55875            ! perl.c
55876 ____________________________________________________________________________
55877 [ 20342] By: jhi                                   on 2003/07/30  09:57:55
55878         Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
55879              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
55880              Date: Wed, 30 Jul 2003 14:56:32 +0400
55881              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
55882      Branch: perl
55883            ! perlio.c
55884 ____________________________________________________________________________
55885 [ 20341] By: jhi                                   on 2003/07/30  09:54:46
55886         Log: Upgrade to ExtUtils::MakeMaker 6.12.
55887      Branch: perl
55888            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
55889            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
55890            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
55891            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
55892 ____________________________________________________________________________
55893 [ 20340] By: jhi                                   on 2003/07/30  09:47:32
55894         Log: That's M. Schwern to you, earthling.
55895      Branch: perl
55896            ! Porting/Maintainers.pl
55897 ____________________________________________________________________________
55898 [ 20339] By: jhi                                   on 2003/07/30  09:43:32
55899         Log: Arthur maintains Safe.
55900      Branch: perl
55901            ! Porting/Maintainers.pl
55902 ____________________________________________________________________________
55903 [ 20338] By: jhi                                   on 2003/07/30  09:40:28
55904         Log: Use the CPAN id where available.
55905      Branch: perl
55906            ! Porting/Maintainers.pl
55907 ____________________________________________________________________________
55908 [ 20337] By: jhi                                   on 2003/07/30  09:26:47
55909         Log: Rename Modules and Modules.pl as Maintainers and
55910              Maintainers.pl since the same framework can be used
55911              for more than just modules.
55912      Branch: perl
55913            + Porting/Maintainers Porting/Maintainers.pl
55914            - Porting/Modules Porting/Modules.pl
55915            ! MANIFEST
55916 ____________________________________________________________________________
55917 [ 20336] By: jhi                                   on 2003/07/30  09:11:06
55918         Log: Strip leading ./
55919      Branch: perl
55920            ! Porting/Modules
55921 ____________________________________________________________________________
55922 [ 20335] By: jhi                                   on 2003/07/30  09:01:47
55923         Log: More Modules.pl.
55924      Branch: perl
55925            ! Porting/Modules.pl
55926 ____________________________________________________________________________
55927 [ 20334] By: jhi                                   on 2003/07/30  08:51:57
55928         Log: Modules.pl: add B::Deparse.
55929      Branch: perl
55930            ! Porting/Modules.pl
55931 ____________________________________________________________________________
55932 [ 20333] By: jhi                                   on 2003/07/30  08:26:47
55933         Log: Mac OS X: tweak once again the installation directories.
55934      Branch: perl
55935            ! hints/darwin.sh
55936 ____________________________________________________________________________
55937 [ 20332] By: jhi                                   on 2003/07/30  07:55:04
55938         Log: Modules.pl tweaks.
55939      Branch: perl
55940            ! Porting/Modules.pl
55941 ____________________________________________________________________________
55942 [ 20331] By: jhi                                   on 2003/07/30  06:13:55
55943         Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
55944              From: Jan Dubois <jand@ActiveState.com>
55945              Date: Tue, 29 Jul 2003 19:14:10 -0700
55946              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
55947      Branch: perl
55948            ! lib/Win32.pod win32/win32.c
55949 ____________________________________________________________________________
55950 [ 20330] By: rgs                                   on 2003/07/29  21:20:28
55951         Log: FAQ sync.
55952      Branch: perl
55953            ! pod/perlfaq4.pod pod/perlfaq7.pod
55954 ____________________________________________________________________________
55955 [ 20329] By: jhi                                   on 2003/07/29  20:54:38
55956         Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
55957              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
55958              Date: Wed, 30 Jul 2003 02:02:41 +0400
55959              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
55960      Branch: perl
55961            ! wince/wince.c
55962 ____________________________________________________________________________
55963 [ 20327] By: jhi                                   on 2003/07/29  20:09:15
55964         Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
55965      Branch: perl
55966            ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
55967 ____________________________________________________________________________
55968 [ 20324] By: jhi                                   on 2003/07/29  19:55:50
55969         Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
55970              important for IPv6 (Spider).  Since there is no way to
55971              otherwise detect 3.X, use the hints.
55972      Branch: perl
55973            ! hints/dec_osf.sh perl.h
55974 ____________________________________________________________________________
55975 [ 20316] By: jhi                                   on 2003/07/29  15:27:46
55976         Log: Don't nag about Module::Signature if there is no
55977              way for the user to use it (based on Autrijus' patch).
55978      Branch: perl
55979            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
55980 ____________________________________________________________________________
55981 [ 20315] By: jhi                                   on 2003/07/29  14:47:04
55982         Log: Oops.
55983      Branch: perl
55984            ! sv.c
55985 ____________________________________________________________________________
55986 [ 20314] By: jhi                                   on 2003/07/29  13:26:26
55987         Log: Slight rewording on the destdir.
55988      Branch: perl
55989            ! INSTALL
55990 ____________________________________________________________________________
55991 [ 20312] By: jhi                                   on 2003/07/29  13:20:21
55992         Log: Subject: [PATCH] pod/perlvar.pod: minor typo
55993              From: "Brendan O'Dea" <bod@debian.org>
55994              Date: Tue, 29 Jul 2003 23:49:18 +1000
55995              Message-ID: <20030729134918.GA4339@londo.c47.org>
55996      Branch: perl
55997            ! pod/perlvar.pod
55998 ____________________________________________________________________________
55999 [ 20310] By: jhi                                   on 2003/07/29  13:11:57
56000         Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
56001              From: PPrymmer@factset.com
56002              Date: Tue, 22 Jul 2003 11:12:05 -0400
56003              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
56004      Branch: perl
56005            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
56006            ! ext/Encode/t/perlio.t
56007 ____________________________________________________________________________
56008 [ 20309] By: jhi                                   on 2003/07/29  13:06:24
56009         Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
56010              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
56011              Date: Sun, 13 Jul 2003 10:23:35 +0900
56012              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
56013      Branch: perl
56014            ! ext/Encode/lib/Encode/Alias.pm
56015 ____________________________________________________________________________
56016 [ 20308] By: jhi                                   on 2003/07/29  13:02:43
56017         Log: The --destdir option to installman should be made
56018              optional so that it doesn't complain when passed
56019              an empty value (from Rafael)
56020      Branch: perl
56021            ! installman
56022 ____________________________________________________________________________
56023 [ 20306] By: jhi                                   on 2003/07/29  12:05:24
56024         Log: Too many my $fh:s.
56025      Branch: perl
56026            ! lib/CPAN.pm
56027 ____________________________________________________________________________
56028 [ 20305] By: jhi                                   on 2003/07/29  11:55:11
56029         Log: Quieten MSVC6.
56030      Branch: perl
56031            ! pp.c
56032 ____________________________________________________________________________
56033 [ 20302] By: jhi                                   on 2003/07/29  11:31:17
56034         Log: Subject: DESTDIR in perl-5.8.1 package?
56035              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
56036              Date: Fri, 11 Jul 2003 14:48:41 +0200
56037              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
56038
56039              Subject: Re: DESTDIR in perl-5.8.1 package?
56040              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
56041              Date: Mon, 14 Jul 2003 12:00:25 +0200
56042              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
56043
56044              (blindly prepending and s///ing away the $destdir does not work
56045              at least in VMS, but the --destdir should help rpm builders
56046              and the like)
56047      Branch: perl
56048            ! INSTALL Makefile.SH installman installperl
56049 ____________________________________________________________________________
56050 [ 20301] By: jhi                                   on 2003/07/29  11:20:07
56051         Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
56052              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
56053              Date: 26 Jul 2003 21:44:06 -0000
56054              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
56055
56056              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
56057              releases 4.x and 5.x.
56058      Branch: perl
56059            ! perl.h
56060 ____________________________________________________________________________
56061 [ 20300] By: jhi                                   on 2003/07/29  11:18:27
56062         Log: Cleanup the sv_gets() logic for platforms with small stacks.
56063              (I think hogging 8K of stack sounds like bad behaviour on any
56064              platform, big stack or not.)
56065      Branch: perl
56066            ! sv.c
56067 ____________________________________________________________________________
56068 [ 20299] By: merijn                                on 2003/07/29  10:57:37
56069         Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
56070      Branch: perl
56071            ! README.hpux
56072 ____________________________________________________________________________
56073 [ 20298] By: jhi                                   on 2003/07/29  10:57:28
56074         Log: DEC OSF/1 3.x did (does) not do sizer -v.
56075      Branch: perl
56076            ! hints/dec_osf.sh
56077 ____________________________________________________________________________
56078 [ 20295] By: jhi                                   on 2003/07/29  10:36:25
56079         Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
56080              From: Autrijus Tang <autrijus@autrijus.org>
56081              Date: Tue, 29 Jul 2003 09:58:35 +0800
56082              Message-ID: <20030729015834.GA7149@not.autrijus.org>
56083      Branch: perl
56084            ! lib/CPAN.pm
56085 ____________________________________________________________________________
56086 [ 20294] By: jhi                                   on 2003/07/29  10:30:05
56087         Log: There is no skip() since we are not using Test*.
56088      Branch: perl
56089            ! lib/CPAN/t/signature.t
56090 ____________________________________________________________________________
56091 [ 20293] By: jhi                                   on 2003/07/29  10:28:10
56092         Log: Upgrade to CPAN.pm 1.74.
56093      Branch: perl
56094            ! lib/CPAN.pm lib/CPAN/t/signature.t
56095 ____________________________________________________________________________
56096 [ 20292] By: jhi                                   on 2003/07/29  10:14:26
56097         Log: Most importantly, don't try HvNAME(gp->gp_hv)
56098              unless PL_stashcache exists, otherwise we get
56099              an invalid read (detected by valgrind, and crashes
56100              ext/threads/t/basic.t in Windows).
56101
56102              Also add a few if:s for the refcnt decrements,
56103              no need to call Perl_sv_free() if there's nothing to free.
56104      Branch: perl
56105            ! gv.c
56106 ____________________________________________________________________________
56107 [ 20291] By: jhi                                   on 2003/07/29  09:00:58
56108         Log: Tabify.
56109      Branch: perl
56110            ! MANIFEST
56111 ____________________________________________________________________________
56112 [ 20288] By: jhi                                   on 2003/07/29  08:29:50
56113         Log: Subject: [perl #22969] fix $hash{utf8bareword}
56114              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
56115              Date: Tue, 29 Jul 2003 11:09:37 +0200
56116              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
56117      Branch: perl
56118            ! t/op/utfhash.t toke.c
56119 ____________________________________________________________________________
56120 [ 20287] By: jhi                                   on 2003/07/29  08:26:48
56121         Log: Subject: [PATCH pointer] B::Deparse 0.64
56122              From: Stephen McCamant <smcc@mit.edu>
56123              Date: Mon, 28 Jul 2003 16:57:19 -0400
56124              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
56125      Branch: perl
56126            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
56127 ____________________________________________________________________________
56128 [ 20286] By: jhi                                   on 2003/07/29  08:24:45
56129         Log: More perlio docs from Stas.
56130      Branch: perl
56131            ! pod/perliol.pod
56132 ____________________________________________________________________________
56133 [ 20285] By: jhi                                   on 2003/07/29  08:22:49
56134         Log: Reintroduce Porting/Modules.  No, it's not duplicating
56135              the information in Module::CoreList.
56136      Branch: perl
56137            + Porting/Modules Porting/Modules.pl
56138            ! AUTHORS MANIFEST
56139 ____________________________________________________________________________
56140 [ 20283] By: jhi                                   on 2003/07/29  05:00:12
56141         Log: The better prefixify() patch from Ed Moy.
56142      Branch: perl
56143            ! lib/ExtUtils/MM_Unix.pm
56144 ____________________________________________________________________________
56145 [ 20282] By: jhi                                   on 2003/07/29  04:57:57
56146         Log: PerlIO_popped doc addition from NI-S.
56147      Branch: perl
56148            ! pod/perliol.pod
56149 ____________________________________________________________________________
56150 [ 20281] By: jhi                                   on 2003/07/29  04:55:48
56151         Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
56152              From: "Craig A. Berry" <craigberry@mac.com>
56153              Date: Tue, 29 Jul 2003 00:11:46 -0500
56154              Message-ID: <3F260212.9000104@mac.com>
56155      Branch: perl
56156            ! lib/File/Find.pm
56157 ____________________________________________________________________________
56158 [ 20278] By: jhi                                   on 2003/07/28  18:03:48
56159         Log: More bytecode tweaks.
56160      Branch: perl
56161            ! ext/B/B.xs ext/B/B/Bytecode.pm
56162 ____________________________________________________________________________
56163 [ 20275] By: jhi                                   on 2003/07/28  16:47:53
56164         Log: No more wince/README.compile.
56165      Branch: perl
56166            ! Porting/curliff.pl
56167 ____________________________________________________________________________
56168 [ 20272] By: jhi                                   on 2003/07/28  16:19:47
56169         Log: Slightly better failure output.
56170      Branch: perl
56171            ! ext/Devel/Peek/t/Peek.t
56172 ____________________________________________________________________________
56173 [ 20270] By: jhi                                   on 2003/07/28  15:12:28
56174         Log: These directories no more exist during cleanup.
56175      Branch: perl
56176            ! Makefile.SH
56177 ____________________________________________________________________________
56178 [ 20269] By: jhi                                   on 2003/07/28  15:07:22
56179         Log: No more ext/*/*.t, move them all to ext/*/t.
56180      Branch: perl
56181            + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
56182            + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
56183            + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
56184            + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
56185            + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
56186            + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
56187            + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
56188            + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
56189            + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
56190            + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
56191            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
56192            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
56193            - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
56194            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
56195            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
56196            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
56197            - ext/Socket/Socket.t ext/Socket/socketpair.t
56198            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
56199            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
56200            - ext/re/re.t
56201            ! MANIFEST ext/IPC/SysV/MANIFEST
56202 ____________________________________________________________________________
56203 [ 20268] By: jhi                                   on 2003/07/28  14:31:17
56204         Log: Move the ext/IO tests to a more standard location so that
56205              the *.t do not get copied to the build tree (lib/IO/).
56206      Branch: perl
56207            + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
56208            + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
56209            + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
56210            + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
56211            + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
56212            + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
56213            - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
56214            - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
56215            - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
56216            - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
56217            - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
56218            - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
56219            - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
56220            - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
56221            ! MANIFEST
56222 ____________________________________________________________________________
56223 [ 20267] By: jhi                                   on 2003/07/28  14:16:44
56224         Log: Retract #20260.
56225      Branch: perl
56226            ! perlio.c perliol.h
56227 ____________________________________________________________________________
56228 [ 20266] By: jhi                                   on 2003/07/28  13:38:59
56229         Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
56230      Branch: perl
56231            ! lib/File/Spec.pm
56232 ____________________________________________________________________________
56233 [ 20265] By: jhi                                   on 2003/07/28  13:23:44
56234         Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
56235              From: "Craig A. Berry" <craigberry@mac.com>
56236              Date: Mon, 28 Jul 2003 08:04:32 -0500
56237              Message-ID: <3F251F60.6050607@mac.com>
56238      Branch: perl
56239            ! t/op/write.t
56240 ____________________________________________________________________________
56241 [ 20264] By: jhi                                   on 2003/07/28  13:21:58
56242         Log: Subject: [PATCH] t/op/write.t cleanup after itself.
56243              From: Michael G Schwern <schwern@pobox.com>
56244              Date: Mon, 28 Jul 2003 05:54:19 -0700
56245              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
56246      Branch: perl
56247            ! t/op/write.t
56248 ____________________________________________________________________________
56249 [ 20263] By: jhi                                   on 2003/07/28  12:13:24
56250         Log: Make Storable work with blead/maint by making PL_sv_placeholder
56251              a true global, bump $VERSION to 2.08.  Will take a look at the
56252              portability issue of placeholders soon.
56253      Branch: perl
56254            ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
56255            ! intrpvar.h perlapi.h perlvars.h sv.c
56256 ____________________________________________________________________________
56257 [ 20262] By: jhi                                   on 2003/07/28  11:35:31
56258         Log: Storable test nosewipe.
56259      Branch: perl
56260            ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
56261 ____________________________________________________________________________
56262 [ 20261] By: jhi                                   on 2003/07/28  11:02:23
56263         Log: Solaris cc didn't appreciate casting a long to a pointer
56264              with no cast, and lval casts are unportable, so introduce
56265              a rval cast.
56266      Branch: perl
56267            ! bytecode.pl ext/ByteLoader/byterun.c
56268 ____________________________________________________________________________
56269 [ 20260] By: jhi                                   on 2003/07/28  10:46:58
56270         Log: (Retracted by #20267)
56271      Branch: perl
56272            ! perlio.c perliol.h
56273 ____________________________________________________________________________
56274 [ 20257] By: jhi                                   on 2003/07/28  10:05:58
56275         Log: Subject: CPAN/t/signature.t noisy
56276              From: Michael G Schwern <schwern@pobox.com>
56277              Date: Mon, 28 Jul 2003 02:14:19 -0700
56278              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
56279      Branch: perl
56280            ! lib/CPAN/t/signature.t
56281 ____________________________________________________________________________
56282 [ 20256] By: jhi                                   on 2003/07/28  10:00:11
56283         Log: Extra noise from File::Spec.
56284      Branch: perl
56285            ! lib/File/Spec/t/rel2abs2rel.t
56286 ____________________________________________________________________________
56287 [ 20255] By: jhi                                   on 2003/07/28  09:50:55
56288         Log: Prettyprint the constants list of defsubs_h.PL.
56289      Branch: perl
56290            ! ext/B/defsubs_h.PL
56291 ____________________________________________________________________________
56292 [ 20253] By: jhi                                   on 2003/07/28  04:56:48
56293         Log: Subject: [PATCH] B enhancements
56294              From: Stephen McCamant <smcc@mit.edu>
56295              Date: Sun, 27 Jul 2003 14:07:46 -0400
56296              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
56297      Branch: perl
56298            ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
56299 ____________________________________________________________________________
56300 [ 20252] By: jhi                                   on 2003/07/28  04:55:42
56301         Log: More clarification about the hash randomisation defines.
56302      Branch: perl
56303            ! perl.h
56304 ____________________________________________________________________________
56305 [ 20251] By: jhi                                   on 2003/07/28  04:51:46
56306         Log: Clarify the process a bit.
56307      Branch: perl
56308            ! INSTALL
56309 ____________________________________________________________________________
56310 [ 20250] By: jhi                                   on 2003/07/28  04:43:23
56311         Log: Add $VERSION to B::Bytecode.
56312      Branch: perl
56313            ! ext/B/B/Bytecode.pm
56314 ____________________________________________________________________________
56315 [ 20249] By: jhi                                   on 2003/07/28  04:39:14
56316         Log: Missing test file.  (Not very useful since Module::Signature
56317              is not in the core, but let's not make an exception.)
56318      Branch: perl
56319            ! MANIFEST
56320 ____________________________________________________________________________
56321 [ 20248] By: jhi                                   on 2003/07/28  04:35:27
56322         Log: Subject: Re: downrev modules in RC2
56323              From: Gisle Aas <gisle@ActiveState.com>
56324              Date: 27 Jul 2003 20:25:07 -0700
56325              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
56326
56327              (upgrade to Digest::MD5 2.26)
56328      Branch: perl
56329            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
56330            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
56331 ____________________________________________________________________________
56332 [ 20247] By: jhi                                   on 2003/07/28  04:31:32
56333         Log: Upgrade to CGI 2.97.
56334      Branch: perl
56335            ! lib/CGI.pm
56336 ____________________________________________________________________________
56337 [ 20246] By: jhi                                   on 2003/07/28  04:26:58
56338         Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
56339              (from Enache)
56340      Branch: perl
56341            ! bytecode.pl ext/ByteLoader/byterun.c
56342 ____________________________________________________________________________
56343 [ 20243] By: jhi                                   on 2003/07/27  20:31:31
56344         Log: Upgrade to CPAN 1.72.
56345      Branch: perl
56346            + lib/CPAN/t/signature.t
56347            ! MANIFEST lib/CPAN.pm
56348 ____________________________________________________________________________
56349 [ 20242] By: jhi                                   on 2003/07/27  20:21:40
56350         Log: We now return to your normally scheduled hash randomisation.
56351      Branch: perl
56352            ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
56353            ! pod/perlsec.pod
56354 ____________________________________________________________________________
56355 [ 20240] By: jhi                                   on 2003/07/27  19:45:22
56356         Log: fresh_perl_(is|like) were printing out the wrong file/line
56357              number on failure because _where() was hard coded to only
56358              look one level up the call stack.  In these cases it has to
56359              look two.
56360              (Schwern)
56361      Branch: perl
56362            ! t/test.pl
56363 ____________________________________________________________________________
56364 [ 20239] By: jhi                                   on 2003/07/27  19:43:34
56365         Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
56366              (Schwern)
56367      Branch: perl
56368            ! t/op/tiehandle.t
56369 ____________________________________________________________________________
56370 [ 20238] By: jhi                                   on 2003/07/27  19:20:45
56371         Log: Upgrade to Test::Harness 2.29.
56372      Branch: perl
56373            ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
56374            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
56375            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
56376            ! lib/Test/Harness/t/test-harness.t
56377 ____________________________________________________________________________
56378 [ 20237] By: jhi                                   on 2003/07/27  18:37:45
56379         Log: Missing MakeMaker test.
56380      Branch: perl
56381            + lib/ExtUtils/t/postamble.t
56382            ! MANIFEST
56383 ____________________________________________________________________________
56384 [ 20236] By: jhi                                   on 2003/07/27  18:29:16
56385         Log: Add -l (one file per line) option to manicheck.
56386      Branch: perl
56387            ! Porting/manicheck
56388 ____________________________________________________________________________
56389 [ 20235] By: jhi                                   on 2003/07/27  18:08:55
56390         Log: Further Byteloader tweaks from Enache.
56391      Branch: perl
56392            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
56393            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
56394            ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
56395            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
56396            ! ext/ByteLoader/byterun.h t/TEST
56397 ____________________________________________________________________________
56398 [ 20234] By: jhi                                   on 2003/07/27  18:02:24
56399         Log: Reapply some perldoc changes not in 3.09.
56400      Branch: perl
56401            ! lib/Pod/Perldoc.pm
56402 ____________________________________________________________________________
56403 [ 20233] By: jhi                                   on 2003/07/27  17:51:01
56404         Log: Upgrade to Pod::Perldoc 3.09.
56405      Branch: perl
56406            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
56407 ____________________________________________________________________________
56408 [ 20232] By: jhi                                   on 2003/07/27  17:34:23
56409         Log: A bug reported in perl-unicode by Terry Jones, fixed
56410              by Andreas Koenig, and add a test.
56411      Branch: perl
56412            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
56413 ____________________________________________________________________________
56414 [ 20231] By: jhi                                   on 2003/07/27  17:21:11
56415         Log: Unicode::UCD doc nit from Andreas Koenig.
56416      Branch: perl
56417            ! lib/Unicode/UCD.pm
56418 ____________________________________________________________________________
56419 [ 20230] By: jhi                                   on 2003/07/27  17:13:55
56420         Log: Upgrade to I18N::LangTags 0.28.
56421      Branch: perl
56422            + lib/I18N/LangTags/t/01test.t
56423            - lib/I18N/LangTags/test.pl
56424            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
56425 ____________________________________________________________________________
56426 [ 20229] By: jhi                                   on 2003/07/27  16:59:27
56427         Log: Skip the test until Enache fixes it.
56428      Branch: perl
56429            ! ext/B/t/assembler.t
56430 ____________________________________________________________________________
56431 [ 20225] By: jhi                                   on 2003/07/27  16:12:44
56432         Log: Upgrade to File::Spec 0.85.
56433      Branch: perl
56434            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
56435            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
56436            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
56437            ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
56438            ! lib/File/Spec/t/rel2abs2rel.t
56439 ____________________________________________________________________________
56440 [ 20224] By: jhi                                   on 2003/07/27  15:48:20
56441         Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
56442              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
56443              Date: Sun, 20 Jul 2003 22:36:02 +0200
56444              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
56445      Branch: perl
56446            ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
56447            ! perl.c perlapi.h sv.c universal.c
56448 ____________________________________________________________________________
56449 [ 20223] By: jhi                                   on 2003/07/27  15:43:30
56450         Log: Regen byterun once more: the incav is not yet right, but at
56451              least it compiles now (Tru64 cc choked on the lvalue cast).
56452      Branch: perl
56453            ! bytecode.pl ext/ByteLoader/byterun.c
56454 ____________________________________________________________________________
56455 [ 20222] By: jhi                                   on 2003/07/27  15:31:52
56456         Log: Regenerated because of #20220.
56457      Branch: perl
56458            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
56459            ! ext/ByteLoader/byterun.h
56460 ____________________________________________________________________________
56461 [ 20221] By: jhi                                   on 2003/07/27  15:19:57
56462         Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
56463              From: "Craig A. Berry" <craigberry@mac.com>
56464              Date: Mon, 21 Jul 2003 19:40:20 -0500
56465              Message-ID: <3F1C87F4.2070401@mac.com>
56466      Branch: perl
56467            ! lib/File/Find.pm
56468 ____________________________________________________________________________
56469 [ 20220] By: jhi                                   on 2003/07/27  15:13:10
56470         Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
56471              From: Enache Adrian <enache@rdslink.ro>
56472              Date: Fri, 18 Jul 2003 23:15:37 +0300
56473              Message-ID: <20030718201537.GA1574@ratsnest.hole>
56474      Branch: perl
56475            ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
56476            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
56477            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
56478            ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
56479 ____________________________________________________________________________
56480 [ 20219] By: jhi                                   on 2003/07/27  15:08:23
56481         Log: Subject: [PATCH-for-RC2] WinCE port addition
56482              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
56483              Date: Fri, 25 Jul 2003 22:17:11 +0400
56484              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
56485      Branch: perl
56486            - wince/README.compile
56487            ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
56488            ! wince/compile.bat wince/wince.c wince/wince.h
56489 ____________________________________________________________________________
56490 [ 20217] By: jhi                                   on 2003/07/25  06:39:08
56491         Log: Another missing hunk for MakeMaker from .org.
56492      Branch: perl
56493            ! lib/ExtUtils/MakeMaker.pm
56494 ____________________________________________________________________________
56495 [ 20213] By: jhi                                   on 2003/07/24  14:49:25
56496         Log: Grabbed from www.makemaker.org.
56497      Branch: perl
56498            + t/lib/MakeMaker/Test/Setup/Recurs.pm
56499            ! MANIFEST
56500 ____________________________________________________________________________
56501 [ 20211] By: jhi                                   on 2003/07/24  14:00:29
56502         Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
56503              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
56504              Date: 14 Jul 2003 05:35:15 -0000
56505              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
56506      Branch: perl
56507            ! utf8.c
56508 ____________________________________________________________________________
56509 [ 20209] By: jhi                                   on 2003/07/24  13:42:58
56510         Log: Subject: Re: [typo] sv.c pod/perlapi.pod
56511              From: Stas Bekman <stas@stason.org>
56512              Date: Thu, 24 Jul 2003 16:49:27 +0200
56513              Message-ID: <3F1FF1F7.30500@stason.org>
56514      Branch: perl
56515            ! pod/perlapi.pod sv.c
56516 ____________________________________________________________________________
56517 [ 20208] By: jhi                                   on 2003/07/24  13:41:37
56518         Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
56519              From: Michael G Schwern <schwern@pobox.com>
56520              Date: Thu, 24 Jul 2003 01:28:07 -0700
56521              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
56522      Branch: perl
56523            ! lib/ExtUtils/MakeMaker.pm
56524 ____________________________________________________________________________
56525 [ 20207] By: jhi                                   on 2003/07/24  13:40:39
56526         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
56527              From: Michael G Schwern <schwern@pobox.com>
56528              Date: Mon, 21 Jul 2003 20:12:25 -0700
56529              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
56530      Branch: perl
56531            + lib/ExtUtils/t/recurs.t
56532            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
56533            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
56534            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
56535            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
56536            ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
56537            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
56538            ! lib/ExtUtils/t/basic.t
56539 ____________________________________________________________________________
56540 [ 20206] By: jhi                                   on 2003/07/24  13:23:27
56541         Log: (accidentally empty checkin)
56542      Branch: perl
56543            ! lib/perl5db.pl
56544 ____________________________________________________________________________
56545 [ 20203] By: jhi                                   on 2003/07/24  13:14:53
56546         Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
56547              From: Steve Hay <steve.hay@uk.radan.com>
56548              Date: Fri, 18 Jul 2003 10:03:21 +0100
56549              Message-ID: <3F17B7D9.80805@uk.radan.com>
56550      Branch: perl
56551            ! makedef.pl
56552 ____________________________________________________________________________
56553 [ 20202] By: jhi                                   on 2003/07/24  13:12:08
56554         Log: Subject: [patch] perldebug.pod clarification
56555              From: Stéphane Payrard <stef@payrard.net>
56556              Date: Mon, 21 Jul 2003 21:36:59 +0200
56557              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
56558      Branch: perl
56559            ! pod/perldebug.pod
56560 ____________________________________________________________________________
56561 [ 20201] By: jhi                                   on 2003/07/24  13:08:50
56562         Log: Subject: PATCH: More edge tests on t/op/pow.t
56563              From: Andy Lester <andy@petdance.com>
56564              Date: Wed, 23 Jul 2003 16:38:35 -0500
56565              Message-ID: <20030723213834.GA20468@petdance.com>
56566      Branch: perl
56567            ! t/op/pow.t
56568 ____________________________________________________________________________
56569 [ 20200] By: jhi                                   on 2003/07/24  13:06:36
56570         Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
56571              From: Stephen McCamant <smcc@mit.edu>
56572              Date: Tue, 22 Jul 2003 09:41:10 -0400
56573              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
56574      Branch: perl
56575            ! toke.c
56576 ____________________________________________________________________________
56577 [ 20199] By: jhi                                   on 2003/07/24  13:04:24
56578         Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
56579              From: Dave Mitchell <davem@fdgroup.com>
56580              Date: Fri, 18 Jul 2003 18:49:43 +0100
56581              Message-ID: <20030718174943.GB6427@fdgroup.com>
56582      Branch: perl
56583            ! sv.c t/op/tie.t
56584 ____________________________________________________________________________
56585 [ 20198] By: jhi                                   on 2003/07/24  09:07:45
56586         Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
56587              From: Stephen McCamant <smcc@mit.edu>
56588              Date: Sat, 19 Jul 2003 12:06:31 -0400
56589              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
56590      Branch: perl
56591            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
56592 ____________________________________________________________________________
56593 [ 20197] By: jhi                                   on 2003/07/24  08:59:45
56594         Log: Subject: [PATCH] typo in VMS::Filespec
56595              From: Ken Williams <ken@mathforum.org>
56596              Date: Tue, 22 Jul 2003 15:18:21 -0500
56597              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
56598      Branch: perl
56599            ! vms/ext/Filespec.pm
56600 ____________________________________________________________________________
56601 [ 20196] By: jhi                                   on 2003/07/24  08:54:54
56602         Log: EBCDIC fix from Thomas Dorner.
56603      Branch: perl
56604            ! Makefile.SH
56605 ____________________________________________________________________________
56606 [ 20195] By: jhi                                   on 2003/07/24  08:54:13
56607         Log: POSIX-BC patch from Thomas Dorner.
56608      Branch: perl
56609            ! hints/posix-bc.sh
56610 ____________________________________________________________________________
56611 [ 20194] By: jhi                                   on 2003/07/24  08:45:55
56612         Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
56613              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
56614              Date: 14 Jul 2003 05:37:15 -0000
56615              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
56616      Branch: perl
56617            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
56618 ____________________________________________________________________________
56619 [ 20193] By: jhi                                   on 2003/07/24  08:43:33
56620         Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
56621              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
56622              Date: 14 Jul 2003 05:37:02 -0000
56623              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
56624      Branch: perl
56625            ! ext/IO/lib/IO/Socket.pm
56626 ____________________________________________________________________________
56627 [ 20191] By: jhi                                   on 2003/07/24  08:38:35
56628         Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
56629              From: Dave Mitchell <davem@fdgroup.com>
56630              Date: Thu, 17 Jul 2003 20:33:29 +0100
56631              Message-ID: <20030717193329.GA2699@fdgroup.com>
56632      Branch: perl
56633            ! pad.c t/lib/warnings/pad
56634 ____________________________________________________________________________
56635 [ 20190] By: jhi                                   on 2003/07/24  08:35:11
56636         Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
56637              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
56638              Date: 22 Jul 2003 02:59:13 -0000
56639              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
56640      Branch: perl
56641            ! pod/perlfunc.pod
56642 ____________________________________________________________________________
56643 [ 20189] By: jhi                                   on 2003/07/24  08:26:02
56644         Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
56645              From: Stephen Clouse <stephenc@theiqgroup.com>
56646              Date: Tue, 22 Jul 2003 21:31:38 -0500
56647              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
56648      Branch: perl
56649            ! perl.h
56650 ____________________________________________________________________________
56651 [ 20187] By: jhi                                   on 2003/07/24  07:53:33
56652         Log: Subject: [PATCH] configure.gnu --prefix
56653              From: slaven@rezic.de
56654              Date: Thu, 10 Jul 2003 09:33:27 +0000
56655              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
56656      Branch: perl
56657            ! configure.gnu
56658 ____________________________________________________________________________
56659 [ 20186] By: jhi                                   on 2003/07/24  07:48:21
56660         Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
56661              From: Edward Moy <emoy@apple.com>
56662              Date: Sun, 13 Jul 2003 14:12:57 -0700
56663              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
56664      Branch: perl
56665            ! lib/ExtUtils/MM_Unix.pm
56666 ____________________________________________________________________________
56667 [ 20184] By: jhi                                   on 2003/07/24  07:02:31
56668         Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
56669              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
56670              Date: Tue, 15 Jul 2003 07:46:58 -0700
56671              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
56672      Branch: perl
56673            ! makedef.pl malloc.c malloc_ctl.h
56674 ____________________________________________________________________________
56675 [ 20182] By: jhi                                   on 2003/07/23  13:28:52
56676         Log: This should make Stas happy.
56677      Branch: perl
56678            ! hv.h perl.c
56679 ____________________________________________________________________________
56680 [ 20180] By: jhi                                   on 2003/07/23  12:40:11
56681         Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
56682      Branch: perl
56683            ! installperl
56684 ____________________________________________________________________________
56685 [ 20179] By: rgs                                   on 2003/07/21  19:46:19
56686         Log: As the perldoc.pod is now in a separate file under pod/,
56687              the installman script was installing an empty perldoc.1 manpage.
56688      Branch: perl
56689            ! installperl utils.lst
56690 ____________________________________________________________________________
56691 [ 20178] By: rgs                                   on 2003/07/21  19:19:06
56692         Log: Subject: [DOCPATCH] %SIG and SA_RESTART
56693              From: Steve Grazzini <grazz@pobox.com>
56694              Date: Wed, 16 Jul 2003 08:56:21 -0400
56695              Message-ID: <20030716125620.GA7022@grazzini.net>
56696      Branch: perl
56697            ! pod/perlipc.pod pod/perlvar.pod
56698 ____________________________________________________________________________
56699 [ 20177] By: rgs                                   on 2003/07/21  19:14:35
56700         Log: Subject: [PATCH] Re: Perl formats do not work with tied values
56701              From: Dave Mitchell <davem@fdgroup.com>
56702              Date: Tue, 15 Jul 2003 20:46:07 +0100
56703              Message-ID: <20030715194607.GA24592@fdgroup.com>
56704
56705              plus the regression test :
56706              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
56707              From: Nicholas Clark <nick@ccl4.org>
56708              Date: Tue, 15 Jul 2003 22:24:04 +0100
56709              Message-ID: <20030715222404.L20414@plum.flirble.org>
56710      Branch: perl
56711            ! pp_ctl.c t/op/write.t
56712 ____________________________________________________________________________
56713 [ 20176] By: rgs                                   on 2003/07/21  19:00:32
56714         Log: Subject: Re: [PATCH] h2xs and extra_libraries
56715              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
56716              Date: Tue, 15 Jul 2003 07:28:52 +0200
56717              Message-id: <20030715052852.GA494@ethan>
56718      Branch: perl
56719            ! utils/h2xs.PL
56720 ____________________________________________________________________________
56721 [ 20175] By: merijn                                on 2003/07/21  14:26:43
56722         Log: Subject: Re: [PATCH] test clean-up for VMS
56723              From: "Craig A. Berry" <craigberry@mac.com>
56724              Date: Sun, 20 Jul 2003 10:43:32 -0500
56725              Message-ID: <3F1AB8A4.2070207@mac.com>
56726      Branch: perl
56727            ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
56728            ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
56729            ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
56730            ! t/uni/write.t
56731 ____________________________________________________________________________
56732 [ 20174] By: hv                                    on 2003/07/21  10:26:07
56733         Log: Update Changes.
56734      Branch: perl
56735            ! Changes patchlevel.h
56736 ____________________________________________________________________________
56737 [ 20173] By: rgs                                   on 2003/07/20  21:48:21
56738         Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
56739              (bug #22968)
56740      Branch: perl
56741            ! pod/perlfaq3.pod pod/perlrun.pod
56742 ____________________________________________________________________________
56743 [ 20172] By: rgs                                   on 2003/07/20  21:14:12
56744         Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
56745              From: Andy Dougherty <doughera@lafayette.edu>
56746              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
56747              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
56748
56749              plus a clarification to INSTALL :
56750              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
56751              From: Andy Dougherty <doughera@lafayette.edu>
56752              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
56753              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
56754      Branch: perl
56755            ! INSTALL Makefile.SH
56756 ____________________________________________________________________________
56757 [ 20171] By: rgs                                   on 2003/07/20  20:12:54
56758         Log: The warning "Possible precedence problem on bitwise operator"
56759              was incorrectly produced with the bitwise-assignment operators.
56760              Fix it. (bug #23065 concerning 5.8.1 RC2)
56761      Branch: perl
56762            ! op.c t/lib/warnings/op
56763 ____________________________________________________________________________
56764 [ 20170] By: rgs                                   on 2003/07/18  08:03:02
56765         Log: Rename get_seed() to get_hash_seed(), as suggested by
56766              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
56767      Branch: perl
56768            ! embed.fnc embed.h perl.c proto.h util.c
56769 ____________________________________________________________________________
56770 [ 20169] By: rgs                                   on 2003/07/18  06:36:20
56771         Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
56772              From: Andreas J Koenig <andreas.koenig@anima.de>
56773              Date: Fri, 18 Jul 2003 09:36:47 +0200
56774              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
56775      Branch: perl
56776            ! t/op/pow.t
56777 ____________________________________________________________________________
56778 [ 20168] By: rgs                                   on 2003/07/18  06:21:15
56779         Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
56780              From: Dave Mitchell <davem@fdgroup.com>
56781              Date: Thu, 17 Jul 2003 21:51:12 +0100
56782              Message-ID: <20030717205112.GA2994@fdgroup.com>
56783      Branch: perl
56784            ! t/op/universal.t universal.c
56785 ____________________________________________________________________________
56786 [ 20167] By: rgs                                   on 2003/07/18  06:14:33
56787         Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
56788              From: Stephen McCamant <smcc@mit.edu>
56789              Date: Fri, 18 Jul 2003 02:26:14 -0400
56790              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
56791      Branch: perl
56792            ! pp.c t/op/pow.t
56793 ____________________________________________________________________________
56794 [ 20166] By: rgs                                   on 2003/07/17  21:49:10
56795         Log: Subject: [PATCH] Increment cop_seqmax in utilize()
56796              From: Stephen McCamant <smcc@mit.edu>
56797              Date: Tue, 15 Jul 2003 09:57:26 -0400
56798              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
56799
56800              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
56801              From: Stephen McCamant <smcc@mit.edu>
56802              Date: Tue, 15 Jul 2003 09:57:31 -0400
56803              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
56804      Branch: perl
56805            ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
56806 ____________________________________________________________________________
56807 [ 20165] By: rgs                                   on 2003/07/17  21:24:46
56808         Log: Subject: [PATCH] Re: POSIX::div
56809              From: Michael G Schwern <schwern@pobox.com>
56810              Date: Mon, 14 Jul 2003 14:00:58 -0700
56811              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
56812      Branch: perl
56813            ! ext/POSIX/POSIX.pm
56814 ____________________________________________________________________________
56815 [ 20164] By: rgs                                   on 2003/07/17  21:15:51
56816         Log: PERL5LIB is not colon-separated everywhere
56817      Branch: perl
56818            ! pod/perlrun.pod
56819 ____________________________________________________________________________
56820 [ 20163] By: rgs                                   on 2003/07/17  20:59:15
56821         Log: Subject: [PATCH] fix $^N-related coredump
56822              From: Anton Berezin <tobez@tobez.org>
56823              Date: Mon, 14 Jul 2003 13:50:35 +0200
56824              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
56825      Branch: perl
56826            ! pp_hot.c sv.c
56827 ____________________________________________________________________________
56828 [ 20162] By: rgs                                   on 2003/07/17  20:39:31
56829         Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
56830              From: Tony Bowden <tony@kasei.com>
56831              Date: Thu, 17 Jul 2003 16:49:35 +0100
56832              Message-ID: <20030717154935.GA20302@soto.kasei.com>
56833      Branch: perl
56834            ! pod/perlfunc.pod
56835 ____________________________________________________________________________
56836 [ 20161] By: rgs                                   on 2003/07/17  20:25:52
56837         Log: Minor nits in perlsyn.pod
56838      Branch: perl
56839            ! pod/perlsyn.pod
56840 ____________________________________________________________________________
56841 [ 20159] By: rgs                                   on 2003/07/13  20:02:34
56842         Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
56843              From: Claes Jacobsson <claes@surfar.nu>
56844              Date: Sat, 12 Jul 2003 16:30:42 +0200
56845              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
56846      Branch: perl
56847            ! lib/Attribute/Handlers.pm
56848 ____________________________________________________________________________
56849 [ 20158] By: rgs                                   on 2003/07/13  19:52:58
56850         Log: Add a TODO test for perlbug #19049
56851              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
56852              From: Alex Gough <alex-p5p@earth.li>
56853              Date: Fri, 11 Jul 2003 01:12:42 +0100
56854              Message-ID: <20030711001242.GD2484@the.earth.li>
56855      Branch: perl
56856            ! t/op/pat.t
56857 ____________________________________________________________________________
56858 [ 20157] By: rgs                                   on 2003/07/13  19:43:29
56859         Log: Minor updates of the charnames documentation.
56860      Branch: perl
56861            ! lib/charnames.pm
56862 ____________________________________________________________________________
56863 [ 20156] By: rgs                                   on 2003/07/11  19:37:34
56864         Log: Subject: Re: Sort sub and NaNs
56865              From: "John P. Linderman" <jpl@research.att.com>
56866              Date: Thu, 10 Jul 2003 10:45:06 -0400
56867              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
56868
56869              Warn against a potential edge case with sort, <=> and NaNs.
56870      Branch: perl
56871            ! pod/perlfunc.pod
56872 ____________________________________________________________________________
56873 [ 20155] By: rgs                                   on 2003/07/11  19:11:17
56874         Log: Subject: [DOCPATCH] perlfunc/read
56875              From: Steve Grazzini <grazz@pobox.com>
56876              Date: Tue, 8 Jul 2003 10:23:03 -0400
56877              Message-ID: <20030708142303.GB23698@grazzini.net>
56878
56879              Clarify the OFFSET parameter to read().
56880      Branch: perl
56881            ! pod/perlfunc.pod
56882 ____________________________________________________________________________
56883 [ 20154] By: rgs                                   on 2003/07/11  18:54:09
56884         Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
56885              From: Michael G Schwern <schwern@pobox.com>
56886              Date: Tue, 13 May 2003 18:33:05 -0700
56887              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
56888      Branch: perl
56889            ! pod/perlsyn.pod pod/perltrap.pod
56890 ____________________________________________________________________________
56891 [ 20145] By: jhi                                   on 2003/07/11  05:07:09
56892         Log: I think the API for mod_perl v2 should be simply that
56893              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
56894              itself, hopefully from a good source of random bits.
56895      Branch: perl
56896            ! perl.c
56897 ____________________________________________________________________________
56898 [ 20143] By: jhi                                   on 2003/07/11  00:35:07
56899         Log: pTHX.
56900      Branch: perl
56901            ! util.c
56902 ____________________________________________________________________________
56903 [ 20139] By: jhi                                   on 2003/07/11  00:21:43
56904         Log: New order of seed.
56905      Branch: perl
56906            ! pod/perlrun.pod
56907 ____________________________________________________________________________
56908 [ 20138] By: jhi                                   on 2003/07/11  00:13:11
56909         Log: More retraction.
56910      Branch: perl
56911            ! INSTALL
56912 ____________________________________________________________________________
56913 [ 20137] By: jhi                                   on 2003/07/11  00:10:14
56914         Log: Retract the statements.
56915      Branch: perl
56916            ! pod/perlfunc.pod pod/perlsec.pod
56917 ____________________________________________________________________________
56918 [ 20135] By: jhi                                   on 2003/07/11  00:03:33
56919         Log: Chicken out: the hash randomisation is not on by default.
56920              We switch over to the explicit mode: in other words, if
56921              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
56922              randomise only if PL_hash_seed_set is FALSE (this means
56923              one can use PERL_HASH() before perl_run.)  Also, since
56924              now PERL_HASH_SEED is okay even under -T, all should be fine.
56925              (Ha!)
56926      Branch: perl
56927            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
56928            ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
56929 ____________________________________________________________________________
56930 [ 20134] By: jhi                                   on 2003/07/10  23:23:38
56931         Log: Check PERL_HASH_SEED even when tainted.
56932      Branch: perl
56933            ! perl.c pod/perlrun.pod
56934 ____________________________________________________________________________
56935 [ 20131] By: jhi                                   on 2003/07/10  22:42:29
56936         Log: &Time::HiRes::d_nanosleep was broken.
56937      Branch: perl
56938            ! ext/Time/HiRes/Makefile.PL
56939 ____________________________________________________________________________
56940 [ 20130] By: jhi                                   on 2003/07/10  22:37:02
56941         Log: Subject: [PATCH} db-recno.t on Mac OS X
56942              From: slaven@rezic.de
56943              Date: Thu, 10 Jul 2003 12:41:05 +0000
56944              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
56945      Branch: perl
56946            ! ext/DB_File/t/db-recno.t
56947 ____________________________________________________________________________
56948 [ 20129] By: jhi                                   on 2003/07/10  22:31:39
56949         Log: Subject: [comment patch]
56950              From: Stas Bekman <stas@stason.org>
56951              Date: Thu, 10 Jul 2003 14:19:22 -0700
56952              Message-ID: <3F0DD85A.1070902@stason.org>
56953      Branch: perl
56954            ! perl.c
56955 ____________________________________________________________________________
56956 [ 20127] By: jhi                                   on 2003/07/10  22:21:04
56957         Log: Be vague enough.
56958      Branch: perl
56959            ! pod/perldata.pod
56960 ____________________________________________________________________________
56961 [ 20125] By: rgs                                   on 2003/07/10  19:28:48
56962         Log: regen embed.pl for the bleadperl branch as well.
56963      Branch: perl
56964            ! embedvar.h
56965 ____________________________________________________________________________
56966 [ 20124] By: jhi                                   on 2003/07/10  18:33:56
56967         Log: Time travel noticed by Enache.
56968      Branch: perl
56969            ! pod/perlhist.pod
56970 ____________________________________________________________________________
56971 [ 20120] By: jhi                                   on 2003/07/10  17:38:28
56972         Log: I can see the future.  It is cloudy.
56973      Branch: perl
56974            ! pod/perlhist.pod
56975 ____________________________________________________________________________
56976 [ 20119] By: jhi                                   on 2003/07/10  17:37:25
56977         Log: Subject: [PATCH] configure.gnu --prefix
56978              From: slaven@rezic.de
56979              Date: Thu, 10 Jul 2003 09:33:27 +0000
56980              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
56981      Branch: perl
56982            ! configure.gnu
56983 ____________________________________________________________________________
56984 [ 20118] By: jhi                                   on 2003/07/10  17:35:32
56985         Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
56986      Branch: perl
56987            ! malloc.c
56988 ____________________________________________________________________________
56989 [ 20117] By: jhi                                   on 2003/07/10  17:33:53
56990         Log: Subject: [PATCH] Restore SIGFPE on exec()
56991              From: Chip Salzenberg <chip@pobox.com>
56992              Date: Thu, 10 Jul 2003 13:13:20 -0400
56993              Message-ID: <20030710171319.GA21588@perlsupport.com>
56994      Branch: perl
56995            ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
56996 ____________________________________________________________________________
56997 [ 20116] By: jhi                                   on 2003/07/10  17:28:00
56998         Log: The *right* way to make the csighandler visible.
56999      Branch: perl
57000            ! embed.fnc embed.h global.sym
57001 ____________________________________________________________________________
57002 [ 20114] By: jhi                                   on 2003/07/10  15:06:41
57003         Log: Retract #20112.
57004      Branch: perl
57005            ! embed.fnc embedvar.h intrpvar.h perlapi.h
57006 ____________________________________________________________________________
57007 [ 20112] By: jhi                                   on 2003/07/10  14:17:59
57008         Log: Argh.  At least AIX builds choke because of this.
57009      Branch: perl
57010            ! embed.fnc embedvar.h intrpvar.h perlapi.h
57011 ____________________________________________________________________________
57012 [ 20106] By: jhi                                   on 2003/07/10  04:50:05
57013         Log: Upgrade to podlators 1.27.
57014      Branch: perl
57015            ! lib/Pod/Text/Termcap.pm
57016 ____________________________________________________________________________
57017 [ 20104] By: jhi                                   on 2003/07/10  04:40:02
57018         Log: Deprecate v-strings.
57019      Branch: perl
57020            ! pod/perldata.pod
57021 ____________________________________________________________________________
57022 [ 20103] By: jhi                                   on 2003/07/10  04:28:40
57023         Log: perlfaq sync.
57024      Branch: perl
57025            ! pod/perlfaq1.pod
57026 ____________________________________________________________________________
57027 [ 20100] By: jhi                                   on 2003/07/09  17:40:41
57028         Log: Detypo.
57029      Branch: perl
57030            ! hints/darwin.sh
57031 ____________________________________________________________________________
57032 [ 20098] By: jhi                                   on 2003/07/09  17:29:53
57033         Log: Fixes from Ron Kimball.
57034      Branch: perl
57035            ! pod/perldata.pod
57036 ____________________________________________________________________________
57037 [ 20097] By: jhi                                   on 2003/07/09  17:27:35
57038         Log: Fix for the 'print v65' plus safety tweaks from Rafael.
57039      Branch: perl
57040            ! toke.c
57041 ____________________________________________________________________________
57042 [ 20096] By: jhi                                   on 2003/07/09  17:06:29
57043         Log: More Darwin/MacOSX paths twiddling.
57044      Branch: perl
57045            ! hints/darwin.sh
57046 ____________________________________________________________________________
57047 [ 20093] By: jhi                                   on 2003/07/09  11:43:09
57048         Log: Play safe and use the system malloc in FreeBSD.
57049              Yes, performance suffers.  But that is better than
57050              random core dumps.
57051      Branch: perl
57052            ! hints/freebsd.sh
57053 ____________________________________________________________________________
57054 [ 20090] By: jhi                                   on 2003/07/09  08:12:32
57055         Log: Upgrade to Encode 1.97.
57056      Branch: perl
57057            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
57058            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
57059            ! ext/Encode/lib/Encode/Encoder.pm
57060            ! ext/Encode/lib/Encode/Guess.pm
57061            ! ext/Encode/lib/Encode/JP/JIS7.pm
57062 ____________________________________________________________________________
57063 [ 20089] By: jhi                                   on 2003/07/09  08:08:30
57064         Log: Rework the perldata vXX => ... entry a bit.
57065      Branch: perl
57066            ! pod/perldata.pod
57067 ____________________________________________________________________________
57068 [ 20088] By: jhi                                   on 2003/07/09  08:04:04
57069         Log: Document the vXX => change in perldata, too.
57070      Branch: perl
57071            ! pod/perldata.pod
57072 ____________________________________________________________________________
57073 [ 20085] By: jhi                                   on 2003/07/09  07:49:46
57074         Log: Test the vX => ... fix.
57075      Branch: perl
57076            ! t/op/ver.t
57077 ____________________________________________________________________________
57078 [ 20084] By: jhi                                   on 2003/07/09  06:58:39
57079         Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
57080              From: John Peacock <jpeacock@rowman.com>
57081              Date: Wed, 09 Jul 2003 01:05:38 -0700
57082              Message-ID: <3F0BCCD2.1020009@rowman.com>
57083      Branch: perl
57084            ! embed.fnc pod/perlapi.pod toke.c util.c
57085 ____________________________________________________________________________
57086 [ 20083] By: jhi                                   on 2003/07/09  06:27:15
57087         Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
57088              for the install dirs.
57089      Branch: perl
57090            ! hints/darwin.sh
57091 ____________________________________________________________________________
57092 [ 20082] By: jhi                                   on 2003/07/09  05:57:16
57093         Log: Enable avoiding /System/Library in Mac OS X by
57094              doing Configure -Dprefix=/some/where -Uvendorlib.
57095      Branch: perl
57096            ! hints/darwin.sh
57097 ____________________________________________________________________________
57098 [ 20081] By: jhi                                   on 2003/07/09  05:53:56
57099         Log: Subject: [PATCH] Safe signals via POSIX::sigaction
57100              From: Chip Salzenberg <chip@pobox.com>
57101              Date: Wed, 9 Jul 2003 01:49:10 -0400
57102              Message-ID: <20030709054910.GH2021@perlsupport.com>
57103      Branch: perl
57104            ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
57105            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
57106 ____________________________________________________________________________
57107 [ 20079] By: rgs                                   on 2003/07/08  20:26:20
57108         Log: The CHECKOP macro was not invoked on some newly created ops
57109              (to match them against the current opmask.) As a consequence,
57110              Safe compartments were unable to trap some ops (pattern
57111              match, slices, conditionals.) This fixes the holes.
57112      Branch: perl
57113            ! op.c
57114 ____________________________________________________________________________
57115 [ 20078] By: jhi                                   on 2003/07/08  19:30:13
57116         Log: Revert #20077.
57117      Branch: perl
57118            ! lib/CPAN.pm
57119 ____________________________________________________________________________
57120 [ 20077] By: jhi                                   on 2003/07/08  18:40:51
57121         Log: Don't recommend to upgrade the base.pm in the core with
57122              the base.pm from Class::Fields.  They are not the same.
57123      Branch: perl
57124            ! lib/CPAN.pm
57125 ____________________________________________________________________________
57126 [ 20076] By: jhi                                   on 2003/07/08  17:39:49
57127         Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
57128              From: Enache Adrian <enache@rdslink.ro>
57129              Date: Tue, 8 Jul 2003 20:47:58 +0300
57130              Message-ID: <20030708174758.GA1177@ratsnest.hole>
57131
57132              (ByteLoader tweak avoiding a leaked scalar)
57133      Branch: perl
57134            ! op.c
57135 ____________________________________________________________________________
57136 [ 20071] By: jhi                                   on 2003/07/08  09:18:19
57137         Log: In 5.8.x, fast stdio places still do use stdio.
57138      Branch: perl
57139            ! ext/Digest/MD5/t/badfile.t
57140 ____________________________________________________________________________
57141 [ 20069] By: jhi                                   on 2003/07/08  08:41:01
57142         Log: Subject: [PATCH] format 'botched' in malloc.c
57143              From: Enache Adrian <enache@rdslink.ro>
57144              Date: Mon, 7 Jul 2003 21:57:06 +0300
57145              Message-ID: <20030707185706.GB7017@ratsnest.hole>
57146      Branch: perl
57147            ! malloc.c
57148 ____________________________________________________________________________
57149 [ 20068] By: jhi                                   on 2003/07/08  08:36:27
57150         Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
57151              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
57152              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
57153              Message-ID: <12022.1057655645@www59.gmx.net>
57154      Branch: perl
57155            ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
57156 ____________________________________________________________________________
57157 [ 20066] By: jhi                                   on 2003/07/08  05:24:58
57158         Log: Retract #20065: I don't think this is the right way
57159              to patch this issue.
57160      Branch: perl
57161            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
57162 ____________________________________________________________________________
57163 [ 20065] By: jhi                                   on 2003/07/08  05:14:31
57164         Log: Configure tweak from Johnny Lam so that the
57165              INSTALLSITEMAN[13]DIR get correctly set.
57166      Branch: perl
57167            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
57168 ____________________________________________________________________________
57169 [ 20063] By: rgs                                   on 2003/07/07  18:58:47
57170         Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
57171      Branch: perl
57172            ! pod/perlsyn.pod
57173 ____________________________________________________________________________
57174 [ 20062] By: jhi                                   on 2003/07/07  18:27:02
57175         Log: Mark Bixby ++.
57176      Branch: perl
57177            ! perl.c
57178 ____________________________________________________________________________
57179 [ 20061] By: jhi                                   on 2003/07/07  18:26:35
57180         Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
57181      Branch: perl
57182            ! ext/Time/HiRes/Makefile.PL
57183 ____________________________________________________________________________
57184 [ 20059] By: jhi                                   on 2003/07/07  15:06:35
57185         Log: Good catch from Gisle.
57186      Branch: perl
57187            ! pod/perlfunc.pod
57188 ____________________________________________________________________________
57189 [ 20058] By: jhi                                   on 2003/07/07  14:12:27
57190         Log: Refashioned #20055: we cannot trust stdio to fail here.
57191      Branch: perl
57192            ! ext/Digest/MD5/t/badfile.t
57193 ____________________________________________________________________________
57194 [ 20057] By: jhi                                   on 2003/07/07  14:08:16
57195         Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
57196              are just breaking more than they are fixing.
57197      Branch: perl
57198            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
57199            ! ext/Digest/MD5/t/files.t perlio.c
57200 ____________________________________________________________________________
57201 [ 20056] By: jhi                                   on 2003/07/07  13:31:14
57202         Log: Returning zero from PerlIO_read() is okay;
57203              update MD5 sums.
57204      Branch: perl
57205            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
57206 ____________________________________________________________________________
57207 [ 20055] By: jhi                                   on 2003/07/07  13:23:58
57208         Log: If perlio is completely out of the picture, we can
57209              get tripped by different stdio implementations.
57210      Branch: perl
57211            ! ext/Digest/MD5/t/badfile.t
57212 ____________________________________________________________________________
57213 [ 20054] By: jhi                                   on 2003/07/07  12:58:06
57214         Log: AUTHORS tweak.
57215      Branch: perl
57216            ! AUTHORS
57217 ____________________________________________________________________________
57218 [ 20053] By: jhi                                   on 2003/07/07  12:04:26
57219         Log: Subject: Patch to README.solaris
57220              From: Alan Burlison <Alan.Burlison@sun.com>
57221              Date: Mon, 07 Jul 2003 14:15:57 +0100
57222              Message-ID: <3F09728D.1070408@sun.com>
57223      Branch: perl
57224            ! README.solaris
57225 ____________________________________________________________________________
57226 [ 20052] By: jhi                                   on 2003/07/07  10:28:35
57227         Log: Update MD5 checksums.
57228      Branch: perl
57229            ! ext/Digest/MD5/t/files.t
57230 ____________________________________________________________________________
57231 [ 20051] By: jhi                                   on 2003/07/07  09:56:48
57232         Log: Be more explicit than just 'characters'.
57233      Branch: perl
57234            ! pod/perlfunc.pod
57235 ____________________________________________________________________________
57236 [ 20050] By: jhi                                   on 2003/07/07  09:38:28
57237         Log: Try making PerlIO errors more consistent.
57238              (1) Check early whether the filehandle is capable of
57239              the requested action.
57240              (2) PerlIO_read() really can return -1, and so can
57241              PerlIOUnix_read().
57242              (3) Some stdio implementations are more forgiving
57243              than others, so check also for errors recorded
57244              by PerlIO in PerlStdio_errno().
57245      Branch: perl
57246            ! perlio.c
57247 ____________________________________________________________________________
57248 [ 20049] By: jhi                                   on 2003/07/07  09:08:19
57249         Log: Linewrapping.
57250      Branch: perl
57251            ! pod/perlapio.pod
57252 ____________________________________________________________________________
57253 [ 20048] By: jhi                                   on 2003/07/07  09:06:58
57254         Log: PerlIO_read() can return negative.
57255      Branch: perl
57256            ! ext/Digest/MD5/MD5.xs
57257 ____________________________________________________________________________
57258 [ 20043] By: jhi                                   on 2003/07/07  04:36:22
57259         Log: Use the existence, instead of the truth, to decide
57260              whether to scan for a symbol.
57261              (Also remove trailing spaces.)
57262      Branch: perl
57263            ! ext/Time/HiRes/Makefile.PL
57264 ____________________________________________________________________________
57265 [ 20042] By: jhi                                   on 2003/07/07  04:29:35
57266         Log: MPE/iX tweak from Mark Bixby.
57267      Branch: perl
57268            ! ext/Time/HiRes/Makefile.PL
57269 ____________________________________________________________________________
57270 [ 20041] By: rgs                                   on 2003/07/06  21:45:37
57271         Log: Upgrade BigInt and BigRat
57272              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
57273              From: Tels <perl_dummy@bloodgate.com>
57274              Date: Sun, 6 Jul 2003 15:41:36 +0200
57275              Message-Id: <200307061158.23576@bloodgate.com>
57276      Branch: perl
57277            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
57278            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
57279            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
57280            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
57281            ! lib/Math/BigRat/t/bigratpm.t
57282 ____________________________________________________________________________
57283 [ 20040] By: rgs                                   on 2003/07/06  21:11:20
57284         Log: Subject: Re: [perl #5025] #line directive explination wrong
57285              From: Casey West <casey@geeknest.com>
57286              Date: Sun, 6 Jul 2003 18:24:46 -0400
57287              Message-ID: <20030706222446.GL7506@geeknest.com>
57288      Branch: perl
57289            ! pod/perlsyn.pod
57290 ____________________________________________________________________________
57291 [ 20039] By: jhi                                   on 2003/07/06  20:19:31
57292         Log: Update the CPAN mirrors list.
57293      Branch: perl
57294            ! pod/perlmodlib.PL pod/perlmodlib.pod
57295 ____________________________________________________________________________
57296 [ 20036] By: gsar                                  on 2003/07/06  17:11:59
57297         Log: yet another symbol missing in change#20018
57298      Branch: perl
57299            ! makedef.pl
57300 ____________________________________________________________________________
57301 [ 20035] By: gsar                                  on 2003/07/06  17:02:21
57302         Log: PerlIOBase_pushed seems to have gone missing in change#20018
57303      Branch: perl
57304            ! makedef.pl
57305 ____________________________________________________________________________
57306 [ 20034] By: jhi                                   on 2003/07/06  16:46:20
57307         Log: Subject: [PATCH @19834] DProf fixes
57308              From: Radu Greab <radu@netsoft.ro>
57309              Date: Sun, 6 Jul 2003 20:09:12 +0300
57310              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
57311      Branch: perl
57312            + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
57313            + t/lib/dprof/test8_v
57314            ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
57315            ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
57316            ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
57317 ____________________________________________________________________________
57318 [ 20032] By: jhi                                   on 2003/07/06  16:21:33
57319         Log: Forgotten from change #20031.
57320      Branch: perl
57321            ! makedef.pl malloc_ctl.h
57322 ____________________________________________________________________________
57323 [ 20031] By: jhi                                   on 2003/07/06  16:16:08
57324         Log: Subject: [PATCH] improve WinCE port
57325              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
57326              Date: Sun, 6 Jul 2003 18:46:09 +0400
57327              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
57328
57329              Subject: [PATCH] improve WinCE port -- addition
57330              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
57331              Date: Sun, 6 Jul 2003 19:50:47 +0400
57332              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
57333      Branch: perl
57334            + wince/perlhost.h wince/vdir.h wince/vmem.h
57335            ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
57336            ! wince/win32.h wince/win32io.c wince/win32iop.h
57337            ! wince/win32thread.c wince/win32thread.h wince/wince.c
57338            ! wince/wince.h
57339 ____________________________________________________________________________
57340 [ 20030] By: jhi                                   on 2003/07/06  15:59:25
57341         Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
57342              From: merlyn@stonehenge.com (Randal L. Schwartz)
57343              Date: 05 Jul 2003 16:29:14 -0700
57344              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
57345      Branch: perl
57346            ! pod/perlfaq2.pod
57347 ____________________________________________________________________________
57348 [ 20026] By: jhi                                   on 2003/07/06  08:14:48
57349         Log: FreeBSD: if someone *really* wants to use the system malloc.
57350      Branch: perl
57351            ! hints/freebsd.sh
57352 ____________________________________________________________________________
57353 [ 20025] By: jhi                                   on 2003/07/06  07:48:01
57354         Log: Make the 'slow ok' feature optional.
57355      Branch: perl
57356            ! lib/Test/Harness.pm
57357 ____________________________________________________________________________
57358 [ 20024] By: jhi                                   on 2003/07/06  07:44:57
57359         Log: The change #20022 didn't work for Command.t.
57360      Branch: perl
57361            ! lib/ExtUtils/t/Command.t
57362 ____________________________________________________________________________
57363 [ 20023] By: jhi                                   on 2003/07/06  07:29:22
57364         Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
57365              From: Michael G Schwern <schwern@pobox.com>
57366              Date: Sat, 5 Jul 2003 13:34:37 -0700
57367              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
57368
57369              Print out the "ok" messages only once every second,
57370              this should make output much less and therefore testing
57371              much faster, especially on slower connections.
57372      Branch: perl
57373            ! lib/Test/Harness.pm
57374 ____________________________________________________________________________
57375 [ 20022] By: jhi                                   on 2003/07/06  07:26:52
57376         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
57377              From: Michael G Schwern <schwern@pobox.com>
57378              Date: Sat, 5 Jul 2003 16:59:49 -0700
57379              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
57380      Branch: perl
57381            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
57382            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
57383            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
57384            ! lib/ExtUtils/t/Command.t
57385 ____________________________________________________________________________
57386 [ 20021] By: jhi                                   on 2003/07/06  07:19:17
57387         Log: Reintroduce changes #19723 and #19723 that were not
57388              in Net::Ping 2.31; needed for Windows.
57389      Branch: perl
57390            ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
57391 ____________________________________________________________________________
57392 [ 20020] By: jhi                                   on 2003/07/05  19:12:21
57393         Log: Upgrade to Digest::MD5 2.25.
57394      Branch: perl
57395            + ext/Digest/MD5/t/clone.t
57396            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
57397            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
57398            ! ext/Digest/MD5/t/files.t
57399 ____________________________________________________________________________
57400 [ 20019] By: jhi                                   on 2003/07/05  18:40:51
57401         Log: Make a read from a write-only fh to set errno
57402              (found by Gisle)
57403      Branch: perl
57404            ! perlio.c
57405 ____________________________________________________________________________
57406 [ 20018] By: jhi                                   on 2003/07/05  18:05:19
57407         Log: Add PerlIOBuf_close to makedef.pl as pointed out by
57408              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
57409              duplicates.
57410      Branch: perl
57411            ! makedef.pl
57412 ____________________________________________________________________________
57413 [ 20017] By: jhi                                   on 2003/07/05  17:47:47
57414         Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
57415              From: Dave Mitchell <davem@fdgroup.com>
57416              Date: Sat, 5 Jul 2003 19:12:51 +0100
57417              Message-ID: <20030705181251.GA14502@fdgroup.com>
57418      Branch: perl
57419            ! ext/threads/t/problems.t
57420 ____________________________________________________________________________
57421 [ 20016] By: jhi                                   on 2003/07/05  17:36:34
57422         Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
57423      Branch: perl
57424            ! lib/Benchmark.t
57425 ____________________________________________________________________________
57426 [ 20012] By: jhi                                   on 2003/07/05  13:46:05
57427         Log: Be explicit about the $0 pain in Linux 2.2.
57428      Branch: perl
57429            ! pod/perlvar.pod
57430 ____________________________________________________________________________
57431 [ 20010] By: rgs                                   on 2003/07/05  12:06:41
57432         Log: Comment out some debugging output in Math::BigInt, that
57433              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
57434      Branch: perl
57435            ! lib/Math/BigInt.pm
57436 ____________________________________________________________________________
57437 [ 20009] By: jhi                                   on 2003/07/05  10:56:55
57438         Log: The logic for additional randomisation for 64-bit UV
57439              cases was wrong.
57440      Branch: perl
57441            ! perl.c
57442 ____________________________________________________________________________
57443 [ 20008] By: jhi                                   on 2003/07/05  09:10:46
57444         Log: IIRC gcc would complain about if (s = ...).
57445      Branch: perl
57446            ! perl.c
57447 ____________________________________________________________________________
57448 [ 20007] By: jhi                                   on 2003/07/05  09:09:44
57449         Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
57450              since CGI scripts are (should be) run under -T, being able
57451              to show the HASH_SEED in case of problems is good.
57452              The $ENV{PERL_HASH_SEED} is still ignored under taint.
57453      Branch: perl
57454            ! perl.c
57455 ____________________________________________________________________________
57456 [ 20006] By: jhi                                   on 2003/07/05  07:56:56
57457         Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
57458              From: "Craig A. Berry" <craigberry@mac.com>
57459              Date: Sat, 05 Jul 2003 00:38:28 -0500
57460              Message-ID: <3F066454.90003@mac.com>
57461      Branch: perl
57462            ! lib/ExtUtils/MM_VMS.pm
57463 ____________________________________________________________________________
57464 [ 20004] By: jhi                                   on 2003/07/05  07:47:02
57465         Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
57466              From: Robin Barker <Robin.Barker@npl.co.uk>
57467              Date: Fri, 4 Jul 2003 19:15:01 +0100
57468              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
57469      Branch: perl
57470            ! dump.c
57471 ____________________________________________________________________________
57472 [ 20003] By: rgs                                   on 2003/07/05  07:45:16
57473         Log: Allow to create more than one Shell object :
57474              Subject: [patch] Shell.pm fix
57475              From: Stéphane Payrard <stef@payrard.net>
57476              Date: Sat, 5 Jul 2003 01:16:50 +0200
57477              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
57478      Branch: perl
57479            ! lib/Shell.pm
57480 ____________________________________________________________________________
57481 [ 20002] By: rgs                                   on 2003/07/04  21:49:05
57482         Log: Author list update (to be continued...)
57483      Branch: perl
57484            ! AUTHORS
57485 ____________________________________________________________________________
57486 [ 20001] By: rgs                                   on 2003/07/04  21:42:12
57487         Log: Add a new test target in the makefile, test_harness_notty.
57488              It's like test_harness, but sets HARNESS_NOTTY=1 to make
57489              Test::Harness' output less blinking.
57490      Branch: perl
57491            ! Makefile.SH
57492 ____________________________________________________________________________
57493 [ 20000] By: rgs                                   on 2003/07/04  20:58:05
57494         Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
57495              and bignum v0.14.
57496      Branch: perl
57497            + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
57498            + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
57499            + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
57500            + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
57501            + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
57502            + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
57503            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
57504            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
57505            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
57506            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
57507            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
57508            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
57509            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
57510            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
57511            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
57512            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
57513            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
57514            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
57515            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
57516            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
57517            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
57518            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
57519            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
57520            ! lib/bignum/t/brinfnan.t lib/bigrat.pm
57521            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
57522            ! t/lib/Math/BigInt/Subclass.pm
57523 ____________________________________________________________________________
57524 [ 19999] By: rgs                                   on 2003/07/04  19:39:01
57525         Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
57526              appears just before the name of the command to be run. See
57527
57528              Subject: Re: PERL_SKIP_TTY_TEST fix
57529              From: Alexey Tourbin <at@altlinux.ru>
57530              Date: Fri, 4 Jul 2003 17:25:34 +0400
57531              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
57532      Branch: perl
57533            ! Makefile.SH
57534 ____________________________________________________________________________
57535 [ 19998] By: rgs                                   on 2003/07/04  19:31:33
57536         Log: Fix non-numeric $VERSION.
57537      Branch: perl
57538            ! lib/Math/BigInt.pm
57539 ____________________________________________________________________________
57540 [ 19995] By: jhi                                   on 2003/07/04  14:36:56
57541         Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
57542      Branch: perl
57543            ! lib/Math/BigInt.pm
57544 ____________________________________________________________________________
57545 [ 19994] By: jhi                                   on 2003/07/04  14:36:17
57546         Log: More $0 sad tales.
57547      Branch: perl
57548            ! pod/perlvar.pod
57549 ____________________________________________________________________________
57550 [ 19993] By: jhi                                   on 2003/07/04  14:34:40
57551         Log: Oops.
57552      Branch: perl
57553            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
57554 ____________________________________________________________________________
57555 [ 19990] By: jhi                                   on 2003/07/04  13:50:29
57556         Log: Upgrade to PodParser 1.23; but do not update
57557              t/pod/find.t or t/pod/testp2pt.pl since the
57558              first one does not work at all under core,
57559              and the second change would drop MacOS Classic
57560              portability tweaks introduced by change #18669.
57561      Branch: perl
57562            ! lib/Pod/Find.pm lib/Pod/Usage.pm
57563 ____________________________________________________________________________
57564 [ 19989] By: jhi                                   on 2003/07/04  13:20:51
57565         Log: Upgrade to Text::Balanced 1.94.
57566      Branch: perl
57567            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
57568            ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
57569            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
57570 ____________________________________________________________________________
57571 [ 19988] By: jhi                                   on 2003/07/04  13:17:22
57572         Log: Upgrade to Net::Ping 2.31.
57573      Branch: perl
57574            ! lib/Net/Ping.pm lib/Net/Ping/Changes
57575            ! lib/Net/Ping/t/250_ping_hires.t
57576            ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
57577 ____________________________________________________________________________
57578 [ 19987] By: jhi                                   on 2003/07/04  13:09:04
57579         Log: Upgrade to Locale::Maketext 1.06.
57580      Branch: perl
57581            + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
57582            + lib/Locale/Maketext/t/90utf8.t
57583            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
57584 ____________________________________________________________________________
57585 [ 19986] By: jhi                                   on 2003/07/04  12:59:45
57586         Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
57587              (1) make the PATCHLEVEL logic as it is with List::Util
57588              (more portable to older Perls)
57589              (2) regen the MD5 checksums with ...
57590              (3) ... the Mac OS Classic checksums generated via MacRoman
57591              (just a guess)
57592              (4) Keep the core Makefile.PL.
57593      Branch: perl
57594            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
57595            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
57596 ____________________________________________________________________________
57597 [ 19985] By: jhi                                   on 2003/07/04  12:43:10
57598         Log: Upgrade to CPAN 1.71.
57599      Branch: perl
57600            ! lib/CPAN.pm
57601 ____________________________________________________________________________
57602 [ 19984] By: jhi                                   on 2003/07/04  12:39:20
57603         Log: Upgrade to CGI.pm 2.97.
57604      Branch: perl
57605            ! lib/CGI.pm lib/CGI/Carp.pm
57606 ____________________________________________________________________________
57607 [ 19982] By: jhi                                   on 2003/07/04  10:45:05
57608         Log: No energy now to figure out what is wrong with $0
57609              (or ps) in Tru64.  The test works fine when run from
57610              command line.
57611      Branch: perl
57612            ! ext/threads/t/join.t
57613 ____________________________________________________________________________
57614 [ 19981] By: jhi                                   on 2003/07/04  10:34:42
57615         Log: AUTHORS updates.
57616      Branch: perl
57617            ! AUTHORS
57618 ____________________________________________________________________________
57619 [ 19980] By: jhi                                   on 2003/07/04  08:40:51
57620         Log: line_t is U32, not I32.
57621      Branch: perl
57622            ! bytecode.pl
57623 ____________________________________________________________________________
57624 [ 19979] By: jhi                                   on 2003/07/04  08:33:32
57625         Log: Remove PL_earlytaint since the hash seed code
57626              can be delayed until perl_parse().
57627      Branch: perl
57628            ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
57629            ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
57630            ! plan9/plan9ish.h unixish.h vms/vmsish.h
57631 ____________________________________________________________________________
57632 [ 19977] By: jhi                                   on 2003/07/04  04:56:41
57633         Log: $0 is pain.
57634      Branch: perl
57635            ! ext/threads/t/join.t
57636 ____________________________________________________________________________
57637 [ 19976] By: jhi                                   on 2003/07/04  04:48:37
57638         Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
57639              From: PPrymmer@factset.com
57640              Date: Thu, 3 Jul 2003 23:59:51 -0400
57641              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
57642      Branch: perl
57643            ! vms/vms.c vms/vmspipe.com
57644 ____________________________________________________________________________
57645 [ 19973] By: jhi                                   on 2003/07/03  21:34:03
57646         Log: Bump Time::HiRes version to 1.50.
57647      Branch: perl
57648            ! ext/Time/HiRes/HiRes.pm
57649 ____________________________________________________________________________
57650 [ 19972] By: jhi                                   on 2003/07/03  21:33:10
57651         Log: Subject: [PATCH] installperl -n
57652              From: Slaven Rezic <slaven@rezic.de>
57653              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
57654              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
57655      Branch: perl
57656            ! installperl
57657 ____________________________________________________________________________
57658 [ 19971] By: jhi                                   on 2003/07/03  21:31:47
57659         Log: Subject: [PATCH] t/op/magic.t on FreeBSD
57660              From: Slaven Rezic <slaven@rezic.de>
57661              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
57662              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
57663      Branch: perl
57664            ! t/op/magic.t
57665 ____________________________________________________________________________
57666 [ 19969] By: jhi                                   on 2003/07/03  21:27:11
57667         Log: Ask Schwern.
57668      Branch: perl
57669            - Porting/Modules
57670            ! AUTHORS MANIFEST
57671 ____________________________________________________________________________
57672 [ 19967] By: jhi                                   on 2003/07/03  19:02:40
57673         Log: Add autarch and Time::Local to Modules.
57674      Branch: perl
57675            ! Porting/Modules
57676 ____________________________________________________________________________
57677 [ 19966] By: jhi                                   on 2003/07/03  18:59:44
57678         Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
57679              From: Dave Rolsky <autarch@urth.org>
57680              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
57681              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
57682      Branch: perl
57683            ! lib/Time/Local.pm
57684 ____________________________________________________________________________
57685 [ 19965] By: jhi                                   on 2003/07/03  18:58:25
57686         Log: Subject: [PATCH] Win32: fix WM_TIMER handling
57687              From: Mattia Barbon <mbarbon@dsi.unive.it>
57688              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
57689              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
57690      Branch: perl
57691            ! win32/win32.c
57692 ____________________________________________________________________________
57693 [ 19964] By: jhi                                   on 2003/07/03  18:56:26
57694         Log: Subject: Re: randomly untainting?
57695              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
57696              Date: Thu, 3 Jul 2003 17:35:09 +0200
57697              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
57698      Branch: perl
57699            ! t/TestInit.pm
57700 ____________________________________________________________________________
57701 [ 19963] By: jhi                                   on 2003/07/03  18:55:37
57702         Log: Revert #19957 as requested by Rafael.
57703      Branch: perl
57704            ! ext/List/Util/t/tainted.t
57705 ____________________________________________________________________________
57706 [ 19962] By: jhi                                   on 2003/07/03  18:54:09
57707         Log: Add at least meager beginnings of assertion checks for
57708              the UTF-8 length/pos cache.  It's not as full as I would
57709              like since the exact behaviour of the second half of the
57710              cache, used in substr(), eludes me right now.
57711      Branch: perl
57712            ! sv.c
57713 ____________________________________________________________________________
57714 [ 19961] By: jhi                                   on 2003/07/03  13:57:47
57715         Log: Extra light testing for the UTF-8 cache
57716              (that it isn't broken, not that it helps).
57717      Branch: perl
57718            ! t/op/length.t
57719 ____________________________________________________________________________
57720 [ 19957] By: jhi                                   on 2003/07/03  12:01:25
57721         Log: Subject: Re: randomly untainting?
57722              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
57723              Date: Thu, 3 Jul 2003 14:58:18 +0200
57724              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
57725              (plus extra debug printing)
57726      Branch: perl
57727            ! ext/List/Util/t/tainted.t
57728 ____________________________________________________________________________
57729 [ 19954] By: jhi                                   on 2003/07/03  11:10:21
57730         Log: Subject: Re: maint @ 19923
57731              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
57732              Date: Thu, 3 Jul 2003 15:57:55 +0400
57733              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
57734      Branch: perl
57735            ! wince/Makefile.ce wince/wince.c
57736 ____________________________________________________________________________
57737 [ 19952] By: jhi                                   on 2003/07/03  10:56:45
57738         Log: Tiny tweak to perlartistic from Robin Barker.
57739      Branch: perl
57740            ! pod/perlartistic.pod
57741 ____________________________________________________________________________
57742 [ 19950] By: jhi                                   on 2003/07/03  07:46:45
57743         Log: Mention Modules in AUTHORS.
57744      Branch: perl
57745            ! AUTHORS
57746 ____________________________________________________________________________
57747 [ 19949] By: jhi                                   on 2003/07/03  06:58:01
57748         Log: No fancy binmode() if no perlio.
57749      Branch: perl
57750            ! ext/IO/lib/IO/t/io_sock.t
57751 ____________________________________________________________________________
57752 [ 19948] By: jhi                                   on 2003/07/03  06:55:12
57753         Log: Underline the fact that XSLoader is not DynaLoader
57754              ([perl #21974] dl_load_flags not honored by XSLoader)
57755      Branch: perl
57756            ! ext/DynaLoader/XSLoader_pm.PL
57757 ____________________________________________________________________________
57758 [ 19947] By: jhi                                   on 2003/07/03  06:35:29
57759         Log: Apply Schwern's suggested warning code from
57760              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
57761      Branch: perl
57762            ! lib/Test/Harness/Straps.pm
57763 ____________________________________________________________________________
57764 [ 19944] By: jhi                                   on 2003/07/03  06:30:11
57765         Log: Subject: [PATCH] "without parens" vs "without parentheses"
57766              From: Iain Truskett <spoon@cpan.org>
57767              Date: Thu, 3 Jul 2003 12:40:42 +1000
57768              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
57769      Branch: perl
57770            ! t/lib/warnings/toke toke.c
57771 ____________________________________________________________________________
57772 [ 19943] By: jhi                                   on 2003/07/03  06:27:18
57773         Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
57774              From: Dave Mitchell <davem@fdgroup.com>
57775              Date: Thu, 3 Jul 2003 01:32:11 +0100
57776              Message-ID: <20030703003211.GB3747@fdgroup.com>
57777      Branch: perl
57778            ! mg.c sv.c
57779 ____________________________________________________________________________
57780 [ 19942] By: jhi                                   on 2003/07/03  06:25:30
57781         Log: Nicer options for Porting/Modules.
57782      Branch: perl
57783            ! MANIFEST Porting/Modules
57784 ____________________________________________________________________________
57785 [ 19941] By: rgs                                   on 2003/07/02  21:38:19
57786         Log: Minor test adjustments :
57787              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
57788              - prototypes added to some public functions in t/test.pl,
57789              as suggested by Enache Adrian
57790      Branch: perl
57791            ! t/op/concat.t t/test.pl
57792 ____________________________________________________________________________
57793 [ 19940] By: rgs                                   on 2003/07/02  20:58:19
57794         Log: Skip a socketpair test on SCO OSR
57795      Branch: perl
57796            ! ext/Socket/socketpair.t
57797 ____________________________________________________________________________
57798 [ 19939] By: jhi                                   on 2003/07/02  20:10:47
57799         Log: Subject: [PATCH] various Deparse fixes
57800              From: Dave Mitchell <davem@fdgroup.com>
57801              Date: Wed, 2 Jul 2003 18:10:45 +0100
57802              Message-ID: <20030702171045.GF2137@fdgroup.com>
57803      Branch: perl
57804            ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
57805            ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
57806 ____________________________________________________________________________
57807 [ 19935] By: jhi                                   on 2003/07/02  20:01:06
57808         Log: It would seem that in Linux 2.2 there is no way
57809              we can do the right thing to make ps(1) see $0
57810              our way.  Also amend the $0 documentation a bit.
57811      Branch: perl
57812            ! pod/perlvar.pod t/op/magic.t
57813 ____________________________________________________________________________
57814 [ 19934] By: jhi                                   on 2003/07/02  19:39:11
57815         Log: Subject: [PATCH] line numbers are given % 64k
57816              From: James Jurach <muaddib@erf.net>
57817              Date: Wed, 2 Jul 2003 13:31:05 -0500
57818              Message-ID: <20030702183105.GA4837@lebowski>
57819      Branch: perl
57820            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
57821            ! handy.h pp_ctl.c scope.h
57822 ____________________________________________________________________________
57823 [ 19933] By: jhi                                   on 2003/07/02  14:55:49
57824         Log: Subject: Re: maint @ 19923
57825              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
57826              Date: Wed, 2 Jul 2003 11:43:05 -0400
57827              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
57828      Branch: perl
57829            ! pod/perlfunc.pod
57830 ____________________________________________________________________________
57831 [ 19932] By: jhi                                   on 2003/07/02  14:29:42
57832         Log: Subject: Re: maint @ 19923
57833              From: Jim Cromie <jcromie@divsol.com>
57834              Date: Wed, 02 Jul 2003 05:35:06 -0600
57835              Message-ID: <3F02C36A.9030704@divsol.com>
57836      Branch: perl
57837            ! pod/perlfunc.pod
57838 ____________________________________________________________________________
57839 [ 19931] By: jhi                                   on 2003/07/02  11:34:49
57840         Log: Fix for [perl #22759 insufficient format string checking];
57841              using ewix makes no sense, assuming evix was intended,
57842              no old tests fail; add the test case.
57843      Branch: perl
57844            ! sv.c t/op/sprintf.t
57845 ____________________________________________________________________________
57846 [ 19929] By: jhi                                   on 2003/07/02  09:13:33
57847         Log: Better links.
57848      Branch: perl
57849            ! pod/perlipc.pod pod/perlrun.pod
57850 ____________________________________________________________________________
57851 [ 19928] By: jhi                                   on 2003/07/02  08:58:26
57852         Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
57853      Branch: perl
57854            ! hints/darwin.sh
57855 ____________________________________________________________________________
57856 [ 19927] By: jhi                                   on 2003/07/02  08:48:00
57857         Log: ...and getting the comma right, too.
57858      Branch: perl
57859            ! t/op/magic.t
57860 ____________________________________________________________________________
57861 [ 19926] By: jhi                                   on 2003/07/02  08:46:18
57862         Log: Getting the whitespace right.
57863      Branch: perl
57864            ! t/op/magic.t
57865 ____________________________________________________________________________
57866 [ 19925] By: jhi                                   on 2003/07/02  08:40:36
57867         Log: FreeBSD $0 dance.
57868      Branch: perl
57869            ! pod/perlvar.pod t/op/magic.t
57870 ____________________________________________________________________________
57871 [ 19924] By: jhi                                   on 2003/07/02  08:17:31
57872         Log: Fix from Enache Adrian for the magic.t failure in
57873              FreeBSD: setproctitle() cannot get rid of the " (perl)".
57874      Branch: perl
57875            ! t/op/magic.t
57876 ____________________________________________________________________________
57877 [ 19921] By: jhi                                   on 2003/07/02  05:26:33
57878         Log: VMS: with this, 100% make test in Compaq C V6.5-001
57879              on OpenVMS Alpha V7.3-1, from Craig Berry.
57880      Branch: perl
57881            ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
57882 ____________________________________________________________________________
57883 [ 19920] By: jhi                                   on 2003/07/02  05:21:23
57884         Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
57885              The latest releases of NetBSD don't require the hack.  From
57886              Johnny Lam.
57887      Branch: perl
57888            ! hints/netbsd.sh
57889 ____________________________________________________________________________
57890 [ 19918] By: jhi                                   on 2003/07/01  20:02:33
57891         Log: Add a new utility, Porting/Modules.
57892      Branch: perl
57893            + Porting/Modules
57894            ! MANIFEST
57895 ____________________________________________________________________________
57896 [ 19917] By: jhi                                   on 2003/07/01  17:00:02
57897         Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
57898              From: Robin Barker <Robin.Barker@npl.co.uk>
57899              Date: Tue, 1 Jul 2003 18:21:34 +0100
57900              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
57901
57902              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
57903              From: Robin Barker <Robin.Barker@npl.co.uk>
57904              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
57905              Date: Tue, 1 Jul 2003 18:25:17 +0100
57906
57907              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
57908              From: Robin Barker <Robin.Barker@npl.co.uk>
57909              Date: Tue, 1 Jul 2003 18:29:09 +0100
57910              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
57911      Branch: perl
57912            ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
57913 ____________________________________________________________________________
57914 [ 19916] By: jhi                                   on 2003/07/01  16:51:31
57915         Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
57916              From: Enache Adrian <enache@rdslink.ro>
57917              Date: Tue, 1 Jul 2003 19:51:25 +0300
57918              Message-ID: <20030701165125.GA1521@ratsnest.hole>
57919      Branch: perl
57920            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
57921            ! ext/B/typemap t/op/magic.t
57922 ____________________________________________________________________________
57923 [ 19915] By: jhi                                   on 2003/07/01  16:22:09
57924         Log: Upgrade to Unicode::Normalize 0.23.
57925      Branch: perl
57926            ! ext/Unicode/Normalize/Changes
57927            ! ext/Unicode/Normalize/Normalize.pm
57928            ! ext/Unicode/Normalize/Normalize.xs
57929 ____________________________________________________________________________
57930 [ 19914] By: jhi                                   on 2003/07/01  13:08:44
57931         Log: A naked values() caused shuffling of lib/Config.pm,
57932              which in turn caused unnecessary rebuilds.
57933      Branch: perl
57934            ! configpm
57935 ____________________________________________________________________________
57936 [ 19913] By: jhi                                   on 2003/07/01  13:01:10
57937         Log: Even more :utf8 socket testing, now in both directions.
57938      Branch: perl
57939            ! ext/IO/lib/IO/t/io_sock.t
57940 ____________________________________________________________________________
57941 [ 19912] By: jhi                                   on 2003/07/01  12:44:32
57942         Log: One more test (does binmode()ing a socket succeed)
57943              and add -w.
57944      Branch: perl
57945            ! ext/IO/lib/IO/t/io_sock.t
57946 ____________________________________________________________________________
57947 [ 19911] By: jhi                                   on 2003/07/01  12:38:13
57948         Log: Tweak an existing IO test to test also the change #19910.
57949      Branch: perl
57950            ! ext/IO/lib/IO/t/io_sock.t
57951 ____________________________________________________________________________
57952 [ 19910] By: jhi                                   on 2003/07/01  11:18:27
57953         Log: Integrate from perlio:
57954              [ 19909]
57955              binmode() should affect IoOFP() as well as IoIFP() if it is
57956              distinct (e.g. sockets).
57957      Branch: perl
57958           !> pp_sys.c
57959 ____________________________________________________________________________
57960 [ 19906] By: jhi                                   on 2003/07/01  08:03:17
57961         Log: Do the "aligned contiguous" check only if the arguments
57962              look like aligned; re-introduce the "traditional contiguous"
57963              checks with OS/2 special quirks and all.
57964      Branch: perl
57965            ! perl.c
57966 ____________________________________________________________________________
57967 [ 19903] By: jhi                                   on 2003/07/01  06:22:12
57968         Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
57969      Branch: perl
57970            ! perl.c
57971 ____________________________________________________________________________
57972 [ 19902] By: jhi                                   on 2003/07/01  06:20:48
57973         Log: Regen Glossary et al.
57974      Branch: perl
57975            ! Porting/Glossary Porting/config.sh Porting/config_H
57976 ____________________________________________________________________________
57977 [ 19900] By: jhi                                   on 2003/07/01  05:56:38
57978         Log: Regen Configure.
57979      Branch: perl
57980            ! Configure
57981 ____________________________________________________________________________
57982 [ 19899] By: jhi                                   on 2003/07/01  05:56:14
57983         Log: More nanosleep removal.
57984      Branch: perl
57985            ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
57986            ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
57987            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
57988            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
57989 ____________________________________________________________________________
57990 [ 19898] By: jhi                                   on 2003/07/01  05:54:58
57991         Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
57992      Branch: perl
57993            + ext/Time/HiRes/hints/dec_osf.pl
57994            ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
57995            ! ext/Time/HiRes/hints/sco.pl
57996 ____________________________________________________________________________
57997 [ 19897] By: jhi                                   on 2003/07/01  05:04:50
57998         Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
57999              From: Alan Burlison <Alan.Burlison@sun.com>
58000              Date: Tue, 01 Jul 2003 00:03:24 +0100
58001              Message-ID: <3F00C1BC.3020103@sun.com>
58002      Branch: perl
58003            ! Configure Makefile.SH config_h.SH configure.com
58004            ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
58005 ____________________________________________________________________________
58006 [ 19896] By: jhi                                   on 2003/06/30  20:20:54
58007         Log: Integrate #19892, #19895 from perlio to compile and avoid
58008              crashing on Win32.
58009      Branch: perl
58010           !> perl.c
58011 ____________________________________________________________________________
58012 [ 19890] By: jhi                                   on 2003/06/30  08:41:51
58013         Log: int is not UV.
58014      Branch: perl
58015            ! perl.c
58016 ____________________________________________________________________________
58017 [ 19889] By: jhi                                   on 2003/06/30  08:36:38
58018         Log: The 'contiguous' test for argv[], envp[] was bogus
58019              since those need not be in memory end-to-end, e.g.
58020              in Tru64 they are aligned by eight.  Loosen the test
58021              so that 'contiguousness' is fulfilled if the elements
58022              are within PTRSIZE alignment.  This makes Tru64 to pass
58023              the join.t, too.
58024      Branch: perl
58025            ! ext/threads/t/join.t mg.c perl.c
58026 ____________________________________________________________________________
58027 [ 19888] By: jhi                                   on 2003/06/30  07:24:18
58028         Log: $0 doc tweakage.
58029      Branch: perl
58030            ! pod/perlvar.pod
58031 ____________________________________________________________________________
58032 [ 19887] By: jhi                                   on 2003/06/30  07:20:58
58033         Log: $0 test tweaks from Andreas.
58034      Branch: perl
58035            ! ext/threads/t/join.t t/op/magic.t
58036 ____________________________________________________________________________
58037 [ 19886] By: rgs                                   on 2003/06/29  19:18:43
58038         Log: Misc Pod Nits.
58039      Branch: perl
58040            ! ext/B/B.pm pod/perlrun.pod
58041 ____________________________________________________________________________
58042 [ 19885] By: jhi                                   on 2003/06/29  15:49:52
58043         Log: Fix a faulty alias.
58044      Branch: perl
58045            ! ext/Encode/lib/Encode/Alias.pm
58046 ____________________________________________________________________________
58047 [ 19884] By: jhi                                   on 2003/06/29  15:41:05
58048         Log: The joy of $0.  Undoing the #16399 makes Andreas'
58049              tests (see [perl #22811]) pass (yes, padding with space    instead
58050              of nul makes no sense, but that seems to work, maybe Linux does
58051              some deep magic in ps(1)?); moving the PL_origalen computation
58052              earlier makes also the threaded-first case fully pass.
58053
58054              But in general modifying the argv[] is very non-portable.
58055              (e.g. in Tru64 it seems to be limited to the size of the
58056              original argv[0] since the argv[] are not contiguous?)
58057
58058              Everybody should just have setproctitle().
58059      Branch: perl
58060            ! mg.c perl.c pod/perlvar.pod
58061 ____________________________________________________________________________
58062 [ 19883] By: jhi                                   on 2003/06/29  13:47:36
58063         Log: More on the macro debugging and expansion.
58064      Branch: perl
58065            ! pod/perlhack.pod
58066 ____________________________________________________________________________
58067 [ 19882] By: rgs                                   on 2003/06/29  13:17:09
58068         Log: Perl_doing_taint must be public, for programs that embed perl
58069      Branch: perl
58070            ! embed.fnc embed.h global.sym
58071 ____________________________________________________________________________
58072 [ 19881] By: jhi                                   on 2003/06/29  10:17:28
58073         Log: More coffee...
58074      Branch: perl
58075            ! lib/Test/Harness.pm
58076 ____________________________________________________________________________
58077 [ 19880] By: jhi                                   on 2003/06/29  09:48:50
58078         Log: argc, argv.
58079      Branch: perl
58080            ! perl.h
58081 ____________________________________________________________________________
58082 [ 19879] By: jhi                                   on 2003/06/29  09:34:47
58083         Log: Another spot where a zero $test{$max} can make things go boom.
58084      Branch: perl
58085            ! lib/Test/Harness.pm
58086 ____________________________________________________________________________
58087 [ 19878] By: jhi                                   on 2003/06/29  09:28:58
58088         Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
58089              as per suggestion from Sarathy.
58090      Branch: perl
58091            ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
58092            ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
58093 ____________________________________________________________________________
58094 [ 19877] By: jhi                                   on 2003/06/28  18:28:01
58095         Log: The #19842 is no more needed thanks to #19876,
58096              and the #19842 was wrong anyway (it affected
58097              only the threaded case.)
58098      Branch: perl
58099            ! hints/dec_osf.sh
58100 ____________________________________________________________________________
58101 [ 19876] By: jhi                                   on 2003/06/28  18:24:46
58102         Log: Subject: Re: your malloc patches
58103              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
58104              Date: Fri, 27 Jun 2003 06:54:06 -0700
58105              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
58106
58107              More malloc patches: now they seem to work even in Tru64.
58108      Branch: perl
58109            ! malloc.c
58110 ____________________________________________________________________________
58111 [ 19875] By: jhi                                   on 2003/06/28  18:09:30
58112         Log: Duh.
58113      Branch: perl
58114            ! perl.h
58115 ____________________________________________________________________________
58116 [ 19874] By: jhi                                   on 2003/06/28  17:30:52
58117         Log: Retract #19867; the bug was really much simpler:
58118              the < max must be <= max instead.
58119      Branch: perl
58120            ! hv.c
58121 ____________________________________________________________________________
58122 [ 19873] By: rgs                                   on 2003/06/28  16:02:53
58123         Log: Using $1 without testing success of the regexp, bad.
58124      Branch: perl
58125            ! pod/perlretut.pod
58126 ____________________________________________________________________________
58127 [ 19872] By: rgs                                   on 2003/06/28  16:01:08
58128         Log: Some clarification about the current semantics of CHECK and
58129              INIT blocks. See bug [perl #22826].
58130      Branch: perl
58131            ! pod/perlmod.pod
58132 ____________________________________________________________________________
58133 [ 19871] By: rgs                                   on 2003/06/28  15:47:22
58134         Log: Subject: [Encode] pre-1.97 patches
58135              From: Dan Kogai <dankogai@dan.co.jp>
58136              Date: Sat, 28 Jun 2003 01:20:59 +0900
58137              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
58138      Branch: perl
58139            ! ext/Encode/Changes ext/Encode/Encode.pm
58140            ! ext/Encode/lib/Encode/Guess.pm
58141 ____________________________________________________________________________
58142 [ 19870] By: rgs                                   on 2003/06/28  15:39:57
58143         Log: Two debugging patches.
58144              The first allows to hold symbolic switches in $^D
58145              and more generally fixes assignment to $^D. The
58146              second one improves the information given by -Dl.
58147
58148              Subject: [PATCH] allow $^D = "flags"
58149              From: Dave Mitchell <davem@fdgroup.com>
58150              Date: Fri, 27 Jun 2003 22:26:24 +0100
58151              Message-ID: <20030627212624.GB12887@fdgroup.com>
58152
58153              Subject: [PATCH] make -Dl show more scope info
58154              From: Dave Mitchell <davem@fdgroup.com>
58155              Date: Fri, 27 Jun 2003 23:00:36 +0100
58156              Message-ID: <20030627220036.GC12887@fdgroup.com>
58157      Branch: perl
58158            ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
58159            ! proto.h scope.h
58160 ____________________________________________________________________________
58161 [ 19869] By: rgs                                   on 2003/06/28  14:39:40
58162         Log: Fix test count, by Abe Timmerman.
58163      Branch: perl
58164            ! t/comp/require.t
58165 ____________________________________________________________________________
58166 [ 19867] By: jhi                                   on 2003/06/27  10:08:20
58167         Log: The two-for-loops is no more a valid way to walk through
58168              a hash (this was the reason the Hash/Util.t intermittently
58169              failed, the two-loop didn't find all the SVs of the HV).
58170      Branch: perl
58171            ! hv.c
58172 ____________________________________________________________________________
58173 [ 19866] By: jhi                                   on 2003/06/27  08:54:16
58174         Log: Some warnings about the (im)proper uses of the hash randomisation.
58175      Branch: perl
58176            ! pod/perlsec.pod
58177 ____________________________________________________________________________
58178 [ 19865] By: jhi                                   on 2003/06/27  08:40:45
58179         Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
58180              is larger than INT_MAX (atoi() returns -1 in that case).
58181      Branch: perl
58182            ! perl.c
58183 ____________________________________________________________________________
58184 [ 19864] By: jhi                                   on 2003/06/27  08:18:47
58185         Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
58186              not per-interp, since perl_construct() is not passed
58187              the argc, argv, and therefore it can't set the per-interp
58188              PL_tainting.)
58189      Branch: perl
58190            ! perl.c perl.h
58191 ____________________________________________________________________________
58192 [ 19863] By: jhi                                   on 2003/06/27  08:15:11
58193         Log: Introduce (global) variable PL_earlytaint which
58194              is set very early in main(), before perl_parse()
58195              has been called and PL_tainting (or PL_taint_warn)
58196              might have been set.
58197      Branch: perl
58198            ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
58199            ! perlvars.h proto.h
58200 ____________________________________________________________________________
58201 [ 19862] By: jhi                                   on 2003/06/27  07:39:58
58202         Log: Make doing_taint() always available (though not
58203              part of the public API).
58204      Branch: perl
58205            ! embed.fnc embed.h perl.c proto.h
58206 ____________________________________________________________________________
58207 [ 19861] By: jhi                                   on 2003/06/27  05:30:03
58208         Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
58209              if tainting-- but is this a good thing or a bad thing?
58210              (At least it makes debugging lib/Hash/Util.t harder,
58211              since it has, for no apparent good reason, -T: one must
58212              make a copy of it without the -T.)
58213      Branch: perl
58214            ! perl.c
58215 ____________________________________________________________________________
58216 [ 19860] By: jhi                                   on 2003/06/27  05:02:14
58217         Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
58218              From: Tim Bunce <Tim.Bunce@pobox.com>
58219              Date: Thu, 26 Jun 2003 10:53:22 +0100
58220              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
58221      Branch: perl
58222            ! INSTALL
58223 ____________________________________________________________________________
58224 [ 19859] By: jhi                                   on 2003/06/27  04:59:23
58225         Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
58226              random failures.  To make these easier to reproduce,
58227              add a variable, PERL_HASH_SEED_DEBUG, to display the
58228              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
58229              of 82972356 makes the first one to fail.
58230      Branch: perl
58231            ! perl.c pod/perlrun.pod
58232 ____________________________________________________________________________
58233 [ 19858] By: rgs                                   on 2003/06/26  20:21:53
58234         Log: perlhack update, by Steve Grazzini
58235              about macro support in gdb and gcc.
58236      Branch: perl
58237            ! pod/perlhack.pod
58238 ____________________________________________________________________________
58239 [ 19854] By: jhi                                   on 2003/06/26  05:32:02
58240         Log: Bite the bullet and apply the hash randomisation patch.
58241              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
58242      Branch: perl
58243            ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
58244            ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
58245            ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
58246            ! sv.c
58247 ____________________________________________________________________________
58248 [ 19853] By: rgs                                   on 2003/06/25  19:35:02
58249         Log: Subject: Re: P and V
58250              From: "Philip Newton" <pnewton@gmx.de>
58251              Date: Wed, 25 Jun 2003 17:50:22 +0200
58252              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
58253      Branch: perl
58254            ! lib/Thread/Semaphore.pm
58255 ____________________________________________________________________________
58256 [ 19852] By: rgs                                   on 2003/06/25  19:27:42
58257         Log: Enhance some macro robustness.
58258      Branch: perl
58259            ! opcode.h opcode.pl
58260 ____________________________________________________________________________
58261 [ 19851] By: rgs                                   on 2003/06/25  19:25:47
58262         Log: Fix [perl #21742] :
58263              require() should always be called in scalar context,
58264              even when it's the last statement in an eval("").
58265      Branch: perl
58266            ! pp_ctl.c t/comp/require.t
58267 ____________________________________________________________________________
58268 [ 19849] By: jhi                                   on 2003/06/24  17:32:37
58269         Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
58270              From: Dave Mitchell <davem@fdgroup.com>
58271              Date: Tue, 24 Jun 2003 13:16:18 +0100
58272              Message-ID: <20030624121618.GC22675@fdgroup.com>
58273      Branch: perl
58274            ! sv.c t/op/ref.t
58275 ____________________________________________________________________________
58276 [ 19848] By: merijn                                on 2003/06/24  08:06:57
58277         Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
58278              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
58279              Date: Tue, 24 Jun 2003 11:00:34 +0200
58280              Message-ID: <186930306740.20030624110034@familiehaase.de>
58281      Branch: perl
58282            ! lib/Pod/Perldoc.pm
58283 ____________________________________________________________________________
58284 [ 19847] By: jhi                                   on 2003/06/24  04:52:42
58285         Log: Subject: [PATCH] version.pm up to date with CPAN
58286              From: John Peacock <jpeacock@rowman.com>
58287              Date: Mon, 23 Jun 2003 21:58:18 -0400
58288              Message-ID: <3EF7B03A.2060705@rowman.com>
58289      Branch: perl
58290            ! lib/version.pm lib/version.t universal.c
58291 ____________________________________________________________________________
58292 [ 19846] By: rgs                                   on 2003/06/23  20:52:26
58293         Log: Subject: [perlport.pod] code point of \cU
58294              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
58295              Date: Tue, 24 Jun 2003 01:00:16 +0900
58296              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
58297      Branch: perl
58298            ! pod/perlport.pod
58299 ____________________________________________________________________________
58300 [ 19845] By: jhi                                   on 2003/06/23  04:55:39
58301         Log: Test tweaks for VMS from Craig Berry.
58302      Branch: perl
58303            ! lib/strict.t lib/warnings.t
58304 ____________________________________________________________________________
58305 [ 19843] By: jhi                                   on 2003/06/22  17:00:10
58306         Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
58307      Branch: perl
58308            ! embed.fnc embed.h pp.c proto.h util.c
58309 ____________________________________________________________________________
58310 [ 19842] By: jhi                                   on 2003/06/22  16:44:16
58311         Log: Until the Perl malloc problems in Tru64 are fixed.
58312      Branch: perl
58313            ! hints/dec_osf.sh
58314 ____________________________________________________________________________
58315 [ 19841] By: jhi                                   on 2003/06/22  16:35:33
58316         Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
58317              From: Enache Adrian <enache@rdslink.ro>
58318              Date: Sat, 21 Jun 2003 03:19:31 +0300
58319              Message-ID: <20030621001931.GB1255@ratsnest.hole>
58320      Branch: perl
58321            ! op.c t/op/concat.t
58322 ____________________________________________________________________________
58323 [ 19840] By: jhi                                   on 2003/06/22  16:33:25
58324         Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
58325              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
58326              Date: 21 Jun 2003 19:02:30 -0000
58327              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
58328      Branch: perl
58329            ! lib/overload.pm lib/overload.t
58330 ____________________________________________________________________________
58331 [ 19839] By: jhi                                   on 2003/06/22  16:31:05
58332         Log: Subject: FileCache 1.03 broken on VMS -- possible patch
58333              From: "Craig A. Berry" <craigberry@mac.com>
58334              Date: Sat, 21 Jun 2003 10:31:59 -0500
58335              Message-ID: <3EF47A6F.9060904@mac.com>
58336      Branch: perl
58337            ! lib/FileCache.pm lib/FileCache/t/01open.t
58338            ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
58339 ____________________________________________________________________________
58340 [ 19838] By: jhi                                   on 2003/06/22  16:16:01
58341         Log: Debian fix from Brendan O'Dea:
58342              Adjust output to screen width.
58343              (adjusted to probe for the stty command)
58344      Branch: perl
58345            ! utils/dprofpp.PL
58346 ____________________________________________________________________________
58347 [ 19837] By: jhi                                   on 2003/06/22  15:56:45
58348         Log: Debian fix from Brendan O'Dea:
58349              Use a temporary directory to avoid symlink attacks.
58350              Specify -gstabs explicitly (not the default format for gcc 3.2).
58351      Branch: perl
58352            ! utils/c2ph.PL
58353 ____________________________________________________________________________
58354 [ 19836] By: jhi                                   on 2003/06/22  15:55:13
58355         Log: Debian fix from Brendan O'Dea:
58356              Bug#156284: the stucture used by pp_accept is too small to hold an
58357              IPv6 address.
58358      Branch: perl
58359            ! pp_sys.c
58360 ____________________________________________________________________________
58361 [ 19835] By: jhi                                   on 2003/06/22  15:46:50
58362         Log: For characters beyond the BMP the $bits will be undef,
58363              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
58364              analysis and fix from SADAHIRO Tomoyuki)
58365      Branch: perl
58366            ! lib/utf8_heavy.pl
58367 ____________________________________________________________________________
58368 [ 19834] By: jhi                                   on 2003/06/20  08:42:58
58369         Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
58370      Branch: perl
58371            ! malloc.c
58372 ____________________________________________________________________________
58373 [ 19833] By: jhi                                   on 2003/06/20  08:16:02
58374         Log: Don't do sprintf().
58375      Branch: perl
58376            ! malloc.c
58377 ____________________________________________________________________________
58378 [ 19832] By: jhi                                   on 2003/06/20  07:43:48
58379         Log: Show the source code location of an "assertion botch".
58380      Branch: perl
58381            ! malloc.c
58382 ____________________________________________________________________________
58383 [ 19831] By: jhi                                   on 2003/06/20  07:31:11
58384         Log: More Perl malloc debugging magic from Ilya.  Seems to work in
58385              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
58386              malloc.c, found in AIX since there is no such header.
58387              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
58388              memory was overwritten?"
58389              (In IRIX compiles but that doesn't prove much since in IRIX
58390              Perl's malloc is simply not used.)
58391      Branch: perl
58392            + malloc_ctl.h
58393            ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
58394            ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
58395 ____________________________________________________________________________
58396 [ 19830] By: jhi                                   on 2003/06/20  06:02:21
58397         Log: Retract #19785 and #19756: JPL nowadays works without this
58398              (verified by a true JPL user).
58399      Branch: perl
58400            ! perl.c
58401 ____________________________________________________________________________
58402 [ 19827] By: jhi                                   on 2003/06/19  20:18:31
58403         Log: Apparently this is needed for VMS (Craig Berry).
58404      Branch: perl
58405            ! lib/Tie/File.pm
58406 ____________________________________________________________________________
58407 [ 19824] By: jhi                                   on 2003/06/19  15:11:48
58408         Log: Bump Time::HiRes to 1.49.
58409      Branch: perl
58410            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
58411            ! ext/Time/HiRes/HiRes.xs
58412 ____________________________________________________________________________
58413 [ 19822] By: jhi                                   on 2003/06/19  14:49:37
58414         Log: This change chunk doesn't work well with blead.
58415      Branch: perl
58416            ! lib/ExtUtils/t/Command.t
58417 ____________________________________________________________________________
58418 [ 19821] By: jhi                                   on 2003/06/19  14:27:52
58419         Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
58420              make happy.
58421      Branch: perl
58422            ! lib/ExtUtils/MM_Unix.pm
58423 ____________________________________________________________________________
58424 [ 19820] By: jhi                                   on 2003/06/19  14:25:53
58425         Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
58426              as of 2003-06-19 18:39 EET).
58427      Branch: perl
58428            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
58429            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
58430            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
58431            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
58432 ____________________________________________________________________________
58433 [ 19819] By: jhi                                   on 2003/06/19  14:08:13
58434         Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
58435              From: grazz@pobox.com (Steve Grazzini)
58436              Date: Wed, 18 Jun 2003 19:42:37 -0400
58437              Message-ID: <20030618234237.GA6267@grazzini.net>
58438      Branch: perl
58439            ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
58440            ! t/op/runlevel.t t/op/tiehandle.t util.c
58441 ____________________________________________________________________________
58442 [ 19818] By: jhi                                   on 2003/06/19  13:57:55
58443         Log: Subject: [PATCH -current] email address correction
58444              Date: Thu, 19 Jun 2003 02:19:31 -0700
58445              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
58446              From: rs@crystalflame.net (Richard Soderberg)
58447      Branch: perl
58448            ! ext/threads/threads.pm
58449 ____________________________________________________________________________
58450 [ 19816] By: jhi                                   on 2003/06/19  05:02:22
58451         Log: MPE/iX gets serious indigestion on w-packed infinities.
58452      Branch: perl
58453            ! t/op/pack.t
58454 ____________________________________________________________________________
58455 [ 19815] By: rgs                                   on 2003/06/18  20:47:47
58456         Log: A bunch of minor changes to perlguts.pod.
58457      Branch: perl
58458            ! pod/perlguts.pod
58459 ____________________________________________________________________________
58460 [ 19814] By: jhi                                   on 2003/06/18  19:19:38
58461         Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
58462              From: Enache Adrian <enache@rdslink.ro>
58463              Date: Wed, 18 Jun 2003 23:00:43 +0300
58464              Message-ID: <20030618200043.GA1249@ratsnest.hole>
58465      Branch: perl
58466            ! pp.c regexec.c t/op/pat.t
58467 ____________________________________________________________________________
58468 [ 19813] By: jhi                                   on 2003/06/18  17:31:50
58469         Log: Upgrade to Tie::File 0.97.
58470      Branch: perl
58471            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
58472            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
58473            ! lib/Tie/File/t/29_downcopy.t
58474 ____________________________________________________________________________
58475 [ 19812] By: gbarr                                 on 2003/06/18  16:41:31
58476         Log: Sync with libnet 1.16
58477      Branch: perl
58478            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
58479 ____________________________________________________________________________
58480 [ 19811] By: jhi                                   on 2003/06/18  12:11:07
58481         Log: Subject: Encode] 1.96 Released
58482              From: Dan Kogai <dankogai@dan.co.jp>
58483              Date: Wed, 18 Jun 2003 19:09:11 +0900
58484              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
58485      Branch: perl
58486            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
58487            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
58488            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
58489            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
58490            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
58491            ! ext/Encode/t/guess.t
58492 ____________________________________________________________________________
58493 [ 19810] By: jhi                                   on 2003/06/18  09:20:43
58494         Log: Oops in change #19809.
58495      Branch: perl
58496            ! ext/POSIX/POSIX.xs
58497 ____________________________________________________________________________
58498 [ 19809] By: jhi                                   on 2003/06/18  09:08:47
58499         Log: If the first argument of sigaction() was a string, not a number
58500              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
58501              isn't numeric in subroutine entry ...' but after that one got
58502              (depending on the OS) either a coredump (because of trying to
58503              assign to *0 in mg_get) or a hang (because of the sigprocmask()
58504              blocking signals inside POSIX::sigaction, a nasty hang since
58505              one obviously cannot interrupt it...only SIGKILL works).
58506              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
58507              because of the string becoming zero due to the XS typemap magic.
58508              Resolved by making the POSIX::sigaction to try harder to figure
58509              out a valid signal number (one still gets the warning, though),
58510              and returning undef if no sense can be made.
58511      Branch: perl
58512            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
58513 ____________________________________________________________________________
58514 [ 19808] By: rgs                                   on 2003/06/17  21:10:06
58515         Log: Some docs for the assertions.
58516      Branch: perl
58517            ! lib/assertions.pm lib/assertions/activate.pm
58518            ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
58519 ____________________________________________________________________________
58520 [ 19806] By: jhi                                   on 2003/06/17  18:12:26
58521         Log: io_dir.t tweak from Craig Berry.
58522      Branch: perl
58523            ! ext/IO/lib/IO/t/io_dir.t
58524 ____________________________________________________________________________
58525 [ 19805] By: jhi                                   on 2003/06/17  16:47:06
58526         Log: Subject: /ext/DynaLoader/dl_dyld.xs
58527              From: "Peter O'Gorman" <peter@pogma.com>
58528              Date: Tue, 17 Jun 2003 23:45:47 +0900
58529              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
58530
58531              No need to see dlclose() and dlsym() outside the dl_dyld.xs
58532              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
58533              of OpenDarwin.
58534      Branch: perl
58535            ! ext/DynaLoader/dl_dyld.xs
58536 ____________________________________________________________________________
58537 [ 19804] By: jhi                                   on 2003/06/17  13:12:21
58538         Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
58539              From: david nicol <whatever@davidnicol.com>
58540              Date: 16 Jun 2003 20:35:24 -0500
58541              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
58542
58543              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
58544              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
58545              Date: Tue, 17 Jun 2003 00:12:04 -0400
58546              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
58547      Branch: perl
58548            ! pod/perlre.pod pod/perltrap.pod
58549 ____________________________________________________________________________
58550 [ 19802] By: jhi                                   on 2003/06/17  04:51:33
58551         Log: UNICOS: try papering over the Configure symbol scan problems
58552              by disavowing any knowledge of dynaloading.
58553      Branch: perl
58554            ! hints/unicos.sh
58555 ____________________________________________________________________________
58556 [ 19801] By: rgs                                   on 2003/06/16  22:47:28
58557         Log: Revert change #19126, a poor attempt at fixing bug #21742.
58558              The test for #21742 is marked as TODO.
58559              Plus new regression tests from :
58560
58561              Subject: [perl #22708] void context in string eval is broken
58562              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
58563              Date: 15 Jun 2003 23:09:03 -0000
58564              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
58565      Branch: perl
58566            ! pp_ctl.c t/comp/require.t t/op/eval.t
58567 ____________________________________________________________________________
58568 [ 19800] By: rgs                                   on 2003/06/16  21:14:26
58569         Log: Subject: [PATCH] unnecessary stringification in eval/die
58570              From: Steve Grazzini <grazz@pobox.com>
58571              Date: 15 Jun 2003 21:02:26 -0000
58572              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
58573              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
58574              in c.l.p.misc and bug #17763)
58575      Branch: perl
58576            ! pod/perlfunc.pod pp_ctl.c
58577 ____________________________________________________________________________
58578 [ 19799] By: rgs                                   on 2003/06/16  20:15:28
58579         Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
58580              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
58581              Date: 9 Jun 2003 15:48:09 -0000
58582              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
58583      Branch: perl
58584            ! lib/File/Copy.pm
58585 ____________________________________________________________________________
58586 [ 19798] By: jhi                                   on 2003/06/16  12:26:29
58587         Log: And even more glibc fcntl constants, this time mostly F_XXX.
58588              Be more conservative and use @EXPORT_OK instead of @EXPORT.
58589      Branch: perl
58590            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
58591 ____________________________________________________________________________
58592 [ 19797] By: jhi                                   on 2003/06/16  08:05:11
58593         Log: Even more glibc O_ modes.
58594      Branch: perl
58595            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
58596 ____________________________________________________________________________
58597 [ 19796] By: jhi                                   on 2003/06/16  07:59:26
58598         Log: Add O_NOATIME.
58599      Branch: perl
58600            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
58601 ____________________________________________________________________________
58602 [ 19795] By: jhi                                   on 2003/06/16  06:51:19
58603         Log: Instead of fancy condvar footwork do a simple join,
58604              as suggested by Arthur.
58605      Branch: perl
58606            ! ext/threads/shared/t/hv_refs.t
58607 ____________________________________________________________________________
58608 [ 19794] By: rgs                                   on 2003/06/15  21:01:18
58609         Log: Rename again the warning about $* being no longer supported
58610              (and update perldiag this time!)
58611      Branch: perl
58612            ! gv.c pod/perldiag.pod t/lib/warnings/gv
58613 ____________________________________________________________________________
58614 [ 19793] By: rgs                                   on 2003/06/15  19:47:21
58615         Log: Remove all magic in untie()
58616
58617              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
58618              From: Aaron J Mackey <ajm6q@virginia.edu>
58619              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
58620              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
58621              (plus a test case)
58622      Branch: perl
58623            ! pp_sys.c t/op/tie.t
58624 ____________________________________________________________________________
58625 [ 19790] By: jhi                                   on 2003/06/15  17:22:08
58626         Log: Start using Perl malloc in FreeBSD since the system malloc
58627              is reaaally slooow for Perl.
58628
58629              Subject: FreeBSD 5.1 vs. -Uusemymalloc
58630              From: Dan Kogai <dankogai@dan.co.jp>
58631              Date: Mon, 16 Jun 2003 01:48:49 +0900
58632              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
58633      Branch: perl
58634            ! hints/freebsd.sh
58635 ____________________________________________________________________________
58636 [ 19789] By: jhi                                   on 2003/06/15  17:08:02
58637         Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
58638              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
58639              Date: Sat, 14 Jun 2003 17:49:57 -0700
58640              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
58641      Branch: perl
58642            + os2/OS2/typemap os2/perlrexx.cmd
58643            - os2/OS2/PrfDB/typemap
58644            ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
58645            ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
58646            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
58647            ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
58648            ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
58649            ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
58650            ! os2/os2ish.h pp_sys.c utils/h2xs.PL
58651 ____________________________________________________________________________
58652 [ 19788] By: jhi                                   on 2003/06/15  15:05:40
58653         Log: Reindent a section of the file.
58654      Branch: perl
58655            ! universal.c
58656 ____________________________________________________________________________
58657 [ 19787] By: jhi                                   on 2003/06/15  15:01:26
58658         Log: Unused variable.
58659      Branch: perl
58660            ! universal.c
58661 ____________________________________________________________________________
58662 [ 19786] By: jhi                                   on 2003/06/15  07:41:23
58663         Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
58664              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
58665              Date: Sun, 15 Jun 2003 10:48:40 +0200
58666              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
58667      Branch: perl
58668            ! embed.fnc embed.h proto.h sv.c
58669 ____________________________________________________________________________
58670 [ 19785] By: jhi                                   on 2003/06/15  07:37:02
58671         Log: Most often unused variables.
58672      Branch: perl
58673            ! perl.c
58674 ____________________________________________________________________________
58675 [ 19784] By: rgs                                   on 2003/06/14  20:08:52
58676         Log: Rename the warning about $* being removed,
58677              as suggested by Dave Mitchell
58678      Branch: perl
58679            ! gv.c t/lib/warnings/gv
58680 ____________________________________________________________________________
58681 [ 19783] By: jhi                                   on 2003/06/14  16:30:23
58682         Log: The FileCache 1.03 tests from belg4mit.
58683      Branch: perl
58684            + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
58685            + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
58686            + lib/FileCache/t/05override.t
58687            - lib/FileCache.t
58688            ! MANIFEST
58689 ____________________________________________________________________________
58690 [ 19782] By: jhi                                   on 2003/06/14  13:45:01
58691         Log: Mention the Unicode::Regex::Set module.
58692      Branch: perl
58693            ! pod/perlunicode.pod
58694 ____________________________________________________________________________
58695 [ 19781] By: jhi                                   on 2003/06/14  13:39:45
58696         Log: Followup on #19779: make the helper function static,
58697              and rename it for paranoia reasons.
58698      Branch: perl
58699            ! embed.fnc embed.h proto.h sv.c
58700 ____________________________________________________________________________
58701 [ 19779] By: jhi                                   on 2003/06/14  13:13:34
58702         Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
58703              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
58704              Date: Sat, 14 Jun 2003 12:51:31 +0200
58705              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
58706
58707              (choosing the safe alternative)
58708      Branch: perl
58709            ! sv.c
58710 ____________________________________________________________________________
58711 [ 19778] By: jhi                                   on 2003/06/14  09:28:01
58712         Log: Exercise the utf8:: "internal" functions.
58713      Branch: perl
58714            ! lib/utf8.pm lib/utf8.t
58715 ____________________________________________________________________________
58716 [ 19777] By: jhi                                   on 2003/06/14  09:05:07
58717         Log: Having to pull in the whole Encode just to get SvUTF8()
58718              is a bit too much: introduce utf8::is_utf8().
58719      Branch: perl
58720            ! lib/utf8.pm pod/perluniintro.pod universal.c
58721 ____________________________________________________________________________
58722 [ 19776] By: jhi                                   on 2003/06/14  08:56:11
58723         Log: Slight tweaks on the length() and chr() entries,
58724              passing-by rewrapping on the rmdir entry.
58725      Branch: perl
58726            ! pod/perlfunc.pod
58727 ____________________________________________________________________________
58728 [ 19775] By: jhi                                   on 2003/06/14  08:50:16
58729         Log: test.pl-ify and add a couple of tests.
58730      Branch: perl
58731            ! lib/bytes.t
58732 ____________________________________________________________________________
58733 [ 19773] By: jhi                                   on 2003/06/14  08:05:01
58734         Log: Slight reorg of the binmode() entry.
58735      Branch: perl
58736            ! pod/perlfunc.pod
58737 ____________________________________________________________________________
58738 [ 19772] By: jhi                                   on 2003/06/14  07:07:38
58739         Log: Illegal cpp.
58740      Branch: perl
58741            ! util.c
58742 ____________________________________________________________________________
58743 [ 19770] By: jhi                                   on 2003/06/14  04:36:18
58744         Log: Subject: Re: FileCache
58745              From: belg4mit <belg4mit@MIT.EDU>
58746              Date: Sat, 14 Jun 2003 01:35:05 -0400
58747              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
58748
58749              FileCache 1.03.
58750      Branch: perl
58751            ! lib/FileCache.pm
58752 ____________________________________________________________________________
58753 [ 19769] By: rgs                                   on 2003/06/13  19:17:50
58754         Log: Remove the deprecated $* variable.
58755              Incidentally, this fixes bug #22354, about unwanted
58756              action-at-distance of the /m regexp modifier.
58757              Add a new warning to advertise this fact.
58758      Branch: perl
58759            ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
58760            ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
58761            ! t/op/pat.t t/op/study.t
58762 ____________________________________________________________________________
58763 [ 19768] By: jhi                                   on 2003/06/13  17:08:45
58764         Log: Encode simply needs more work on EBCDIC.
58765      Branch: perl
58766            ! ext/Encode/t/Unicode.t
58767 ____________________________________________________________________________
58768 [ 19767] By: jhi                                   on 2003/06/13  17:05:01
58769         Log: Redundancy removal from Brian De Pradine;
58770              both the forms, pthread_mutexattr_settype() and
58771              pthread_mutexattr_setkind_np(), exist on z/OS.
58772      Branch: perl
58773            ! thread.h
58774 ____________________________________________________________________________
58775 [ 19766] By: jhi                                   on 2003/06/13  17:02:57
58776         Log: Somehow MPE/iX managed to get
58777              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
58778      Branch: perl
58779            ! lib/Test/Harness.pm
58780 ____________________________________________________________________________
58781 [ 19765] By: jhi                                   on 2003/06/13  14:36:18
58782         Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
58783              From: alan <alan@pair.com>
58784              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
58785              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
58786
58787              (the first alternative)
58788      Branch: perl
58789            ! util.c
58790 ____________________________________________________________________________
58791 [ 19764] By: jhi                                   on 2003/06/13  14:33:51
58792         Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
58793              way of detecting Darwin/Mac OS X; instead it is recommended to
58794              detect the OS at a higher level and pass the information manually
58795              down to the application, using e.g. a -Ddefinition.
58796      Branch: perl
58797            ! hints/darwin.sh perl.h x2p/util.c
58798 ____________________________________________________________________________
58799 [ 19763] By: jhi                                   on 2003/06/13  14:12:13
58800         Log: Define a cpp symbol, BSDish, if that looks appropriate.
58801      Branch: perl
58802            ! perl.h
58803 ____________________________________________________________________________
58804 [ 19760] By: jhi                                   on 2003/06/13  12:00:06
58805         Log: Even more tweakage on symbol scanning from Alan Burlison.
58806      Branch: perl
58807            ! Configure
58808 ____________________________________________________________________________
58809 [ 19758] By: gbarr                                 on 2003/06/13  07:01:11
58810         Log: Sync with libnet 1.15
58811      Branch: perl
58812            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
58813 ____________________________________________________________________________
58814 [ 19756] By: jhi                                   on 2003/06/13  05:09:17
58815         Log: The changes #8803 and #8896 that fixed JPL for use with
58816              JDK 1.2/1.3 had somehow disappeared.
58817      Branch: perl
58818            ! perl.c perl.h
58819 ____________________________________________________________________________
58820 [ 19752] By: rgs                                   on 2003/06/12  20:49:25
58821         Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
58822              to be issued if the string to be left-justified by s?printf contains
58823              a newline.
58824
58825              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
58826              From: Robin Barker <Robin.Barker@npl.co.uk>
58827              Date: Wed, 11 Jun 2003 18:10:14 +0100
58828              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
58829      Branch: perl
58830            ! pod/perldiag.pod sv.c t/lib/warnings/sv
58831 ____________________________________________________________________________
58832 [ 19751] By: rgs                                   on 2003/06/12  20:25:41
58833         Log: Patch for a warning emitted twice, from :
58834              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
58835              From: Steve Grazzini <grazz@pobox.com>
58836              Date: Wed, 11 Jun 2003 00:46:47 -0400
58837              Message-ID: <20030611044647.GA16696@grazzini.net>
58838      Branch: perl
58839            ! pp_sys.c
58840 ____________________________________________________________________________
58841 [ 19750] By: sky                                   on 2003/06/12  15:03:55
58842         Log: In free we want to destroy, not init, thanks to Tim Bunce for
58843              detecting this. Should hopefully fix memory leak on Tru64
58844      Branch: perl
58845            ! ext/threads/shared/shared.xs
58846 ____________________________________________________________________________
58847 [ 19749] By: jhi                                   on 2003/06/12  13:27:44
58848         Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
58849              no ->Open, not if ->Open returns NULL.
58850      Branch: perl
58851            ! perlio.c
58852 ____________________________________________________________________________
58853 [ 19748] By: jhi                                   on 2003/06/12  11:32:44
58854         Log: Further perlio doc tweaks.
58855      Branch: perl
58856            ! lib/PerlIO.pm pod/perlrun.pod
58857 ____________________________________________________________________________
58858 [ 19747] By: jhi                                   on 2003/06/12  11:25:19
58859         Log: Slightly amended version of the proposed patch for
58860              "[perl #22390] export PERLIO=bytes segfaults";
58861              the amendment is to set errno.
58862              TODO: we really should not get here if the layer
58863              stack is corrupt or non-sensical (like "bytes").
58864      Branch: perl
58865            ! perlio.c
58866 ____________________________________________________________________________
58867 [ 19746] By: sky                                   on 2003/06/12  08:37:39
58868         Log: Be polite and destroy the mutexes and conditions we use!
58869      Branch: perl
58870            ! ext/threads/shared/shared.xs
58871 ____________________________________________________________________________
58872 [ 19744] By: rgs                                   on 2003/06/11  20:49:04
58873         Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
58874              From: Andy Dougherty <doughera@lafayette.edu>
58875              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
58876              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
58877      Branch: perl
58878            ! lib/File/Temp/t/security.t
58879 ____________________________________________________________________________
58880 [ 19742] By: jhi                                   on 2003/06/11  18:28:12
58881         Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
58882              From: Andy Dougherty <doughera@lafayette.edu>
58883              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
58884              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
58885      Branch: perl
58886            ! Configure
58887 ____________________________________________________________________________
58888 [ 19741] By: merijn                                on 2003/06/11  14:06:49
58889         Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
58890              From: PPrymmer@factset.com
58891              Date: Wed, 11 Jun 2003 09:00:34 -0400
58892              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
58893      Branch: perl
58894            ! lib/vmsish.t
58895 ____________________________________________________________________________
58896 [ 19740] By: jhi                                   on 2003/06/11  13:29:59
58897         Log: Doc nit.
58898      Branch: perl
58899            ! INSTALL
58900 ____________________________________________________________________________
58901 [ 19739] By: jhi                                   on 2003/06/11  05:30:53
58902         Log: Integrate from maint:
58903              [ 19738]
58904              Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
58905              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
58906              Date: Tue, 10 Jun 2003 22:10:47 +0200
58907              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
58908      Branch: perl
58909           !> ext/Encode/encengine.c ext/List/Util/Util.xs
58910           !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
58911           !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
58912           !> sv.c
58913 ____________________________________________________________________________
58914 [ 19735] By: jhi                                   on 2003/06/10  05:27:33
58915         Log: Upgrade to Unicode::Normalize 0.22.
58916      Branch: perl
58917            ! ext/Unicode/Normalize/Changes
58918            ! ext/Unicode/Normalize/Makefile.PL
58919            ! ext/Unicode/Normalize/Normalize.pm
58920            ! ext/Unicode/Normalize/Normalize.xs
58921            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
58922            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
58923            ! ext/Unicode/Normalize/t/test.t
58924 ____________________________________________________________________________
58925 [ 19734] By: jhi                                   on 2003/06/10  05:14:18
58926         Log: Upgrade to Unicode::Collate 0.25.
58927      Branch: perl
58928            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
58929            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
58930            ! lib/Unicode/Collate/t/test.t
58931 ____________________________________________________________________________
58932 [ 19731] By: jhi                                   on 2003/06/09  20:48:14
58933         Log: On a real multicpu box the child thread could still be running
58934              when the parent thread was already testing.
58935      Branch: perl
58936            ! ext/threads/shared/t/hv_refs.t
58937 ____________________________________________________________________________
58938 [ 19730] By: rgs                                   on 2003/06/09  19:56:29
58939         Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
58940              From: Andy Dougherty <doughera@lafayette.edu>
58941              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
58942              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
58943      Branch: perl
58944            ! INSTALL
58945 ____________________________________________________________________________
58946 [ 19729] By: rgs                                   on 2003/06/09  19:13:16
58947         Log: Subject: [PATCH] Re: nitpick with \(0..2)
58948              From: Steve Grazzini <grazz@pobox.com>
58949              Date: Fri, 6 Jun 2003 01:42:59 -0400
58950              Message-ID: <20030606054259.GA30249@grazzini.net>
58951      Branch: perl
58952            ! op.c pod/perlop.pod t/op/ref.t
58953 ____________________________________________________________________________
58954 [ 19726] By: jhi                                   on 2003/06/09  18:45:00
58955         Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
58956      Branch: perl
58957            ! ext/Unicode/Normalize/Normalize.pm
58958 ____________________________________________________________________________
58959 [ 19725] By: rgs                                   on 2003/06/09  18:33:50
58960         Log: In the debugger, flush stdout/stderr before the prompt is printed
58961              Subject: Re: [PATCH] Perlbug #15228
58962              From: Alex Vandiver <alexmv@MIT.EDU>
58963              Date: 04 Jun 2003 04:50:10 -0400
58964              Message-Id: <1054716610.21402.45.camel@supox>
58965      Branch: perl
58966            ! lib/perl5db.pl
58967 ____________________________________________________________________________
58968 [ 19724] By: gsar                                  on 2003/06/09  18:17:42
58969         Log: mark 450_service.t#18 as a todo test on windows
58970      Branch: perl
58971            ! lib/Net/Ping/t/450_service.t
58972 ____________________________________________________________________________
58973 [ 19723] By: gsar                                  on 2003/06/09  18:00:57
58974         Log: one of the Net::Ping time-dependent tests fails sporadically
58975              when the response from localhost is "too quick"
58976      Branch: perl
58977            ! lib/Net/Ping/t/250_ping_hires.t
58978 ____________________________________________________________________________
58979 [ 19721] By: jhi                                   on 2003/06/09  17:04:50
58980         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
58981              From: Michael G Schwern <schwern@pobox.com>
58982              Date: Sat, 7 Jun 2003 01:16:32 -0700
58983              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
58984      Branch: perl
58985            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
58986            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
58987            ! lib/ExtUtils/t/Liblist.t
58988 ____________________________________________________________________________
58989 [ 19720] By: gsar                                  on 2003/06/09  15:59:52
58990         Log: fix for perlio.t failures on windows (from Dan Kogai)
58991      Branch: perl
58992            ! ext/Encode/t/perlio.t
58993 ____________________________________________________________________________
58994 [ 19719] By: jhi                                   on 2003/06/09  15:28:18
58995         Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
58996              From: PPrymmer@factset.com
58997              Date: Mon, 9 Jun 2003 09:57:43 -0400
58998              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
58999      Branch: perl
59000            ! configure.com utils/perlivp.PL
59001 ____________________________________________________________________________
59002 [ 19717] By: gsar                                  on 2003/06/09  14:09:55
59003         Log: windows: fix memory leak in %ENV handling (shows up as a
59004              leak even in the simplest fork() loop, because perl_construct()
59005              now does the equivalent of %ENV assignments using mg_set())
59006      Branch: perl
59007            ! win32/perlhost.h
59008 ____________________________________________________________________________
59009 [ 19715] By: sky                                   on 2003/06/09  09:35:47
59010         Log: Support blessed shared references.
59011      Branch: perl
59012            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
59013            ! ext/threads/shared/t/hv_refs.t
59014 ____________________________________________________________________________
59015 [ 19714] By: jhi                                   on 2003/06/09  04:29:04
59016         Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
59017              From: "Craig A. Berry" <craigberry@mac.com>
59018              Date: Sun, 08 Jun 2003 16:49:43 -0500
59019              Message-ID: <3EE3AF77.7060302@mac.com>
59020      Branch: perl
59021            ! t/op/pack.t
59022 ____________________________________________________________________________
59023 [ 19712] By: jhi                                   on 2003/06/08  17:05:59
59024         Log: Subject: Re: forwarded you a test result
59025              From: Dan Kogai <dankogai@dan.co.jp>
59026              Date: Sun, 8 Jun 2003 11:04:43 +0900
59027              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
59028      Branch: perl
59029            ! ext/Encode/t/Encode.t
59030 ____________________________________________________________________________
59031 [ 19710] By: jhi                                   on 2003/06/08  17:03:07
59032         Log: Regen Configure et al.
59033      Branch: perl
59034            ! Configure Porting/config.sh Porting/config_H
59035 ____________________________________________________________________________
59036 [ 19709] By: jhi                                   on 2003/06/08  16:45:50
59037         Log: More symbol scan logic from Alan Burlison.
59038      Branch: perl
59039            ! Configure Porting/Glossary hints/solaris_2.sh
59040 ____________________________________________________________________________
59041 [ 19708] By: sky                                   on 2003/06/07  13:28:50
59042         Log: Major (internal) change to make it much more easy to embed
59043              threaded perl because we don't use our own TLS for the current
59044              thread info, but instead use PL_modglobal. Should make the
59045              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
59046      Branch: perl
59047            ! ext/threads/threads.xs
59048 ____________________________________________________________________________
59049 [ 19707] By: sky                                   on 2003/06/07  13:27:01
59050         Log: Last patch broke this slightly because INC was wrong.
59051      Branch: perl
59052            ! ext/threads/t/thread.t
59053 ____________________________________________________________________________
59054 [ 19706] By: sky                                   on 2003/06/07  13:07:53
59055         Log: Remove warnings from tests.
59056      Branch: perl
59057            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
59058            ! ext/threads/t/list.t
59059 ____________________________________________________________________________
59060 [ 19705] By: sky                                   on 2003/06/07  12:42:28
59061         Log: Work in non core env.
59062      Branch: perl
59063            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
59064            ! ext/threads/t/libc.t ext/threads/t/list.t
59065            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
59066            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
59067            ! ext/threads/t/thread.t
59068 ____________________________________________________________________________
59069 [ 19703] By: jhi                                   on 2003/06/07  05:11:50
59070         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
59071              From: Michael G Schwern <schwern@pobox.com>
59072              Date: Fri, 6 Jun 2003 18:41:45 -0700
59073              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
59074      Branch: perl
59075            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
59076            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
59077            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
59078            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
59079            ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
59080            ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
59081            ! lib/ExtUtils/t/zz_cleanup_dummy.t
59082 ____________________________________________________________________________
59083 [ 19702] By: rgs                                   on 2003/06/06  23:00:00
59084         Log: Upgrade to Time::Local 1.06, by Dave Rolsky
59085      Branch: perl
59086            ! lib/Time/Local.pm lib/Time/Local.t
59087 ____________________________________________________________________________
59088 [ 19701] By: rgs                                   on 2003/06/06  22:50:37
59089         Log: Complement to change #19698 :
59090              add also this information (=> and curly braces doesn't
59091              quote compound identifiers) to the strict manpage.
59092              As an experiment in documentation, add a "HISTORY" section
59093              to the strict manpage.
59094      Branch: perl
59095            ! lib/strict.pm
59096 ____________________________________________________________________________
59097 [ 19700] By: rgs                                   on 2003/06/06  22:31:50
59098         Log: Minor grammatical nit.
59099      Branch: perl
59100            ! README.hpux
59101 ____________________________________________________________________________
59102 [ 19699] By: rgs                                   on 2003/06/06  22:29:38
59103         Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
59104              From: Stas Bekman <stas@stason.org>
59105              Date: Thu, 05 Jun 2003 10:10:36 +1000
59106              Message-ID: <3EDE8A7C.2080302@stason.org>
59107
59108              Subject: [patch] perlguts authors dup
59109              From: Stas Bekman <stas@stason.org>
59110              Date: Thu, 05 Jun 2003 10:14:12 +1000
59111              Message-ID: <3EDE8B54.6090808@stason.org>
59112      Branch: perl
59113            ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
59114 ____________________________________________________________________________
59115 [ 19698] By: rgs                                   on 2003/06/06  22:23:56
59116         Log: Clarify that => doesn't quote compound identifiers.
59117      Branch: perl
59118            ! pod/perldata.pod
59119 ____________________________________________________________________________
59120 [ 19696] By: merijn                                on 2003/06/06  12:21:43
59121         Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
59122              as the compiler supports it)
59123      Branch: perl
59124            ! README.hpux
59125 ____________________________________________________________________________
59126 [ 19695] By: jhi                                   on 2003/06/05  18:50:51
59127         Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
59128              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59129              Date: Wed, 04 Jun 2003 00:08:32 -0700
59130              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
59131      Branch: perl
59132            ! t/run/switches.t toke.c
59133 ____________________________________________________________________________
59134 [ 19694] By: jhi                                   on 2003/06/05  18:37:02
59135         Log: Subject: [PATCH] RE: maint @ 19683
59136              From: Robin Barker <Robin.Barker@npl.co.uk>
59137              Date: Thu, 5 Jun 2003 17:16:58 +0100
59138              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
59139
59140              (skipped the MIME::Base64 part, leaving that to Gisle)
59141      Branch: perl
59142            ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
59143 ____________________________________________________________________________
59144 [ 19693] By: jhi                                   on 2003/06/05  17:26:04
59145         Log: SKIP label was missing.
59146      Branch: perl
59147            ! t/io/utf8.t
59148 ____________________________________________________________________________
59149 [ 19692] By: jhi                                   on 2003/06/05  16:58:23
59150         Log: z/OS makedepend fix from Peter Prymmer;
59151              still needed as reported by Brian De Pradine.
59152      Branch: perl
59153            ! makedepend.SH
59154 ____________________________________________________________________________
59155 [ 19691] By: jhi                                   on 2003/06/05  16:56:01
59156         Log: Even more getspecific patches from Brian De Pradine;
59157              macrofy the construct.
59158      Branch: perl
59159            ! ext/threads/threads.xs
59160 ____________________________________________________________________________
59161 [ 19690] By: jhi                                   on 2003/06/05  16:19:40
59162         Log: z/OS threads tweak from Brian De Pradine.
59163      Branch: perl
59164            ! ext/threads/threads.xs
59165 ____________________________________________________________________________
59166 [ 19689] By: jhi                                   on 2003/06/05  05:43:31
59167         Log: Upgrade to Time::HiRes 1.48.
59168      Branch: perl
59169            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
59170 ____________________________________________________________________________
59171 [ 19688] By: rgs                                   on 2003/06/04  18:53:48
59172         Log: Prevent a potential null pointer dereference.
59173              Noticed by Ryan Koga <rkoga@caida.org> in
59174              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
59175      Branch: perl
59176            ! perlio.c
59177 ____________________________________________________________________________
59178 [ 19687] By: jhi                                   on 2003/06/04  18:26:08
59179         Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
59180              From: Andy Dougherty <doughera@lafayette.edu>
59181              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
59182              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
59183      Branch: perl
59184            ! hints/darwin.sh
59185 ____________________________________________________________________________
59186 [ 19686] By: jhi                                   on 2003/06/04  11:02:54
59187         Log: On closer reading the proposed UTS#18 update required
59188              even more changes.
59189      Branch: perl
59190            ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
59191            ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
59192            ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
59193            ! lib/unicore/mktables
59194 ____________________________________________________________________________
59195 [ 19685] By: jhi                                   on 2003/06/04  10:14:09
59196         Log: Align the 'graph' property definition with the proposed
59197              Unicode UTS #18 update (v7).
59198      Branch: perl
59199            ! lib/unicore/lib/Graph.pl lib/unicore/mktables
59200 ____________________________________________________________________________
59201 [ 19681] By: jhi                                   on 2003/06/04  05:16:38
59202         Log: Subject: [MacOS X] consider useshrplib='false' by default
59203              From: Dan Kogai <dankogai@dan.co.jp>
59204              Date: Wed, 4 Jun 2003 01:29:42 +0900
59205              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
59206      Branch: perl
59207            ! hints/darwin.sh
59208 ____________________________________________________________________________
59209 [ 19679] By: jhi                                   on 2003/06/03  15:51:36
59210         Log: Urk.  Joe's patches were for the maint branch,
59211              not for the blead (which has assertions and stuff).
59212              Retract #19677, #19676, #19674.
59213      Branch: perl
59214            ! lib/perl5db.pl
59215 ____________________________________________________________________________
59216 [ 19678] By: jhi                                   on 2003/06/03  15:05:19
59217         Log: According to Arthur this should help
59218              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
59219      Branch: perl
59220            ! ext/threads/threads.xs
59221 ____________________________________________________________________________
59222 [ 19677] By: jhi                                   on 2003/06/03  14:07:06
59223         Log: Tiny tweaks from Joe McMahon.
59224      Branch: perl
59225            ! lib/perl5db.pl
59226 ____________________________________________________________________________
59227 [ 19676] By: jhi                                   on 2003/06/03  12:38:46
59228         Log: Tiny pod and speling tweaks.
59229      Branch: perl
59230            ! lib/perl5db.pl
59231 ____________________________________________________________________________
59232 [ 19674] By: jhi                                   on 2003/06/03  12:20:59
59233         Log: Subject: Extensive documentation patch redux
59234              From: Joe McMahon <mcmahon@ibiblio.org>
59235              Date: Mon, 2 Jun 2003 09:53:40 -0400
59236              Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
59237
59238              Subject: RE: [PATCH] RE: Extensive documentation patch redux
59239              From: Robin Barker <Robin.Barker@npl.co.uk>
59240              Date: Tue, 3 Jun 2003 10:00:22 +0100
59241              Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
59242      Branch: perl
59243            ! lib/perl5db.pl
59244 ____________________________________________________________________________
59245 [ 19673] By: jhi                                   on 2003/06/03  09:51:59
59246         Log: Salvage parts of #19667.
59247      Branch: perl
59248            ! perlio.c win32/win32.c win32/win32iop.h
59249 ____________________________________________________________________________
59250 [ 19672] By: jhi                                   on 2003/06/03  09:26:45
59251         Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
59252              still is there).
59253      Branch: perl
59254            ! MANIFEST pod/perlfunc.pod
59255 ____________________________________________________________________________
59256 [ 19671] By: merijn                                on 2003/06/03  08:27:07
59257         Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
59258              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59259              Date: Tue, 03 Jun 2003 01:55:06 -0700
59260              Message-ID: <qJG3+gzkgajL092yn@efn.org>
59261      Branch: perl
59262            ! README.cygwin
59263 ____________________________________________________________________________
59264 [ 19670] By: jhi                                   on 2003/06/03  08:04:39
59265         Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
59266              #19655, #19418; File::Temp no more used internally.
59267              Some parts of these will be salvaged later.
59268      Branch: perl
59269            ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
59270            ! proto.h win32/win32.c win32/win32iop.h
59271 ____________________________________________________________________________
59272 [ 19669] By: gsar                                  on 2003/06/02  20:59:39
59273         Log: fix for 09_gen_rs.t#59 failure on windows
59274      Branch: perl
59275            ! lib/Tie/File/t/09_gen_rs.t
59276 ____________________________________________________________________________
59277 [ 19668] By: gsar                                  on 2003/06/02  20:40:19
59278         Log: resurrect change#19628 and make it work by generalizing
59279              a spot that had a hardcoded dependency on the cmd.exe
59280              arguments being "/x/c" or "/c"
59281      Branch: perl
59282            ! pod/perlrun.pod win32/win32.c
59283 ____________________________________________________________________________
59284 [ 19667] By: gsar                                  on 2003/06/02  18:44:34
59285         Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
59286              reuse the straightforward native implementation instead
59287
59288              this fixes the warning from io_xs.t
59289
59290              NOTE: File::Temp has a less-than-robust implementation on windows
59291              that relies on END blocks being run (this may not happen always)
59292      Branch: perl
59293            ! op.c win32/win32.c win32/win32iop.h
59294 ____________________________________________________________________________
59295 [ 19666] By: gsar                                  on 2003/06/02  18:29:46
59296         Log: change#19628 broke many win32/system.t tests, so back it out
59297      Branch: perl
59298            ! pod/perlrun.pod win32/win32.c
59299 ____________________________________________________________________________
59300 [ 19665] By: rgs                                   on 2003/06/02  18:22:06
59301         Log: A little bit more of weird-code-proofing in B::Deparse.
59302              Fixes a bug reported by Alexey Tourbin in
59303              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
59304      Branch: perl
59305            ! ext/B/B/Deparse.pm
59306 ____________________________________________________________________________
59307 [ 19664] By: jhi                                   on 2003/06/02  16:41:37
59308         Log: Upgrade to the CGI.pm 2.93.
59309
59310              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
59311      Branch: perl
59312            + lib/CGI/t/util-58.t
59313            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
59314            ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
59315            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
59316            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
59317            ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
59318            ! lib/CGI/t/switch.t lib/CGI/t/util.t
59319 ____________________________________________________________________________
59320 [ 19663] By: jhi                                   on 2003/06/02  16:16:51
59321         Log: Whitespace tweaks.
59322      Branch: perl
59323            ! hints/uwin.sh
59324 ____________________________________________________________________________
59325 [ 19662] By: jhi                                   on 2003/06/02  16:08:22
59326         Log: U/WIN: final (for now) touches from John P. Linderman;
59327              now we get 97% success rate, the remaining failures are
59328              quite obscure.
59329      Branch: perl
59330            ! hints/uwin.sh lib/locale.t
59331 ____________________________________________________________________________
59332 [ 19661] By: gbarr                                 on 2003/06/02  12:13:35
59333         Log: Sync with libnet 1.14
59334      Branch: perl
59335            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
59336            ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
59337            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
59338            ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
59339 ____________________________________________________________________________
59340 [ 19660] By: jhi                                   on 2003/06/02  09:28:30
59341         Log: Beautification.
59342      Branch: perl
59343            ! op.c
59344 ____________________________________________________________________________
59345 [ 19659] By: jhi                                   on 2003/06/02  09:07:38
59346         Log: Duplicate definition bad.
59347      Branch: perl
59348            ! op.c
59349 ____________________________________________________________________________
59350 [ 19658] By: jhi                                   on 2003/06/02  09:02:18
59351         Log: I thought I tried building threaded.  Never think.  Try.
59352      Branch: perl
59353            ! perlio.c
59354 ____________________________________________________________________________
59355 [ 19657] By: jhi                                   on 2003/06/02  08:54:04
59356         Log: Stick with the original (5.8.0) logic.
59357      Branch: perl
59358            ! op.c
59359 ____________________________________________________________________________
59360 [ 19656] By: jhi                                   on 2003/06/02  08:28:51
59361         Log: Since pulling in File::Temp for tempfiles would pull in
59362              also Fcntl, miniperl could not open up tempfiles.  This broke
59363              the use of miniperl in VMS, as noticed by Craig Berry.
59364              Try to cure this by moving the creation of tempfile into its
59365              own routine, my_tmpfp(), which gets compiled differently
59366              for miniperl and perl.
59367      Branch: perl
59368            ! embed.fnc embed.h op.c perlio.c proto.h
59369 ____________________________________________________________________________
59370 [ 19655] By: jhi                                   on 2003/06/02  06:54:05
59371         Log: A pointless test, noticed by Craig Berry.
59372      Branch: perl
59373            ! perlio.c
59374 ____________________________________________________________________________
59375 [ 19654] By: rgs                                   on 2003/06/01  07:37:50
59376         Log: Two Cygwin patches from Gerrit.
59377
59378              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
59379              From: "Gerrit P. Haase" <gp@familiehaase.de>
59380              Date: Sat, 31 May 2003 14:12:07 +0200
59381              Message-ID: <179860591535.20030531141207@familiehaase.de>
59382
59383              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
59384              Date: Sat, 31 May 2003 13:57:49 +0200
59385              Message-ID: <11859733881.20030531135749@familiehaase.de>
59386      Branch: perl
59387            ! README.cygwin perl.h t/io/layers.t
59388 ____________________________________________________________________________
59389 [ 19652] By: rgs                                   on 2003/05/31  19:54:31
59390         Log: Fix a case of segfault in gv_check(), by making
59391              it ignore non-GV values in stashes.
59392      Branch: perl
59393            ! gv.c t/op/stash.t
59394 ____________________________________________________________________________
59395 [ 19651] By: rgs                                   on 2003/05/31  18:48:59
59396         Log: Don't install test.pl files.
59397      Branch: perl
59398            ! installperl
59399 ____________________________________________________________________________
59400 [ 19650] By: rgs                                   on 2003/05/31  18:47:50
59401         Log: Regenerate internals pods.
59402      Branch: perl
59403            ! pod/perlapi.pod pod/perlintern.pod
59404 ____________________________________________________________________________
59405 [ 19649] By: rgs                                   on 2003/05/31  18:33:07
59406         Log: Subject: [PATCH] jumbo closure patch broke formats
59407              From: Dave Mitchell <davem@fdgroup.com>
59408              Date: Sat, 31 May 2003 19:54:48 +0100
59409              Message-ID: <20030531185448.GA6055@fdgroup.com>
59410              Plus restore the original test script for bug #22372
59411      Branch: perl
59412            ! pad.c t/op/write.t
59413 ____________________________________________________________________________
59414 [ 19648] By: jhi                                   on 2003/05/31  17:37:36
59415         Log: Better patch from Inaba Hiroto for
59416              [perl #22375] 'split'/'index' problem for utf8
59417      Branch: perl
59418            ! sv.c
59419 ____________________________________________________________________________
59420 [ 19647] By: rgs                                   on 2003/05/31  11:46:52
59421         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
59422              From: Enache Adrian <enache@rdslink.ro>
59423              Date: Sat, 31 May 2003 14:18:11 +0300
59424              Message-ID: <20030531111811.GA1240@ratsnest.hole>
59425      Branch: perl
59426            ! t/op/write.t
59427 ____________________________________________________________________________
59428 [ 19646] By: jhi                                   on 2003/05/31  05:40:15
59429         Log: Interesting patch(1) glitch.
59430      Branch: perl
59431            ! lib/Tie/File.pm
59432 ____________________________________________________________________________
59433 [ 19645] By: jhi                                   on 2003/05/31  05:37:10
59434         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
59435              From: Enache Adrian <enache@rdslink.ro>
59436              Date: Fri, 30 May 2003 18:52:28 +0300
59437              Message-ID: <20030530155228.GA872@ratsnest.hole>
59438      Branch: perl
59439            ! sv.c t/op/write.t
59440 ____________________________________________________________________________
59441 [ 19644] By: jhi                                   on 2003/05/31  05:31:11
59442         Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
59443              From: "Craig A. Berry" <craigberry@mac.com>
59444              Date: Fri, 30 May 2003 13:08:01 -0500
59445              Message-ID: <3ED79E01.8050401@mac.com>
59446      Branch: perl
59447            ! ext/Encode/t/perlio.t
59448 ____________________________________________________________________________
59449 [ 19643] By: jhi                                   on 2003/05/31  05:28:56
59450         Log: Upgrade to Tie::File 0.96.
59451      Branch: perl
59452            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
59453            ! lib/Tie/File/t/09_gen_rs.t
59454 ____________________________________________________________________________
59455 [ 19642] By: jhi                                   on 2003/05/30  19:06:02
59456         Log: test.pl-isation.
59457      Branch: perl
59458            ! t/op/index.t
59459 ____________________________________________________________________________
59460 [ 19641] By: jhi                                   on 2003/05/30  15:59:57
59461         Log: A bit of networking notworking negativity.
59462              (Inspiration from Jos.)
59463      Branch: perl
59464            ! pod/perlport.pod
59465 ____________________________________________________________________________
59466 [ 19640] By: jhi                                   on 2003/05/30  05:47:15
59467         Log: Fix for "#22375 'split'/'index' problem for utf8".
59468      Branch: perl
59469            ! sv.c t/op/index.t
59470 ____________________________________________________________________________
59471 [ 19639] By: jhi                                   on 2003/05/29  19:07:35
59472         Log: Add the test case for the already fixed
59473              [perl #22351] perl bug with 'e' substitution modifier
59474      Branch: perl
59475            ! t/op/subst.t
59476 ____________________________________________________________________________
59477 [ 19638] By: jhi                                   on 2003/05/29  18:56:46
59478         Log: Comment tweakage.
59479      Branch: perl
59480            ! intrpvar.h
59481 ____________________________________________________________________________
59482 [ 19637] By: rgs                                   on 2003/05/29  18:47:40
59483         Log: Subject: [PATCH] jumbo closure fix
59484              From: Dave Mitchell <davem@fdgroup.com>
59485              Date: Wed, 26 Feb 2003 14:49:47 +0000
59486              Message-ID: <20030226144947.A14444@fdgroup.com>
59487      Branch: perl
59488            ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
59489            ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
59490            ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
59491            ! t/op/closure.t
59492 ____________________________________________________________________________
59493 [ 19635] By: jhi                                   on 2003/05/29  09:13:06
59494         Log: Subject: Credits patch
59495              From: Ed Avis <ed@membled.com>
59496              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
59497              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
59498      Branch: perl
59499            ! lib/Tie/RefHash.pm
59500 ____________________________________________________________________________
59501 [ 19634] By: jhi                                   on 2003/05/29  09:11:30
59502         Log: Subject: [patch] IO::File->open() with encoding
59503              From: Pradeep Hodigere <phodigere@yahoo.com>
59504              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
59505              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
59506      Branch: perl
59507            + ext/IO/lib/IO/t/io_utf8.t
59508            ! MANIFEST ext/IO/lib/IO/File.pm
59509 ____________________________________________________________________________
59510 [ 19633] By: jhi                                   on 2003/05/29  08:18:09
59511         Log: A *much* cut-down version of the patches in the thread
59512              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
59513              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
59514              Date: 16 May 2003 19:04:28 -0000
59515              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
59516      Branch: perl
59517            ! pod/perldiag.pod
59518 ____________________________________________________________________________
59519 [ 19632] By: jhi                                   on 2003/05/29  08:12:46
59520         Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
59521              From: Dave Mitchell <davem@fdgroup.com>
59522              Date: Tue, 27 May 2003 19:31:10 +0100
59523              Message-ID: <20030527183110.GA22715@fdgroup.com>
59524      Branch: perl
59525            ! hv.c
59526 ____________________________________________________________________________
59527 [ 19631] By: jhi                                   on 2003/05/29  08:11:42
59528         Log: Document that setvbuf() is not probably any more available.
59529              Many reports, most recently by mjd in
59530              [perl #22339] IO::Handle::setvbuf not defined properly
59531      Branch: perl
59532            ! ext/IO/lib/IO/Handle.pm
59533 ____________________________________________________________________________
59534 [ 19630] By: jhi                                   on 2003/05/29  07:59:51
59535         Log: Subject: typo in pod/perlfunc.pod
59536              From: Alexey Mahotkin <alexm@w-m.ru>
59537              Date: Wed, 28 May 2003 15:18:04 +0400
59538              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
59539      Branch: perl
59540            ! pod/perlfunc.pod
59541 ____________________________________________________________________________
59542 [ 19629] By: merijn                                on 2003/05/28  12:24:42
59543         Log: Subject: [PATCH] Re: a2p is linked against too many libraries
59544              From: Andy Dougherty <doughera@lafayette.edu>
59545              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
59546              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
59547      Branch: perl
59548            ! x2p/Makefile.SH
59549 ____________________________________________________________________________
59550 [ 19628] By: jhi                                   on 2003/05/28  05:26:43
59551         Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
59552              From: Jan Dubois <jand@ActiveState.com>
59553              Date: Mon, 26 May 2003 23:33:53 -0700
59554              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
59555      Branch: perl
59556            ! pod/perlrun.pod win32/win32.c
59557 ____________________________________________________________________________
59558 [ 19627] By: jhi                                   on 2003/05/28  05:08:07
59559         Log: OpenZaurus cross-compilation patches from Redvers Davies.
59560      Branch: perl
59561            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
59562            ! Cross/config.sh-arm-linux Cross/generate_config_sh
59563            ! Cross/installperl.patch
59564 ____________________________________________________________________________
59565 [ 19626] By: jhi                                   on 2003/05/27  06:30:54
59566         Log: For now reword the sysread/syswrite description to
59567              stress the fact that by default everything is still bytes.
59568      Branch: perl
59569            ! pod/perlfunc.pod
59570 ____________________________________________________________________________
59571 [ 19625] By: jhi                                   on 2003/05/26  20:31:56
59572         Log: Subject: Re: [perl #22299] goto doesn't find label
59573              From: Dave Mitchell <davem@fdgroup.com>
59574              Date: Sat, 24 May 2003 12:25:17 +0100
59575              Message-ID: <20030524112517.GA11761@fdgroup.com>
59576
59577              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
59578              From: Dave Mitchell <davem@fdgroup.com>
59579              Date: Mon, 26 May 2003 13:47:11 +0100
59580              Message-ID: <20030526124710.GA17670@fdgroup.com>
59581      Branch: perl
59582            ! pp_ctl.c t/op/goto.t
59583 ____________________________________________________________________________
59584 [ 19623] By: merijn                                on 2003/05/26  11:19:38
59585         Log: Subject: [PATCH] for cygwin/perlld.in
59586              From: "Gerrit P. Haase" <gp@familiehaase.de>
59587              Date: Sat, 24 May 2003 16:51:29 +0200
59588              Message-ID: <162265353578.20030524165129@familiehaase.de>
59589      Branch: perl
59590            ! cygwin/perlld.in
59591 ____________________________________________________________________________
59592 [ 19622] By: jhi                                   on 2003/05/25  18:57:18
59593         Log: Regen modlib and toc.
59594      Branch: perl
59595            ! pod/perlmodlib.pod pod/perltoc.pod
59596 ____________________________________________________________________________
59597 [ 19621] By: jhi                                   on 2003/05/25  18:51:00
59598         Log: Run external commands only with localized sanitized $ENV{PATH}.
59599      Branch: perl
59600            ! ext/Sys/Hostname/Hostname.pm
59601 ____________________________________________________________________________
59602 [ 19620] By: jhi                                   on 2003/05/25  18:39:04
59603         Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
59604              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
59605              Date: Sun, 25 May 2003 21:17:42 +0200
59606              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
59607      Branch: perl
59608            ! perlio.h
59609 ____________________________________________________________________________
59610 [ 19619] By: jhi                                   on 2003/05/25  18:36:17
59611         Log: Protect against race conditions: if the pid is not seen,
59612              neither will be the $0 change be seen (and vice versa).
59613      Branch: perl
59614            ! ext/threads/t/join.t
59615 ____________________________________________________________________________
59616 [ 19618] By: jhi                                   on 2003/05/24  19:54:39
59617         Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
59618              From: Dan Kogai <dankogai@dan.co.jp>
59619              Date: 24 May 2003 19:50:48 -0000
59620              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
59621      Branch: perl
59622            ! ext/Encode/bin/piconv
59623 ____________________________________________________________________________
59624 [ 19610] By: jhi                                   on 2003/05/24  06:42:52
59625         Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
59626              From: Dave Mitchell <davem@fdgroup.com>
59627              Date: Thu, 22 May 2003 10:13:19 +0100
59628              Message-ID: <20030522091319.GA4568@fdgroup.com>
59629
59630              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
59631              From: Dave Mitchell <davem@fdgroup.com>
59632              Date: Fri, 23 May 2003 17:09:44 +0100
59633              Message-ID: <20030523160944.GC9194@fdgroup.com>
59634      Branch: perl
59635            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
59636            ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
59637 ____________________________________________________________________________
59638 [ 19608] By: jhi                                   on 2003/05/24  06:30:40
59639         Log: Missing "to".
59640      Branch: perl
59641            ! NetWare/config_H.wc Porting/config_H config_h.SH
59642            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
59643            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
59644            ! win32/config_H.vc64 wince/config_H.ce
59645 ____________________________________________________________________________
59646 [ 19607] By: jhi                                   on 2003/05/24  06:23:51
59647         Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
59648      Branch: perl
59649            ! Cross/config.sh-arm-linux NetWare/config.wc
59650            ! NetWare/config_H.wc configure.com epoc/config.sh
59651            ! plan9/config.plan9 plan9/config_h.sample
59652            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
59653            ! win32/config.gc win32/config.vc win32/config.vc64
59654            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
59655            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
59656 ____________________________________________________________________________
59657 [ 19606] By: jhi                                   on 2003/05/24  06:05:17
59658         Log: Regen Glossary et al.
59659      Branch: perl
59660            ! Porting/Glossary Porting/config.sh Porting/config_H
59661 ____________________________________________________________________________
59662 [ 19604] By: jhi                                   on 2003/05/24  05:57:49
59663         Log: Add a real scan for pthread_attr_setscope().
59664      Branch: perl
59665            ! Configure config_h.SH ext/threads/threads.xs
59666 ____________________________________________________________________________
59667 [ 19603] By: jhi                                   on 2003/05/24  05:32:34
59668         Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
59669      Branch: perl
59670            - lib/ftp.pl
59671            ! MANIFEST
59672 ____________________________________________________________________________
59673 [ 19602] By: jhi                                   on 2003/05/23  17:02:28
59674         Log: Noticed by John P. Linderman.
59675      Branch: perl
59676            ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
59677 ____________________________________________________________________________
59678 [ 19601] By: jhi                                   on 2003/05/23  16:58:04
59679         Log: Subject: [PATCH] RE: state of deparse?
59680              From: Robin Barker <Robin.Barker@npl.co.uk>
59681              Date: Fri, 23 May 2003 17:42:37 +0100
59682              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
59683      Branch: perl
59684            ! ext/B/B/Deparse.pm
59685 ____________________________________________________________________________
59686 [ 19600] By: jhi                                   on 2003/05/23  16:55:09
59687         Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
59688              From: Robin Barker <Robin.Barker@npl.co.uk>
59689              Date: Fri, 23 May 2003 17:37:09 +0100
59690              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
59691      Branch: perl
59692            ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
59693            ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
59694 ____________________________________________________________________________
59695 [ 19599] By: jhi                                   on 2003/05/23  16:51:18
59696         Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
59697              From: Robin Barker <Robin.Barker@npl.co.uk>
59698              Date: Fri, 23 May 2003 17:32:22 +0100
59699              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
59700      Branch: perl
59701            ! embed.pl perl.h perlio.c perlio.h proto.h
59702 ____________________________________________________________________________
59703 [ 19598] By: jhi                                   on 2003/05/23  16:05:36
59704         Log: Hasty editing, grumble.
59705      Branch: perl
59706            ! ext/POSIX/POSIX.xs
59707 ____________________________________________________________________________
59708 [ 19597] By: jhi                                   on 2003/05/23  16:02:30
59709         Log: Linewrapping MUAs, grumble.
59710      Branch: perl
59711            ! ext/POSIX/POSIX.xs
59712 ____________________________________________________________________________
59713 [ 19596] By: jhi                                   on 2003/05/23  16:00:51
59714         Log: U/WIN extension fix from John P. Linderman.
59715      Branch: perl
59716            ! ext/POSIX/POSIX.xs
59717 ____________________________________________________________________________
59718 [ 19595] By: jhi                                   on 2003/05/23  14:19:53
59719         Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
59720              From: Dan Kogai <dankogai@dan.co.jp>
59721              Date: Sat, 24 May 2003 00:15:49 +0900
59722              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
59723      Branch: perl
59724            ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
59725            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
59726 ____________________________________________________________________________
59727 [ 19594] By: jhi                                   on 2003/05/23  13:06:25
59728         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
59729              From: Michael G Schwern <schwern@pobox.com>
59730              Date: Fri, 23 May 2003 02:10:46 -0700
59731              Message-ID: <20030523091046.GB11662@windhund.schwern.org>
59732      Branch: perl
59733            + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
59734            + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
59735            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
59736            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
59737            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
59738            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
59739            ! lib/ExtUtils/MakeMaker/FAQ.pod
59740            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
59741            ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
59742            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
59743 ____________________________________________________________________________
59744 [ 19593] By: jhi                                   on 2003/05/23  12:56:23
59745         Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
59746              From: Dan Kogai <dankogai@dan.co.jp>
59747              Date: Fri, 23 May 2003 20:17:16 +0900
59748              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
59749      Branch: perl
59750            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
59751            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
59752            ! ext/Encode/lib/Encode/Encoding.pm
59753            ! ext/PerlIO/encoding/encoding.xs
59754 ____________________________________________________________________________
59755 [ 19592] By: jhi                                   on 2003/05/23  12:52:05
59756         Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
59757      Branch: perl
59758            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
59759            ! ext/Time/HiRes/HiRes.xs
59760 ____________________________________________________________________________
59761 [ 19590] By: jhi                                   on 2003/05/22  11:51:46
59762         Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
59763              From: Dan Kogai <dankogai@dan.co.jp>
59764              Date: Thu, 22 May 2003 18:46:40 +0900
59765              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
59766      Branch: perl
59767            ! ext/Encode/encoding.pm
59768 ____________________________________________________________________________
59769 [ 19589] By: rgs                                   on 2003/05/21  21:37:28
59770         Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
59771              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
59772              Date: Tue, 13 May 2003 10:36:32 +0200
59773              Message-id: <20030513083631.GA21782@ethan>
59774      Branch: perl
59775            ! utils/h2xs.PL
59776 ____________________________________________________________________________
59777 [ 19588] By: rgs                                   on 2003/05/21  21:03:04
59778         Log: New warning "Useless localization of %s", based on
59779              Subject: [PATCH] new warning "Useless localization of %s is deprecated"
59780              From: Dave Mitchell <davem@fdgroup.com>
59781              Date: Wed, 30 Apr 2003 21:17:38 +0100
59782              Message-ID: <20030430201738.GA22054@fdgroup.com>
59783
59784              The proposed patch added this warning in the 'deprecated' category ;
59785              I think this category is for things that exist and will be removed,
59786              rather than for things that don't exist and that will maybe be added.
59787      Branch: perl
59788            ! op.c pod/perldiag.pod t/lib/warnings/op
59789 ____________________________________________________________________________
59790 [ 19586] By: rgs                                   on 2003/05/21  19:56:38
59791         Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
59792              disable the loading of .pmc files if defined.
59793              Rename the function S_doopen_pmc to S_doopen_pm.
59794      Branch: perl
59795            ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
59796 ____________________________________________________________________________
59797 [ 19585] By: jhi                                   on 2003/05/21  19:28:23
59798         Log: More U/WIN tweaks from John P. Linderman.
59799      Branch: perl
59800            ! t/io/layers.t t/io/tell.t
59801 ____________________________________________________________________________
59802 [ 19584] By: rgs                                   on 2003/05/21  19:27:13
59803         Log: Subject: [PATCH] perldata.pod revamp rev. 3
59804              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
59805              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
59806              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
59807      Branch: perl
59808            ! pod/perldata.pod
59809 ____________________________________________________________________________
59810 [ 19583] By: jhi                                   on 2003/05/21  19:18:21
59811         Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
59812              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
59813              Date: Mon, 19 May 2003 17:53:25 -0400
59814              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
59815
59816              (the bug id corrected to be #22231, not #22238)
59817      Branch: perl
59818            ! lib/Switch.pm
59819 ____________________________________________________________________________
59820 [ 19582] By: jhi                                   on 2003/05/21  14:17:14
59821         Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
59822      Branch: perl
59823            ! ext/MIME/Base64/Makefile.PL
59824 ____________________________________________________________________________
59825 [ 19581] By: jhi                                   on 2003/05/21  14:15:26
59826         Log: U/WIN test tweak from John P. Linderman.
59827      Branch: perl
59828            ! t/op/chdir.t
59829 ____________________________________________________________________________
59830 [ 19580] By: jhi                                   on 2003/05/21  13:06:13
59831         Log: VMS test tweak from Craig Berry.
59832      Branch: perl
59833            ! lib/DirHandle.t
59834 ____________________________________________________________________________
59835 [ 19579] By: jhi                                   on 2003/05/21  13:03:34
59836         Log: U/WIN test nit for John P. Linderman.
59837      Branch: perl
59838            ! ext/Cwd/t/cwd.t
59839 ____________________________________________________________________________
59840 [ 19578] By: jhi                                   on 2003/05/21  13:01:42
59841         Log: Subject: [Encode] 1.95 released
59842              From: Dan Kogai <dankogai@dan.co.jp>
59843              Date: Wed, 21 May 2003 18:26:26 +0900
59844              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
59845      Branch: perl
59846            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
59847            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
59848            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
59849            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
59850            ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
59851            ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
59852            ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
59853            ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
59854            ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
59855            ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
59856            ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
59857            ! ext/Encode/ucm/8859-9.ucm
59858 ____________________________________________________________________________
59859 [ 19575] By: rgs                                   on 2003/05/20  19:22:30
59860         Log: Enhance the failure reporting for the pod2html tests
59861      Branch: perl
59862            ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
59863 ____________________________________________________________________________
59864 [ 19574] By: rgs                                   on 2003/05/20  18:52:21
59865         Log: Upgrade to Getopt::Long 2.33
59866              (mostly a version number increment)
59867      Branch: perl
59868            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
59869            ! lib/Getopt/Long/README
59870 ____________________________________________________________________________
59871 [ 19573] By: rgs                                   on 2003/05/20  18:43:37
59872         Log: Upgrade to CPAN 1.70_54
59873              Subject: Re: CPAN.pm into blead
59874              From: Andreas J Koenig <andreas.koenig@anima.de>
59875              Date: Tue, 20 May 2003 11:31:16 +0200
59876              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
59877      Branch: perl
59878            - lib/CPAN/README
59879            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
59880 ____________________________________________________________________________
59881 [ 19571] By: jhi                                   on 2003/05/19  19:52:23
59882         Log: Further -Uuseperlio tweaking.
59883      Branch: perl
59884            ! ext/Encode/t/Unicode.t
59885 ____________________________________________________________________________
59886 [ 19570] By: rgs                                   on 2003/05/19  19:20:48
59887         Log: Subject: Re: Possible precedence problem on bitwise ^ operator
59888              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59889              Date: Sun, 18 May 2003 19:21:01 -0700
59890              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
59891              (with tweaks to perldiag.pod)
59892      Branch: perl
59893            ! op.c pod/perldiag.pod
59894 ____________________________________________________________________________
59895 [ 19569] By: jhi                                   on 2003/05/19  19:02:23
59896         Log: More Ultrix double definition avoidance.
59897      Branch: perl
59898            ! ext/Socket/Socket.xs
59899 ____________________________________________________________________________
59900 [ 19566] By: jhi                                   on 2003/05/19  04:58:25
59901         Log: Integrate perlio:
59902              [ 19556]
59903              Fix ticket 18265
59904
59905              [ 19557]
59906              EINTR retry should exit on count >= 0 not !=0
59907      Branch: perl
59908           !> perlio.c
59909 ____________________________________________________________________________
59910 [ 19565] By: jhi                                   on 2003/05/19  04:56:16
59911         Log: Nekkid numbers.
59912      Branch: perl
59913            ! ext/threads/threads.xs
59914 ____________________________________________________________________________
59915 [ 19564] By: jhi                                   on 2003/05/19  04:52:49
59916         Log: Meaningless cosmetics.
59917      Branch: perl
59918            ! ext/threads/threads.xs
59919 ____________________________________________________________________________
59920 [ 19563] By: jhi                                   on 2003/05/19  04:47:53
59921         Log: Make Perl_ithread_self() a bit more helpful when
59922              finding the thread fails (suggested by Stas in
59923              perl-ithreads Mar 01)
59924      Branch: perl
59925            ! ext/threads/threads.xs
59926 ____________________________________________________________________________
59927 [ 19562] By: jhi                                   on 2003/05/19  04:40:11
59928         Log: Slightly wrong panic messages.
59929      Branch: perl
59930            ! ext/threads/threads.xs
59931 ____________________________________________________________________________
59932 [ 19561] By: jhi                                   on 2003/05/19  04:33:31
59933         Log: Ultrix: the #19435 helped the IO extension, so this should
59934              help the Socket extension (socket structs redefinitions).
59935      Branch: perl
59936            ! ext/Socket/Socket.xs
59937 ____________________________________________________________________________
59938 [ 19560] By: jhi                                   on 2003/05/19  04:30:01
59939         Log: Based on
59940
59941              Subject: [PATCH threads.xs] no system scope on VMS
59942              From: "Craig A. Berry" <craigberry@mac.com>
59943              Date: Sun, 18 May 2003 23:02:07 -0500
59944              Message-ID: <3EC8573F.6050005@mac.com>
59945
59946              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
59947      Branch: perl
59948            ! ext/threads/threads.xs
59949 ____________________________________________________________________________
59950 [ 19559] By: jhi                                   on 2003/05/19  04:24:27
59951         Log: Make the test work without perlio, from Dan Kogai.
59952      Branch: perl
59953            ! ext/Encode/t/Unicode.t
59954 ____________________________________________________________________________
59955 [ 19558] By: rgs                                   on 2003/05/18  21:40:10
59956         Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
59957              From: Michael G Schwern <schwern@pobox.com>
59958              Date: Wed, 14 May 2003 15:36:23 -0700
59959              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
59960      Branch: perl
59961            ! pod/perlsyn.pod pod/perltrap.pod
59962 ____________________________________________________________________________
59963 [ 19552] By: jhi                                   on 2003/05/18  07:57:23
59964         Log: Integrate from perlio:
59965              [ 19542]
59966              Fix ticket #22219
59967
59968              [ 19543]
59969              Spotted a bare close() where PerlLIO_close() seems correct.
59970      Branch: perl
59971           !> doio.c perlio.c
59972 ____________________________________________________________________________
59973 [ 19550] By: jhi                                   on 2003/05/18  06:23:50
59974         Log: UTF-7 tweak from Dan Kogai.
59975      Branch: perl
59976            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
59977 ____________________________________________________________________________
59978 [ 19549] By: jhi                                   on 2003/05/18  05:58:58
59979         Log: The 'quotes' really are important (caught by Enache Adrian).
59980      Branch: perl
59981            ! Makefile.SH
59982 ____________________________________________________________________________
59983 [ 19548] By: jhi                                   on 2003/05/17  16:39:19
59984         Log: Subject: [Encode] UTF-7 Support
59985              From: Dan Kogai <dankogai@dan.co.jp>
59986              Date: Sun, 18 May 2003 00:45:35 +0900
59987              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
59988      Branch: perl
59989            + ext/Encode/lib/Encode/Unicode/UTF7.pm
59990            ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
59991            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
59992            ! ext/Encode/lib/Encode/Config.pm
59993            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
59994 ____________________________________________________________________________
59995 [ 19547] By: jhi                                   on 2003/05/17  16:26:47
59996         Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
59997              non-left-aligned heredocs.
59998      Branch: perl
59999            ! Makefile.SH
60000 ____________________________________________________________________________
60001 [ 19545] By: jhi                                   on 2003/05/17  15:51:07
60002         Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
60003              From: Alan Burlison <Alan.Burlison@sun.com>
60004              Date: Thu, 15 May 2003 22:17:55 +0100
60005              Message-ID: <3EC40403.9000804@sun.com>
60006
60007              (fixed symbol scanning for Solaris 10)
60008      Branch: perl
60009            ! Configure
60010 ____________________________________________________________________________
60011 [ 19541] By: rgs                                   on 2003/05/17  12:10:14
60012         Log: Upgrade to Getopt::Long 2.32_05
60013      Branch: perl
60014            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
60015            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
60016            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
60017            ! lib/Getopt/Long/t/gol-oo.t
60018 ____________________________________________________________________________
60019 [ 19540] By: rgs                                   on 2003/05/17  11:46:25
60020         Log: Clarify the explanation of the warning "Possible precedence problem
60021              on bitwise operator".
60022      Branch: perl
60023            ! pod/perldiag.pod
60024 ____________________________________________________________________________
60025 [ 19539] By: rgs                                   on 2003/05/17  11:36:08
60026         Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
60027              with fractional version numbers or v-strings.
60028      Branch: perl
60029            ! ext/B/B/Deparse.pm
60030 ____________________________________________________________________________
60031 [ 19537] By: gsar                                  on 2003/05/17  06:32:46
60032         Log: missing init in change#19533
60033      Branch: perl
60034            ! win32/win32sck.c
60035 ____________________________________________________________________________
60036 [ 19536] By: gsar                                  on 2003/05/17  06:07:07
60037         Log: apply Net::Ping patch that makes the fork()-based approach
60038              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
60039
60040              the code this affects is currently not enabled anywhere, but
60041              could be enabled if the non-blocking approach runs into problems
60042              on older windows versions
60043      Branch: perl
60044            ! lib/Net/Ping.pm
60045 ____________________________________________________________________________
60046 [ 19535] By: gsar                                  on 2003/05/17  05:54:39
60047         Log: improve the implementation of Net::Ping on windows by avoiding
60048              fork(), which is pretty heavy-weight for this kind of
60049              application; use non-blocking sockets instead
60050
60051              has been verified to work on Win2k but will need testing on
60052              other flavors of windows
60053
60054              there is a single known failure on windows in 450_service.t (test 18)
60055              due to what appears to be bugs in the ping_syn()/ack() code
60056      Branch: perl
60057            ! lib/Net/Ping.pm
60058 ____________________________________________________________________________
60059 [ 19534] By: gsar                                  on 2003/05/17  04:53:06
60060         Log: change#16723 broke the ioctl() return value on platforms
60061              that have ioctl() but no fcntl() (e.g. windows)
60062
60063              change#17577 then attempted to fix the bustage, but got
60064              it wrong
60065      Branch: perl
60066            ! pp_sys.c
60067 ____________________________________________________________________________
60068 [ 19533] By: gsar                                  on 2003/05/17  04:49:18
60069         Log: avoid select() on windows destroying errno (used to typically
60070              always sets it to EINVAL due to the way it maps the FD_SETs)
60071      Branch: perl
60072            ! win32/win32sck.c
60073 ____________________________________________________________________________
60074 [ 19532] By: jhi                                   on 2003/05/16  18:21:27
60075         Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
60076              compile error on ia64/HP-UX (comparing incompatible pointers)"
60077              plus a possible cure for the warning mentioned in the case.
60078      Branch: perl
60079            ! ext/Storable/Storable.xs
60080 ____________________________________________________________________________
60081 [ 19531] By: jhi                                   on 2003/05/16  17:56:06
60082         Log: Apply the supplied patch for [perl #22195]
60083              "File::Find, sorted directory traversal order is inverted"
60084      Branch: perl
60085            ! lib/File/Find.pm
60086 ____________________________________________________________________________
60087 [ 19528] By: jhi                                   on 2003/05/16  15:56:33
60088         Log: Subject: [PATCH] RE: maint snapshot @ 19525
60089              From: Robin Barker <Robin.Barker@npl.co.uk>
60090              Date: Fri, 16 May 2003 17:16:57 +0100
60091              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
60092
60093              (Part #2: the hv.c SVf)
60094      Branch: perl
60095            ! hv.c
60096 ____________________________________________________________________________
60097 [ 19527] By: jhi                                   on 2003/05/16  15:55:10
60098         Log: Subject: [PATCH] RE: maint snapshot @ 19525
60099              From: Robin Barker <Robin.Barker@npl.co.uk>
60100              Date: Fri, 16 May 2003 17:16:57 +0100
60101              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
60102
60103              (Part #1: the __format__ and __printf__)
60104      Branch: perl
60105            ! Configure embed.pl perlio.c proto.h
60106 ____________________________________________________________________________
60107 [ 19523] By: jhi                                   on 2003/05/14  05:19:05
60108         Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
60109              From: Gisle Aas <gisle@ActiveState.com>
60110              Date: 13 May 2003 19:51:19 -0700
60111              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
60112      Branch: perl
60113            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
60114            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
60115            ! ext/MIME/Base64/t/quoted-print.t
60116 ____________________________________________________________________________
60117 [ 19522] By: jhi                                   on 2003/05/14  05:11:49
60118         Log: More Panther moves.
60119      Branch: perl
60120            ! Makefile.SH hints/darwin.sh
60121 ____________________________________________________________________________
60122 [ 19521] By: jhi                                   on 2003/05/13  19:33:44
60123         Log: Curliff and liff with ease.
60124      Branch: perl
60125            + Porting/curliff.pl
60126            ! MANIFEST
60127 ____________________________________________________________________________
60128 [ 19520] By: jhi                                   on 2003/05/13  18:59:51
60129         Log: Use /usr/bin/perl (de facto in Porting/ scripts).
60130      Branch: perl
60131            ! Porting/sort_perldiag.pl
60132 ____________________________________________________________________________
60133 [ 19518] By: jhi                                   on 2003/05/13  18:53:48
60134         Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
60135              From: Casey West <casey@geeknest.com>
60136              Date: Fri, 9 May 2003 04:00:44 -0400
60137              Message-ID: <20030509080044.GA49820@geeknest.com>
60138
60139              (except for the dup.t patch which diddled with system().)
60140      Branch: perl
60141            ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
60142            ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
60143            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
60144            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
60145            ! win32/config_H.vc64 wince/config_H.ce
60146 ____________________________________________________________________________
60147 [ 19517] By: jhi                                   on 2003/05/13  18:39:40
60148         Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
60149              From: Gisle Aas <gisle@ActiveState.com>
60150              Date: 13 May 2003 09:59:50 -0700
60151              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
60152      Branch: perl
60153            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
60154            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
60155            ! ext/MIME/Base64/t/quoted-print.t
60156 ____________________________________________________________________________
60157 [ 19516] By: jhi                                   on 2003/05/13  18:37:11
60158         Log: Subject: [PATCH] More perldiag.pod sorting
60159              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
60160              Date: Tue, 13 May 2003 15:13:53 -0400
60161              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
60162
60163              (plus add 'no locale;')
60164      Branch: perl
60165            + Porting/sort_perldiag.pl
60166            ! MANIFEST pod/perldiag.pod
60167 ____________________________________________________________________________
60168 [ 19514] By: jhi                                   on 2003/05/13  17:38:09
60169         Log: Detypo.
60170      Branch: perl
60171            ! lib/Unicode/UCD.pm
60172 ____________________________________________________________________________
60173 [ 19512] By: gsar                                  on 2003/05/13  13:28:42
60174         Log: make it easier to reproduce the bug
60175      Branch: perl
60176            ! lib/Tie/File.pm
60177 ____________________________________________________________________________
60178 [ 19511] By: gsar                                  on 2003/05/13  13:08:47
60179         Log: the \do {local *FH} trick in Tie::File was really only needed
60180              on 5.005 and earlier, since later versions can autovivify
60181              the handle
60182
60183              however, a search in the p5p archives reveals the trick doesn't
60184              fully work in the versions it is needed in, so use the more
60185              standard Symbol::gensym() way
60186      Branch: perl
60187            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
60188 ____________________________________________________________________________
60189 [ 19510] By: gsar                                  on 2003/05/13  12:36:01
60190         Log: $Config{usethreads} wasn't being set on windows
60191      Branch: perl
60192            ! win32/Makefile win32/makefile.mk
60193 ____________________________________________________________________________
60194 [ 19509] By: jhi                                   on 2003/05/13  12:24:19
60195         Log: Reinstate the #19498 but now skip the crashing
60196              tests (when threaded) as TODOs.
60197      Branch: perl
60198            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
60199 ____________________________________________________________________________
60200 [ 19508] By: jhi                                   on 2003/05/13  11:22:06
60201         Log: Revert #19498 since it broke threaded builds.
60202      Branch: perl
60203            ! lib/Tie/File.pm
60204 ____________________________________________________________________________
60205 [ 19507] By: jhi                                   on 2003/05/13  05:20:56
60206         Log: Better be explicit with dangling elses.
60207      Branch: perl
60208            ! pp.c
60209 ____________________________________________________________________________
60210 [ 19506] By: jhi                                   on 2003/05/13  04:46:18
60211         Log: Detypo Pantherisms.
60212      Branch: perl
60213            ! Makefile.SH hints/darwin.sh
60214 ____________________________________________________________________________
60215 [ 19505] By: rgs                                   on 2003/05/12  21:49:21
60216         Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
60217              From: Alex Vandiver <alexmv@MIT.EDU>
60218              Date: 02 May 2003 06:45:05 -0400
60219              Message-Id: <1051872303.26203.104.camel@supox>
60220              (plus perldiag nit)
60221      Branch: perl
60222            ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
60223            ! t/comp/package.t
60224 ____________________________________________________________________________
60225 [ 19504] By: rgs                                   on 2003/05/12  20:52:52
60226         Log: Small nit in perlsyn about the new // operator
60227      Branch: perl
60228            ! pod/perlsyn.pod
60229 ____________________________________________________________________________
60230 [ 19503] By: rgs                                   on 2003/05/12  19:43:07
60231         Log: Use a more sophisticated heuristics to produce the warning
60232              'Parentheses missing around "%s" list'. This fixes bug #22147.
60233              Also, the warning is now produced for C<local *a,*b;>.
60234      Branch: perl
60235            ! op.c t/lib/warnings/op
60236 ____________________________________________________________________________
60237 [ 19502] By: jhi                                   on 2003/05/12  19:34:10
60238         Log: Work also without perlio.
60239      Branch: perl
60240            ! t/io/dup.t
60241 ____________________________________________________________________________
60242 [ 19500] By: jhi                                   on 2003/05/12  05:25:14
60243         Log: Panther preparation.
60244      Branch: perl
60245            ! Makefile.SH hints/darwin.sh
60246 ____________________________________________________________________________
60247 [ 19499] By: jhi                                   on 2003/05/12  04:49:57
60248         Log: More moves to intrpvar.h.
60249      Branch: perl
60250            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
60251 ____________________________________________________________________________
60252 [ 19498] By: gsar                                  on 2003/05/12  01:40:46
60253         Log: fix for Tie::File test failures on windows: the problem was
60254              that Tie::File did not close any file handles it opens internally,
60255              leading to file handle leaks and t/tf* temporary file littering;
60256              we now close the handle iff Tie::File opened it
60257
60258              this fix unearths what appears to be a perl bug in localizing globs:
60259              09_gen_rs.t fails due to a prematurely closed filehandle, although
60260              it wasn't explicitly closed anywhere by the code (renaming the
60261              *FH at line 97 to *FH1 makes it work, but I haven't done this
60262              to allow the bug to be tracked down)
60263      Branch: perl
60264            ! lib/Tie/File.pm
60265 ____________________________________________________________________________
60266 [ 19497] By: jhi                                   on 2003/05/11  20:17:30
60267         Log: Move the thread *hook into interpreter.
60268      Branch: perl
60269            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
60270 ____________________________________________________________________________
60271 [ 19496] By: rgs                                   on 2003/05/11  20:06:03
60272         Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
60273              From: Dave Mitchell <davem@fdgroup.com>
60274              Date: Sat, 10 May 2003 01:45:23 +0100
60275              Message-ID: <20030510004523.GC20871@fdgroup.com>
60276      Branch: perl
60277            ! pp_ctl.c
60278 ____________________________________________________________________________
60279 [ 19495] By: rgs                                   on 2003/05/11  20:01:10
60280         Log: Open UNIX is not really "formerly Unixware", since the most
60281              recent releases are known as Unixware, not as Open UNIX.
60282      Branch: perl
60283            ! pod/perlport.pod
60284 ____________________________________________________________________________
60285 [ 19494] By: jhi                                   on 2003/05/11  19:52:38
60286         Log: Slight tweaks to the platform list.
60287      Branch: perl
60288            ! pod/perlport.pod
60289 ____________________________________________________________________________
60290 [ 19493] By: rgs                                   on 2003/05/11  19:13:00
60291         Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
60292              From: Casey West <casey@geeknest.com>
60293              Date: Fri, 9 May 2003 10:30:13 -0400
60294              Message-ID: <20030509143013.GM49820@geeknest.com>
60295      Branch: perl
60296            ! pod/perlop.pod
60297 ____________________________________________________________________________
60298 [ 19492] By: rgs                                   on 2003/05/11  19:04:27
60299         Log: perlport.pod nit for doc bug #8253.
60300      Branch: perl
60301            ! pod/perlport.pod
60302 ____________________________________________________________________________
60303 [ 19491] By: jhi                                   on 2003/05/11  17:50:49
60304         Log: Use test.pl.
60305      Branch: perl
60306            ! t/io/fflush.t
60307 ____________________________________________________________________________
60308 [ 19490] By: jhi                                   on 2003/05/11  17:46:09
60309         Log: Try to handle a $^X with spaces in it.
60310      Branch: perl
60311            ! t/test.pl
60312 ____________________________________________________________________________
60313 [ 19489] By: jhi                                   on 2003/05/11  17:44:28
60314         Log: Separate the creation of the command to run by
60315              runperl() into its own function, _create_runperl().
60316      Branch: perl
60317            ! t/test.pl
60318 ____________________________________________________________________________
60319 [ 19488] By: jhi                                   on 2003/05/11  16:52:00
60320         Log: Fixup the method behaviour table.
60321      Branch: perl
60322            ! pod/perliol.pod
60323 ____________________________________________________________________________
60324 [ 19487] By: jhi                                   on 2003/05/11  16:43:26
60325         Log: Integrate from perlio:
60326              [ 19474]
60327              Tweaks to Jarkko's NULL deref checks in perlio.c
60328
60329              [ 19475]
60330              Fix for bugs 21717 and 22140.
60331              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
60332              and derived layers. So have :unix's "pushed" method stat() the fd and
60333              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
60334              UNIX behaviour.
60335
60336              [ 19479]
60337              Better but still unproven fix for lseek() on pipes.
60338
60339              [ 19483]
60340              Unused variable
60341
60342              [ 19485]
60343              Tests to prove Ticket 9468 is fixed.
60344
60345              [ 19486]
60346              add test for change#19475,19479 (bugs#21717,22140)
60347      Branch: perl
60348           !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
60349           !> t/io/fflush.t
60350 ____________________________________________________________________________
60351 [ 19484] By: gsar                                  on 2003/05/11  15:37:14
60352         Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
60353              in terms of an exported function rather than as an inlined
60354              macro (latter wants PL_op_mutex which isn't exported as such)
60355
60356              Jarkko: please merge into maint-5.8
60357      Branch: perl
60358            ! dosish.h makedef.pl win32/win32.c win32/win32.h
60359 ____________________________________________________________________________
60360 [ 19482] By: jhi                                   on 2003/05/11  07:53:26
60361         Log: Test _getcode().
60362      Branch: perl
60363            ! lib/Unicode/UCD.t
60364 ____________________________________________________________________________
60365 [ 19481] By: jhi                                   on 2003/05/11  06:25:08
60366         Log: Clarify the doc (and the code) for Unicode code points.
60367      Branch: perl
60368            ! lib/Unicode/UCD.pm
60369 ____________________________________________________________________________
60370 [ 19480] By: jhi                                   on 2003/05/11  06:18:06
60371         Log: Another doc suggestion from terry@eatoni.com (terry jones):
60372              use codepoints that return undef.
60373      Branch: perl
60374            ! lib/Unicode/UCD.pm
60375 ____________________________________________________________________________
60376 [ 19478] By: jhi                                   on 2003/05/10  19:01:17
60377         Log: Add Encode's META.yml.
60378      Branch: perl
60379            + ext/Encode/META.yml
60380            ! MANIFEST
60381 ____________________________________________________________________________
60382 [ 19477] By: jhi                                   on 2003/05/10  18:59:29
60383         Log: Upgrade to Encode 1.94.
60384      Branch: perl
60385            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
60386            ! ext/Encode/MANIFEST ext/Encode/bin/piconv
60387            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
60388            ! ext/Encode/t/mime-header.t
60389 ____________________________________________________________________________
60390 [ 19476] By: jhi                                   on 2003/05/10  18:56:08
60391         Log: Doc bug noticed by terry@eatoni.com (terry jones).
60392      Branch: perl
60393            ! lib/Unicode/UCD.pm
60394 ____________________________________________________________________________
60395 [ 19472] By: jhi                                   on 2003/05/10  10:55:49
60396         Log: Try to plug more potential PerlIO NULL method
60397              dereferences; try to document the matter.
60398      Branch: perl
60399            ! perlio.c pod/perliol.pod
60400 ____________________________________________________________________________
60401 [ 19471] By: jhi                                   on 2003/05/10  07:07:30
60402         Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
60403      Branch: perl
60404            ! perlio.c
60405 ____________________________________________________________________________
60406 [ 19470] By: jhi                                   on 2003/05/10  06:51:24
60407         Log: In eof() the errno can get stomped by the peek-ahead.
60408      Branch: perl
60409            ! doio.c ext/Socket/socketpair.t
60410 ____________________________________________________________________________
60411 [ 19469] By: rgs                                   on 2003/05/09  21:33:15
60412         Log: A regression test for the remaining "Final $ should be..." error.
60413      Branch: perl
60414            ! t/comp/parser.t
60415 ____________________________________________________________________________
60416 [ 19468] By: rgs                                   on 2003/05/09  21:23:57
60417         Log: Remove the error messages "Final @ should be \@ or @name"
60418              and "Final % should be \% or %name", that appear to be
60419              only produced in addition to another syntax error, and therefore
60420              misleading, if I understand correctly that kind of black magic.
60421      Branch: perl
60422            ! pod/perldiag.pod toke.c
60423 ____________________________________________________________________________
60424 [ 19467] By: jhi                                   on 2003/05/09  20:11:18
60425         Log: Have to think this test more when I'm awake.
60426      Branch: perl
60427            ! ext/Socket/socketpair.t
60428 ____________________________________________________________________________
60429 [ 19466] By: rgs                                   on 2003/05/09  19:56:37
60430         Log: Document that perl tries to load .pmc files before .pm files.
60431              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
60432              From: Casey West <casey@geeknest.com>
60433              Date: Fri, 9 May 2003 17:03:50 -0400
60434              Message-ID: <20030509210350.GW49820@geeknest.com>
60435      Branch: perl
60436            ! pod/perlfunc.pod
60437 ____________________________________________________________________________
60438 [ 19465] By: rgs                                   on 2003/05/09  19:47:49
60439         Log: Fix for doc bug #8602 : clarify eof() example comments
60440      Branch: perl
60441            ! pod/perlfunc.pod
60442 ____________________________________________________________________________
60443 [ 19464] By: rgs                                   on 2003/05/09  19:34:30
60444         Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
60445              From: Casey West <casey@geeknest.com>
60446              Date: Fri, 9 May 2003 11:09:39 -0400
60447              Message-ID: <20030509150939.GN49820@geeknest.com>
60448      Branch: perl
60449            ! pod/perltrap.pod
60450 ____________________________________________________________________________
60451 [ 19463] By: rgs                                   on 2003/05/09  19:33:25
60452         Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
60453              From: Casey West <casey@geeknest.com>
60454              Date: Fri, 9 May 2003 15:25:59 -0400
60455              Message-ID: <20030509192559.GS49820@geeknest.com>
60456      Branch: perl
60457            ! pod/perlfunc.pod
60458 ____________________________________________________________________________
60459 [ 19462] By: jhi                                   on 2003/05/09  18:53:27
60460         Log: Try to comprehensively have a plan B if a PerlIO
60461              layer doesn't have a particular function.
60462              (1) If there's a corresponding PerlIOBase, call it.
60463              (2) If not having the function is 'harmless', be silently happy.
60464              (Currently only Flush is in this category.)
60465              (3) Otherwise set errno and return failure.
60466      Branch: perl
60467            ! perlio.c
60468 ____________________________________________________________________________
60469 [ 19461] By: rgs                                   on 2003/05/09  18:45:39
60470         Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
60471              From: Casey West <casey@geeknest.com>
60472              Date: Fri, 9 May 2003 11:17:53 -0400
60473              Message-ID: <20030509151753.GO49820@geeknest.com>
60474      Branch: perl
60475            ! pod/perltrap.pod
60476 ____________________________________________________________________________
60477 [ 19460] By: jhi                                   on 2003/05/09  14:25:49
60478         Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
60479      Branch: perl
60480            ! makedef.pl
60481 ____________________________________________________________________________
60482 [ 19459] By: jhi                                   on 2003/05/09  14:22:08
60483         Log: Result of change #19458.
60484      Branch: perl
60485            ! MANIFEST
60486 ____________________________________________________________________________
60487 [ 19458] By: jhi                                   on 2003/05/09  14:21:51
60488         Log: Subject: Weekend fun: MANIFEST sorting
60489              From: andreas.koenig@anima.de (Andreas J. Koenig)
60490              Date: Fri, 09 May 2003 15:12:05 +0200
60491              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
60492
60493              (both sorts need LC_ALL=C)
60494              (add also manicheck target)
60495      Branch: perl
60496            ! Makefile.SH
60497 ____________________________________________________________________________
60498 [ 19457] By: jhi                                   on 2003/05/09  04:30:13
60499         Log: Better skip this test on OpenBSD and BSD/OS since it
60500              does not seem to work (Slaven Rezic).
60501      Branch: perl
60502            ! lib/filetest.t
60503 ____________________________________________________________________________
60504 [ 19456] By: jhi                                   on 2003/05/09  03:41:56
60505         Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
60506              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60507              Date: Wed, 07 May 2003 23:37:47 -0700
60508              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
60509      Branch: perl
60510            ! pod/perlfunc.pod
60511 ____________________________________________________________________________
60512 [ 19455] By: jhi                                   on 2003/05/09  03:36:54
60513         Log: Missing files.
60514      Branch: perl
60515            ! MANIFEST
60516 ____________________________________________________________________________
60517 [ 19454] By: rgs                                   on 2003/05/08  18:49:25
60518         Log: Suppress a few compilation warnings in pp_hot.c.
60519      Branch: perl
60520            ! pp_hot.c
60521 ____________________________________________________________________________
60522 [ 19453] By: rgs                                   on 2003/05/08  18:42:16
60523         Log: Remove duplicate entries from perldiag
60524      Branch: perl
60525            ! pod/perldiag.pod
60526 ____________________________________________________________________________
60527 [ 19452] By: jhi                                   on 2003/05/08  18:12:46
60528         Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
60529              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60530              Date: Wed, 07 May 2003 15:27:07 -0700
60531              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
60532      Branch: perl
60533            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
60534            ! pp_hot.c t/op/magic.t
60535 ____________________________________________________________________________
60536 [ 19451] By: jhi                                   on 2003/05/08  17:47:13
60537         Log: Tiny nit from mjd.
60538      Branch: perl
60539            ! lib/Tie/File.pm
60540 ____________________________________________________________________________
60541 [ 19450] By: jhi                                   on 2003/05/08  17:46:26
60542         Log: Upgrade to Tie::File 0.95.
60543      Branch: perl
60544            + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
60545            + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
60546            + lib/Tie/File/t/42_offset.t
60547            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
60548            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
60549            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
60550            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
60551            ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
60552            ! lib/Tie/File/t/30_defer.t
60553 ____________________________________________________________________________
60554 [ 19449] By: jhi                                   on 2003/05/08  17:35:10
60555         Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
60556              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
60557              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
60558              Date: 8 May 2003 00:42:18 -0000
60559      Branch: perl
60560            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
60561            ! ext/Time/HiRes/Makefile.PL
60562 ____________________________________________________________________________
60563 [ 19448] By: jhi                                   on 2003/05/08  17:27:47
60564         Log: Subject: [PATCH] alphabetize perldiag.pod
60565              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
60566              Date: Thu, 8 May 2003 11:52:39 -0400
60567              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
60568      Branch: perl
60569            ! pod/perldiag.pod
60570 ____________________________________________________________________________
60571 [ 19447] By: jhi                                   on 2003/05/08  17:19:06
60572         Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
60573              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
60574              Date: Thu, 08 May 2003 08:42:20 +0200
60575              Message-id: <20030508064220.GA763@ethan>
60576      Branch: perl
60577            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
60578            ! ext/Devel/PPPort/t/test.t
60579 ____________________________________________________________________________
60580 [ 19445] By: jhi                                   on 2003/05/08  05:21:44
60581         Log: A variant of
60582
60583              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
60584              From: enache@rdslink.ro (Enache Adrian)
60585              Date: Tue, 22 Apr 2003 02:54:05 +0300
60586              Message-ID: <20030421235405.GA1162@ratsnest.hole>
60587
60588              to quench the black smoke from the BSD builds.
60589      Branch: perl
60590            ! lib/ExtUtils/MM_Unix.pm
60591 ____________________________________________________________________________
60592 [ 19444] By: rgs                                   on 2003/05/07  20:25:45
60593         Log: Subject: Re: [DOC PATCH] & More File::Path issues
60594              From: Casey West <casey@geeknest.com>
60595              Date: Mon, 5 May 2003 13:25:47 -0400
60596              Message-ID: <20030505172547.GB20508@geeknest.com>
60597      Branch: perl
60598            ! lib/File/Path.pm
60599 ____________________________________________________________________________
60600 [ 19443] By: jhi                                   on 2003/05/07  20:03:58
60601         Log: Spelling correction from Nicholas Clark.
60602      Branch: perl
60603            ! ext/POSIX/POSIX.pod
60604 ____________________________________________________________________________
60605 [ 19440] By: jhi                                   on 2003/05/07  19:20:53
60606         Log: One more possible extensions permutation.
60607      Branch: perl
60608            ! Configure
60609 ____________________________________________________________________________
60610 [ 19437] By: jhi                                   on 2003/05/07  16:58:21
60611         Log: Allow platforms to manipulate their archname by creating
60612              a archname.cbu in their hints files.
60613      Branch: perl
60614            ! Configure
60615 ____________________________________________________________________________
60616 [ 19436] By: jhi                                   on 2003/05/07  16:53:26
60617         Log: More long double logic from Alan Burlison.
60618      Branch: perl
60619            ! Configure
60620 ____________________________________________________________________________
60621 [ 19435] By: jhi                                   on 2003/05/06  15:21:55
60622         Log: Worth a try for [perl #17146]
60623      Branch: perl
60624            ! ext/IO/poll.c
60625 ____________________________________________________________________________
60626 [ 19433] By: jhi                                   on 2003/05/06  05:12:23
60627         Log: Document which interfaces are NOT Unicode-aware.
60628      Branch: perl
60629            ! pod/perltodo.pod pod/perlunicode.pod
60630 ____________________________________________________________________________
60631 [ 19432] By: rgs                                   on 2003/05/05  20:31:22
60632         Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
60633              From: Casey West <casey@geeknest.com>
60634              Date: Mon, 28 Apr 2003 11:07:36 -0400
60635              Message-ID: <20030428150736.GD62281@geeknest.com>
60636      Branch: perl
60637            ! pod/perlfilter.pod
60638 ____________________________________________________________________________
60639 [ 19431] By: rgs                                   on 2003/05/05  20:07:33
60640         Log: Subject: [patch] Re: [perl #21728] regexp SEGV
60641              From: Enache Adrian <enache@rdslink.ro>
60642              Date: Fri, 28 Mar 2003 23:53:09 +0200
60643              Message-ID: <20030328215309.GA6413@ratsnest.hole>
60644              (with minor tweaks)
60645      Branch: perl
60646            ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
60647 ____________________________________________________________________________
60648 [ 19430] By: rgs                                   on 2003/05/05  20:01:36
60649         Log: Fix doc bug #22067, noticed by Mark Knutsen
60650      Branch: perl
60651            ! pod/perlfunc.pod
60652 ____________________________________________________________________________
60653 [ 19429] By: rgs                                   on 2003/05/05  18:59:59
60654         Log: Fix : the svr5 hints file doesn't propagate libswanted with
60655              threads enabled. Now threads are OK on OpenUNIX 8, except a
60656              mysterious failure in ext/POSIX/t/sigaction.t.
60657      Branch: perl
60658            ! hints/svr5.sh
60659 ____________________________________________________________________________
60660 [ 19428] By: jhi                                   on 2003/05/05  16:54:34
60661         Log: Snip away the perlunicode slowness demo since the new
60662              caching scheme should help things a bit.
60663      Branch: perl
60664            ! pod/perlunicode.pod
60665 ____________________________________________________________________________
60666 [ 19427] By: jhi                                   on 2003/05/05  16:14:09
60667         Log: Subject: Re: Minor change to strict.pm. Who? How?
60668              From: Adam Kennedy <adam@ali.as>
60669              Date: Wed, 30 Apr 2003 00:02:40 +1000
60670              Message-ID: <3EAE8600.2000806@ali.as>
60671
60672              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
60673              From: Michael G Schwern <schwern@pobox.com>
60674              Date: Tue, 29 Apr 2003 12:26:32 -0700
60675              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
60676      Branch: perl
60677            ! lib/strict.pm
60678 ____________________________________________________________________________
60679 [ 19426] By: jhi                                   on 2003/05/05  15:48:57
60680         Log: Subject: [DOC PATCH] missing ')' in File::Path docs
60681              From: "Jos I.Boumans" <kane@dwim.org>
60682              Date: 30 Apr 2003 09:45:16 -0000
60683              Message-ID: <20030430114513165+0200@nntp.perl.org>
60684      Branch: perl
60685            ! lib/File/Path.pm
60686 ____________________________________________________________________________
60687 [ 19425] By: jhi                                   on 2003/05/05  15:47:19
60688         Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
60689              From: Michael G Schwern <schwern@pobox.com>
60690              Date: Sat, 3 May 2003 15:30:16 -0700
60691              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
60692      Branch: perl
60693            ! pod/perlmod.pod
60694 ____________________________________________________________________________
60695 [ 19424] By: jhi                                   on 2003/05/05  15:44:39
60696         Log: Subject: [PATCH] [perl #3096] undefing hash with object values
60697              From: Dave Mitchell <davem@fdgroup.com>
60698              Date: Thu, 1 May 2003 21:06:57 +0100
60699              Message-ID: <20030501200657.GA25456@fdgroup.com>
60700      Branch: perl
60701            ! hv.c t/op/undef.t
60702 ____________________________________________________________________________
60703 [ 19423] By: jhi                                   on 2003/05/05  15:42:58
60704         Log: Subject: Re: hv.c patch - pathological hashes too easy
60705              From: "Tye McQueen" <tye@metronet.com>
60706              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
60707              Message-Id: <200305011834.h41IYoE08503@metronet.com>
60708      Branch: perl
60709            ! hv.c
60710 ____________________________________________________________________________
60711 [ 19422] By: jhi                                   on 2003/05/05  15:40:02
60712         Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
60713              From: Casey West <casey@geeknest.com>
60714              Date: Tue, 29 Apr 2003 16:14:20 -0400
60715              Message-ID: <20030429201420.GT62281@geeknest.com>
60716      Branch: perl
60717            ! pod/perlrequick.pod
60718 ____________________________________________________________________________
60719 [ 19421] By: jhi                                   on 2003/05/05  15:38:23
60720         Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
60721              From: Slaven Rezic <slaven@rezic.de>
60722              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
60723              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
60724      Branch: perl
60725            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
60726 ____________________________________________________________________________
60727 [ 19420] By: jhi                                   on 2003/05/05  15:36:39
60728         Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
60729              From: Steve Hay <steve.hay@uk.radan.com>
60730              Date: Wed, 30 Apr 2003 09:52:30 +0100
60731              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
60732      Branch: perl
60733            ! utils/h2xs.PL
60734 ____________________________________________________________________________
60735 [ 19419] By: jhi                                   on 2003/05/05  08:20:34
60736         Log: Reintroduce the mention of the fact that the Artistic/GPL
60737              also are Perl's own licenses.
60738      Branch: perl
60739            ! pod/perlartistic.pod pod/perlgpl.pod
60740 ____________________________________________________________________________
60741 [ 19418] By: jhi                                   on 2003/05/05  07:23:57
60742         Log: Switch the new perlio way of opening anonymous temporary files
60743              open my $fh, '+>', undef
60744              to using File::Temp.  Test it, and test also the "accidental
60745              feature" of +< working the same way.
60746              This should address [perl #21937].
60747      Branch: perl
60748            + ext/PerlIO/t/open.t
60749            ! MANIFEST perlio.c pod/perlfunc.pod
60750 ____________________________________________________________________________
60751 [ 19417] By: jhi                                   on 2003/05/05  05:52:47
60752         Log: perlartistic and perlgpl reformatting from Sean Burke.
60753      Branch: perl
60754            ! pod/perlartistic.pod pod/perlgpl.pod
60755 ____________________________________________________________________________
60756 [ 19416] By: jhi                                   on 2003/05/05  05:33:43
60757         Log: pack/unpack fixes from Wolfgang Laun:
60758              - fix bug in UNICOS (where SIZE16 != sizeof(short))
60759              - introduce and use new internal pack/unpack API
60760              (packlist, unpackstring)
60761              that does away with the unused arguments in the old API
60762              (pack_cat, unpack_str).
60763      Branch: perl
60764            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
60765 ____________________________________________________________________________
60766 [ 19415] By: jhi                                   on 2003/05/05  04:58:39
60767         Log: Subject: [PATCH] Embed.t flushing problem
60768              From: "Craig A. Berry" <craigberry@mac.com>
60769              Date: Sun, 04 May 2003 16:25:38 -0500
60770              Message-ID: <3EB58552.2070207@mac.com>
60771      Branch: perl
60772            ! lib/ExtUtils/t/Embed.t
60773 ____________________________________________________________________________
60774 [ 19414] By: jhi                                   on 2003/05/05  04:52:37
60775         Log: Doc nit from mjd.
60776      Branch: perl
60777            ! ext/DB_File/DB_File.pm
60778 ____________________________________________________________________________
60779 [ 19413] By: ams                                   on 2003/05/05  04:03:10
60780         Log: None of that "our" stuff here, please.
60781      Branch: perl
60782            ! ext/Storable/t/tied.t
60783 ____________________________________________________________________________
60784 [ 19412] By: ams                                   on 2003/05/05  03:57:06
60785         Log: Oops. More Storable 2.07 preparations.
60786      Branch: perl
60787            ! ext/Storable/README ext/Storable/Storable.pm
60788 ____________________________________________________________________________
60789 [ 19411] By: ams                                   on 2003/05/05  03:53:44
60790         Log: Update changelog for 2.07 release.
60791      Branch: perl
60792            ! ext/Storable/ChangeLog
60793 ____________________________________________________________________________
60794 [ 19410] By: ams                                   on 2003/05/05  03:31:36
60795         Log: Update Changes.
60796      Branch: perl
60797            ! Changes
60798 ____________________________________________________________________________
60799 [ 19409] By: ams                                   on 2003/05/05  03:21:41
60800         Log: Subject: Re: Bug in Storable???
60801              From: Slaven Rezic <slaven@rezic.de>
60802              Date: 04 May 2003 18:00:40 +0200
60803              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
60804      Branch: perl
60805            ! ext/Storable/Storable.xs ext/Storable/t/integer.t
60806 ____________________________________________________________________________
60807 [ 19407] By: jhi                                   on 2003/05/04  19:39:01
60808         Log: This way reads a bit better with pod2man.
60809      Branch: perl
60810            ! pod/perlartistic.pod pod/perlgpl.pod
60811 ____________________________________________________________________________
60812 [ 19406] By: jhi                                   on 2003/05/04  12:01:00
60813         Log: Integrate from maint:
60814              [ 18568]
60815              Add the POSIX::sigaction() trick by Slaven Rezic
60816              for [perl #17341].
60817      Branch: perl
60818           !> pod/perlfunc.pod pod/perlipc.pod
60819 ____________________________________________________________________________
60820 [ 19401] By: jhi                                   on 2003/05/04  09:25:48
60821         Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
60822              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
60823              the perlartistic is a straightforward podification.
60824      Branch: perl
60825            + pod/perlartistic.pod pod/perlgpl.pod
60826            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
60827            ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
60828 ____________________________________________________________________________
60829 [ 19398] By: jhi                                   on 2003/05/04  08:19:14
60830         Log: Doesn't make any difference for the test but is more logical.
60831      Branch: perl
60832            ! t/lib/Devel/switchd.pm
60833 ____________________________________________________________________________
60834 [ 19396] By: jhi                                   on 2003/05/03  15:42:54
60835         Log: Plagued by thinkos tonight.
60836      Branch: perl
60837            ! lib/filetest.t
60838 ____________________________________________________________________________
60839 [ 19395] By: jhi                                   on 2003/05/03  15:37:35
60840         Log: Must skip more.
60841      Branch: perl
60842            ! lib/filetest.t
60843 ____________________________________________________________________________
60844 [ 19394] By: jhi                                   on 2003/05/03  15:30:45
60845         Log: Subject: Re: Does filetest work at all?
60846              From: Slaven Rezic <slaven@rezic.de>
60847              Date: 03 May 2003 18:26:49 +0200
60848              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
60849      Branch: perl
60850            ! lib/filetest.t pp_sys.c
60851 ____________________________________________________________________________
60852 [ 19393] By: jhi                                   on 2003/05/03  05:34:21
60853         Log: Extra tweakage from Rafael for #19392.
60854      Branch: perl
60855            ! ext/B/B/Concise.pm lib/filetest.pm
60856 ____________________________________________________________________________
60857 [ 19392] By: jhi                                   on 2003/05/03  05:33:04
60858         Log: Salvage 'use filetest "access"' from compiletime to runtime.
60859      Branch: perl
60860            ! dump.c op.c op.h pp_sys.c
60861 ____________________________________________________________________________
60862 [ 19391] By: jhi                                   on 2003/05/03  05:19:23
60863         Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
60864              the Unicode character database to 4.0.0.)
60865      Branch: perl
60866            + lib/unicore/HangulSyllableType.txt
60867            + lib/unicore/NormalizationCorrections.txt
60868            + lib/unicore/StandardizedVariants.txt
60869            + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
60870            + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
60871            + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
60872            + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
60873            + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
60874            + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
60875            + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
60876            + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
60877            + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
60878            + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
60879            + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
60880            + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
60881            ! (edit 129 files)
60882 ____________________________________________________________________________
60883 [ 19390] By: jhi                                   on 2003/05/03  04:52:09
60884         Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
60885              the fp offset, which was quite a big larger than the input file,
60886              which meant that the SvGROW tried to grow the file to about
60887              2**64-2**20, which made safesysrealloc() to understandably
60888              croak (in argv.t).
60889      Branch: perl
60890            ! sv.c
60891 ____________________________________________________________________________
60892 [ 19387] By: jhi                                   on 2003/05/02  19:18:35
60893         Log: Regen Configure (no changes but that's fine).
60894      Branch: perl
60895            ! Configure
60896 ____________________________________________________________________________
60897 [ 19386] By: jhi                                   on 2003/05/02  19:06:39
60898         Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
60899              From: Andy Dougherty <doughera@lafayette.edu>
60900              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
60901              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
60902      Branch: perl
60903            ! Configure
60904 ____________________________________________________________________________
60905 [ 19385] By: jhi                                   on 2003/05/02  19:01:04
60906         Log: Subject: [PATCH] OpenUNIX 8 support
60907              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
60908              Date: Fri, 2 May 2003 12:12:08 +0200
60909              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
60910      Branch: perl
60911            ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
60912 ____________________________________________________________________________
60913 [ 19384] By: jhi                                   on 2003/05/02  18:58:32
60914         Log: Subject: [PATCH win32/win32.c] silence compiler warnings
60915              From: Abe Timmerman <abe@ztreet.demon.nl>
60916              Date: Fri, 2 May 2003 00:51:42 +0200
60917              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
60918      Branch: perl
60919            ! win32/win32.c
60920 ____________________________________________________________________________
60921 [ 19383] By: jhi                                   on 2003/05/02  18:55:37
60922         Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
60923              From: Abe Timmerman <abe@ztreet.demon.nl>
60924              Date: Thu, 1 May 2003 18:34:35 +0200
60925              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
60926      Branch: perl
60927            ! win32/win32.h
60928 ____________________________________________________________________________
60929 [ 19382] By: jhi                                   on 2003/05/02  18:50:25
60930         Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
60931              From: Michael G Schwern <schwern@pobox.com>
60932              Date: Wed, 30 Apr 2003 18:19:32 -0700
60933              Message-ID: <20030501011932.GM701@windhund.schwern.org>
60934      Branch: perl
60935            ! ext/POSIX/POSIX.pod
60936 ____________________________________________________________________________
60937 [ 19381] By: jhi                                   on 2003/05/02  15:12:47
60938         Log: Forgot to check in the -d: file.
60939      Branch: perl
60940            + t/lib/Devel/switchd.pm
60941            ! MANIFEST t/run/switchd.t
60942 ____________________________________________________________________________
60943 [ 19380] By: jhi                                   on 2003/05/02  15:02:04
60944         Log: Solaris: make -Duse64bitall'ed to have an archname of
60945              sun4-solaris-64, from Alan Burlison.  (The default is to not
60946              to suffix anything with -Duse64bitall if longs are 64 bit.
60947              This may lead into confusion and much sorrow if 32-bit binaries
60948              and 64-bit binaries are installed under the same directories.
60949              Why is "-64" or something like that the default?  Well, there
60950              are platforms where 64 bits really is the default default.
60951              There adding a "-64" would be kind of odd.  Better to let
60952              each 64-bit capable platform to choose their archnames.)
60953      Branch: perl
60954            ! hints/solaris_2.sh
60955 ____________________________________________________________________________
60956 [ 19378] By: jhi                                   on 2003/05/02  08:41:40
60957         Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
60958              by change #18589 (it was broken by change #9754); add test case.
60959      Branch: perl
60960            + t/run/switchd.t
60961            ! MANIFEST
60962 ____________________________________________________________________________
60963 [ 19376] By: jhi                                   on 2003/05/02  05:31:52
60964         Log: great_circle_direction() was broken,
60965              reported by Alexander Becher.
60966      Branch: perl
60967            ! lib/Math/Trig.pm lib/Math/Trig.t
60968 ____________________________________________________________________________
60969 [ 19375] By: jhi                                   on 2003/05/01  18:18:06
60970         Log: OS X: could not -Doptimize=-g.
60971      Branch: perl
60972            ! hints/darwin.sh
60973 ____________________________________________________________________________
60974 [ 19374] By: jhi                                   on 2003/05/01  12:33:44
60975         Log: OS X test tweak.
60976      Branch: perl
60977            ! ext/Cwd/t/cwd.t
60978 ____________________________________________________________________________
60979 [ 19373] By: jhi                                   on 2003/05/01  11:09:42
60980         Log: Subject: [PATCH] RE: perl@19333
60981              From: Robin Barker <Robin.Barker@npl.co.uk>
60982              Date: Tue, 29 Apr 2003 17:30:23 +0100
60983              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
60984      Branch: perl
60985            ! embed.pl pp_hot.c pp_pack.c proto.h
60986 ____________________________________________________________________________
60987 [ 19372] By: jhi                                   on 2003/05/01  09:52:52
60988         Log: miniperl cannot handle layers.t.
60989      Branch: perl
60990            ! t/io/layers.t
60991 ____________________________________________________________________________
60992 [ 19371] By: jhi                                   on 2003/05/01  08:26:06
60993         Log: The solution in change #19363 was too unportable.
60994      Branch: perl
60995            ! t/io/openpid.t
60996 ____________________________________________________________________________
60997 [ 19369] By: jhi                                   on 2003/05/01  07:48:06
60998         Log: perlreftut updates from mjd.
60999      Branch: perl
61000            ! pod/perlreftut.pod
61001 ____________________________________________________________________________
61002 [ 19368] By: jhi                                   on 2003/05/01  07:45:06
61003         Log: z/OS: More threaded build tweaks from Brian De Pradine--
61004              apparently now it works!
61005      Branch: perl
61006            ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
61007 ____________________________________________________________________________
61008 [ 19367] By: rgs                                   on 2003/04/29  20:31:07
61009         Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
61010              From: Enache Adrian <enache@rdslink.ro>
61011              Date: Sat, 19 Apr 2003 01:41:07 +0300
61012              Message-ID: <20030418224107.GA2751@ratsnest.hole>
61013      Branch: perl
61014            ! t/comp/parser.t toke.c
61015 ____________________________________________________________________________
61016 [ 19366] By: jhi                                   on 2003/04/29  08:55:12
61017         Log: If it's S_, it should be STATIC.
61018      Branch: perl
61019            ! embed.fnc embed.h numeric.c proto.h
61020 ____________________________________________________________________________
61021 [ 19365] By: sky                                   on 2003/04/28  16:30:03
61022         Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
61023              From: Casey West <casey@geeknest.com>
61024              Date: mŒn apr 28, 2003  16:00:05 Europe/Stockholm
61025              Message-Id: <20030428140005.GC62281@geeknest.com>
61026      Branch: perl
61027            ! pod/perlop.pod
61028 ____________________________________________________________________________
61029 [ 19364] By: sky                                   on 2003/04/28  16:20:43
61030         Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
61031              From: Casey West <casey@geeknest.com>
61032              Date: mŒn apr 28, 2003  19:22:06 Europe/Stockholm
61033              Message-Id: <20030428172206.GK62281@geeknest.com>
61034      Branch: perl
61035            ! pod/perlop.pod
61036 ____________________________________________________________________________
61037 [ 19363] By: sky                                   on 2003/04/28  15:32:35
61038         Log: Fix bug 2681, change the test not to use the shell and use 3+arg
61039              open.
61040      Branch: perl
61041            ! t/io/openpid.t
61042 ____________________________________________________________________________
61043 [ 19359] By: jhi                                   on 2003/04/28  08:43:23
61044         Log: Feel-good cleanup.
61045      Branch: perl
61046            ! intrpvar.h sv.c
61047 ____________________________________________________________________________
61048 [ 19358] By: jhi                                   on 2003/04/28  08:27:15
61049         Log: SysV msg queues can be something hanging (witnessed in IRIX),
61050              so let's use IPC_NOWAIT.
61051      Branch: perl
61052            ! ext/IPC/SysV/t/msg.t t/op/taint.t
61053 ____________________________________________________________________________
61054 [ 19357] By: jhi                                   on 2003/04/28  06:32:47
61055         Log: Detecting errors of reentrant APIs: getgrgid_r and the like
61056              when returning an int can either return the error in the return
61057              value or in the errno.  We need a new per-interp variable to store
61058              the return value instead of clobbering the errno with it.  The new
61059              variable, PL_reentrant_retint, is only used within the reentrancy
61060              framework, and immediately after it's set, so there should not be
61061              similar visibility issues as for the errno.  Spotted by Edward Moy.
61062      Branch: perl
61063            ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
61064 ____________________________________________________________________________
61065 [ 19356] By: rgs                                   on 2003/04/27  20:09:01
61066         Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
61067              Check errno to see if the call to nice(2) succeeded.
61068              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
61069              From: Enache Adrian <enache@rdslink.ro>
61070              Date: Wed, 23 Apr 2003 22:48:20 +0300
61071              Message-ID: <20030423194820.GA874@ratsnest.hole>
61072      Branch: perl
61073            ! ext/POSIX/POSIX.xs
61074 ____________________________________________________________________________
61075 [ 19355] By: jhi                                   on 2003/04/27  19:56:09
61076         Log: Document a faint compilation noise.
61077      Branch: perl
61078            ! README.aix
61079 ____________________________________________________________________________
61080 [ 19354] By: rgs                                   on 2003/04/27  19:35:11
61081         Log: $[ clarifications.
61082      Branch: perl
61083            ! pod/perlvar.pod
61084 ____________________________________________________________________________
61085 [ 19353] By: rgs                                   on 2003/04/27  18:51:37
61086         Log: utime() doc clarifications
61087              based on :
61088              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
61089              From: Casey West <casey@geeknest.com>
61090              Date: Fri, 25 Apr 2003 08:00:54 -0400
61091              Message-ID: <20030425120054.GQ34510@geeknest.com>
61092      Branch: perl
61093            ! pod/perlfunc.pod
61094 ____________________________________________________________________________
61095 [ 19351] By: jhi                                   on 2003/04/27  08:13:34
61096         Log: Add a test case for [perl #15288] (already solved).
61097      Branch: perl
61098            ! t/op/pack.t
61099 ____________________________________________________________________________
61100 [ 19350] By: jhi                                   on 2003/04/27  07:38:17
61101         Log: Add Dave Mitchell's test case for fields.
61102      Branch: perl
61103            ! lib/fields.t
61104 ____________________________________________________________________________
61105 [ 19349] By: jhi                                   on 2003/04/27  06:50:09
61106         Log: Subject: [PATCH] VMS::Stdio test tweak
61107              From: "Craig A. Berry" <craigberry@mac.com>
61108              Date: Sat, 26 Apr 2003 15:53:07 -0500
61109              Message-ID: <3EAAF1B3.7020708@mac.com>
61110      Branch: perl
61111            ! vms/ext/Stdio/test.pl
61112 ____________________________________________________________________________
61113 [ 19348] By: jhi                                   on 2003/04/27  06:46:16
61114         Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
61115              From: Casey West <casey@geeknest.com>
61116              Date: Thu, 24 Apr 2003 08:18:42 -0400
61117              Message-ID: <20030424121842.GW34510@geeknest.com>
61118      Branch: perl
61119            ! lib/UNIVERSAL.pm
61120 ____________________________________________________________________________
61121 [ 19346] By: jhi                                   on 2003/04/27  06:03:48
61122         Log: Document that restricted hashes are not atomic
61123              (from Dave Mitchell).
61124      Branch: perl
61125            ! lib/Hash/Util.pm
61126 ____________________________________________________________________________
61127 [ 19345] By: jhi                                   on 2003/04/27  05:59:39
61128         Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
61129              From: Dave Mitchell <davem@fdgroup.com>
61130              Date: Sat, 26 Apr 2003 18:45:28 +0100
61131              Message-ID: <20030426174528.GA9588@fdgroup.com>
61132      Branch: perl
61133            ! hv.c lib/Hash/Util.t pod/perldiag.pod
61134 ____________________________________________________________________________
61135 [ 19344] By: rgs                                   on 2003/04/26  22:48:32
61136         Log: Some doc patches by Casey West :
61137
61138              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
61139              From: Casey West <casey@geeknest.com>
61140              Date: Fri, 25 Apr 2003 10:46:39 -0400
61141              Message-ID: <20030425144639.GY34510@geeknest.com>
61142
61143              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
61144              From: Casey West <casey@geeknest.com>
61145              Date: Fri, 25 Apr 2003 07:52:13 -0400
61146              Message-ID: <20030425115213.GP34510@geeknest.com>
61147
61148              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
61149              From: Casey West <casey@geeknest.com>
61150              Date: Thu, 24 Apr 2003 21:27:22 -0400
61151              Message-ID: <20030425012722.GN34510@geeknest.com>
61152      Branch: perl
61153            ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
61154 ____________________________________________________________________________
61155 [ 19343] By: rgs                                   on 2003/04/26  22:30:07
61156         Log: Document that splice() doesn't extend arrays
61157              Subject: Re: slice autoextending ? still another revised doc patch; COW
61158              From: david nicol <whatever@davidnicol.com>
61159              Date: 22 Apr 2003 22:05:02 -0500
61160              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
61161      Branch: perl
61162            ! pod/perlfunc.pod
61163 ____________________________________________________________________________
61164 [ 19342] By: sky                                   on 2003/04/26  21:43:32
61165         Log: Fix bug #15161 by increasing the refcount on the RE and making
61166              sure to restore it correctly. Deals with both s//e and s///g.
61167      Branch: perl
61168            ! pp_ctl.c pp_hot.c
61169 ____________________________________________________________________________
61170 [ 19341] By: jhi                                   on 2003/04/26  04:36:03
61171         Log: Integrate:
61172              [ 19340]
61173              Caught by Mark Lutz in UNICOS: A declaration cannot appear
61174              after an executable statement in a block.
61175      Branch: perl
61176           !> pp_pack.c
61177 ____________________________________________________________________________
61178 [ 19337] By: jhi                                   on 2003/04/25  20:19:36
61179         Log: Now the -Dnoextensions and -Dnoextensions have the
61180              chance of actually doing something.
61181      Branch: perl
61182            ! Configure
61183 ____________________________________________________________________________
61184 [ 19334] By: jhi                                   on 2003/04/25  19:48:31
61185         Log: Subject: [PATCH] Configure's extension sanity check is too strict
61186              From: Andy Dougherty <doughera@lafayette.edu>
61187              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
61188              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
61189      Branch: perl
61190            ! Configure
61191 ____________________________________________________________________________
61192 [ 19330] By: jhi                                   on 2003/04/25  14:11:33
61193         Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
61194              From: "Craig A. Berry" <craigberry@mac.com>
61195              Date: Thu, 24 Apr 2003 20:09:48 -0500
61196              Message-ID: <3EA88ADC.3000300@mac.com>
61197      Branch: perl
61198            ! ext/Encode/t/enc_module.t
61199 ____________________________________________________________________________
61200 [ 19329] By: jhi                                   on 2003/04/25  07:06:49
61201         Log: Upgrade to Time::HiRes 1.46.
61202      Branch: perl
61203            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
61204            ! ext/Time/HiRes/Makefile.PL
61205 ____________________________________________________________________________
61206 [ 19328] By: jhi                                   on 2003/04/25  06:57:10
61207         Log: Subject: typo in Time::HiRes docs
61208              From: mjd@plover.com
61209              Date: 19 Apr 2003 15:13:44 -0000
61210              Message-ID: <20030419151344.28237.qmail@plover.com>
61211      Branch: perl
61212            ! ext/Time/HiRes/HiRes.pm
61213 ____________________________________________________________________________
61214 [ 19327] By: jhi                                   on 2003/04/25  04:45:05
61215         Log: Clarify(?) the perlio default layers table.
61216      Branch: perl
61217            ! lib/PerlIO.pm t/io/layers.t
61218 ____________________________________________________________________________
61219 [ 19326] By: jhi                                   on 2003/04/25  04:22:49
61220         Log: Upgrade to Test::Harness 2.28.
61221      Branch: perl
61222            ! lib/Test/Harness.pm lib/Test/Harness/Changes
61223            ! lib/Test/Harness/t/pod.t
61224 ____________________________________________________________________________
61225 [ 19325] By: jhi                                   on 2003/04/24  19:06:29
61226         Log: Upgrade to Encode 1.93.
61227      Branch: perl
61228            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
61229            ! ext/Encode/lib/Encode/CJKConstants.pm
61230            ! ext/Encode/lib/Encode/CN/HZ.pm
61231            ! ext/Encode/lib/Encode/Encoding.pm
61232            ! ext/Encode/lib/Encode/Guess.pm
61233            ! ext/Encode/lib/Encode/KR/2022_KR.pm
61234            ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
61235            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
61236            ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
61237            ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
61238 ____________________________________________________________________________
61239 [ 19323] By: jhi                                   on 2003/04/24  16:57:13
61240         Log: VMS patch for faststdio from Craig Berry.
61241      Branch: perl
61242            ! configure.com
61243 ____________________________________________________________________________
61244 [ 19320] By: rgs                                   on 2003/04/23  20:20:58
61245         Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
61246              From: Casey West <casey@geeknest.com>
61247              Date: Wed, 23 Apr 2003 14:03:20 -0400
61248              Message-ID: <20030423180320.GZ15574@geeknest.com>
61249      Branch: perl
61250            ! pod/perlmodlib.PL pod/perlmodlib.pod
61251 ____________________________________________________________________________
61252 [ 19319] By: rgs                                   on 2003/04/23  19:54:31
61253         Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
61254              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
61255              Date: 22 Apr 2003 04:31:17 -0000
61256              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
61257              (with minor further corrections)
61258      Branch: perl
61259            ! pod/perlmod.pod
61260 ____________________________________________________________________________
61261 [ 19316] By: rgs                                   on 2003/04/23  19:11:01
61262         Log: A new fatal error :
61263              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
61264              From: Dave Mitchell <davem@fdgroup.com>
61265              Date: Mon, 21 Apr 2003 13:19:50 +0100
61266              Message-ID: <20030421121950.GB18189@fdgroup.com>
61267              Message-ID: <20030421125433.GC18189@fdgroup.com>
61268      Branch: perl
61269            ! pod/perldiag.pod pp_hot.c t/cmd/for.t
61270 ____________________________________________________________________________
61271 [ 19314] By: jhi                                   on 2003/04/23  18:53:46
61272         Log: Introduce 'fast stdio' symbols to non-Configure lands.
61273      Branch: perl
61274            ! NetWare/config.wc NetWare/config_H.wc configure.com
61275            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
61276            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
61277            ! win32/config.gc win32/config.vc win32/config.vc64
61278            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61279            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
61280 ____________________________________________________________________________
61281 [ 19312] By: jhi                                   on 2003/04/23  18:21:47
61282         Log: Regen Configure, Glossary, et alia.
61283      Branch: perl
61284            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61285            ! config_h.SH
61286 ____________________________________________________________________________
61287 [ 19310] By: jhi                                   on 2003/04/23  08:34:33
61288         Log: Handle the combination of dosish and non-faststdio.
61289      Branch: perl
61290            ! t/io/layers.t
61291 ____________________________________________________________________________
61292 [ 19308] By: rgs                                   on 2003/04/22  20:53:20
61293         Log: Subject: 5.8.0: two problems
61294              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
61295              Date: Tue, 22 Apr 2003 11:43:17 -0700
61296              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
61297      Branch: perl
61298            ! XSUB.h
61299 ____________________________________________________________________________
61300 [ 19307] By: ams                                   on 2003/04/22  16:39:51
61301         Log: Subject: [PATCH] Doc pointers in perlbot.
61302              From: Casey West <casey@geeknest.com>
61303              Date: Tue, 22 Apr 2003 11:19:09 -0400
61304              Message-Id: <20030422151909.GC11119@geeknest.com>
61305              (Applied by hand.)
61306      Branch: perl
61307            ! pod/perlbot.pod
61308 ____________________________________________________________________________
61309 [ 19306] By: jhi                                   on 2003/04/22  13:09:21
61310         Log: z/OS: changes for building threaded from "Brian De Pradine"
61311              <PRADINE@uk.ibm.com>.
61312      Branch: perl
61313            ! Makefile.SH hints/os390.sh thread.h util.c
61314 ____________________________________________________________________________
61315 [ 19305] By: jhi                                   on 2003/04/22  11:42:35
61316         Log: Enache's turn.
61317      Branch: perl
61318            ! ext/Encode/t/enc_module.t
61319 ____________________________________________________________________________
61320 [ 19304] By: jhi                                   on 2003/04/22  10:48:47
61321         Log: Re-merge Encode 1.92.
61322      Branch: perl
61323            ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
61324 ____________________________________________________________________________
61325 [ 19302] By: jhi                                   on 2003/04/22  05:26:21
61326         Log: Argh, cut-and-pasto.
61327      Branch: perl
61328            ! perlio.c
61329 ____________________________________________________________________________
61330 [ 19301] By: sky                                   on 2003/04/21  21:33:14
61331         Log: Fix bug 17964 by properly refcounting the gv top.
61332              Seems like the entries in rsfp are way different than
61333              normal PVIO objects.
61334      Branch: perl
61335            ! sv.c
61336 ____________________________________________________________________________
61337 [ 19300] By: rgs                                   on 2003/04/21  19:42:04
61338         Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
61339
61340              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
61341              From: Enache Adrian <enache@rdslink.ro>
61342              Date: Sun, 20 Apr 2003 02:45:48 +0300
61343              Message-ID: <20030419234548.GA849@ratsnest.hole>
61344              and
61345              Date: Wed, 2 Apr 2003 07:52:28 +0300
61346              Message-ID: <20030402045227.GA1023@ratsnest.hole>
61347      Branch: perl
61348            ! pp_sys.c t/op/ref.t util.c
61349 ____________________________________________________________________________
61350 [ 19299] By: sky                                   on 2003/04/21  17:05:31
61351         Log: Croak on non ref to shared methods instead of segfault.
61352              This can really only happen for &share("string").
61353      Branch: perl
61354            ! ext/threads/shared/shared.xs
61355 ____________________________________________________________________________
61356 [ 19297] By: jhi                                   on 2003/04/21  16:24:36
61357         Log: Add OpenZaurus cross-compilation patches.
61358      Branch: perl
61359            + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
61360            + Cross/config.sh-arm-linux Cross/generate_config_sh
61361            + Cross/installperl.patch Cross/warp
61362            ! Cross/README INSTALL MANIFEST
61363 ____________________________________________________________________________
61364 [ 19289] By: sky                                   on 2003/04/21  13:24:40
61365         Log: Fixes bug #17043, resets PL_srand_called before the cloning.
61366              Allows people to override the resetting by using srand() in CLONE.
61367      Branch: perl
61368            ! ext/threads/t/thread.t ext/threads/threads.xs
61369 ____________________________________________________________________________
61370 [ 19286] By: jhi                                   on 2003/04/21  06:50:42
61371         Log: Introduce two new Configure symbols:
61372              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
61373              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
61374              [2] usefaststdio = do we use fast stdio if we have it?
61375              For 5.[68], we do.  For anything else, we don't.
61376              (At least, unless otherwise instructed by -Dusefaststdio.)
61377              This means that for bleadperl we no more use stdio, but instead
61378              default to perlio: the effect of PERLIO=perlio, in other words.
61379              (PERLIO=stdio will still switch to using stdio.)
61380              This change may endanger extensions using FILE*-- but if we are
61381              to migrate fully to perlio, better start swallowing the poison now.
61382              For maintperl, the usefaststdio still defaults to yes.
61383      Branch: perl
61384            ! Configure config_h.SH perlio.c t/io/layers.t
61385 ____________________________________________________________________________
61386 [ 19285] By: jhi                                   on 2003/04/21  05:43:55
61387         Log: Upgrade to Locale::Maketext 1.05.
61388      Branch: perl
61389            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
61390 ____________________________________________________________________________
61391 [ 19284] By: jhi                                   on 2003/04/21  05:40:34
61392         Log: Upgrade to Test 1.24.
61393      Branch: perl
61394            ! lib/Test.pm
61395 ____________________________________________________________________________
61396 [ 19283] By: rgs                                   on 2003/04/20  22:01:28
61397         Log: Subject: [PATCH] goto &sub doesn't empty @_
61398              From: Dave Mitchell <davem@fdgroup.com>
61399              Date: Sun, 20 Apr 2003 21:46:51 +0100
61400              Message-ID: <20030420204651.GE15591@fdgroup.com>
61401      Branch: perl
61402            ! pp_ctl.c
61403 ____________________________________________________________________________
61404 [ 19282] By: rgs                                   on 2003/04/20  21:22:29
61405         Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
61406              the commands that invoke $(CC).
61407              Subject: Re: Smoke failure
61408              From: Enache Adrian <enache@rdslink.ro>
61409              Date: Fri, 18 Apr 2003 19:06:07 +0300
61410              Message-ID: <20030418160606.GA797@ratsnest.hole>
61411      Branch: perl
61412            ! Makefile.SH
61413 ____________________________________________________________________________
61414 [ 19281] By: rgs                                   on 2003/04/20  19:53:53
61415         Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
61416              From: Enache Adrian <enache@rdslink.ro>
61417              Date: Sat, 19 Apr 2003 20:12:18 +0300
61418              Message-ID: <20030419171218.GA974@ratsnest.hole>
61419      Branch: perl
61420            ! sv.c
61421 ____________________________________________________________________________
61422 [ 19280] By: rgs                                   on 2003/04/20  18:55:40
61423         Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
61424              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
61425              From: Steve Hay <steve.hay@uk.radan.com>
61426              Date: Wed, 16 Apr 2003 11:12:22 +0100
61427              Message-ID: <3E9D2C86.8040104@uk.radan.com>
61428      Branch: perl
61429            ! INSTALL win32/Makefile
61430 ____________________________________________________________________________
61431 [ 19278] By: jhi                                   on 2003/04/20  07:42:17
61432         Log: Give more information of what to do when -Dusexxx fail.
61433      Branch: perl
61434            ! Configure
61435 ____________________________________________________________________________
61436 [ 19277] By: rgs                                   on 2003/04/19  19:40:22
61437         Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
61438              by adding a dummy destructor method Regexp::DESTROY.
61439              This prevents infinite recursion, since Regexp::DESTROY
61440              is no more autoloaded.
61441
61442              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
61443              From: Enache Adrian <enache@rdslink.ro>
61444              Date: Wed, 2 Apr 2003 05:02:42 +0300
61445              Message-ID: <20030402020242.GA2966@ratsnest.hole>
61446      Branch: perl
61447            ! ext/B/t/stash.t t/op/ref.t universal.c
61448 ____________________________________________________________________________
61449 [ 19276] By: rgs                                   on 2003/04/19  19:32:25
61450         Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
61451              From: Dave Mitchell <davem@fdgroup.com>
61452              Date: Sat, 19 Apr 2003 20:06:51 +0100
61453              Message-ID: <20030419190651.GD13333@fdgroup.com>
61454      Branch: perl
61455            ! t/comp/parser.t toke.c
61456 ____________________________________________________________________________
61457 [ 19275] By: jhi                                   on 2003/04/19  18:52:24
61458         Log: Restore the two variables retired by the change #19268
61459              (for binary backward compatibility)
61460      Branch: perl
61461            ! embedvar.h perlapi.h thrdvar.h
61462 ____________________________________________________________________________
61463 [ 19273] By: jhi                                   on 2003/04/19  17:36:33
61464         Log: Fail if the specified -Duse64xxx cannot be fulfilled.
61465              (And undo a doublesize probe glitch from change #19272.)
61466      Branch: perl
61467            ! Configure
61468 ____________________________________________________________________________
61469 [ 19272] By: jhi                                   on 2003/04/19  16:38:12
61470         Log: If long doubles fail, we really cannot sensibly
61471              drop back to doubles anymore, therefore abort.
61472              Pointed out by Slaven Rezic. (I tried to fix this
61473              via metaconfig but ended up with a vicious cyclic
61474              dependency.)
61475      Branch: perl
61476            ! Configure
61477 ____________________________________________________________________________
61478 [ 19270] By: jhi                                   on 2003/04/19  12:09:21
61479         Log: Upgrade to Net::Ping 2.30.
61480      Branch: perl
61481            ! lib/Net/Ping.pm lib/Net/Ping/Changes
61482            ! lib/Net/Ping/t/450_service.t
61483 ____________________________________________________________________________
61484 [ 19269] By: jhi                                   on 2003/04/19  07:10:57
61485         Log: Bump the test count.
61486      Branch: perl
61487            ! ext/Storable/t/tied.t
61488 ____________________________________________________________________________
61489 [ 19268] By: jhi                                   on 2003/04/19  07:06:13
61490         Log: Subject: [PATCH] allow recursive FETCHes
61491              From: Dave Mitchell <davem@fdgroup.com>
61492              Date: Mon, 7 Apr 2003 10:00:41 +0100
61493              Message-ID: <20030407100041.A1617@fdgroup.com>
61494      Branch: perl
61495            ! av.c dump.c embed.fnc embed.h embedvar.h
61496            ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
61497            ! sv.h t/op/tie.t thrdvar.h
61498 ____________________________________________________________________________
61499 [ 19267] By: jhi                                   on 2003/04/19  06:54:34
61500         Log: Subject: [PATCH] readline.t tweak for VMS
61501              From: "Craig A. Berry" <craigberry@mac.com>
61502              Date: Thu, 17 Apr 2003 17:18:19 -0500
61503              Message-ID: <3E9F282B.6090603@mac.com>
61504      Branch: perl
61505            ! t/op/readline.t
61506 ____________________________________________________________________________
61507 [ 19266] By: jhi                                   on 2003/04/19  06:46:48
61508         Log: Subject: [PATCH] Re: any takers for this Storable bug?
61509              From: Enache Adrian <enache@rdslink.ro>
61510              Date: Wed, 16 Apr 2003 21:11:11 +0300
61511              Message-ID: <20030416181111.GA6687@ratsnest.hole>
61512
61513              ams had already fixed the bug by #19227, but take the
61514              test case.
61515      Branch: perl
61516            ! ext/Storable/t/tied.t
61517 ____________________________________________________________________________
61518 [ 19265] By: sky                                   on 2003/04/19  00:40:42
61519         Log: Don't use the stack to allocate a SV that we hand out to another
61520              function, only badness can ensure.
61521              Message-Id: <20030418180131.GD10086@fdgroup.com>
61522              Thanks go to Dave Mitchell for help in tracking down the bug!
61523      Branch: perl
61524            ! sv.c
61525 ____________________________________________________________________________
61526 [ 19264] By: jhi                                   on 2003/04/18  19:28:04
61527         Log: UTF8 regexp patch from Inaba Hiroto.
61528      Branch: perl
61529            ! regcomp.c t/op/pat.t
61530 ____________________________________________________________________________
61531 [ 19263] By: jhi                                   on 2003/04/18  19:16:43
61532         Log: Unused variables.
61533      Branch: perl
61534            ! perlio.c universal.c
61535 ____________________________________________________________________________
61536 [ 19262] By: sky                                   on 2003/04/17  20:02:33
61537         Log: Another needle in the voodoo doll.
61538              Now I think it should work with the shared
61539              strings.
61540      Branch: perl
61541            ! sv.c
61542 ____________________________________________________________________________
61543 [ 19254] By: sky                                   on 2003/04/17  17:31:52
61544         Log: Extreme Voodoo programming, by not pinching the SV if it is a
61545              PADTMP it happily keeps it's value later on!
61546      Branch: perl
61547            ! sv.c
61548 ____________________________________________________________________________
61549 [ 19253] By: jhi                                   on 2003/04/17  17:09:16
61550         Log: Implement -Dnoextensions=... and -Donlyextensions=...
61551      Branch: perl
61552            ! Configure INSTALL
61553 ____________________________________________________________________________
61554 [ 19252] By: ams                                   on 2003/04/17  16:19:31
61555         Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
61556              Anything that's broken by this change should be fixed.
61557      Branch: perl
61558            ! gv.c
61559 ____________________________________________________________________________
61560 [ 19251] By: jhi                                   on 2003/04/17  15:39:56
61561         Log: Introduce the new *l APIs, undefined, to non-Configure lands.
61562      Branch: perl
61563            ! NetWare/config.wc NetWare/config_H.wc configure.com
61564            ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
61565            ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
61566            ! win32/config.gc win32/config.vc win32/config.vc64
61567            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61568            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
61569 ____________________________________________________________________________
61570 [ 19250] By: jhi                                   on 2003/04/17  15:07:08
61571         Log: Regen Glossary et alia.
61572      Branch: perl
61573            ! Porting/Glossary Porting/config.sh Porting/config_H
61574 ____________________________________________________________________________
61575 [ 19248] By: jhi                                   on 2003/04/17  14:53:41
61576         Log: Small tidying up of the selectminbits code, but most
61577              importantly allocate the buffer from the heap using
61578              malloc, not from the stack: using stack causes unaligned
61579              access in LP64 Solaris since stack data is not guaranteed
61580              to be 64-bit aligned, while a fd_set is (it has 1024 longs).
61581              (via Alan Burlison)
61582      Branch: perl
61583            ! Configure
61584 ____________________________________________________________________________
61585 [ 19247] By: ams                                   on 2003/04/17  12:24:57
61586         Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
61587              From: Enache Adrian <enache@rdslink.ro>
61588              Date: Thu, 17 Apr 2003 14:35:36 +0300
61589              Message-Id: <20030417113536.GA898@ratsnest.hole>
61590      Branch: perl
61591            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
61592 ____________________________________________________________________________
61593 [ 19245] By: jhi                                   on 2003/04/17  09:20:27
61594         Log: Document that the open pragma does not affect
61595              the three-headed hydra, ummm, open.
61596      Branch: perl
61597            ! lib/open.pm
61598 ____________________________________________________________________________
61599 [ 19244] By: jhi                                   on 2003/04/17  06:45:26
61600         Log: More maneuvering closer to proposed POSIX classes
61601              mapping to Unicode: (1) The definitions of "graph" and
61602              "print" are still in flux: move closer back to how Perl
61603              5.8.0 defined it (though drop Co, that did not make sense)
61604              (2) Add U+0085 (NEL) to "space".
61605      Branch: perl
61606            ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
61607            ! lib/unicore/lib/Space.pl lib/unicore/mktables
61608 ____________________________________________________________________________
61609 [ 19243] By: jhi                                   on 2003/04/17  05:29:24
61610         Log: Detect the 'fast stdio' case.
61611      Branch: perl
61612            ! lib/PerlIO.pm t/io/layers.t
61613 ____________________________________________________________________________
61614 [ 19242] By: jhi                                   on 2003/04/16  20:14:01
61615         Log: Fix up Larry's copyright statements to my best knowledge.
61616              (Lots of Perl 5 source code archaeology was involved.)
61617              Larry didn't make strangled noises when I showed him
61618              the patch, either :-)
61619      Branch: perl
61620            ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
61621            ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
61622            ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
61623            ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
61624            ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
61625            ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
61626            ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
61627            ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
61628            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
61629            ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
61630            ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
61631            ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
61632            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
61633            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
61634            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
61635 ____________________________________________________________________________
61636 [ 19241] By: jhi                                   on 2003/04/16  17:24:24
61637         Log: Handle PERLIO= and document a bit.
61638      Branch: perl
61639            ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
61640 ____________________________________________________________________________
61641 [ 19240] By: sky                                   on 2003/04/16  16:27:43
61642         Log: Fix double join problem for those places where free
61643              actually means free (solaris for example :)
61644              Fixes bug #16681
61645      Branch: perl
61646            ! ext/threads/t/join.t ext/threads/threads.xs
61647 ____________________________________________________________________________
61648 [ 19239] By: jhi                                   on 2003/04/16  14:57:47
61649         Log: Try to get the layers.t working also for dosish platforms.
61650      Branch: perl
61651            ! lib/PerlIO.pm t/io/layers.t
61652 ____________________________________________________________________________
61653 [ 19238] By: jhi                                   on 2003/04/16  13:27:24
61654         Log: A -C parsed from the #! line can still have line endings in it.
61655      Branch: perl
61656            ! util.c
61657 ____________________________________________________________________________
61658 [ 19237] By: jhi                                   on 2003/04/16  13:23:37
61659         Log: What does an empty PERLIO= mean, anyway?
61660      Branch: perl
61661            ! t/io/layers.t
61662 ____________________________________________________________________________
61663 [ 19236] By: jhi                                   on 2003/04/16  13:09:42
61664         Log: Document the effect of thread creation context.
61665      Branch: perl
61666            ! ext/threads/threads.pm
61667 ____________________________________________________________________________
61668 [ 19235] By: jhi                                   on 2003/04/16  12:13:07
61669         Log: Use the right prototype and a glob is fine (from Rafael).
61670      Branch: perl
61671            ! lib/PerlIO.pm universal.c
61672 ____________________________________________________________________________
61673 [ 19234] By: jhi                                   on 2003/04/16  10:20:46
61674         Log: PerlIO::get_layers() usage tip.
61675      Branch: perl
61676            ! lib/PerlIO.pm
61677 ____________________________________________________________________________
61678 [ 19233] By: jhi                                   on 2003/04/16  10:07:48
61679         Log: Syntax terror.
61680      Branch: perl
61681            ! lib/unicore/mktables
61682 ____________________________________________________________________________
61683 [ 19232] By: jhi                                   on 2003/04/16  09:45:51
61684         Log: Redundant test.
61685      Branch: perl
61686            ! lib/unicore/mktables
61687 ____________________________________________________________________________
61688 [ 19231] By: jhi                                   on 2003/04/16  09:21:25
61689         Log: Synchronize the specifications of the POSIX character
61690              classes alnum, graph, and print closer to the planned
61691              Unicode proposal.
61692      Branch: perl
61693            ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
61694            ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
61695 ____________________________________________________________________________
61696 [ 19230] By: jhi                                   on 2003/04/16  08:57:01
61697         Log: Patch from Merijn.
61698      Branch: perl
61699            ! perl.h
61700 ____________________________________________________________________________
61701 [ 19228] By: jhi                                   on 2003/04/16  08:27:26
61702         Log: Thinko in modfl detection.
61703      Branch: perl
61704            ! Configure
61705 ____________________________________________________________________________
61706 [ 19227] By: ams                                   on 2003/04/16  02:32:11
61707         Log: Storable now handles self-tied scalars with NULL mg_obj.
61708      Branch: perl
61709            ! ext/Storable/Storable.xs
61710 ____________________________________________________________________________
61711 [ 19226] By: jhi                                   on 2003/04/15  18:00:21
61712         Log: Upgrade to Pod::LaTeX 0.55.
61713      Branch: perl
61714            + lib/Pod/t/pod2latex.t
61715            - lib/Pod/t/latex.t
61716            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
61717 ____________________________________________________________________________
61718 [ 19224] By: jhi                                   on 2003/04/15  17:01:27
61719         Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
61720      Branch: perl
61721            ! Configure
61722 ____________________________________________________________________________
61723 [ 19223] By: jhi                                   on 2003/04/15  16:36:32
61724         Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
61725      Branch: perl
61726            ! t/io/layers.t
61727 ____________________________________________________________________________
61728 [ 19221] By: jhi                                   on 2003/04/15  16:27:49
61729         Log: False alarm: no cyclic dependency.
61730      Branch: perl
61731            ! Configure config_h.SH
61732 ____________________________________________________________________________
61733 [ 19219] By: jhi                                   on 2003/04/15  16:08:11
61734         Log: Backport of _most_ of the changes in #19218: not one big
61735              cyclic dependency, though, it must be broken up somehow.
61736      Branch: perl
61737            ! Configure config_h.SH
61738 ____________________________________________________________________________
61739 [ 19218] By: jhi                                   on 2003/04/15  14:09:31
61740         Log: Big patch from Alan Burlison to make Solaris long doubles work.
61741              (Also spreads more <stdlib.h> joy.)
61742              Needs backporting to metaconfig units and introducing the new
61743              symbols to non-Configure lands.
61744      Branch: perl
61745            ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
61746 ____________________________________________________________________________
61747 [ 19217] By: jhi                                   on 2003/04/15  14:01:03
61748         Log: Don't skip the whole test for PERLIO=perlio.
61749      Branch: perl
61750            ! t/io/layers.t
61751 ____________________________________________________________________________
61752 [ 19215] By: jhi                                   on 2003/04/15  05:54:17
61753         Log: Add a test for [perl #17753].
61754      Branch: perl
61755            ! t/op/undef.t
61756 ____________________________________________________________________________
61757 [ 19214] By: jhi                                   on 2003/04/15  05:40:52
61758         Log: "proto.h": 'id' is a reserved word in Objective-C.
61759      Branch: perl
61760            ! embed.fnc op.c proto.h
61761 ____________________________________________________________________________
61762 [ 19213] By: sky                                   on 2003/04/14  21:42:10
61763         Log: Ook, run tests on correct build-dir next time.
61764              We must check if the hv is a stash, otherwise we try to delete
61765              something that is a HvNAME of null.....  tests pass better now
61766      Branch: perl
61767            ! gv.c
61768 ____________________________________________________________________________
61769 [ 19212] By: sky                                   on 2003/04/14  21:15:00
61770         Log: Fixes to bugs introduced by PL_stashcache
61771              A) Follow suggestion by Benjamin Goldberg to use hv_delete
61772              instead of hv_delete_ent to avoid creating a temporary SV
61773              B) Don't increment the refcount, sneak it into an IV instead
61774              C) When a GP is a deleted that contains a stash, remove the
61775              corresponding entry since hv might be in use in other places.
61776              D) Note that no test cases test the deletion of packages to catch
61777              this bug.
61778      Branch: perl
61779            ! gv.c hv.c pp_hot.c
61780 ____________________________________________________________________________
61781 [ 19211] By: rgs                                   on 2003/04/14  21:11:11
61782         Log: Mention that "make test_harness" lets messages sent through
61783              standard error out. Complements change #19206.
61784      Branch: perl
61785            ! pod/perlhack.pod
61786 ____________________________________________________________________________
61787 [ 19210] By: rgs                                   on 2003/04/14  20:48:02
61788         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
61789              From: Inaba Hiroto <inaba@st.rim.or.jp>
61790              Date: Fri, 21 Mar 2003 17:35:21 +0900
61791              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
61792              Date: Sat, 22 Mar 2003 11:28:05 +0900
61793              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
61794      Branch: perl
61795            ! regexec.c t/op/pat.t
61796 ____________________________________________________________________________
61797 [ 19209] By: jhi                                   on 2003/04/14  20:36:55
61798         Log: PERLIO=perlio requires extra steps.
61799      Branch: perl
61800            ! lib/PerlIO.pm t/io/layers.t
61801 ____________________________________________________________________________
61802 [ 19208] By: jhi                                   on 2003/04/14  20:02:04
61803         Log: Skip as early as possible if no perlio since the
61804              use open would be compile-time.
61805      Branch: perl
61806            ! t/io/layers.t
61807 ____________________________________________________________________________
61808 [ 19207] By: rgs                                   on 2003/04/14  19:34:42
61809         Log: Document and test autovivified dirhandles.
61810              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
61811              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
61812              Date: 12 Apr 2003 12:40:45 -0000
61813              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
61814      Branch: perl
61815            ! pod/perlfunc.pod t/op/readdir.t
61816 ____________________________________________________________________________
61817 [ 19206] By: rgs                                   on 2003/04/14  19:13:26
61818         Log: More docs about running tests and the test suite.
61819              Update perlhack.pod in various places.
61820              Add 'test_harness' as a .PHONY dependency in the Makefile.
61821      Branch: perl
61822            ! Makefile.SH pod/perlhack.pod t/README
61823 ____________________________________________________________________________
61824 [ 19205] By: jhi                                   on 2003/04/14  18:58:01
61825         Log: Build get_layers() also under -Uuseperlio.
61826      Branch: perl
61827            ! universal.c
61828 ____________________________________________________________________________
61829 [ 19204] By: jhi                                   on 2003/04/14  18:48:04
61830         Log: Bump up the version and admonish against aspiring (ab)use.
61831      Branch: perl
61832            ! lib/PerlIO.pm
61833 ____________________________________________________________________________
61834 [ 19203] By: jhi                                   on 2003/04/14  17:35:51
61835         Log: Introduce PerlIO::get_layers() to allow people to peek
61836              at the PerlIO layer stack.
61837      Branch: perl
61838            + t/io/layers.t
61839            ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
61840            ! universal.c
61841 ____________________________________________________________________________
61842 [ 19202] By: merijn                                on 2003/04/14  05:42:18
61843         Log: Subject: [PATCH] vms/vms.c waitpid tweak
61844              From: "Craig A. Berry" <craigberry@mac.com>
61845              Date: Mon, 14 Apr 2003 00:43:00 -0500
61846              Message-ID: <3E9A4A64.6030205@mac.com>
61847      Branch: perl
61848            ! vms/vms.c
61849 ____________________________________________________________________________
61850 [ 19201] By: sky                                   on 2003/04/13  19:26:46
61851         Log: Fix bug #16253, use all the CPU that we can :-)
61852      Branch: perl
61853            ! ext/threads/threads.xs
61854 ____________________________________________________________________________
61855 [ 19200] By: sky                                   on 2003/04/13  18:38:58
61856         Log: Fix bug #15893 by creating shared scalars with a refcount of 1
61857              instead of 2 and make push and pop increase the refcount.
61858      Branch: perl
61859            ! ext/threads/shared/shared.xs
61860 ____________________________________________________________________________
61861 [ 19199] By: jhi                                   on 2003/04/13  11:45:42
61862         Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
61863              ../../lib for the lc() at line 66 (UTF-8 data possible
61864              if using UTF-8 locales).
61865      Branch: perl
61866            ! lib/ExtUtils/t/Install.t
61867 ____________________________________________________________________________
61868 [ 19198] By: jhi                                   on 2003/04/13  09:43:09
61869         Log: The lib/ipc_sysv.t test has a new name.
61870      Branch: perl
61871            ! INSTALL
61872 ____________________________________________________________________________
61873 [ 19197] By: jhi                                   on 2003/04/13  09:32:05
61874         Log: Continue hunting for the cause of the Tru64 failed threaded smokes
61875              most probably introduced by the change #19157.  The tweak suggested
61876              by Stephen McCamant trades a possible dangling pointer (CopFILE()
61877              is tricky like that with threads) to a memory leak.  (This means
61878              that this tweak shouldn't be left in as-is, but if this helps,
61879              we at least know that the failure was caused by the #19157.)
61880      Branch: perl
61881            ! op.c
61882 ____________________________________________________________________________
61883 [ 19196] By: jhi                                   on 2003/04/13  09:20:02
61884         Log: Upgrade to Net::Ping 2.29.
61885      Branch: perl
61886            + lib/Net/Ping/t/510_ping_udp.t
61887            - lib/Net/Ping/README
61888            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
61889 ____________________________________________________________________________
61890 [ 19195] By: jhi                                   on 2003/04/13  09:02:05
61891         Log: Upgrade to Test::Harness 2.27_04.
61892      Branch: perl
61893            + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
61894            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
61895            ! lib/Test/Harness/t/test-harness.t
61896 ____________________________________________________________________________
61897 [ 19194] By: rgs                                   on 2003/04/12  21:21:04
61898         Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
61899      Branch: perl
61900            ! hints/darwin.sh hints/rhapsody.sh
61901 ____________________________________________________________________________
61902 [ 19192] By: jhi                                   on 2003/04/12  18:23:40
61903         Log: The debugging aid #19182 didn't.
61904      Branch: perl
61905            ! ext/B/t/deparse.t
61906 ____________________________________________________________________________
61907 [ 19191] By: jhi                                   on 2003/04/12  16:51:12
61908         Log: Benchmark nit from Nicholas Clark (in OpenBSD the result could
61909              be a negative zero, -0).
61910      Branch: perl
61911            ! lib/Benchmark.t
61912 ____________________________________________________________________________
61913 [ 19190] By: rgs                                   on 2003/04/12  13:41:25
61914         Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
61915              From: Michael G Schwern <schwern@pobox.com>
61916              Date: Fri, 11 Apr 2003 00:32:02 -0700
61917              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
61918      Branch: perl
61919            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
61920            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
61921            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
61922            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
61923            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
61924            ! lib/ExtUtils/t/zz_cleanup_dummy.t
61925 ____________________________________________________________________________
61926 [ 19189] By: rgs                                   on 2003/04/10  20:40:14
61927         Log: Peter Scott suggests that the docs for base.pm should
61928              state explicitely that base.pm doesn't call import()
61929              on base classes. Plus a few typos.
61930      Branch: perl
61931            ! lib/base.pm
61932 ____________________________________________________________________________
61933 [ 19188] By: rgs                                   on 2003/04/10  19:45:08
61934         Log: PerlFAQ sync.
61935      Branch: perl
61936            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
61937            ! pod/perlfaq7.pod pod/perlfaq9.pod
61938 ____________________________________________________________________________
61939 [ 19187] By: rgs                                   on 2003/04/10  19:25:18
61940         Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
61941              There used to be a nullstash (%{"<none>::"}) to hold illegal
61942              variables under strict 'vars'. It has been removed by change #17942.
61943              This can lead to segfaults during the parsing, because some illegal
61944              variables might have been discarded before the compilation of the
61945              current statement had completed.
61946              Bug analysis and test case by Enache Adrian.
61947      Branch: perl
61948            ! gv.c t/lib/strict/vars
61949 ____________________________________________________________________________
61950 [ 19186] By: jhi                                   on 2003/04/10  19:13:40
61951         Log: Be more descriptive.
61952      Branch: perl
61953            ! MANIFEST
61954 ____________________________________________________________________________
61955 [ 19185] By: jhi                                   on 2003/04/10  19:06:02
61956         Log: Noted by Nat: -0 didn't work that well with Unicode.
61957      Branch: perl
61958            ! perl.c pod/perlrun.pod
61959 ____________________________________________________________________________
61960 [ 19184] By: jhi                                   on 2003/04/10  17:26:43
61961         Log: Add an option for the grok_xxx() to silently ignore bad digits.
61962      Branch: perl
61963            ! numeric.c perl.h
61964 ____________________________________________________________________________
61965 [ 19183] By: jhi                                   on 2003/04/10  10:56:25
61966         Log: The test doesn't work that well when -Uusedl.
61967              Some of the tests could be salvaged even then I guess.
61968      Branch: perl
61969            ! lib/ExtUtils/t/Constant.t
61970 ____________________________________________________________________________
61971 [ 19182] By: jhi                                   on 2003/04/10  09:40:24
61972         Log: A temporary debugging aid for Tru64 threaded builds.
61973      Branch: perl
61974            ! ext/B/t/deparse.t
61975 ____________________________________________________________________________
61976 [ 19181] By: jhi                                   on 2003/04/10  08:02:10
61977         Log: Unless Inuits are involved...
61978      Branch: perl
61979            ! pod/perlrun.pod
61980 ____________________________________________________________________________
61981 [ 19180] By: jhi                                   on 2003/04/10  07:02:44
61982         Log: With AFS the cwds have little chance of agreeing.
61983      Branch: perl
61984            ! ext/Cwd/t/cwd.t
61985 ____________________________________________________________________________
61986 [ 19179] By: jhi                                   on 2003/04/10  06:46:50
61987         Log: I assume the idea was to use the *cwd variables for testing.
61988      Branch: perl
61989            ! ext/Cwd/t/cwd.t
61990 ____________________________________________________________________________
61991 [ 19177] By: jhi                                   on 2003/04/10  04:34:48
61992         Log: perlport information about portably embedding string data.
61993      Branch: perl
61994            ! pod/perlport.pod
61995 ____________________________________________________________________________
61996 [ 19176] By: jhi                                   on 2003/04/10  04:18:45
61997         Log: Also locale names can contain illegal UTF-8.
61998      Branch: perl
61999            ! lib/locale.t
62000 ____________________________________________________________________________
62001 [ 19175] By: jhi                                   on 2003/04/10  04:03:48
62002         Log: In case someone is using UTF-8 locales.
62003      Branch: perl
62004            ! lib/ExtUtils/MM_MacOS.pm
62005 ____________________________________________________________________________
62006 [ 19174] By: merijn                                on 2003/04/09  14:33:12
62007         Log: Even more promotion for -lc128 (long doubles on AIX)
62008              More obvious detection of C compiler
62009              cc_type should not promote to config.sh
62010
62011              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62012              Date: Wed, 09 Apr 2003 14:31:48 +0200
62013              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
62014      Branch: perl
62015            ! hints/aix.sh
62016 ____________________________________________________________________________
62017 [ 19173] By: jhi                                   on 2003/04/09  12:39:35
62018         Log: open(my $fh, ">&", STDOUT) should not warn under strict.
62019      Branch: perl
62020            ! op.c t/io/open.t
62021 ____________________________________________________________________________
62022 [ 19172] By: jhi                                   on 2003/04/09  10:40:31
62023         Log: Try to be more descriptive than just __ANONIO__ which is what
62024              you get when you autovivify filehandles into array/hash elements.
62025      Branch: perl
62026            ! doio.c op.c t/io/open.t
62027 ____________________________________________________________________________
62028 [ 19171] By: rgs                                   on 2003/04/08  20:44:20
62029         Log: Implement support for --help and --version in Getopt::Std
62030              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
62031              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
62032              Date: Mon, 7 Apr 2003 17:07:15 -0700
62033              Message-ID: <20030408000714.GA953@math.berkeley.edu>
62034      Branch: perl
62035            ! lib/Getopt/Std.pm
62036 ____________________________________________________________________________
62037 [ 19170] By: rgs                                   on 2003/04/08  19:47:05
62038         Log: Subject: [PATCH] Re: Error: Unknown error
62039              From: Enache Adrian <enache@rdslink.ro>
62040              Date: Tue, 8 Apr 2003 07:12:13 +0300
62041              Message-ID: <20030408041213.GA13553@ratsnest.hole>
62042      Branch: perl
62043            ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
62044 ____________________________________________________________________________
62045 [ 19169] By: rgs                                   on 2003/04/08  19:19:34
62046         Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
62047              From: Dave Mitchell <davem@fdgroup.com>
62048              Date: Mon, 7 Apr 2003 21:43:17 +0100
62049              Message-ID: <20030407204317.GA8796@fdgroup.com>
62050
62051              The new XTERMORDORDOR lexer expectation must also be named
62052              in debugging perls, to be used in the output of -DT.
62053      Branch: perl
62054            ! perl.h toke.c
62055 ____________________________________________________________________________
62056 [ 19168] By: rgs                                   on 2003/04/08  19:05:22
62057         Log: Document that perl recognizes 2>&1 on the command-line on VMS.
62058      Branch: perl
62059            ! vms/perlvms.pod
62060 ____________________________________________________________________________
62061 [ 19167] By: rgs                                   on 2003/04/08  18:47:18
62062         Log: Typos fixes by Stas Bekman.
62063      Branch: perl
62064            ! cv.h lib/attributes.pm sv.h
62065 ____________________________________________________________________________
62066 [ 19166] By: rgs                                   on 2003/04/08  18:43:22
62067         Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
62068              From: Robin Barker <Robin.Barker@npl.co.uk>
62069              Date: Tue, 8 Apr 2003 14:23:04 +0100
62070              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
62071      Branch: perl
62072            ! pod/perlpod.pod
62073 ____________________________________________________________________________
62074 [ 19164] By: jhi                                   on 2003/04/08  04:42:05
62075         Log: Few more words about safe/unsafe signals.
62076      Branch: perl
62077            ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
62078 ____________________________________________________________________________
62079 [ 19163] By: jhi                                   on 2003/04/07  19:25:39
62080         Log: The SvGROW() might move the PV.
62081      Branch: perl
62082            ! pp.c
62083 ____________________________________________________________________________
62084 [ 19162] By: jhi                                   on 2003/04/07  18:23:29
62085         Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
62086              From: Michael G Schwern <schwern@pobox.com>
62087              Date: Mon, 7 Apr 2003 02:09:17 -0700
62088              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
62089      Branch: perl
62090            + lib/ExtUtils/t/MM_Any.t
62091            ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
62092            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
62093            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
62094            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
62095            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
62096            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
62097            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
62098            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
62099            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
62100            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
62101            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
62102            ! lib/ExtUtils/README lib/ExtUtils/TODO
62103            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
62104            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
62105 ____________________________________________________________________________
62106 [ 19160] By: jhi                                   on 2003/04/07  04:17:38
62107         Log: Time::HiRes: Do not create files in blib directories under core
62108              (from Rafael)
62109      Branch: perl
62110            ! ext/Time/HiRes/Makefile.PL
62111 ____________________________________________________________________________
62112 [ 19159] By: jhi                                   on 2003/04/07  03:53:01
62113         Log: Future binary compat wishful thinking:
62114              maint will use the stashcache, but not the dbassertion.
62115      Branch: perl
62116            ! intrpvar.h
62117 ____________________________________________________________________________
62118 [ 19158] By: jhi                                   on 2003/04/07  03:41:17
62119         Log: More WinCE tweaking for Vadim Konovalov.
62120      Branch: perl
62121            ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
62122            ! wince/makedist.pl
62123 ____________________________________________________________________________
62124 [ 19157] By: rgs                                   on 2003/04/06  20:53:29
62125         Log: Subject: CvFILE for constant subs
62126              From: Stephen McCamant <smcc@mit.edu>
62127              Date: Sun, 6 Apr 2003 16:39:13 -0400
62128              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
62129      Branch: perl
62130            ! op.c
62131 ____________________________________________________________________________
62132 [ 19156] By: rgs                                   on 2003/04/06  20:44:09
62133         Log: Subject: [PATCH] B::Deparse: sv_no != 0
62134              From: Stephen McCamant <smcc@mit.edu>
62135              Date: Sun, 6 Apr 2003 17:00:48 -0400
62136              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
62137      Branch: perl
62138            ! ext/B/B/Deparse.pm
62139 ____________________________________________________________________________
62140 [ 19154] By: jhi                                   on 2003/04/06  19:46:35
62141         Log: An unconditional carp is not nice.
62142      Branch: perl
62143            ! ext/Sys/Syslog/Syslog.pm
62144 ____________________________________________________________________________
62145 [ 19153] By: rgs                                   on 2003/04/06  18:37:58
62146         Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
62147              From: Robert Spier <rspier@pobox.com>
62148              Date: Sat, 05 Apr 2003 21:12:20 -0800
62149              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
62150      Branch: perl
62151            ! README.solaris
62152 ____________________________________________________________________________
62153 [ 19152] By: rgs                                   on 2003/04/06  18:24:38
62154         Log: Remove unportable ">|" shell syntax
62155              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
62156              From: Enache Adrian <enache@rdslink.ro>
62157              Date: Sun, 6 Apr 2003 21:13:27 +0300
62158              Message-ID: <20030406181326.GA873@ratsnest.hole>
62159      Branch: perl
62160            ! Makefile.SH
62161 ____________________________________________________________________________
62162 [ 19151] By: jhi                                   on 2003/04/06  18:14:44
62163         Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
62164              From: Joost van Baal <J.E.vanBaal@uvt.nl>
62165              Date: Mon, 25 Nov 2002 17:35:37 +0100
62166              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
62167
62168              (The .pm patch modified a bit, and removed the false
62169              claim that _PATH_INFO would be coming from syslog.ph)
62170      Branch: perl
62171            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
62172            ! ext/Sys/Syslog/syslog.t
62173 ____________________________________________________________________________
62174 [ 19150] By: rgs                                   on 2003/04/05  21:10:00
62175         Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
62176              From: Enache Adrian <enache@rdslink.ro>
62177              Date: Thu, 3 Apr 2003 15:50:48 +0300
62178              Message-ID: <20030403125048.GA6107@ratsnest.hole>
62179
62180              On linux, when building a shared library, generate
62181              a small shell wrapper, "preload", that preloads libperl.so
62182              only if it exists. Useful when the 'make' process stops
62183              before the link phase.
62184      Branch: perl
62185            ! Makefile.SH
62186 ____________________________________________________________________________
62187 [ 19149] By: jhi                                   on 2003/04/05  20:44:25
62188         Log: Upgrade to Locale::Maketext 1.04.
62189      Branch: perl
62190            + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
62191            + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
62192            - lib/Locale/Maketext/test.pl
62193            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
62194            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
62195 ____________________________________________________________________________
62196 [ 19148] By: jhi                                   on 2003/04/05  20:38:30
62197         Log: perluniintro.pod: nice_string() doesn't escape
62198              literal escape chars -- use Sadahiro-san's fix(es).
62199      Branch: perl
62200            ! pod/perluniintro.pod
62201 ____________________________________________________________________________
62202 [ 19147] By: rgs                                   on 2003/04/05  19:12:30
62203         Log: Subject: [PATCH 5.8.1 @19053] Embedding
62204              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
62205              Date: Mon, 31 Mar 2003 12:39:24 -0800
62206              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
62207
62208              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
62209              to be used in a C program's main function.
62210      Branch: perl
62211            ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
62212 ____________________________________________________________________________
62213 [ 19146] By: jhi                                   on 2003/04/05  19:08:37
62214         Log: Heredocs and use encoding didn't work for SJIS;
62215              patch from Inaba Hiroto.
62216      Branch: perl
62217            ! toke.c
62218 ____________________________________________________________________________
62219 [ 19145] By: rgs                                   on 2003/04/05  11:45:36
62220         Log: The manpages don't have to be built by MakeMaker for the
62221              core modules in ext/. Disable this in Devel::PPPort (not
62222              up-to-date on CPAN), Unicode::Normalize (the CPAN version
62223              uses a different Makefile.PL anyway) and XS::APItest
62224              (not CPANized.)
62225      Branch: perl
62226            ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
62227            ! ext/XS/APItest/Makefile.PL
62228 ____________________________________________________________________________
62229 [ 19144] By: rgs                                   on 2003/04/05  11:28:22
62230         Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
62231              by SADAHIRO Tomoyuki.
62232      Branch: perl
62233            ! ext/Unicode/Normalize/Changes
62234            ! ext/Unicode/Normalize/Normalize.pm
62235            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
62236            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
62237            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
62238            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
62239            ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
62240 ____________________________________________________________________________
62241 [ 19143] By: merijn                                on 2003/04/03  08:55:33
62242         Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
62243              From: "Craig A. Berry" <craigberry@mac.com>
62244              Date: Wed, 02 Apr 2003 18:09:03 -0600
62245              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
62246      Branch: perl
62247            ! vms/vms.c vms/vmsish.h
62248 ____________________________________________________________________________
62249 [ 19142] By: merijn                                on 2003/04/03  08:50:55
62250         Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
62251              From: andreas.koenig@anima.de (Andreas J. Koenig)
62252              Date: Thu, 03 Apr 2003 08:28:52 +0200
62253              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
62254      Branch: perl
62255            ! lib/Pod/t/Functions.t
62256 ____________________________________________________________________________
62257 [ 19141] By: jhi                                   on 2003/04/03  05:00:36
62258         Log: Don't recurse from threads to threads/shared (since
62259              threads/shared is built separately, temp solution from
62260              Schwern while MM is being fixed.)
62261      Branch: perl
62262            ! ext/threads/Makefile.PL
62263 ____________________________________________________________________________
62264 [ 19140] By: rgs                                   on 2003/04/02  20:41:46
62265         Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
62266              From: Steve Hay <steve.hay@uk.radan.com>
62267              Date: Thu, 20 Mar 2003 11:55:01 +0000
62268              Message-ID: <3E79AC15.80307@uk.radan.com>
62269      Branch: perl
62270            ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
62271 ____________________________________________________________________________
62272 [ 19139] By: jhi                                   on 2003/04/02  19:44:07
62273         Log: Make perldiag agree with #19138.
62274      Branch: perl
62275            ! pod/perldiag.pod
62276 ____________________________________________________________________________
62277 [ 19138] By: jhi                                   on 2003/04/02  19:37:59
62278         Log: Make at least the thread count make sense.
62279      Branch: perl
62280            ! ext/threads/threads.xs
62281 ____________________________________________________________________________
62282 [ 19137] By: rgs                                   on 2003/04/02  19:24:47
62283         Log: Adjust test for the recent change (#19136) to Pod::Html
62284      Branch: perl
62285            ! lib/Pod/t/htmlview.t
62286 ____________________________________________________________________________
62287 [ 19136] By: rgs                                   on 2003/04/02  18:46:31
62288         Log: Fixes for "installhtml --splithead", based on :
62289              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
62290              From: Steve Hay <steve.hay@uk.radan.com>
62291              Date: Wed, 02 Apr 2003 11:33:41 +0100
62292              Message-ID: <3E8ABC85.5060807@uk.radan.com>
62293
62294              This also includes a small patch to Pod::Html : when generating
62295              anchor names, play on the safe side and turn every non-alphanumeric
62296              character into an '_'. Moreover, Pod::Html::anchorify() is now
62297              optionally exported.
62298      Branch: perl
62299            ! installhtml lib/Pod/Html.pm
62300 ____________________________________________________________________________
62301 [ 19135] By: rgs                                   on 2003/04/02  18:42:50
62302         Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
62303              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62304              Date: Tue, 01 Apr 2003 16:32:46 -0800
62305              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
62306      Branch: perl
62307            ! pp.c t/op/split.t
62308 ____________________________________________________________________________
62309 [ 19134] By: sky                                   on 2003/04/02  18:01:40
62310         Log: Fix some small nits, thanks to Rafael.
62311      Branch: perl
62312            ! pp_hot.c
62313 ____________________________________________________________________________
62314 [ 19133] By: sky                                   on 2003/04/02  13:41:14
62315         Log: Add packname->stash cache before the check if a packname is a
62316              filehandle or a package, it works because only packnames
62317              that have been resolved to stashes are added to the cache,
62318              and when a newIO is created we clean the cache.
62319              Results in roughly 1.8 speed increase for class->method()
62320              calls.
62321      Branch: perl
62322            ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
62323 ____________________________________________________________________________
62324 [ 19132] By: merijn                                on 2003/04/02  11:28:02
62325         Log: #19122 should have been tested on non-glibc system (like AIX)
62326      Branch: perl
62327            ! pp.c
62328 ____________________________________________________________________________
62329 [ 19131] By: jhi                                   on 2003/04/02  05:25:19
62330         Log: Spread IlyaZ's PERL_CORE detection trick.
62331      Branch: perl
62332            ! ext/Encode/Makefile.PL
62333 ____________________________________________________________________________
62334 [ 19130] By: jhi                                   on 2003/04/02  04:42:40
62335         Log: Cannot portably compare files if one of them is still open
62336              (from Craig Berry).
62337      Branch: perl
62338            ! ext/Encode/t/enc_module.t
62339 ____________________________________________________________________________
62340 [ 19129] By: jhi                                   on 2003/04/02  04:30:45
62341         Log: MM_VMS tweak from Craig Berry:
62342              http://nntp.x.perl.org/group/perl.makemaker/1002
62343      Branch: perl
62344            ! lib/ExtUtils/MM_VMS.pm
62345 ____________________________________________________________________________
62346 [ 19128] By: rgs                                   on 2003/04/01  21:30:12
62347         Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
62348              From: Steve Hay <steve.hay@uk.radan.com>
62349              Date: Thu, 20 Mar 2003 12:34:15 +0000
62350              Message-ID: <3E79B547.6030201@uk.radan.com>
62351              (with a few minor tweaks)
62352      Branch: perl
62353            ! installhtml
62354 ____________________________________________________________________________
62355 [ 19127] By: rgs                                   on 2003/04/01  19:01:20
62356         Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
62357              From: Enache Adrian <enache@rdslink.ro>
62358              Date: Sat, 29 Mar 2003 19:45:41 +0200
62359              Message-ID: <20030329174541.GA8138@ratsnest.hole>
62360      Branch: perl
62361            ! ext/B/B/Deparse.pm
62362 ____________________________________________________________________________
62363 [ 19126] By: rgs                                   on 2003/04/01  18:39:43
62364         Log: Fix bug #21742. require should be always invoked in
62365              scalar context. This wasn't the case when called from
62366              an eval(""), because the void context doesn't propagate
62367              through the leaveeval op. Instead of making scalarvoid()
62368              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
62369              a workaround in doeval().
62370      Branch: perl
62371            ! pp_ctl.c t/comp/require.t
62372 ____________________________________________________________________________
62373 [ 19124] By: jhi                                   on 2003/04/01  16:52:28
62374         Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
62375              From: "Green, Paul" <Paul.Green@stratus.com>
62376              Date: Tue, 1 Apr 2003 12:37:38 -0500
62377              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
62378      Branch: perl
62379            ! hints/vos.sh
62380 ____________________________________________________________________________
62381 [ 19122] By: jhi                                   on 2003/04/01  16:36:52
62382         Log: Integrate:
62383              [ 19119]
62384              Address "5.8.1@19053: crypt_r() takes 128K per thread".
62385      Branch: perl
62386           !> pp.c reentr.c reentr.h reentr.pl
62387 ____________________________________________________________________________
62388 [ 19121] By: jhi                                   on 2003/04/01  16:36:02
62389         Log: Integrate:
62390              [ 19109]
62391              Subject: [PATCH 5.8.1 @19053] Time::HiRes
62392              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
62393              Date: Mon, 31 Mar 2003 12:53:01 -0800
62394              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
62395
62396              [ 19111]
62397              A cleaner way to detect PERL_CORE, from IlyaZ.
62398      Branch: perl
62399           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
62400 ____________________________________________________________________________
62401 [ 19120] By: jhi                                   on 2003/04/01  16:32:03
62402         Log: Integrate:
62403              [ 19106]
62404              Subject: [PATCH 5.8.1 @19053] OS/2-related patches
62405              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
62406              Date: Mon, 31 Mar 2003 12:43:37 -0800
62407              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
62408
62409              and regen Configure.
62410      Branch: perl
62411            ! Configure config_h.SH embedvar.h
62412           !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
62413           !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
62414           !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
62415           !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
62416           !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
62417           !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
62418           !> reentr.h reentr.pl sv.c
62419 ____________________________________________________________________________
62420 [ 19118] By: jhi                                   on 2003/04/01  16:17:04
62421         Log: Document the _exit() issue with threads in Linux [perl #17057].
62422      Branch: perl
62423            ! ext/POSIX/POSIX.pod
62424 ____________________________________________________________________________
62425 [ 19117] By: jhi                                   on 2003/04/01  16:07:59
62426         Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
62427              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
62428              Date: Tue, 1 Apr 2003 11:02:35 +0200
62429              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
62430      Branch: perl
62431            ! t/op/getpid.t
62432 ____________________________________________________________________________
62433 [ 19116] By: jhi                                   on 2003/04/01  16:06:12
62434         Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
62435              From: Michael G Schwern <schwern@pobox.com>
62436              Date: Mon, 31 Mar 2003 15:16:57 -0800
62437              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
62438      Branch: perl
62439            ! ext/SDBM_File/sdbm/Makefile.PL
62440 ____________________________________________________________________________
62441 [ 19115] By: jhi                                   on 2003/04/01  15:58:45
62442         Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
62443              From: Richard.Foley@ubsw.com
62444              Date: Mon, 31 Mar 2003 16:27:14 +0200
62445              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
62446      Branch: perl
62447            ! pod/perlhack.pod
62448 ____________________________________________________________________________
62449 [ 19114] By: jhi                                   on 2003/04/01  15:56:27
62450         Log: Subject: [PATCH] Text::Abbrev warnings safe
62451              From: Peter Scott <Peter@PSDT.com>
62452              Date: Fri, 28 Mar 2003 16:34:47 -0800
62453              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
62454      Branch: perl
62455            ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
62456 ____________________________________________________________________________
62457 [ 19113] By: merijn                                on 2003/04/01  14:12:33
62458         Log: Implemented AIX longdouble support in hints/aix.sh, which now
62459              actually work.  Thanks to John L. Allen for the hint.
62460
62461              Subject: Re: AIX longdoubles
62462              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62463              Date: Tue, 01 Apr 2003 17:18:57 +0200
62464              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
62465      Branch: perl
62466            ! hints/aix.sh
62467 ____________________________________________________________________________
62468 [ 19104] By: jhi                                   on 2003/03/31  10:51:36
62469         Log: Tabify; strictly speaking unnecessary but anyway...
62470      Branch: perl
62471            ! MANIFEST
62472 ____________________________________________________________________________
62473 [ 19102] By: jhi                                   on 2003/03/31  10:36:48
62474         Log: Upgrade to Test::Harness 2.27_02.
62475      Branch: perl
62476            + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
62477            + t/lib/sample-tests/too_many
62478            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
62479            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
62480            ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
62481 ____________________________________________________________________________
62482 [ 19101] By: jhi                                   on 2003/03/31  10:07:35
62483         Log: Upgrade to podlators 1.26.
62484      Branch: perl
62485            ! lib/Pod/Man.pm
62486 ____________________________________________________________________________
62487 [ 19100] By: jhi                                   on 2003/03/31  10:03:50
62488         Log: Upgrade to Encode 1.92.
62489      Branch: perl
62490            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
62491            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
62492            ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
62493            ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
62494            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
62495            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
62496 ____________________________________________________________________________
62497 [ 19099] By: jhi                                   on 2003/03/31  09:54:52
62498         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
62499              From: Michael G Schwern <schwern@pobox.com>
62500              Date: Mon, 31 Mar 2003 02:42:58 -0800
62501              Message-ID: <20030331104257.GB15327@windhund.schwern.org>
62502      Branch: perl
62503            + lib/ExtUtils/MakeMaker/FAQ.pod
62504            + lib/ExtUtils/MakeMaker/Tutorial.pod
62505            + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
62506            + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
62507            + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
62508            + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
62509            + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
62510            + t/lib/TieIn.pm
62511            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
62512            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
62513            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
62514            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
62515            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
62516            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
62517            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
62518            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
62519            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
62520            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
62521            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
62522            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
62523            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
62524            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
62525            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
62526            ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
62527            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
62528            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
62529 ____________________________________________________________________________
62530 [ 19098] By: jhi                                   on 2003/03/31  09:36:11
62531         Log: Subject: [PATCH dump.c] stray n_a
62532              From: Michael G Schwern <schwern@pobox.com>
62533              Date: Mon, 31 Mar 2003 00:55:49 -0800
62534              Message-ID: <20030331085549.GB1300@windhund.schwern.org>
62535      Branch: perl
62536            ! dump.c
62537 ____________________________________________________________________________
62538 [ 19097] By: jhi                                   on 2003/03/31  05:00:07
62539         Log: Some low-hanging fruit for EBCDIC portability
62540              (or for marking as EBCDIC todos)
62541      Branch: perl
62542            ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
62543            ! t/uni/write.t
62544 ____________________________________________________________________________
62545 [ 19094] By: jhi                                   on 2003/03/30  15:54:35
62546         Log: Upgrade to Time::HiRes 1.44.
62547      Branch: perl
62548            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
62549 ____________________________________________________________________________
62550 [ 19092] By: jhi                                   on 2003/03/30  15:09:02
62551         Log: IRIX 5.3 update.
62552      Branch: perl
62553            ! README.irix
62554 ____________________________________________________________________________
62555 [ 19091] By: jhi                                   on 2003/03/30  10:26:32
62556         Log: Not all compilers like #ifdefs within cpp macros
62557              (follow-up on #19086)
62558      Branch: perl
62559            ! pp_sys.c
62560 ____________________________________________________________________________
62561 [ 19090] By: jhi                                   on 2003/03/30  09:50:33
62562         Log: Ending strings is customary (typo from #19084).
62563      Branch: perl
62564            ! ext/Socket/Socket.t
62565 ____________________________________________________________________________
62566 [ 19089] By: jhi                                   on 2003/03/30  09:24:08
62567         Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
62568      Branch: perl
62569            ! MANIFEST
62570 ____________________________________________________________________________
62571 [ 19088] By: jhi                                   on 2003/03/30  09:09:42
62572         Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
62573              as the test expects.
62574      Branch: perl
62575            ! lib/Net/hostent.t
62576 ____________________________________________________________________________
62577 [ 19087] By: jhi                                   on 2003/03/30  09:08:07
62578         Log: In IRIX 5.3 turn off some of the warnings that cannot
62579              really be helped (e.g. warnings coming from system headers,
62580              or linker warnings during Configure).
62581      Branch: perl
62582            ! hints/irix_5.sh
62583 ____________________________________________________________________________
62584 [ 19086] By: jhi                                   on 2003/03/30  08:59:24
62585         Log: In IRIX 5.3 the cc is awfully confused about the prototype
62586              of select().
62587      Branch: perl
62588            ! hints/irix_5.sh pp_sys.c
62589 ____________________________________________________________________________
62590 [ 19085] By: jhi                                   on 2003/03/30  08:43:53
62591         Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
62592      Branch: perl
62593            + ext/Time/HiRes/hints/irix.pl
62594            ! MANIFEST
62595 ____________________________________________________________________________
62596 [ 19084] By: jhi                                   on 2003/03/30  08:31:53
62597         Log: gethostbyname('localhost') is not that portable.
62598              inet_aton('localhost') in IRIX 5.3 returned an undef,
62599              which in turn made pack_sockaddr_in to barf on zero
62600              length in_addr.
62601      Branch: perl
62602            ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
62603 ____________________________________________________________________________
62604 [ 19083] By: jhi                                   on 2003/03/30  07:49:46
62605         Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
62606              From: Nicholas Clark <nick@unfortu.net>
62607              Date: Sun, 30 Mar 2003 00:35:48 +0000
62608              Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
62609      Branch: perl
62610            ! sv.c
62611 ____________________________________________________________________________
62612 [ 19082] By: jhi                                   on 2003/03/29  21:18:32
62613         Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
62614              not defined AF_LINK.
62615      Branch: perl
62616            ! ext/Socket/Socket.xs
62617 ____________________________________________________________________________
62618 [ 19081] By: jhi                                   on 2003/03/29  20:41:56
62619         Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
62620              From: Nicholas Clark <nick@unfortu.net>
62621              Date: Sat, 29 Mar 2003 18:58:09 +0000
62622              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
62623      Branch: perl
62624            ! dump.c
62625 ____________________________________________________________________________
62626 [ 19080] By: rgs                                   on 2003/03/29  20:39:34
62627         Log: Minor rephrasing in perlopentut,
62628              noticed by Bob Wilkinson (RT [perl #21725])
62629      Branch: perl
62630            ! pod/perlopentut.pod
62631 ____________________________________________________________________________
62632 [ 19079] By: rgs                                   on 2003/03/29  20:21:11
62633         Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
62634              From: Nicholas Clark <nick@unfortu.net>
62635              Date: Thu, 27 Mar 2003 22:37:35 +0000
62636              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
62637      Branch: perl
62638            ! pod/perlapi.pod sv.h
62639 ____________________________________________________________________________
62640 [ 19078] By: jhi                                   on 2003/03/29  07:23:00
62641         Log: It seems that in Tru64 V5 gcc cannot be used to
62642              compile a threaded Perl because <pthread.h> explicitly
62643              checks for supported compilers (gcc not being one of them).
62644              This is not so bad since the system C compiler is always there.
62645      Branch: perl
62646            ! README.tru64 hints/dec_osf.sh
62647 ____________________________________________________________________________
62648 [ 19077] By: jhi                                   on 2003/03/28  06:03:16
62649         Log: Feeding illegal QP (like \x80) to this
62650              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
62651              caused a coredump in av_length() <- nextargv() because
62652              the av was NULL.  I don't know that returning Nullfp is
62653              the best thing to do, but it dodges the segfault and
62654              introduces no test failures.
62655      Branch: perl
62656            ! doio.c
62657 ____________________________________________________________________________
62658 [ 19074] By: jhi                                   on 2003/03/27  18:17:20
62659         Log: Missing final \n.
62660      Branch: perl
62661            ! lib/Attribute/Handlers/Changes
62662 ____________________________________________________________________________
62663 [ 19072] By: rgs                                   on 2003/03/26  22:30:09
62664         Log: Subject: [perl #21672] IO::New and undefined filename behaviour
62665              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
62666              Date: 24 Mar 2003 16:29:08 -0000
62667              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
62668              plus a regression test
62669      Branch: perl
62670            ! ext/IO/lib/IO/File.pm lib/FileHandle.t
62671 ____________________________________________________________________________
62672 [ 19071] By: rgs                                   on 2003/03/26  22:08:16
62673         Log: Better version of change #19069
62674              Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
62675              From: Nicholas Clark <nick@unfortu.net>
62676              Date: Wed, 26 Mar 2003 23:01:46 +0000
62677              Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
62678      Branch: perl
62679            ! pp_hot.c sv.c t/op/readline.t
62680 ____________________________________________________________________________
62681 [ 19070] By: rgs                                   on 2003/03/26  21:31:55
62682         Log: Subject: [patch] for Stratus VOS
62683              From: "Green, Paul" <Paul.Green@stratus.com>
62684              Date: Wed, 26 Mar 2003 17:24:38 -0500
62685              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
62686              (plus a small tweak to the test script)
62687      Branch: perl
62688            ! README.vos t/op/pack.t
62689 ____________________________________________________________________________
62690 [ 19069] By: rgs                                   on 2003/03/26  21:14:33
62691         Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
62692              From: Nicholas Clark <nick@unfortu.net>
62693              Date: Tue, 25 Mar 2003 22:59:17 +0000
62694              Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
62695      Branch: perl
62696            ! sv.c t/op/readline.t
62697 ____________________________________________________________________________
62698 [ 19068] By: rgs                                   on 2003/03/26  20:53:18
62699         Log: Win32 counterpart of change #19065
62700      Branch: perl
62701            ! win32/Makefile win32/makefile.mk
62702 ____________________________________________________________________________
62703 [ 19067] By: rgs                                   on 2003/03/26  20:34:32
62704         Log: VMS counterpart of change #19065
62705      Branch: perl
62706            ! vms/descrip_mms.template
62707 ____________________________________________________________________________
62708 [ 19066] By: jhi                                   on 2003/03/26  20:05:40
62709         Log: Upgrade to Term::ANSIColor 1.07.
62710      Branch: perl
62711            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
62712            ! lib/Term/ANSIColor/README
62713 ____________________________________________________________________________
62714 [ 19065] By: rgs                                   on 2003/03/26  19:55:20
62715         Log: Add a file utils/cpan.PL to generate the "cpan" utility,
62716              also separately maintained on CPAN, and now moved as
62717              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
62718              this last file.
62719      Branch: perl
62720            + utils/cpan.PL
62721           +> lib/CPAN/bin/cpan
62722            - utils/cpan
62723            ! MANIFEST installperl utils/Makefile
62724 ____________________________________________________________________________
62725 [ 19064] By: jhi                                   on 2003/03/26  19:48:32
62726         Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
62727              From: Dave Mitchell <davem@fdgroup.com>
62728              Date: Thu, 20 Mar 2003 01:26:19 +0000
62729              Message-ID: <20030320012619.C19869@fdgroup.com>
62730
62731              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
62732              From: Dave Mitchell <davem@fdgroup.com>
62733              Date: Mon, 24 Mar 2003 16:06:51 +0000
62734              Message-ID: <20030324160651.D1798@fdgroup.com>
62735      Branch: perl
62736            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
62737 ____________________________________________________________________________
62738 [ 19063] By: jhi                                   on 2003/03/26  19:33:09
62739         Log: Subject: [perl #21648] Doc typo in Net::servent
62740              From: Andy Lester (via RT) <perlbug-followup@perl.org>
62741              Date: 22 Mar 2003 05:02:31 -0000
62742              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
62743      Branch: perl
62744            ! lib/Net/servent.pm
62745 ____________________________________________________________________________
62746 [ 19062] By: jhi                                   on 2003/03/26  19:29:39
62747         Log: Subject: [PATCH README.qnx] for QNX 6.2
62748              From: Norton Allen <allen@huarp.harvard.edu>
62749              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
62750              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
62751      Branch: perl
62752            ! README.qnx
62753 ____________________________________________________________________________
62754 [ 19060] By: merijn                                on 2003/03/26  13:13:23
62755         Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
62756              From: "Craig A. Berry" <craigberry@mac.com>
62757              Date: Tue, 25 Mar 2003 22:52:58 -0600
62758              Message-ID: <3E81322A.3040508@mac.com>
62759      Branch: perl
62760            ! lib/vmsish.t
62761 ____________________________________________________________________________
62762 [ 19059] By: rgs                                   on 2003/03/24  21:43:03
62763         Log: Change 19056 wasn't good enough.
62764              ldlibpth should be changed later, to avoid spaces to be quoted.
62765      Branch: perl
62766            ! Makefile.SH
62767 ____________________________________________________________________________
62768 [ 19058] By: rgs                                   on 2003/03/24  21:37:59
62769         Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
62770              From: Michael G Schwern <schwern@pobox.com>
62771              Date: Mon, 24 Mar 2003 00:50:39 -0800
62772              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
62773      Branch: perl
62774            ! pod/perlhist.pod
62775 ____________________________________________________________________________
62776 [ 19057] By: rgs                                   on 2003/03/24  21:33:43
62777         Log: Typo, spotted by Doru Petrescu
62778              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
62779      Branch: perl
62780            ! ext/Data/Dumper/Dumper.pm
62781 ____________________________________________________________________________
62782 [ 19056] By: rgs                                   on 2003/03/24  21:05:48
62783         Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
62784              From: Enache Adrian <enache@rdslink.ro>
62785              Date: Mon, 24 Mar 2003 23:56:25 +0200
62786              Message-ID: <20030324215625.GB853@ratsnest.hole>
62787      Branch: perl
62788            ! Makefile.SH
62789 ____________________________________________________________________________
62790 [ 19055] By: merijn                                on 2003/03/24  07:05:39
62791         Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
62792              From: Enache Adrian <enache@rdslink.ro>
62793              Date: Sat, 22 Mar 2003 22:49:49 +0200
62794              Message-ID: <20030322204949.GB794@ratsnest.hole>
62795
62796              This is a slightly more defensive patch than Chip's patch that
62797              fell through the cracks, but does the same
62798              Subject: Shared libperl.so and build issues
62799              From: Chip Turner <cturner@redhat.com>
62800              Date: Tue 31 Dec 2002 17:21
62801      Branch: perl
62802            ! Makefile.SH
62803 ____________________________________________________________________________
62804 [ 19054] By: merijn                                on 2003/03/24  06:54:23
62805         Log: Subject: [PATCH bleadperl] vms.c thread clean-up
62806              From: "Craig A. Berry" <craigberry@mac.com>
62807              Date: Sun, 23 Mar 2003 15:32:58 -0600
62808              Message-ID: <3E7E280A.5000304@mac.com>
62809      Branch: perl
62810            ! vms/vms.c
62811 ____________________________________________________________________________
62812 [ 19052] By: jhi                                   on 2003/03/24  04:28:13
62813         Log: For change #19051: a new .bat to CRLF.
62814      Branch: perl
62815            ! Porting/makerel
62816 ____________________________________________________________________________
62817 [ 19051] By: jhi                                   on 2003/03/24  04:27:55
62818         Log: WinCE update from Vadim Konovalov.
62819      Branch: perl
62820            + wince/compile-all.bat wince/makedist.pl
62821            - wince/include/sys/stat.h wince/xbuildall.ksh
62822            - wince/xdistclean.ksh wince/xmakediffs.ksh
62823            ! MANIFEST README.ce dosish.h wince/Makefile.ce
62824            ! wince/compile.bat wince/config.ce
62825 ____________________________________________________________________________
62826 [ 19050] By: jhi                                   on 2003/03/24  04:25:15
62827         Log: Oops (change #19013 missed changing the Perl version number).
62828      Branch: perl
62829            ! cygwin/perlld.in
62830 ____________________________________________________________________________
62831 [ 19047] By: jhi                                   on 2003/03/23  17:54:33
62832         Log: Integrate from maint-5.8:
62833              [ 19045]
62834              If no IVSIZE == 8, no need for modulo_1.
62835      Branch: perl
62836           !> pp.c
62837 ____________________________________________________________________________
62838 [ 19044] By: rgs                                   on 2003/03/21  21:09:15
62839         Log: Subject: [PATCH] p4genpatch
62840              From: andreas.koenig@anima.de (Andreas J. Koenig)
62841              Date: Sat, 15 Mar 2003 12:04:18 +0100
62842              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
62843      Branch: perl
62844            ! Porting/p4genpatch
62845 ____________________________________________________________________________
62846 [ 19043] By: rgs                                   on 2003/03/21  20:43:55
62847         Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
62848              From: Martien Verbruggen <mgjv@tradingpost.com.au>
62849              Date: Sat, 15 Mar 2003 12:31:47 +1100
62850              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
62851      Branch: perl
62852            ! pod/perlsub.pod pod/perlsyn.pod
62853 ____________________________________________________________________________
62854 [ 19042] By: merijn                                on 2003/03/21  07:45:54
62855         Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
62856              From: "Craig A. Berry" <craigberry@mac.com>
62857              Date: Thu, 20 Mar 2003 23:03:36 -0600
62858              Message-ID: <3E7A9D28.1040706@mac.com>
62859      Branch: perl
62860            ! configure.com vms/vms.c vms/vmsish.h
62861 ____________________________________________________________________________
62862 [ 19039] By: rgs                                   on 2003/03/20  22:40:38
62863         Log: Subject: Re: [patch] [perl #21628] rcatline issue
62864              From: Enache Adrian <enache@rdslink.ro>
62865              Date: Thu, 20 Mar 2003 22:39:06 +0200
62866              Message-ID: <20030320203906.GA31199@ratsnest.hole>
62867      Branch: perl
62868            ! MANIFEST pp_hot.c t/op/readline.t
62869 ____________________________________________________________________________
62870 [ 19038] By: rgs                                   on 2003/03/20  22:07:50
62871         Log: Subject: Re: Bytecode? Back into service.
62872              From: Enache Adrian <enache@rdslink.ro>
62873              Date: Thu, 20 Mar 2003 07:38:39 +0200
62874              Message-ID: <20030320053839.GA4044@ratsnest.hole>
62875      Branch: perl
62876            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
62877            ! ext/ByteLoader/byterun.h op.c
62878 ____________________________________________________________________________
62879 [ 19037] By: rgs                                   on 2003/03/20  20:16:43
62880         Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
62881              From: "Gerrit P. Haase" <gp@familiehaase.de>
62882              Date: Thu, 20 Mar 2003 21:23:28 +0100
62883              Message-ID: <941032389637.20030320212328@familiehaase.de>
62884      Branch: perl
62885            ! README.cygwin
62886 ____________________________________________________________________________
62887 [ 19036] By: jhi                                   on 2003/03/20  05:23:15
62888         Log: Integrate:
62889              [ 19033]
62890              file test operators weren't doing the right thing if the SV
62891              passed to them wasn't NUL-terminated
62892
62893              [ 19034]
62894              ensure SVs returned by Win32::Get{Short,Full}PathName() are
62895              NUL-terminated
62896      Branch: perl
62897           !> doio.c win32/win32.c
62898 ____________________________________________________________________________
62899 [ 19028] By: jhi                                   on 2003/03/19  09:46:27
62900         Log: Better wording as requested by Rafael, and
62901              the module is BerkeleyDB, not BerkeleyFile.
62902      Branch: perl
62903            ! README.tru64
62904 ____________________________________________________________________________
62905 [ 19026] By: jhi                                   on 2003/03/19  09:11:43
62906         Log: Update the DB_File instructions in Tru64.
62907      Branch: perl
62908            ! README.tru64
62909 ____________________________________________________________________________
62910 [ 19025] By: rgs                                   on 2003/03/18  21:59:33
62911         Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
62912              From: Dave Mitchell <davem@fdgroup.com>
62913              Date: Tue, 18 Mar 2003 21:55:05 +0000
62914              Message-ID: <20030318215505.A16787@fdgroup.com>
62915      Branch: perl
62916            ! pp_ctl.c t/op/goto.t
62917 ____________________________________________________________________________
62918 [ 19024] By: rgs                                   on 2003/03/18  21:24:27
62919         Log: Subject: [PATCH] VMS pod install tweaks
62920              From: "Craig A. Berry" <craigberry@mac.com>
62921              Date: Sat, 15 Mar 2003 16:06:07 -0600
62922              Message-ID: <3E73A3CF.3060502@mac.com>
62923      Branch: perl
62924            ! vms/descrip_mms.template
62925 ____________________________________________________________________________
62926 [ 19023] By: rgs                                   on 2003/03/18  21:22:03
62927         Log: Subject: [PATCH] poll() help for VMS
62928              From: "Craig A. Berry" <craigberry@mac.com>
62929              Date: Tue, 18 Mar 2003 01:10:10 -0600
62930              Message-ID: <3E76C652.30205@mac.com>
62931      Branch: perl
62932            ! configure.com ext/IO/poll.h
62933 ____________________________________________________________________________
62934 [ 19021] By: jhi                                   on 2003/03/18  06:56:26
62935         Log: The description of SIG_SIZE was off.
62936      Branch: perl
62937            ! Configure NetWare/config_H.wc Porting/Glossary
62938            ! Porting/config.sh Porting/config_H config_h.SH
62939            ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
62940            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
62941            ! wince/config_H.ce
62942 ____________________________________________________________________________
62943 [ 19020] By: merijn                                on 2003/03/18  05:45:50
62944         Log: Minor updates of Wolfgang's pack patch
62945
62946              Subject: Re: pack changes and related fixes
62947              From: Philip Newton <Philip.Newton@gmx.net>
62948              Date: Tue, 18 Mar 2003 06:19:30 +0100
62949              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
62950      Branch: perl
62951            ! embed.fnc pod/perldiag.pod
62952 ____________________________________________________________________________
62953 [ 19019] By: gsar                                  on 2003/03/18  05:06:07
62954         Log: regenerate win32/config_H.*
62955      Branch: perl
62956            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
62957            ! win32/config_H.vc64
62958 ____________________________________________________________________________
62959 [ 19018] By: gsar                                  on 2003/03/18  03:02:38
62960         Log: there is no trailing NULL in sig_name or sig_num, so don't
62961              talk about it
62962      Branch: perl
62963            ! Porting/Glossary
62964 ____________________________________________________________________________
62965 [ 19017] By: gsar                                  on 2003/03/18  03:01:02
62966         Log: according to the new Porting/Glossary, sig_num doesn't have an
62967              extra '0' at the end
62968      Branch: perl
62969            ! win32/config.bc win32/config.gc win32/config.vc
62970            ! win32/config.vc64
62971 ____________________________________________________________________________
62972 [ 19016] By: hv                                    on 2003/03/18  00:52:09
62973         Log: add tests for existing behaviour of undef postinc/dec
62974      Branch: perl
62975            ! t/op/inc.t
62976 ____________________________________________________________________________
62977 [ 19015] By: hv                                    on 2003/03/18  00:46:18
62978         Log: add comment at undef postinc special case
62979      Branch: perl
62980            ! pp.c
62981 ____________________________________________________________________________
62982 [ 19014] By: hv                                    on 2003/03/18  00:27:19
62983         Log: clarify behaviour of $a++
62984      Branch: perl
62985            ! pod/perlop.pod
62986 ____________________________________________________________________________
62987 [ 19013] By: jhi                                   on 2003/03/17  19:52:06
62988         Log: Integrate:
62989              [ 19012]
62990              We don't have the new Perl at this stage.
62991      Branch: perl
62992           !> cygwin/perlld.in
62993 ____________________________________________________________________________
62994 [ 19010] By: jhi                                   on 2003/03/17  17:16:44
62995         Log: Subject: pack changes and related fixes
62996              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
62997              Date: Mon, 17 Mar 2003 13:55:37 +0100
62998              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
62999      Branch: perl
63000            ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
63001            ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
63002            ! t/lib/warnings/pp_pack t/op/pack.t
63003 ____________________________________________________________________________
63004 [ 19007] By: jhi                                   on 2003/03/17  04:45:40
63005         Log: Integrate:
63006              [ 19006]
63007              Subject: Re: [Patch] Maintperl versioning for Cygwin
63008              From: Slaven Rezic <slaven@rezic.de>
63009              Date: 17 Mar 2003 00:42:43 +0100
63010              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
63011      Branch: perl
63012           !> cygwin/perlld.in
63013 ____________________________________________________________________________
63014 [ 19005] By: hv                                    on 2003/03/17  02:06:20
63015         Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
63016              From: chocolateboy <chocolateboy@chocolatey.com>
63017              Date: Sat, 22 Feb 2003 12:17:28 +0000
63018              Message-ID: <3E576A58.8010901@chocolatey.com>
63019      Branch: perl
63020            + ext/Data/Dumper/t/pair.t
63021            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
63022 ____________________________________________________________________________
63023 [ 19004] By: hv                                    on 2003/03/17  01:38:23
63024         Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
63025              From: Stas Bekman <stas@stason.org>
63026              Date: Fri, 14 Feb 2003 11:59:53 +1100
63027              Message-ID: <3E4C3F89.6050005@stason.org>
63028      Branch: perl
63029            ! utils/h2xs.PL
63030 ____________________________________________________________________________
63031 [ 19003] By: hv                                    on 2003/03/17  01:23:02
63032         Log: Subject: [perl #20724] Patch for dprofpp
63033              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
63034              Date: 5 Feb 2003 08:41:17 -0000
63035              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
63036      Branch: perl
63037            ! utils/dprofpp.PL
63038 ____________________________________________________________________________
63039 [ 19002] By: hv                                    on 2003/03/16  23:36:57
63040         Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
63041              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
63042              Date: 10 Jan 2003 10:59:44 -0000
63043              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
63044      Branch: perl
63045            ! lib/IPC/Open3.pm
63046 ____________________________________________________________________________
63047 [ 19001] By: jhi                                   on 2003/03/16  21:50:24
63048         Log: getservbyname_r() kaputt in OpenBSD (might get fixed
63049              for 3.3, but only might)
63050      Branch: perl
63051            ! hints/openbsd.sh
63052 ____________________________________________________________________________
63053 [ 18999] By: jhi                                   on 2003/03/16  21:33:49
63054         Log: Stay within known facts: what platforms the skippage helps,
63055              and in which it is not needed.
63056      Branch: perl
63057            ! ext/POSIX/t/posix.t
63058 ____________________________________________________________________________
63059 [ 18998] By: jhi                                   on 2003/03/16  18:15:42
63060         Log: This seems to fix (well, dodge) the problems in FreeBSD for
63061              Enache Adrian; in _theory_ this patch could be good for NetBSD,
63062              too, but Alian gets a core dump already at subtest #9 (anyone
63063              with a real NetBSD, Alian's is a VMware one, which has in the
63064              past caused similar odd crashes).  OpenBSD threaded build result
63065              still unknown.
63066      Branch: perl
63067            ! ext/POSIX/t/posix.t
63068 ____________________________________________________________________________
63069 [ 18997] By: jhi                                   on 2003/03/16  18:07:30
63070         Log: IRIX ls -l marks sockets with 'S'.
63071      Branch: perl
63072            ! t/op/stat.t
63073 ____________________________________________________________________________
63074 [ 18996] By: jhi                                   on 2003/03/16  17:41:42
63075         Log: Turn on UTF-8 flag only if the $str is valid utf8
63076              (pointed out by Dan Kogai).
63077      Branch: perl
63078            ! lib/Term/ReadLine.pm
63079 ____________________________________________________________________________
63080 [ 18995] By: jhi                                   on 2003/03/16  16:40:06
63081         Log: Signedness nits.
63082      Branch: perl
63083            ! regcomp.c
63084 ____________________________________________________________________________
63085 [ 18994] By: jhi                                   on 2003/03/16  15:41:44
63086         Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
63087              Should work both for PERL_UNICODE/-C and use encoding 'foo';
63088      Branch: perl
63089            ! lib/Term/ReadLine.pm
63090 ____________________________________________________________________________
63091 [ 18991] By: jhi                                   on 2003/03/16  15:14:31
63092         Log: Pod fix from Philip Newton.
63093      Branch: perl
63094            ! pod/perlfunc.pod
63095 ____________________________________________________________________________
63096 [ 18990] By: jhi                                   on 2003/03/16  15:12:00
63097         Log: Further potential pitfalls for the utf8 len/pos cache
63098              found by Inaba Hiroto.  No test cases, yet.
63099      Branch: perl
63100            ! regcomp.c
63101 ____________________________________________________________________________
63102 [ 18989] By: jhi                                   on 2003/03/16  08:02:31
63103         Log: Make the :bytes conditional on PerlIO.
63104      Branch: perl
63105            ! ext/Encode/t/CJKT.t
63106 ____________________________________________________________________________
63107 [ 18988] By: jhi                                   on 2003/03/15  18:27:36
63108         Log: Needs PerlIO for :bytes.
63109      Branch: perl
63110            ! ext/Encode/t/CJKT.t
63111 ____________________________________________________________________________
63112 [ 18986] By: rgs                                   on 2003/03/14  20:28:20
63113         Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
63114              From: Enache Adrian <enache@rdslink.ro>
63115              Date: Fri, 14 Mar 2003 23:02:42 +0200
63116              Message-ID: <20030314210242.GA1159@ratsnest.hole>
63117              (with an added test)
63118      Branch: perl
63119            ! t/comp/parser.t toke.c
63120 ____________________________________________________________________________
63121 [ 18985] By: rgs                                   on 2003/03/14  19:45:18
63122         Log: Time::HiRes is a core module
63123      Branch: perl
63124            ! pod/perlfunc.pod
63125 ____________________________________________________________________________
63126 [ 18984] By: rgs                                   on 2003/03/14  19:38:57
63127         Log: Subject: [patch ext/B/typemap] STRLEN T_UV
63128              From: Stas Bekman <stas@stason.org>
63129              Date: Fri, 14 Mar 2003 17:45:09 +1100
63130              Message-ID: <3E717A75.2060300@stason.org>
63131      Branch: perl
63132            ! ext/B/typemap
63133 ____________________________________________________________________________
63134 [ 18982] By: jhi                                   on 2003/03/14  15:16:18
63135         Log: Better pass in the $self for a method.
63136      Branch: perl
63137            ! lib/File/Spec/Unix.pm
63138 ____________________________________________________________________________
63139 [ 18980] By: jhi                                   on 2003/03/14  13:42:32
63140         Log: Cleanup the File::Spec tmpdir() implementations:
63141              now all the platforms specific modules call _tmpdir()
63142              (inherited from Unix.pm) with the list of platform
63143              specific list of temporary directories, and _tmpdir()
63144              then does the appropriate suitability checking.
63145      Branch: perl
63146            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
63147            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
63148            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
63149            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
63150 ____________________________________________________________________________
63151 [ 18979] By: jhi                                   on 2003/03/14  12:48:09
63152         Log: whichsig() really does return -1 for unknown signals.
63153      Branch: perl
63154            ! mg.c
63155 ____________________________________________________________________________
63156 [ 18977] By: jhi                                   on 2003/03/14  10:42:33
63157         Log: Rework the @Config{/sig.*/} tests.
63158      Branch: perl
63159            ! lib/Config.t
63160 ____________________________________________________________________________
63161 [ 18976] By: jhi                                   on 2003/03/14  10:31:50
63162         Log: Subject: [PATCH] configure.com: sig_num, etc.
63163              From: "Craig A. Berry" <craigberry@mac.com>
63164              Date: Thu, 13 Mar 2003 21:38:19 -0600
63165              Message-ID: <3E714EAB.6030001@mac.com>
63166      Branch: perl
63167            ! configure.com
63168 ____________________________________________________________________________
63169 [ 18975] By: jhi                                   on 2003/03/14  10:30:53
63170         Log: Make whichsig() to work also if some system defines
63171              zero signals (now -1 is the "not found").  Note that
63172              in couple of mg.c spots only whichsig() > 0 branches
63173              are taken because signal handlers et al don't make
63174              much sense for the zero signal.
63175      Branch: perl
63176            ! doio.c mg.c
63177 ____________________________________________________________________________
63178 [ 18973] By: jhi                                   on 2003/03/14  10:27:46
63179         Log: Since Configure does the signal name/number probe with awk
63180              based on the cpp results (not by really running code), testing
63181              for the signum value is not really helpful if we have runtime
63182              function calls (some signal numbers are dynamic, for example)
63183              (or other extra stuff where the signum value is expected).
63184              (Runtimeness also means that Configure cannot get these right,
63185              anyway.) Better filter in just the constant non-negative numbers.
63186      Branch: perl
63187            ! Configure
63188 ____________________________________________________________________________
63189 [ 18971] By: jhi                                   on 2003/03/14  09:30:18
63190         Log: Signal issues.
63191              (1) Filter out negative signals.
63192              (2) Correct sig_num* and sig_name* descriptions.
63193      Branch: perl
63194            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63195            ! config_h.SH
63196 ____________________________________________________________________________
63197 [ 18970] By: jhi                                   on 2003/03/14  06:21:48
63198         Log: Hopefully this works also in Win32.
63199      Branch: perl
63200            ! ext/Encode/t/CJKT.t
63201 ____________________________________________________________________________
63202 [ 18969] By: jhi                                   on 2003/03/14  05:43:34
63203         Log: Subject: [PATCH] Perldoc.pm tweak for VMS
63204              From: "Craig A. Berry" <craigberry@mac.com>
63205              Date: Thu, 13 Mar 2003 13:44:55 -0600
63206              Message-ID: <3E70DFB7.8070405@mac.com>
63207      Branch: perl
63208            ! lib/Pod/Perldoc.pm
63209 ____________________________________________________________________________
63210 [ 18968] By: gsar                                  on 2003/03/14  04:41:25
63211         Log: fix for switchC.t test#6 failure on windows
63212      Branch: perl
63213            ! perl.c
63214 ____________________________________________________________________________
63215 [ 18967] By: gsar                                  on 2003/03/14  04:29:10
63216         Log: Config.t wasn't getting the sig_num and sig_size relationship
63217              right, and therefore failed test#35 on windows
63218
63219              note that config_h.SH documents that $sig_size does NOT include
63220              the final NULL in $sig_num!
63221      Branch: perl
63222            ! lib/Config.t
63223 ____________________________________________________________________________
63224 [ 18966] By: gsar                                  on 2003/03/14  04:20:51
63225         Log: another fix for failing test on windows ("use encoding" puts
63226              STDIN in :raw mode, so chomp() wasn't stripping the CR)
63227      Branch: perl
63228            ! ext/Encode/t/enc_module.t
63229 ____________________________________________________________________________
63230 [ 18965] By: gsar                                  on 2003/03/14  04:06:31
63231         Log: fix CJKT.t failures on windows due to incorrect binmode()
63232      Branch: perl
63233            ! ext/Encode/t/CJKT.t
63234 ____________________________________________________________________________
63235 [ 18964] By: rgs                                   on 2003/03/13  21:47:52
63236         Log: Skip the last test of Config.t on HP-UX.
63237              (This test should be skipped for every system that
63238              actually defines a negative signal number. Maybe that
63239              test should be removed, to be future-proof.)
63240      Branch: perl
63241            ! lib/Config.t
63242 ____________________________________________________________________________
63243 [ 18963] By: rgs                                   on 2003/03/13  20:57:32
63244         Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
63245              From: Kurt Starsinic <kstar@cpan.org>
63246              Date: Mon, 10 Mar 2003 00:54:49 -0500
63247              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
63248      Branch: perl
63249            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
63250 ____________________________________________________________________________
63251 [ 18962] By: rgs                                   on 2003/03/13  20:46:53
63252         Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
63253              From: "Craig A. Berry" <craigberry@mac.com>
63254              Date: Tue, 11 Mar 2003 21:29:31 -0600
63255              Message-ID: <3E6EA99B.9060902@mac.com>
63256              Patch by Scott Lepage (scott.lepage@hp.com)
63257      Branch: perl
63258            ! hv.c
63259 ____________________________________________________________________________
63260 [ 18959] By: jhi                                   on 2003/03/13  20:05:50
63261         Log: Some more stdlib.h inclusions and change the gccversion
63262              test to use return (could have used that for all, sigh).
63263      Branch: perl
63264            ! Configure
63265 ____________________________________________________________________________
63266 [ 18958] By: rgs                                   on 2003/03/12  20:46:58
63267         Log: Trims slashes from the argument to rmdir(), likewise
63268              to what happens with rmdir(). Factorize the code in a
63269              local macro, TRIMSLASHES.
63270      Branch: perl
63271            ! pp_sys.c
63272 ____________________________________________________________________________
63273 [ 18957] By: jhi                                   on 2003/03/12  14:23:02
63274         Log: VOS nit from Paul Green.
63275      Branch: perl
63276            ! vos/configure_full_perl.sh
63277 ____________________________________________________________________________
63278 [ 18956] By: jhi                                   on 2003/03/12  13:58:26
63279         Log: File::Spec: Do not fall back to '', use curdir instead.
63280              Note: Mac used to use cwd(), now curdir, slight change
63281              (relative vs. absolute).
63282      Branch: perl
63283            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
63284            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
63285            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
63286 ____________________________________________________________________________
63287 [ 18955] By: jhi                                   on 2003/03/12  13:49:15
63288         Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
63289              was unset (the tests attempted to create files at the /)
63290      Branch: perl
63291            ! lib/File/Spec/Cygwin.pm
63292 ____________________________________________________________________________
63293 [ 18954] By: jhi                                   on 2003/03/12  10:59:03
63294         Log: Another finding by IRIX cc: non-void function
63295              sv_cat_decode() should return a value.
63296      Branch: perl
63297            ! sv.c
63298 ____________________________________________________________________________
63299 [ 18952] By: jhi                                   on 2003/03/12  10:53:02
63300         Log: Integrate:
63301              [ 18949]
63302              pudge> never integrate anything from macos/
63303      Branch: perl
63304            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
63305            - macos/macperl.sym
63306           !> MANIFEST
63307 ____________________________________________________________________________
63308 [ 18951] By: jhi                                   on 2003/03/12  10:52:17
63309         Log: Integrate:
63310              [ 18946]
63311              Integrate from maint-5.8/macperl:
63312              [ 18937]
63313              Various MacOS portability fixes for tests
63314
63315              [ 18938]
63316              File::Spec::Unix method should be called on $self
63317
63318              [ 18939]
63319              lib.pm:_get_dirs() should use $_[0], not $_
63320
63321              [ 18940]
63322              Update MacOS for new configpm
63323
63324              [ 18941]
63325              Update MacOS build
63326              Update Makefile for new source files,
63327              update test script, add additional symbol for APItest
63328      Branch: perl
63329           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
63330           +> macos/macperl.sym
63331           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
63332           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
63333           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
63334           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
63335           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
63336           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
63337 ____________________________________________________________________________
63338 [ 18950] By: jhi                                   on 2003/03/12  10:49:27
63339         Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
63340              (Too early? If inited there the pthread_mutex_init() returns
63341              an integer much too large be an errno), but initing the mutex
63342              later, in perl_alloc(), seems to be okay with Cygwin, and also
63343              with Linux.
63344      Branch: perl
63345            ! perl.c
63346 ____________________________________________________________________________
63347 [ 18944] By: jhi                                   on 2003/03/12  06:00:48
63348         Log: Ouch.  Missed one more, the void flags check (and exit() is void).
63349      Branch: perl
63350            ! Configure
63351 ____________________________________________________________________________
63352 [ 18943] By: jhi                                   on 2003/03/12  05:51:21
63353         Log: Tell how to possibly dodge 'Out of memory' errors.
63354      Branch: perl
63355            ! pod/perldiag.pod
63356 ____________________________________________________________________________
63357 [ 18935] By: jhi                                   on 2003/03/11  22:00:54
63358         Log: WinCE tweaks from Vadim Konovalov.
63359      Branch: perl
63360            ! perl.c perlio.c wince/Makefile.ce
63361 ____________________________________________________________________________
63362 [ 18932] By: jhi                                   on 2003/03/11  20:22:07
63363         Log: Missed one.
63364      Branch: perl
63365            ! Configure
63366 ____________________________________________________________________________
63367 [ 18929] By: jhi                                   on 2003/03/11  20:15:51
63368         Log: Single vs doublequoted context is important...
63369      Branch: perl
63370            ! Configure
63371 ____________________________________________________________________________
63372 [ 18927] By: jhi                                   on 2003/03/11  20:04:33
63373         Log: """glob.*""" patch for VMS, from Peter Prymmer.
63374      Branch: perl
63375            ! vms/perlvms.pod vms/vms.c
63376 ____________________________________________________________________________
63377 [ 18926] By: rgs                                   on 2003/03/11  19:44:54
63378         Log: Questionable construct.
63379      Branch: perl
63380            ! pod/perltooc.pod
63381 ____________________________________________________________________________
63382 [ 18925] By: jhi                                   on 2003/03/11  19:15:15
63383         Log: Better setmode() prototype for cygwin.
63384      Branch: perl
63385            ! perl.h
63386 ____________________________________________________________________________
63387 [ 18923] By: jhi                                   on 2003/03/11  19:11:39
63388         Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
63389      Branch: perl
63390            ! Configure
63391 ____________________________________________________________________________
63392 [ 18921] By: jhi                                   on 2003/03/11  18:15:45
63393         Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
63394              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
63395              So make the macro to include the , and the non-gcc case empty.
63396      Branch: perl
63397            ! sv.h
63398 ____________________________________________________________________________
63399 [ 18919] By: jhi                                   on 2003/03/11  17:43:10
63400         Log: Uid_t and Gid_t can easily be shorts and one cannot
63401              pull shorts off the va_args, int is the shortest (ahem).
63402      Branch: perl
63403            ! reentr.c reentr.pl
63404 ____________________________________________________________________________
63405 [ 18918] By: jhi                                   on 2003/03/11  17:32:23
63406         Log: Subject: [PATCH] io_sock.t
63407              From: Norton Allen <allen@huarp.harvard.edu>
63408              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
63409              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
63410      Branch: perl
63411            ! README.qnx ext/IO/lib/IO/t/io_sock.t
63412 ____________________________________________________________________________
63413 [ 18917] By: jhi                                   on 2003/03/11  17:30:43
63414         Log: Get rid of one Cygwin warning by introducing a prototype
63415              for the init_os_extras().  Since there is no header file
63416              in Perl specific to cygwin, use perl.h.
63417      Branch: perl
63418            ! perl.h
63419 ____________________________________________________________________________
63420 [ 18916] By: jhi                                   on 2003/03/11  11:40:38
63421         Log: Upgrade to Time-HiRes 1.43.
63422      Branch: perl
63423            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
63424            ! ext/Time/HiRes/Makefile.PL
63425 ____________________________________________________________________________
63426 [ 18915] By: jhi                                   on 2003/03/11  09:19:54
63427         Log: Be more lax about the out of memory error message.
63428      Branch: perl
63429            ! t/op/recurse.t
63430 ____________________________________________________________________________
63431 [ 18914] By: jhi                                   on 2003/03/11  09:18:25
63432         Log: Try to handle hitting the heap/data limit in small systems.
63433              (One can simulate this with e.g. 32MB or 64MB datasize,
63434              use your shell's ulimit/limit/limits command.)
63435      Branch: perl
63436            ! t/op/recurse.t
63437 ____________________________________________________________________________
63438 [ 18912] By: hv                                    on 2003/03/11  07:36:00
63439         Log: typo for utf8locale in #18907
63440      Branch: perl
63441            ! sv.c
63442 ____________________________________________________________________________
63443 [ 18910] By: jhi                                   on 2003/03/11  06:55:29
63444         Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
63445              From: "Craig A. Berry" <craigberry@mac.com>
63446              Date: Tue, 11 Mar 2003 00:34:39 -0600
63447              Message-ID: <3E6D837F.7000506@mac.com>
63448      Branch: perl
63449            ! perl.c
63450 ____________________________________________________________________________
63451 [ 18909] By: jhi                                   on 2003/03/11  06:29:35
63452         Log: Upgrade to cperl-mode 5.0, from IlyaZ.
63453      Branch: perl
63454            ! emacs/cperl-mode.el
63455 ____________________________________________________________________________
63456 [ 18908] By: jhi                                   on 2003/03/11  06:09:05
63457         Log: Missed some, cryptically.
63458      Branch: perl
63459            ! pod/perlfunc.pod
63460 ____________________________________________________________________________
63461 [ 18907] By: jhi                                   on 2003/03/11  06:01:28
63462         Log: Add missing intrpvar clonings to perl_clone.
63463              Also move the IDBassertion to the end since there's
63464              no particular reason to break bincompat for that.
63465      Branch: perl
63466            ! intrpvar.h sv.c
63467 ____________________________________________________________________________
63468 [ 18906] By: jhi                                   on 2003/03/11  05:43:30
63469         Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
63470      Branch: perl
63471            ! intrpvar.h
63472 ____________________________________________________________________________
63473 [ 18905] By: jhi                                   on 2003/03/11  05:38:10
63474         Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
63475              From: Stas Bekman <stas@stason.org>
63476              Date: Tue, 11 Mar 2003 17:09:02 +1100
63477              Message-ID: <3E6D7D7E.5000704@stason.org>
63478      Branch: perl
63479            ! sv.c
63480 ____________________________________________________________________________
63481 [ 18904] By: jhi                                   on 2003/03/11  05:33:10
63482         Log: Subject: [PATCH] typos and other minor things
63483              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
63484              Date: Mon, 10 Mar 2003 21:00:55 -0700
63485              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
63486      Branch: perl
63487            ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
63488            ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
63489            ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
63490            ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
63491            ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
63492            ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
63493            ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
63494            ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
63495            ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
63496 ____________________________________________________________________________
63497 [ 18903] By: jhi                                   on 2003/03/11  05:29:12
63498         Log: A rejected hunk of #18902 reapplied.
63499      Branch: perl
63500            ! t/io/utf8.t
63501 ____________________________________________________________________________
63502 [ 18902] By: jhi                                   on 2003/03/11  05:19:15
63503         Log: Patch from Craig Berry to resolve test failures in VMS.
63504              Will poke the Net::Ping author.
63505      Branch: perl
63506            ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
63507            ! t/io/utf8.t t/op/magic.t
63508 ____________________________________________________________________________
63509 [ 18900] By: rgs                                   on 2003/03/10  22:12:37
63510         Log: Integrate (by hand) change #18386 from maint-5.8
63511      Branch: perl
63512            ! t/op/split.t
63513 ____________________________________________________________________________
63514 [ 18899] By: jhi                                   on 2003/03/10  21:44:12
63515         Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
63516      Branch: perl
63517            ! t/run/switchC.t
63518 ____________________________________________________________________________
63519 [ 18891] By: rgs                                   on 2003/03/10  20:22:39
63520         Log: A new test, to check that signal numbers are actually positive,
63521              and that there is a consistent number of signals available.
63522      Branch: perl
63523            ! lib/Config.t
63524 ____________________________________________________________________________
63525 [ 18889] By: rgs                                   on 2003/03/10  19:55:06
63526         Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
63527              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
63528              Date: Fri, 07 Mar 2003 13:12:49 -0800
63529              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
63530      Branch: perl
63531            ! mg.c pod/perldiag.pod t/op/tie.t
63532 ____________________________________________________________________________
63533 [ 18888] By: rgs                                   on 2003/03/10  19:37:40
63534         Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
63535              From: Nicholas Clark <nick@unfortu.net>
63536              Date: Sun, 9 Mar 2003 21:24:46 +0000
63537              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
63538      Branch: perl
63539            ! lib/Config.t
63540 ____________________________________________________________________________
63541 [ 18880] By: jhi                                   on 2003/03/10  16:17:50
63542         Log: Integrate from maint:
63543              [ 18428]
63544              Somehow I managed to get makefile.olds that didn't get cleaned away.
63545      Branch: perl
63546           !> Makefile.SH x2p/Makefile.SH
63547 ____________________________________________________________________________
63548 [ 18876] By: jhi                                   on 2003/03/10  06:35:20
63549         Log: Comment fix.
63550      Branch: perl
63551            ! t/io/utf8.t
63552 ____________________________________________________________________________
63553 [ 18875] By: jhi                                   on 2003/03/10  05:31:00
63554         Log: Remove the foo-old files.
63555      Branch: perl
63556            ! opcode.pl
63557 ____________________________________________________________________________
63558 [ 18874] By: jhi                                   on 2003/03/10  05:23:32
63559         Log: Subject: Re: Shared libperl.so and build issues
63560              From: Chip Turner <cturner@redhat.com>
63561              Date: 05 Jan 2003 10:35:40 -0500
63562              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
63563      Branch: perl
63564            ! INSTALL
63565 ____________________________________________________________________________
63566 [ 18873] By: jhi                                   on 2003/03/10  05:18:02
63567         Log: Bunch of doc patches from Stas; plus regen.
63568
63569              Subject: [doc patch] perl.c's pod api entry
63570              From: Stas Bekman <stas@stason.org>
63571              Date: Mon, 10 Mar 2003 12:35:52 +1100
63572              Message-ID: <3E6BEBF8.80402@stason.org>
63573
63574              Subject: Re: [patch] perlguts.pod
63575              From: Stas Bekman <stas@stason.org>
63576              Date: Mon, 10 Mar 2003 12:38:57 +1100
63577              Message-ID: <3E6BECB1.7050009@stason.org>
63578
63579              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
63580              From: Stas Bekman <stas@stason.org>
63581              Date: Mon, 10 Mar 2003 12:41:46 +1100
63582              Message-ID: <3E6BED5A.801@stason.org>
63583
63584              Subject: Re: [patch] perlapi.pod fix
63585              From: Stas Bekman <stas@stason.org>
63586              Date: Mon, 10 Mar 2003 12:43:33 +1100
63587              Message-ID: <3E6BEDC5.6010405@stason.org>
63588
63589              Subject: Re: [docs patch] replace gets() with fgets() in example
63590              From: Stas Bekman <stas@stason.org>
63591              Date: Mon, 10 Mar 2003 12:45:41 +1100
63592              Message-ID: <3E6BEE45.9030901@stason.org>
63593
63594              Subject: [doc patch] perlrun.pod
63595              From: Stas Bekman <stas@stason.org>
63596              Date: Mon, 10 Mar 2003 14:49:59 +1100
63597              Message-ID: <3E6C0B67.4050606@stason.org>
63598      Branch: perl
63599            ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
63600            ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
63601 ____________________________________________________________________________
63602 [ 18871] By: jhi                                   on 2003/03/09  20:15:13
63603         Log: Must not hide the protos, though.
63604      Branch: perl
63605            ! embed.pl proto.h
63606 ____________________________________________________________________________
63607 [ 18870] By: jhi                                   on 2003/03/09  20:12:11
63608         Log: I hate embed*.  Tell me what you know.
63609      Branch: perl
63610            ! embed.fnc embed.h
63611 ____________________________________________________________________________
63612 [ 18869] By: jhi                                   on 2003/03/09  19:32:19
63613         Log: Upgrade to Encode 1.91.
63614      Branch: perl
63615            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
63616            ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
63617 ____________________________________________________________________________
63618 [ 18868] By: jhi                                   on 2003/03/09  19:04:22
63619         Log: Export the symbols from #18863; do not prototype (but export)
63620              Nicholas Clark's experimental COW functions.
63621              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
63622              a mess of Herculean proportions.  Someone should redesign and
63623              clean up the stables.
63624      Branch: perl
63625            ! embed.fnc embed.pl global.sym proto.h
63626 ____________________________________________________________________________
63627 [ 18867] By: jhi                                   on 2003/03/09  17:12:55
63628         Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
63629      Branch: perl
63630            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
63631            ! ext/Encode/MANIFEST ext/Encode/encoding.pm
63632            ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
63633            ! ext/Encode/t/enc_module.t
63634 ____________________________________________________________________________
63635 [ 18865] By: jhi                                   on 2003/03/09  13:50:57
63636         Log: From Inaba Hiroto: DATA wasn't properly utf8ed
63637              under 'use encoding'.
63638      Branch: perl
63639            + ext/Encode/t/enc_data.t
63640            ! MANIFEST ext/Encode/MANIFEST toke.c
63641 ____________________________________________________________________________
63642 [ 18864] By: jhi                                   on 2003/03/09  13:21:09
63643         Log: Tru64: additional instructions for building a newer Berkeley DB.
63644      Branch: perl
63645            ! README.tru64 hints/dec_osf.sh
63646 ____________________________________________________________________________
63647 [ 18863] By: jhi                                   on 2003/03/09  12:07:28
63648         Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
63649              function stubs, should be helpful for really simple extensions.
63650              Undoes large parts of changes #16289 and #16290.
63651      Branch: perl
63652            ! sv.c
63653 ____________________________________________________________________________
63654 [ 18862] By: rgs                                   on 2003/03/09  11:48:37
63655         Log: ... and add a test case for bug #20798
63656      Branch: perl
63657            ! t/op/eval.t
63658 ____________________________________________________________________________
63659 [ 18861] By: jhi                                   on 2003/03/09  11:46:17
63660         Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
63661              From: Enache Adrian <enache@rdslink.ro>
63662              Date: Fri, 7 Mar 2003 23:28:37 +0200
63663              Message-ID: <20030307212837.GB765@ratsnest.hole>
63664
63665              (and few more test cases from the thread)
63666      Branch: perl
63667            ! sv.c t/op/sprintf.t
63668 ____________________________________________________________________________
63669 [ 18860] By: rgs                                   on 2003/03/09  11:33:09
63670         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
63671              From: Enache Adrian <enache@rdslink.ro>
63672              Date: Fri, 7 Mar 2003 00:12:03 +0200
63673              Message-ID: <20030306221203.GB13330@ratsnest.hole>
63674      Branch: perl
63675            ! op.c
63676 ____________________________________________________________________________
63677 [ 18859] By: rgs                                   on 2003/03/09  11:30:22
63678         Log: Adjust test count.
63679      Branch: perl
63680            ! t/op/pat.t
63681 ____________________________________________________________________________
63682 [ 18858] By: jhi                                   on 2003/03/09  10:54:10
63683         Log: From Inaba Hiroto: re_intuit_start set a value to
63684              PL_bostr before calling find_byclass when regexp has
63685              ROPT_UTF8 flag on. But right value for PL_bostr is set
63686              before re_intuit_start is called.  PL_regdata is always
63687              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
63688              can be deleted.
63689      Branch: perl
63690            ! regexec.c t/op/pat.t
63691 ____________________________________________________________________________
63692 [ 18857] By: jhi                                   on 2003/03/09  10:46:23
63693         Log: From Inaba Hiroto: the UTF-8 length cache wasn't
63694              updated when fbm_compile() appended a "\n".
63695      Branch: perl
63696            ! t/op/pat.t util.c
63697 ____________________________________________________________________________
63698 [ 18856] By: rgs                                   on 2003/03/08  20:16:36
63699         Log: Add a B::COP::io() method, to return the cop_io field of COPs.
63700              Print it in B::Debug. Can be used later in B::Deparse to deparse
63701              the open pragma.
63702      Branch: perl
63703            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
63704 ____________________________________________________________________________
63705 [ 18855] By: rgs                                   on 2003/03/08  19:51:40
63706         Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
63707              From: Richard.Foley@ubsw.com
63708              Date: Fri, 21 Feb 2003 13:51:51 +0100
63709              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
63710      Branch: perl
63711            ! pod/perldebug.pod
63712 ____________________________________________________________________________
63713 [ 18854] By: jhi                                   on 2003/03/08  19:41:25
63714         Log: Enache Adrian reads comments.
63715      Branch: perl
63716            ! perl.h
63717 ____________________________________________________________________________
63718 [ 18853] By: rgs                                   on 2003/03/08  19:40:13
63719         Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
63720              From: Richard Soderberg <perl@crystalflame.net>
63721              Date: Sat, 15 Feb 2003 01:27:17 -0500
63722              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
63723      Branch: perl
63724            ! ext/IO/lib/IO/Select.pm
63725 ____________________________________________________________________________
63726 [ 18852] By: jhi                                   on 2003/03/08  19:05:04
63727         Log: Subject: [PATCH] long %ENV values for VMS
63728              From: "Craig A. Berry" <craigberry@mac.com>
63729              Date: Fri, 07 Mar 2003 13:49:50 -0600
63730              Message-ID: <3E68F7DE.8070603@mac.com>
63731      Branch: perl
63732            ! vms/vms.c
63733 ____________________________________________________________________________
63734 [ 18851] By: jhi                                   on 2003/03/08  06:49:35
63735         Log: regen_headers tiny tidying:
63736              - regen.pl renamed as regen_lib.pl
63737              - regen_headers.pl renamed as regen.pl
63738              - added make target 'regen' (kept target 'regen_headers'
63739              for porters' brains' backward compatibility)
63740              - regen.pl fancified a bit to display the names
63741              of the files that got changed by running the scripts
63742      Branch: perl
63743            + regen_lib.pl
63744            - regen_headers.pl
63745            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
63746            ! keywords.pl opcode.pl regcomp.pl regen.pl
63747 ____________________________________________________________________________
63748 [ 18848] By: jhi                                   on 2003/03/07  08:40:52
63749         Log: Give pointers to runtime Unicode changes.
63750      Branch: perl
63751            ! pod/perlrun.pod pod/perlvar.pod
63752 ____________________________________________________________________________
63753 [ 18847] By: jhi                                   on 2003/03/07  08:02:50
63754         Log: Extra character noticed by Tels.
63755      Branch: perl
63756            ! MANIFEST
63757 ____________________________________________________________________________
63758 [ 18846] By: jhi                                   on 2003/03/07  05:28:11
63759         Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
63760              From: Kay Roepke <kay@dolphin-services.de>
63761              Date: Thu, 06 Mar 2003 23:00:10 +0100
63762              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
63763
63764              (plus change the d_gethostbyaddr_r_proto default to "0",
63765              that is what an undefined r_proto looks like)
63766      Branch: perl
63767            ! hints/freebsd.sh
63768 ____________________________________________________________________________
63769 [ 18845] By: jhi                                   on 2003/03/07  05:21:43
63770         Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
63771              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
63772              in non-glibc case", from Craig Berry)
63773      Branch: perl
63774            ! pp.c
63775 ____________________________________________________________________________
63776 [ 18844] By: jhi                                   on 2003/03/07  05:05:57
63777         Log: Good observation from Philip Newton.
63778      Branch: perl
63779            ! pod/perlrun.pod
63780 ____________________________________________________________________________
63781 [ 18843] By: rgs                                   on 2003/03/06  21:59:02
63782         Log: Make the -A switch work without an assertion name.
63783              by Salvador Fandiño.
63784      Branch: perl
63785            ! perl.c t/run/switch_A.t
63786 ____________________________________________________________________________
63787 [ 18842] By: rgs                                   on 2003/03/06  21:27:15
63788         Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
63789              From: "Jos I. Boumans" <kane@dwim.org>
63790              Date: Fri, 21 Feb 2003 20:33:53 +0100
63791              Message-ID: <3E567F21.6020006@dwim.org>
63792              (with some minor tweaks)
63793      Branch: perl
63794            ! pod/perlmodstyle.pod
63795 ____________________________________________________________________________
63796 [ 18841] By: rgs                                   on 2003/03/06  20:56:32
63797         Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
63798              From: Enache Adrian <enache@rdslink.ro>
63799              Date: Sun, 2 Mar 2003 06:05:22 +0200
63800              Message-ID: <20030302040522.GB4905@ratsnest.hole>
63801      Branch: perl
63802            ! t/op/subst.t
63803 ____________________________________________________________________________
63804 [ 18840] By: rgs                                   on 2003/03/06  20:45:08
63805         Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
63806              From: Enache Adrian <enache@rdslink.ro>
63807              Date: Wed, 5 Mar 2003 12:06:20 +0200
63808              Message-ID: <20030305100620.GA909@ratsnest.hole>
63809      Branch: perl
63810            ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
63811            ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
63812 ____________________________________________________________________________
63813 [ 18839] By: jhi                                   on 2003/03/06  17:21:36
63814         Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
63815              From: "Craig A. Berry" <craigberry@mac.com>
63816              Date: Thu, 06 Mar 2003 10:42:05 -0600
63817              Message-ID: <3E677A5D.10805@mac.com>
63818      Branch: perl
63819            ! mg.c
63820 ____________________________________________________________________________
63821 [ 18838] By: jhi                                   on 2003/03/06  10:11:22
63822         Log: Thinko fix.
63823      Branch: perl
63824            ! Porting/findrfuncs
63825 ____________________________________________________________________________
63826 [ 18837] By: jhi                                   on 2003/03/06  09:33:33
63827         Log: PERL_UNICODE explanation saga continues.
63828      Branch: perl
63829            ! pod/perlrun.pod
63830 ____________________________________________________________________________
63831 [ 18836] By: jhi                                   on 2003/03/06  07:55:03
63832         Log: Handle also extra directories et alia.
63833      Branch: perl
63834            ! Porting/manicheck
63835 ____________________________________________________________________________
63836 [ 18835] By: jhi                                   on 2003/03/06  07:48:05
63837         Log: Add mani(fest) check(ing) utility.
63838      Branch: perl
63839            + Porting/manicheck
63840            ! MANIFEST
63841 ____________________________________________________________________________
63842 [ 18833] By: jhi                                   on 2003/03/06  05:36:13
63843         Log: Subject: [patch config_h.SH] redefining __attribute__
63844              From: Stas Bekman <stas@stason.org>
63845              Date: Thu, 06 Mar 2003 12:03:39 +1100
63846              Message-ID: <3E669E6B.1060606@stason.org>
63847      Branch: perl
63848            ! Configure NetWare/config_H.wc Porting/config.sh
63849            ! Porting/config_H config_h.SH plan9/config.plan9
63850            ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
63851            ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
63852 ____________________________________________________________________________
63853 [ 18831] By: jhi                                   on 2003/03/05  19:56:41
63854         Log: Couple more _r possibilities (found in a RH 8.0 box), and
63855              the random() macros were all wrong.  (I don't know why
63856              metaconfig did so much reordering of config_h.SH.)
63857      Branch: perl
63858            ! Configure config_h.SH reentr.h reentr.pl
63859 ____________________________________________________________________________
63860 [ 18830] By: rgs                                   on 2003/03/04  23:25:01
63861         Log: Change #18829 makes this test workaround obsolete.
63862      Branch: perl
63863            ! ext/B/t/deparse.t
63864 ____________________________________________________________________________
63865 [ 18829] By: rgs                                   on 2003/03/04  22:23:41
63866         Log: Patch by Salvador Fandiño to read the warning mask
63867              returned by caller() and ${^WARNING_BITS} from
63868              $warnings::Bits{all} and not from the hardcoded core
63869              constant. (This mask could have been extended by
63870              warnings::register.) Plus tests.
63871      Branch: perl
63872            ! mg.c pp_ctl.c t/op/caller.t
63873 ____________________________________________________________________________
63874 [ 18828] By: rgs                                   on 2003/03/04  20:49:59
63875         Log: Subject: [PATCH] assertions
63876              From: Salvador Fandiño <sfandino@yahoo.com>
63877              Date: Fri, 21 Feb 2003 17:26:16 +0000
63878              Message-ID: <3E566138.4090709@yahoo.com>
63879              and the complement : (with added comments)
63880              Subject: [PATCH] bug in ext/B/t/deparse.t
63881              Message-ID: <3E563E16.7060303@yahoo.com>
63882              plus perldiag.pod patch for the new warning
63883              (previous change was, once again, empty)
63884      Branch: perl
63885            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
63886            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
63887            ! pod/perldiag.pod warnings.h warnings.pl
63888 ____________________________________________________________________________
63889 [ 18827] By: rgs                                   on 2003/03/04  20:48:09
63890         Log: Subject: [PATCH] assertions
63891              From: Salvador Fandiño <sfandino@yahoo.com>
63892              Date: Fri, 21 Feb 2003 17:26:16 +0000
63893              Message-ID: <3E566138.4090709@yahoo.com>
63894              and the complement : (with added comments)
63895              Subject: [PATCH] bug in ext/B/t/deparse.t
63896              Message-ID: <3E563E16.7060303@yahoo.com>
63897              plus perldiag.pod patch for the new warning
63898      Branch: perl
63899            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
63900            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
63901            ! pod/perldiag.pod warnings.h warnings.pl
63902 ____________________________________________________________________________
63903 [ 18826] By: jhi                                   on 2003/03/04  20:22:25
63904         Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
63905              The variant is from how List::Util Util.xs does it.
63906      Branch: perl
63907            ! ext/Devel/PPPort/PPPort.pm
63908 ____________________________________________________________________________
63909 [ 18825] By: rgs                                   on 2003/03/04  19:56:28
63910         Log: Doc typos.
63911      Branch: perl
63912            ! lib/File/Find.pm
63913 ____________________________________________________________________________
63914 [ 18823] By: jhi                                   on 2003/03/04  05:33:50
63915         Log: Try to give rcatline() a good jog on Unicode.
63916      Branch: perl
63917            ! t/io/utf8.t
63918 ____________________________________________________________________________
63919 [ 18822] By: jhi                                   on 2003/03/04  05:14:13
63920         Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
63921              From: Enache Adrian <enache@rdslink.ro>
63922              Date: Sun, 2 Mar 2003 05:43:54 +0200
63923              Message-ID: <20030302034354.GA4905@ratsnest.hole>
63924      Branch: perl
63925            ! sv.c t/io/utf8.t
63926 ____________________________________________________________________________
63927 [ 18821] By: jhi                                   on 2003/03/04  04:58:36
63928         Log: Can't test this without PerlIO.
63929      Branch: perl
63930            ! t/uni/write.t
63931 ____________________________________________________________________________
63932 [ 18820] By: sky                                   on 2003/03/04  01:01:07
63933         Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
63934              What happened was that a constant was freed, the pad released but
63935              the pad slot still held the SV, when pad slot was reallocated
63936              to be a target for a stringify, it did a sv_setpv on the target
63937              and the original SV was wiped out. When this SV was later on
63938              to new places using the constant, they got the wrong value.
63939              By replacing pad_free with pad_swipe for these cases, we
63940              won't have such a problem. (pad_swipe also removes the
63941              pointer to the original SV).
63942      Branch: perl
63943            ! op.c
63944 ____________________________________________________________________________
63945 [ 18819] By: jhi                                   on 2003/03/03  19:15:07
63946         Log: Further clarification on PERL_UNICODE's semantics.
63947      Branch: perl
63948            ! pod/perlrun.pod
63949 ____________________________________________________________________________
63950 [ 18818] By: gbarr                                 on 2003/03/03  10:07:44
63951         Log: Sync with libnet-1.13
63952      Branch: perl
63953            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
63954            ! lib/Net/POP3.pm lib/Net/SMTP.pm
63955 ____________________________________________________________________________
63956 [ 18817] By: jhi                                   on 2003/03/03  06:45:59
63957         Log: Upgrade to Unicode::Normalize 0.20.
63958      Branch: perl
63959            ! ext/Unicode/Normalize/Changes
63960            ! ext/Unicode/Normalize/Normalize.pm
63961            ! ext/Unicode/Normalize/Normalize.xs
63962            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
63963            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
63964            ! ext/Unicode/Normalize/t/test.t
63965 ____________________________________________________________________________
63966 [ 18816] By: jhi                                   on 2003/03/03  06:17:28
63967         Log: Upgrade to Encode 1.89.  The enc_module.t required
63968              a little tweak, sending that to Dan.
63969      Branch: perl
63970            + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
63971            + ext/Encode/t/enc_module.t
63972            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
63973            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
63974            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
63975            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
63976            ! ext/Encode/ucm/viscii.ucm
63977 ____________________________________________________________________________
63978 [ 18813] By: jhi                                   on 2003/03/03  05:33:21
63979         Log: Use a macro for abs() to avoid the possible truncation to an int;
63980              also make an explicit (double)cast for the arguments to fabs().
63981      Branch: perl
63982            ! perl.h pp.c sv.c util.c
63983 ____________________________________________________________________________
63984 [ 18812] By: hv                                    on 2003/03/02  22:36:05
63985         Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
63986              From: andreas.koenig@anima.de (Andreas J. Koenig)
63987              Date: Wed, 19 Feb 2003 11:05:28 +0100
63988              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
63989      Branch: perl
63990            ! patchlevel.h
63991 ____________________________________________________________________________
63992 [ 18811] By: hv                                    on 2003/03/02  22:30:50
63993         Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
63994              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
63995              Date: 18 Feb 2003 21:05:15 -0000
63996              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
63997      Branch: perl
63998            ! ext/IPC/SysV/Msg.pm
63999 ____________________________________________________________________________
64000 [ 18810] By: hv                                    on 2003/03/02  21:59:10
64001         Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
64002              From: Richard Soderberg <perl@crystalflame.net>
64003              Date: Sat, 15 Feb 2003 01:27:21 -0500
64004              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
64005      Branch: perl
64006            ! lib/File/Basename.pm
64007 ____________________________________________________________________________
64008 [ 18809] By: hv                                    on 2003/03/02  21:54:53
64009         Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
64010              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
64011              Date: 15 Feb 2003 00:21:41 -0000
64012              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
64013      Branch: perl
64014            ! lib/File/Find.pm
64015 ____________________________________________________________________________
64016 [ 18807] By: hv                                    on 2003/03/02  21:22:56
64017         Log: Reverse copyright update (#18801) for files not changed in 2003.
64018      Branch: perl
64019            ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
64020            ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
64021            ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
64022            ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
64023            ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
64024            ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
64025            ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
64026            ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
64027 ____________________________________________________________________________
64028 [ 18805] By: hv                                    on 2003/03/02  16:29:28
64029         Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
64030              From: Enache Adrian <enache@rdslink.ro>
64031              Date: Sun, 2 Mar 2003 10:11:27 +0200
64032              Message-ID: <20030302081127.GA10782@ratsnest.hole>
64033      Branch: perl
64034            ! pp.c t/op/pat.t
64035 ____________________________________________________________________________
64036 [ 18803] By: hv                                    on 2003/03/02  16:12:34
64037         Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
64038              From: "Anders Johnson" <ajohnson@wischip.com>
64039              Date: Mon, 10 Feb 2003 14:09:46 -0800
64040              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
64041      Branch: perl
64042            ! mg.c t/op/magic.t
64043 ____________________________________________________________________________
64044 [ 18802] By: jhi                                   on 2003/03/02  15:39:06
64045         Log: Narrow down the -C test skippage.
64046      Branch: perl
64047            ! t/run/switchC.t
64048 ____________________________________________________________________________
64049 [ 18801] By: hv                                    on 2003/03/02  15:24:22
64050         Log: Update all copyrights to 2003, from Jarkko
64051      Branch: perl
64052            ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
64053            ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
64054            ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
64055            ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
64056            ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
64057            ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
64058            ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
64059            ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
64060            ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
64061            ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
64062            ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
64063            ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
64064            ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
64065            ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
64066            ! x2p/util.h x2p/walk.c xsutils.c
64067 ____________________________________________________________________________
64068 [ 18800] By: hv                                    on 2003/03/02  15:16:38
64069         Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
64070              From: Richard.Foley@ubsw.com
64071              Date: Wed, 19 Feb 2003 13:24:38 +0100
64072              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
64073      Branch: perl
64074            ! lib/perl5db.pl
64075 ____________________________________________________________________________
64076 [ 18799] By: jhi                                   on 2003/03/02  13:34:13
64077         Log: The -CI cannot be easily tested under UTF-8 locale with
64078              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
64079              Also other small tweaks in the -C neighbourhood.
64080      Branch: perl
64081            ! perl.c perl.h t/run/switchC.t util.c
64082 ____________________________________________________________________________
64083 [ 18798] By: jhi                                   on 2003/03/02  09:12:06
64084         Log: Go with "right = -right" for greater portability, some platforms
64085              might require llabs() to get abs() of long longs.
64086      Branch: perl
64087            ! pp.c
64088 ____________________________________________________________________________
64089 [ 18797] By: jhi                                   on 2003/03/02  08:07:32
64090         Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
64091              with negative quads", or also as RedHat bug #65612.
64092      Branch: perl
64093            ! pp.c
64094 ____________________________________________________________________________
64095 [ 18796] By: jhi                                   on 2003/03/02  07:34:54
64096         Log: Forgotten from change #18795.
64097      Branch: perl
64098            ! global.sym
64099 ____________________________________________________________________________
64100 [ 18795] By: jhi                                   on 2003/03/02  07:27:44
64101         Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
64102              From: Abe Timmerman <abe@ztreet.demon.nl>
64103              Date: Sun, 2 Mar 2003 02:03:16 +0100
64104              Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
64105      Branch: perl
64106            ! embed.fnc embed.h makedef.pl
64107 ____________________________________________________________________________
64108 [ 18794] By: jhi                                   on 2003/03/02  07:21:36
64109         Log: Further Unicode formats patching from Inaba Hiroto.
64110      Branch: perl
64111            + t/uni/write.t
64112            ! MANIFEST pp_ctl.c
64113 ____________________________________________________________________________
64114 [ 18793] By: jhi                                   on 2003/03/01  08:18:35
64115         Log: Integrate change #18788 from maint.
64116      Branch: perl
64117           !> perl.h
64118 ____________________________________________________________________________
64119 [ 18792] By: jhi                                   on 2003/03/01  08:14:43
64120         Log: Subject: [PATCH] Get MSWin32 back compiling
64121              From: Abe Timmerman <abe@ztreet.demon.nl>
64122              Date: Sat, 1 Mar 2003 04:31:19 +0100
64123              Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
64124      Branch: perl
64125            ! embed.fnc embed.h global.sym makedef.pl
64126 ____________________________________________________________________________
64127 [ 18785] By: jhi                                   on 2003/02/26  20:38:55
64128         Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
64129              From: Inaba Hiroto <inaba@st.rim.or.jp>
64130              Date: Mon, 10 Feb 2003 00:04:51 +0900
64131              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
64132      Branch: perl
64133            ! pp_ctl.c toke.c
64134 ____________________________________________________________________________
64135 [ 18784] By: jhi                                   on 2003/02/26  19:45:53
64136         Log: An already fixed bug from perl-unicode.
64137      Branch: perl
64138            ! t/op/pat.t
64139 ____________________________________________________________________________
64140 [ 18782] By: hv                                    on 2003/02/26  01:36:49
64141         Log: Subject: Re: [perl #20683] [fix] Better Patch
64142              From: Enache Adrian <enache@rdslink.ro>
64143              Date: Sun, 23 Feb 2003 20:16:39 +0200
64144              Message-ID: <20030223181639.GA18713@ratsnest.hole>
64145      Branch: perl
64146            ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
64147            ! regexec.c sv.c t/op/pat.t
64148 ____________________________________________________________________________
64149 [ 18781] By: hv                                    on 2003/02/26  01:11:14
64150         Log: regen headers
64151      Branch: perl
64152            ! perlapi.h pod/perlapi.pod
64153 ____________________________________________________________________________
64154 [ 18780] By: hv                                    on 2003/02/26  00:25:32
64155         Log: Two typos found by Philip Newton <pnewton@gmx.de>
64156      Branch: perl
64157            ! configpm ext/DB_File/DB_File.pm
64158 ____________________________________________________________________________
64159 [ 18779] By: jhi                                   on 2003/02/25  18:20:01
64160         Log: Add tests for the -C switch.  Depending on the
64161              CLIs some $^O dance may be needed.
64162      Branch: perl
64163            + t/run/switchC.t
64164            ! MANIFEST
64165 ____________________________________________________________________________
64166 [ 18778] By: hv                                    on 2003/02/25  15:24:17
64167         Log: Add missing file from change #18774.
64168      Branch: perl
64169            + t/op/localref.t
64170 ____________________________________________________________________________
64171 [ 18777] By: hv                                    on 2003/02/25  14:07:59
64172         Log: More variables for change #18776.
64173      Branch: perl
64174            ! op.c
64175 ____________________________________________________________________________
64176 [ 18776] By: hv                                    on 2003/02/25  14:04:03
64177         Log: Subject: [perl #20682] [fix] @- array not visible in s///
64178              From: Enache Adrian <enache@rdslink.ro>
64179              Date: Fri, 21 Feb 2003 17:50:14 +0200
64180              Message-ID: <20030221155014.GB793@ratsnest.hole>
64181      Branch: perl
64182            ! op.c t/op/subst.t
64183 ____________________________________________________________________________
64184 [ 18775] By: hv                                    on 2003/02/25  13:53:11
64185         Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
64186              From: Enache Adrian <enache@rdslink.ro>
64187              Date: Fri, 21 Feb 2003 17:49:41 +0200
64188              Message-ID: <20030221154941.GA793@ratsnest.hole>
64189      Branch: perl
64190            ! pp_ctl.c t/op/subst.t
64191 ____________________________________________________________________________
64192 [ 18774] By: hv                                    on 2003/02/25  13:21:19
64193         Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
64194              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
64195              Date: Sun, 23 Feb 2003 00:03:27 +0100
64196              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
64197      Branch: perl
64198            ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
64199 ____________________________________________________________________________
64200 [ 18773] By: hv                                    on 2003/02/25  12:45:01
64201         Log: Subject: [Encode] 1.88 Released
64202              From: Dan Kogai <dankogai@dan.co.jp>
64203              Date: Thu, 20 Feb 2003 23:49:55 +0900
64204              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
64205      Branch: perl
64206            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
64207            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
64208            ! ext/Encode/lib/Encode/CJKConstants.pm
64209            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
64210            ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
64211 ____________________________________________________________________________
64212 [ 18772] By: merijn                                on 2003/02/25  12:12:14
64213         Log: Subject: [perl@18752] warnings from CGI tests under cygwin
64214              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64215              Date: Wed, 19 Feb 2003 13:37:39 -0800
64216              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
64217      Branch: perl
64218            ! lib/CGI.pm
64219 ____________________________________________________________________________
64220 [ 18771] By: jhi                                   on 2003/02/25  07:46:53
64221         Log: Cleanup #18770 as suggested by Rafael.
64222      Branch: perl
64223            ! mg.c perl.h
64224 ____________________________________________________________________________
64225 [ 18770] By: jhi                                   on 2003/02/25  06:01:09
64226         Log: A new try at #18765 (for [perl #20920]).
64227      Branch: perl
64228            ! mg.c
64229 ____________________________________________________________________________
64230 [ 18769] By: jhi                                   on 2003/02/25  05:33:10
64231         Log: Retract change #18765: makes HiRes.t hang after subtest #11.
64232      Branch: perl
64233            ! mg.c
64234 ____________________________________________________________________________
64235 [ 18768] By: chip                                  on 2003/02/24  21:42:57
64236         Log: Include p4d2p in Porting again, because p4genpatch doesn't work
64237              until a change has been submitted.
64238      Branch: perl
64239            + Porting/p4d2p
64240            ! MANIFEST
64241 ____________________________________________________________________________
64242 [ 18767] By: chip                                  on 2003/02/24  21:35:56
64243         Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
64244      Branch: perl
64245            ! Porting/check83.pl Porting/findvars Porting/fixCORE
64246            ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
64247 ____________________________________________________________________________
64248 [ 18766] By: jhi                                   on 2003/02/24  20:04:36
64249         Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
64250      Branch: perl
64251            ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
64252            ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
64253 ____________________________________________________________________________
64254 [ 18765] By: jhi                                   on 2003/02/24  19:56:23
64255         Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
64256              From: Slaven Rezic <slaven@rezic.de>
64257              Date: 14 Feb 2003 09:11:15 +0100
64258              Message-ID: <878ywji8nw.fsf@vran.herceg.de>
64259
64260              (with slight tweaks)
64261      Branch: perl
64262            ! mg.c
64263 ____________________________________________________________________________
64264 [ 18764] By: jhi                                   on 2003/02/24  18:44:41
64265         Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
64266              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
64267              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
64268      Branch: perl
64269            ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
64270 ____________________________________________________________________________
64271 [ 18763] By: chip                                  on 2003/02/24  14:54:36
64272         Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
64273      Branch: perl
64274            ! op.c win32/perlhost.h
64275 ____________________________________________________________________________
64276 [ 18762] By: hv                                    on 2003/02/24  00:18:42
64277         Log: Remove no-longer-true line from perlop
64278      Branch: perl
64279            ! pod/perlop.pod
64280 ____________________________________________________________________________
64281 [ 18761] By: jhi                                   on 2003/02/23  12:07:53
64282         Log: Chip noticed that the intended optionality of the 'IV' was
64283              forgotten in the change #18758.
64284      Branch: perl
64285            ! ext/Devel/Peek/Peek.t
64286 ____________________________________________________________________________
64287 [ 18760] By: jhi                                   on 2003/02/22  19:17:04
64288         Log: API doc tweaks.
64289      Branch: perl
64290            ! utf8.c
64291 ____________________________________________________________________________
64292 [ 18759] By: sky                                   on 2003/02/21  09:08:30
64293         Log: Change regex to be a bit more friendly against various
64294              outputs from ps -f, regex suggest by rgs
64295      Branch: perl
64296            ! ext/threads/t/join.t
64297 ____________________________________________________________________________
64298 [ 18758] By: jhi                                   on 2003/02/20  17:28:44
64299         Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
64300              From: PPrymmer@factset.com
64301              Date: Thu, 20 Feb 2003 13:28:09 -0500
64302              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
64303      Branch: perl
64304            ! ext/Devel/Peek/Peek.t
64305 ____________________________________________________________________________
64306 [ 18757] By: jhi                                   on 2003/02/20  17:27:17
64307         Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
64308              From: PPrymmer@factset.com
64309              Date: Wed, 19 Feb 2003 15:04:40 -0500
64310              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
64311      Branch: perl
64312            ! README.vms configure.com
64313 ____________________________________________________________________________
64314 [ 18756] By: jhi                                   on 2003/02/20  06:16:05
64315         Log: Doc tweakage on -C.
64316      Branch: perl
64317            ! pod/perlrun.pod
64318 ____________________________________________________________________________
64319 [ 18755] By: rgs                                   on 2003/02/19  21:31:43
64320         Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
64321              From: Brendan O'Dea <bod@debian.org>
64322              Date: Sun, 16 Feb 2003 21:09:23 +1100
64323              Message-ID: <20030216100923.GA29761@londo.c47.org>
64324      Branch: perl
64325            ! pod/perlcompile.pod
64326 ____________________________________________________________________________
64327 [ 18754] By: rgs                                   on 2003/02/19  21:14:37
64328         Log: Document clearly that "_" is always in package "main".
64329      Branch: perl
64330            ! pod/perlvar.pod
64331 ____________________________________________________________________________
64332 [ 18753] By: rgs                                   on 2003/02/19  20:55:09
64333         Log: Subject: Re: [perl #20716] scope error with brackets
64334              From: Enache Adrian <enache@rdslink.ro>
64335              Date: Thu, 13 Feb 2003 04:52:21 +0200
64336              Message-ID: <20030213025221.GA1215@ratsnest.hole>
64337              (better version of change #18687)
64338      Branch: perl
64339            ! t/comp/parser.t toke.c
64340 ____________________________________________________________________________
64341 [ 18752] By: jhi                                   on 2003/02/19  05:10:26
64342         Log: 'A' is not 65 everywhere.
64343      Branch: perl
64344            ! t/op/pack.t
64345 ____________________________________________________________________________
64346 [ 18751] By: chip                                  on 2003/02/19  03:54:45
64347         Log: Support one-parameter unpack(), which unpacks $_.
64348      Branch: perl
64349            ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
64350 ____________________________________________________________________________
64351 [ 18750] By: hv                                    on 2003/02/19  00:53:03
64352         Log: more complex assertions activation:
64353              Subject: Re: Did the assertion patch/feature submission get overlooked?
64354              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
64355              Date: Tue, 18 Feb 2003 19:24:13 +0000
64356              Message-ID: <3E52885D.5060903@yahoo.com>
64357      Branch: perl
64358            ! lib/assertions.pm lib/assertions/activate.pm
64359            ! t/comp/assertions.t
64360 ____________________________________________________________________________
64361 [ 18749] By: hv                                    on 2003/02/19  00:19:21
64362         Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
64363              From: andreas.koenig@anima.de (Andreas J. Koenig)
64364              Date: Tue, 18 Feb 2003 11:48:40 +0100
64365              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
64366      Branch: perl
64367            ! patchlevel.h
64368 ____________________________________________________________________________
64369 [ 18748] By: hv                                    on 2003/02/19  00:00:41
64370         Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
64371              From: Dave Mitchell <davem@fdgroup.com>
64372              Date: Tue, 18 Feb 2003 21:45:45 +0000
64373              Message-ID: <20030218214545.C18547@fdgroup.com>
64374
64375              and tests for the same:
64376              From: Dave Mitchell <davem@fdgroup.com>
64377              Date: Wed, 19 Feb 2003 00:42:01 +0000
64378              Message-ID: <20030219004201.F18547@fdgroup.com>
64379      Branch: perl
64380            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
64381 ____________________________________________________________________________
64382 [ 18747] By: hv                                    on 2003/02/18  23:47:06
64383         Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
64384              problems on case-insensitive file systems. Rename it back to
64385              t/run/switch_A.t
64386      Branch: perl
64387           +> t/run/switch_A.t
64388            - t/run/switchA.t
64389            ! MANIFEST
64390 ____________________________________________________________________________
64391 [ 18746] By: sky                                   on 2003/02/18  21:31:37
64392         Log: Subject: Re: -Os for Darwin why?
64393              From: schwern@pobox.com
64394              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
64395              Message-Id: <20030218113739.D25848@ttul.org>
64396      Branch: perl
64397            ! hints/darwin.sh
64398 ____________________________________________________________________________
64399 [ 18741] By: jhi                                   on 2003/02/18  14:01:34
64400         Log: Format nit.
64401      Branch: perl
64402            ! util.c
64403 ____________________________________________________________________________
64404 [ 18740] By: sky                                   on 2003/02/18  06:33:57
64405         Log: Re: -Os for Darwin why?
64406              From: schwern@pobox.com
64407              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
64408              Message-Id: <20030217191403.A17553@ttul.org>
64409      Branch: perl
64410            ! hints/darwin.sh
64411 ____________________________________________________________________________
64412 [ 18739] By: hv                                    on 2003/02/18  01:04:01
64413         Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
64414              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
64415              Date: Mon, 17 Feb 2003 23:38:05 +0000
64416              Message-ID: <3E51725D.5060303@yahoo.com>
64417      Branch: perl
64418            + t/comp/assertions.t t/run/switchA.t
64419            ! MANIFEST
64420 ____________________________________________________________________________
64421 [ 18738] By: hv                                    on 2003/02/18  00:51:24
64422         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
64423              From: Nicholas Clark <nick@ccl4.org>
64424              Date: Mon, 17 Feb 2003 21:07:03 +0000
64425              Message-ID: <20030217210330.A8611@plum.flirble.org>
64426      Branch: perl
64427            ! sv.c
64428 ____________________________________________________________________________
64429 [ 18737] By: hv                                    on 2003/02/18  00:47:00
64430         Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
64431              From: Stephen McCamant <smcc@mit.edu>
64432              Date: Mon, 17 Feb 2003 19:34:36 -0500
64433              Date: Mon, 17 Feb 2003 19:34:36 -0500
64434              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
64435      Branch: perl
64436            ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
64437            ! ext/B/B/Terse.pm ext/B/t/terse.t
64438 ____________________________________________________________________________
64439 [ 18736] By: hv                                    on 2003/02/17  09:33:47
64440         Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
64441              From: Nicholas Clark <nick@unfortu.net>
64442              Date: Sun, 16 Feb 2003 23:09:50 +0000
64443              Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
64444      Branch: perl
64445            ! sv.c
64446 ____________________________________________________________________________
64447 [ 18735] By: hv                                    on 2003/02/17  09:13:02
64448         Log: Use the escape E<ntilde> in source files rather than the actual char.
64449      Branch: perl
64450            ! lib/assertions.pm lib/assertions/activate.pm
64451 ____________________________________________________________________________
64452 [ 18734] By: hv                                    on 2003/02/17  09:06:44
64453         Log: Suppress empty #ifdef blocks in embed.pl
64454      Branch: perl
64455            ! embed.h embed.pl
64456 ____________________________________________________________________________
64457 [ 18733] By: hv                                    on 2003/02/17  08:51:53
64458         Log: fix typo in sv.c and regenerate perlapi.pod
64459      Branch: perl
64460            ! pod/perlapi.pod sv.c
64461 ____________________________________________________________________________
64462 [ 18732] By: jhi                                   on 2003/02/17  06:40:09
64463         Log: Philip Newton has eagle eyes :-)
64464      Branch: perl
64465            ! pod/perlrun.pod
64466 ____________________________________________________________________________
64467 [ 18731] By: jhi                                   on 2003/02/17  05:31:18
64468         Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
64469      Branch: perl
64470            ! locale.c pod/perlrun.pod pod/perlunicode.pod
64471            ! pod/perluniintro.pod pod/perlvar.pod util.c
64472 ____________________________________________________________________________
64473 [ 18730] By: jhi                                   on 2003/02/17  04:44:53
64474         Log: Make also the -CAL conditional on locale.
64475      Branch: perl
64476            ! perl.c pod/perlrun.pod
64477 ____________________________________________________________________________
64478 [ 18729] By: jhi                                   on 2003/02/16  18:33:05
64479         Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
64480      Branch: perl
64481            ! embed.h embed.pl pod/perlembed.pod
64482 ____________________________________________________________________________
64483 [ 18728] By: jhi                                   on 2003/02/16  18:20:04
64484         Log: According to Sarathy it's better have the Ministry
64485              of Information to remove all memory of NO_EMBED.
64486              What NO_EMBED?
64487      Branch: perl
64488            ! embed.h embed.pl
64489 ____________________________________________________________________________
64490 [ 18727] By: hv                                    on 2003/02/16  13:55:10
64491         Log: add support for assertions. Updated form of:
64492              Subject: Re: Did the assertion patch/feature submission get overlooked?
64493              From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
64494              Date: Sat, 30 Nov 2002 17:24:09 +0000
64495              Message-ID: <3DE8F439.50402@yahoo.com>
64496      Branch: perl
64497            + lib/assertions.pm lib/assertions/activate.pm
64498            ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
64499            ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
64500            ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
64501 ____________________________________________________________________________
64502 [ 18726] By: hv                                    on 2003/02/16  13:10:32
64503         Log: COW regexps:
64504              Subject: [PATCH] Copy on write for $& and $1...
64505              From: Nicholas Clark <nick@unfortu.net>
64506              Date: Sun, 9 Feb 2003 23:00:09 +0000
64507              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
64508      Branch: perl
64509            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
64510            ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
64511 ____________________________________________________________________________
64512 [ 18725] By: hv                                    on 2003/02/16  13:08:52
64513         Log: inline SvREFCNT_dec:
64514              Subject: [PATCH] Copy on write for $& and $1...
64515              From: Nicholas Clark <nick@unfortu.net>
64516              Date: Sun, 9 Feb 2003 23:00:09 +0000
64517              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
64518      Branch: perl
64519            ! embed.fnc embed.h proto.h sv.c sv.h
64520 ____________________________________________________________________________
64521 [ 18723] By: hv                                    on 2003/02/16  11:12:58
64522         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
64523              From: Enache Adrian <enache@rdslink.ro>
64524              Date: Sun, 16 Feb 2003 00:05:10 +0200
64525              Message-ID: <20030215220510.GB893@ratsnest.hole>
64526      Branch: perl
64527            ! op.c
64528 ____________________________________________________________________________
64529 [ 18722] By: hv                                    on 2003/02/16  11:08:06
64530         Log: outdent else-if chain in scope()
64531      Branch: perl
64532            ! op.c
64533 ____________________________________________________________________________
64534 [ 18721] By: hv                                    on 2003/02/16  11:00:47
64535         Log: Subject: [PATCH] arcane tainting bug in vms.c
64536              From: "Craig A. Berry" <craigberry@mac.com>
64537              Date: Sat, 15 Feb 2003 12:29:03 -0600
64538              Message-ID: <3E4E86EF.8090609@mac.com>
64539      Branch: perl
64540            ! vms/vms.c
64541 ____________________________________________________________________________
64542 [ 18720] By: hv                                    on 2003/02/16  10:54:58
64543         Log: restrict PERL_PRESERVE_IVUV to things that should really give an
64544              integer, but extend to runtime. Based on:
64545              Subject: Re: [perl #20827] Unexpected scientific notation.
64546              From: hv@crypt.org
64547              Date: Wed, 12 Feb 2003 03:12:43 +0000
64548              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
64549      Branch: perl
64550            ! op.c pp.c
64551 ____________________________________________________________________________
64552 [ 18718] By: jhi                                   on 2003/02/16  09:47:02
64553         Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
64554              which will disable the short forms of the Perl_ API, good for
64555              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
64556      Branch: perl
64557            ! embed.h embed.pl pod/perlembed.pod
64558 ____________________________________________________________________________
64559 [ 18717] By: jhi                                   on 2003/02/16  09:44:57
64560         Log: Clarify the -C syntax a bit.
64561      Branch: perl
64562            ! pod/perlrun.pod
64563 ____________________________________________________________________________
64564 [ 18716] By: jhi                                   on 2003/02/16  08:29:54
64565         Log: Forgotten from #18715.
64566      Branch: perl
64567            ! embed.h proto.h
64568 ____________________________________________________________________________
64569 [ 18715] By: jhi                                   on 2003/02/15  21:19:37
64570         Log: The new(er) way of controlling Unicode I/O (and other) features;
64571              -C (or PERL_UNICODE).  See perlrun/-C for more details.
64572      Branch: perl
64573            ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
64574            ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
64575            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
64576            ! util.c
64577 ____________________________________________________________________________
64578 [ 18714] By: jhi                                   on 2003/02/15  12:31:25
64579         Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
64580      Branch: perl
64581            ! ext/Storable/Storable.xs
64582 ____________________________________________________________________________
64583 [ 18712] By: jhi                                   on 2003/02/15  08:39:38
64584         Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
64585              even closer to each other.  The dec_osf.pl is irrelevant
64586              for the current core but adding it makes for one less exception
64587              when integrating.
64588      Branch: perl
64589            + ext/Digest/MD5/hints/dec_osf.pl
64590            ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
64591            ! ext/Digest/MD5/t/files.t
64592 ____________________________________________________________________________
64593 [ 18711] By: jhi                                   on 2003/02/15  08:32:04
64594         Log: Update MD5 Changes; update checksums.
64595      Branch: perl
64596            ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
64597 ____________________________________________________________________________
64598 [ 18710] By: jhi                                   on 2003/02/15  08:19:20
64599         Log: Update the MD5 checksums.
64600      Branch: perl
64601            ! ext/Digest/MD5/t/files.t
64602 ____________________________________________________________________________
64603 [ 18709] By: jhi                                   on 2003/02/15  08:16:26
64604         Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
64605              (problem noticed by Graham with List::Util).
64606      Branch: perl
64607            ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
64608            ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
64609 ____________________________________________________________________________
64610 [ 18708] By: jhi                                   on 2003/02/15  07:31:17
64611         Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
64612              From: Enache Adrian <enache@rdslink.ro>
64613              Date: Sat, 15 Feb 2003 00:37:40 +0200
64614              Message-ID: <20030214223740.GA13575@ratsnest.hole>
64615      Branch: perl
64616            ! pp.c t/op/split.t
64617 ____________________________________________________________________________
64618 [ 18707] By: hv                                    on 2003/02/15  06:38:15
64619         Log: Subject: [doc patch] ext/threads/shared/shared.pm
64620              From: Stas Bekman <stas@stason.org>
64621              Date: Fri, 14 Feb 2003 11:12:39 +1100
64622              Message-ID: <3E4C3477.7030306@stason.org>
64623      Branch: perl
64624            ! ext/threads/shared/shared.pm
64625 ____________________________________________________________________________
64626 [ 18706] By: hv                                    on 2003/02/15  06:32:35
64627         Log: Subject: Re: perlvar phrasing clarification for $^S
64628              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
64629              Date: Fri, 14 Feb 2003 10:12:00 +1100
64630              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
64631      Branch: perl
64632            ! pod/perlvar.pod
64633 ____________________________________________________________________________
64634 [ 18705] By: hv                                    on 2003/02/15  06:27:07
64635         Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
64636              From: Dave Mitchell <davem@fdgroup.com>
64637              Date: Fri, 14 Feb 2003 22:48:27 +0000
64638              Message-ID: <20030214224827.B6783@fdgroup.com>
64639
64640              with tests:
64641              From: Slaven Rezic <slaven@rezic.de>
64642              Date: 14 Feb 2003 20:23:20 +0100
64643              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
64644      Branch: perl
64645            ! pp.c t/op/substr.t t/op/vec.t
64646 ____________________________________________________________________________
64647 [ 18704] By: hv                                    on 2003/02/15  06:17:06
64648         Log: Subject: Re: overriding builtins quirk
64649              From: Jerrad Pierce <belg4mit@MIT.EDU>
64650              Date: Fri, 14 Feb 2003 09:28:13 -0500
64651              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
64652      Branch: perl
64653            ! pod/perlsub.pod
64654 ____________________________________________________________________________
64655 [ 18703] By: rgs                                   on 2003/02/14  22:23:56
64656         Log: Subject: Re: trying to fix #20154, #20357
64657              From: Enache Adrian <enache@rdslink.ro>
64658              Date: Sat, 8 Feb 2003 21:05:14 +0200
64659              Message-ID: <20030208190514.GA866@ratsnest.hole>
64660              (fixes #19061 as well)
64661      Branch: perl
64662            ! pp_ctl.c t/op/goto.t
64663 ____________________________________________________________________________
64664 [ 18702] By: gbarr                                 on 2003/02/14  19:26:23
64665         Log: Update to Scalar-List-Utils 1.11
64666      Branch: perl
64667            + ext/List/Util/t/proto.t
64668            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
64669            ! ext/List/Util/lib/List/Util.pm
64670            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
64671 ____________________________________________________________________________
64672 [ 18699] By: jhi                                   on 2003/02/13  09:43:33
64673         Log: gcc 3.2.1 does not have -Wall faith that tmp
64674              will not be used uninitialized.
64675      Branch: perl
64676            ! toke.c
64677 ____________________________________________________________________________
64678 [ 18698] By: hv                                    on 2003/02/12  03:01:32
64679         Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
64680              From: Slaven Rezic <slaven@rezic.de>
64681              Date: 30 Jan 2003 19:03:41 +0100
64682              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
64683      Branch: perl
64684            ! utils/perlbug.PL
64685 ____________________________________________________________________________
64686 [ 18697] By: hv                                    on 2003/02/12  02:20:39
64687         Log: Subject: [PATCH 5.9.0] to silence compiler warning
64688              From: Robin Barker <Robin.Barker@npl.co.uk>
64689              Date: Tue, 28 Jan 2003 13:27:17 -0000
64690              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
64691      Branch: perl
64692            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
64693            ! universal.c util.c
64694 ____________________________________________________________________________
64695 [ 18696] By: rgs                                   on 2003/02/11  20:13:21
64696         Log: Subject: [perl #20654] %*v02x considered invalid in printf
64697              From: Robin Barker (via RT) <perlbug-followup@perl.org>
64698              Date: 10 Feb 2003 16:43:23 -0000
64699              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
64700      Branch: perl
64701            ! sv.c t/op/sprintf.t
64702 ____________________________________________________________________________
64703 [ 18695] By: rgs                                   on 2003/02/11  20:00:23
64704         Log: Subject: mini-[patch] perlrun "^$W" typo
64705              From: Iain Truskett <spoon@dellah.org>
64706              Date: Tue, 11 Feb 2003 08:38:52 +1100
64707              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
64708      Branch: perl
64709            ! pod/perlrun.pod
64710 ____________________________________________________________________________
64711 [ 18694] By: rgs                                   on 2003/02/11  19:44:00
64712         Log: Subject: [PATCH] More B::Concise fixes
64713              From: Stephen McCamant <smcc@mit.edu>
64714              Date: Sun, 9 Feb 2003 17:28:38 -0500
64715              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
64716      Branch: perl
64717            ! ext/B/B/Concise.pm
64718 ____________________________________________________________________________
64719 [ 18693] By: merijn                                on 2003/02/11  08:14:29
64720         Log: More code cleanup.
64721
64722              Subject: Re: New SV Flag
64723              Date: Fri, 07 Feb 2003 09:57:43 +0100
64724              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
64725              Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
64726      Branch: perl
64727            ! sv.c sv.h
64728 ____________________________________________________________________________
64729 [ 18692] By: jhi                                   on 2003/02/11  07:53:26
64730         Log: Dueling patches.
64731      Branch: perl
64732            - lib/CPAN/ChangeLog
64733            ! MANIFEST
64734 ____________________________________________________________________________
64735 [ 18691] By: hv                                    on 2003/02/11  00:27:56
64736         Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
64737              From: Mark Mielke <mark@mark.mielke.cc>
64738              Date: Mon, 20 Jan 2003 19:56:13 -0500
64739              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
64740      Branch: perl
64741            ! sv.c
64742 ____________________________________________________________________________
64743 [ 18690] By: hv                                    on 2003/02/10  22:08:05
64744         Log: fix comment in change #18689
64745      Branch: perl
64746            ! sv.c
64747 ____________________________________________________________________________
64748 [ 18689] By: hv                                    on 2003/02/10  21:59:34
64749         Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
64750              Now allows but ignores the 'l' modifier on floating point formats
64751              and adds a couple of tests.
64752      Branch: perl
64753            ! sv.c t/op/sprintf.t
64754 ____________________________________________________________________________
64755 [ 18688] By: sky                                   on 2003/02/10  19:54:13
64756         Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
64757              From: Enache Adrian <enache@rdslink.ro>
64758              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
64759              Message-Id: <20030209201025.GA1247@ratsnest.hole>
64760      Branch: perl
64761            ! pp_ctl.c
64762 ____________________________________________________________________________
64763 [ 18687] By: sky                                   on 2003/02/10  18:13:29
64764         Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
64765              From: Enache Adrian <enache@rdslink.ro>
64766              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
64767              Message-id: <20030210174858.GA872@ratsnest.hole>
64768      Branch: perl
64769            ! t/comp/parser.t toke.c
64770 ____________________________________________________________________________
64771 [ 18686] By: sky                                   on 2003/02/10  18:11:35
64772         Log: Compile under threads and MacOSX. For some reason newSVpvf
64773              was not exapnded.
64774      Branch: perl
64775            ! universal.c
64776 ____________________________________________________________________________
64777 [ 18685] By: ams                                   on 2003/02/10  03:44:07
64778         Log: No, we don't really want the utility scripts.
64779      Branch: perl
64780            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
64781            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
64782            ! MANIFEST ext/MIME/Base64/Makefile.PL
64783 ____________________________________________________________________________
64784 [ 18684] By: hv                                    on 2003/02/10  01:43:12
64785         Log: fix for C< use if qw/ 1 open :utf8 / > based on:
64786              Subject: [perl #20536] use if 1, open => ':utf8' fails
64787              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
64788              Date: 24 Jan 2003 22:39:06 -0000
64789              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
64790      Branch: perl
64791            ! lib/if.pm lib/if.t
64792 ____________________________________________________________________________
64793 [ 18683] By: hv                                    on 2003/02/10  01:15:52
64794         Log: Subject: RE: perldebug.pod suggestion
64795              From: "Jay Hannah" <jhannah@omnihotels.com>
64796              Date: Fri, 24 Jan 2003 11:28:44 -0600
64797              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
64798      Branch: perl
64799            ! pod/perldebug.pod
64800 ____________________________________________________________________________
64801 [ 18682] By: hv                                    on 2003/02/10  00:26:50
64802         Log: Subject: [PATCH] version objects final(?) patch
64803              From: John Peacock <jpeacock@rowman.com>
64804              Date: Sun, 05 Jan 2003 21:28:41 -0500
64805              Message-ID: <3E18E9D9.2040908@rowman.com>
64806      Branch: perl
64807            ! lib/version.pm lib/version.t universal.c util.c
64808 ____________________________________________________________________________
64809 [ 18680] By: chip                                  on 2003/02/09  17:39:33
64810         Log: Add CPAN ChangeLog to MANIFEST.
64811      Branch: perl
64812            ! MANIFEST
64813 ____________________________________________________________________________
64814 [ 18678] By: jhi                                   on 2003/02/09  14:37:38
64815         Log: CPAN ChangeLog not needed, says Andreas.
64816      Branch: perl
64817            ! MANIFEST
64818 ____________________________________________________________________________
64819 [ 18677] By: jhi                                   on 2003/02/09  08:42:19
64820         Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
64821              From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
64822              Date: 8 Feb 2003 11:54:11 -0000
64823              Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
64824      Branch: perl
64825            ! ext/PerlIO/encoding/encoding.pm
64826 ____________________________________________________________________________
64827 [ 18676] By: jhi                                   on 2003/02/09  08:35:25
64828         Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
64829              From: Stas Bekman <stas@stason.org>
64830              Date: Sat, 08 Feb 2003 11:12:28 +1100
64831              Message-ID: <3E444B6C.5060407@stason.org>
64832      Branch: perl
64833            ! doio.c
64834 ____________________________________________________________________________
64835 [ 18675] By: jhi                                   on 2003/02/08  19:49:40
64836         Log: Possible cruft removal.
64837      Branch: perl
64838            ! x2p/Makefile.SH
64839 ____________________________________________________________________________
64840 [ 18674] By: jhi                                   on 2003/02/08  18:22:42
64841         Log: Signedness nits.
64842      Branch: perl
64843            ! toke.c
64844 ____________________________________________________________________________
64845 [ 18672] By: jhi                                   on 2003/02/08  08:45:35
64846         Log: Upgrade to CPAN 1.64, from Andreas Koenig.
64847      Branch: perl
64848            + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
64849            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
64850            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
64851            ! utils.lst
64852 ____________________________________________________________________________
64853 [ 18671] By: jhi                                   on 2003/02/08  08:35:06
64854         Log: Upgrade to Net::Ping 2.28, from Rob Brown.
64855      Branch: perl
64856            + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
64857            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
64858            ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
64859            ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
64860 ____________________________________________________________________________
64861 [ 18670] By: jhi                                   on 2003/02/08  07:23:02
64862         Log: Subject: [PATCH] perluniintro nit
64863              From: Autrijus Tang <autrijus@autrijus.org>
64864              Date: Fri, 7 Feb 2003 00:02:49 +0800
64865              Message-ID: <20030206160249.GA12984@not.autrijus.org>
64866      Branch: perl
64867            ! pod/perluniintro.pod
64868 ____________________________________________________________________________
64869 [ 18669] By: jhi                                   on 2003/02/06  20:06:09
64870         Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
64871              From: PPrymmer@factset.com
64872              Date: Wed, 5 Feb 2003 12:00:05 -0500
64873              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
64874      Branch: perl
64875            ! t/pod/find.t
64876 ____________________________________________________________________________
64877 [ 18668] By: jhi                                   on 2003/02/06  20:00:52
64878         Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
64879      Branch: perl
64880            ! proto.h
64881 ____________________________________________________________________________
64882 [ 18666] By: sky                                   on 2003/02/06  09:39:24
64883         Log: Patch from Richard Soderberg, cleanup the code a bit and comment
64884              why we are not using SvOOK_on.
64885      Branch: perl
64886            ! sv.c
64887 ____________________________________________________________________________
64888 [ 18664] By: jhi                                   on 2003/02/06  09:26:53
64889         Log: Things forgotten from Encode 1.87.
64890      Branch: perl
64891            ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
64892 ____________________________________________________________________________
64893 [ 18663] By: jhi                                   on 2003/02/06  04:03:31
64894         Log: Upgrade to Encode 1.87.
64895      Branch: perl
64896            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
64897            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
64898            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
64899            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
64900            ! ext/Encode/lib/Encode/CJKConstants.pm
64901            ! ext/Encode/lib/Encode/Encoder.pm
64902            ! ext/Encode/lib/Encode/Encoding.pm
64903            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
64904            ! ext/Encode/t/enc_eucjp.t
64905 ____________________________________________________________________________
64906 [ 18662] By: jhi                                   on 2003/02/05  19:40:38
64907         Log: Add the test of [perl #8760] (fixed by change #18656).
64908      Branch: perl
64909            ! t/run/fresh_perl.t
64910 ____________________________________________________________________________
64911 [ 18661] By: jhi                                   on 2003/02/05  19:28:37
64912         Log: has become fixed too (by changes #18653
64913              and #18658, methinks), adding the test(s).
64914      Branch: perl
64915            ! t/op/pat.t
64916 ____________________________________________________________________________
64917 [ 18660] By: jhi                                   on 2003/02/05  17:15:35
64918         Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
64919              From: Inaba HIroto <inaba@st.rim.or.jp>
64920              Date: Sat, 01 Feb 2003 21:58:20 +0900
64921              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
64922      Branch: perl
64923            ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
64924            ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
64925            ! ext/Encode/lib/Encode/Encoding.pm
64926            ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
64927            ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
64928 ____________________________________________________________________________
64929 [ 18659] By: jhi                                   on 2003/02/05  11:51:30
64930         Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
64931              From: PPrymmer@factset.com
64932              Date: Tue, 4 Feb 2003 12:03:17 -0500
64933              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
64934      Branch: perl
64935            ! ext/PerlIO/via/via.xs
64936 ____________________________________________________________________________
64937 [ 18658] By: jhi                                   on 2003/02/05  05:45:11
64938         Log: s/S_cache_re/cache_re/ for building with threads.
64939      Branch: perl
64940            ! regexec.c
64941 ____________________________________________________________________________
64942 [ 18657] By: rgs                                   on 2003/02/04  20:06:19
64943         Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
64944              From: Stephen McCamant <smcc@mit.edu>
64945              Date: Mon, 3 Feb 2003 21:01:07 -0500
64946              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
64947      Branch: perl
64948            ! ext/B/B/Concise.pm ext/B/t/concise.t
64949 ____________________________________________________________________________
64950 [ 18656] By: rgs                                   on 2003/02/04  20:02:56
64951         Log: Better version of change #18648, by Enache Adrian
64952              Message-ID: <20030204101533.GA11817@ratsnest.hole>
64953      Branch: perl
64954            ! op.c
64955 ____________________________________________________________________________
64956 [ 18655] By: jhi                                   on 2003/02/04  15:56:36
64957         Log: Add the new test to MANIFEST.
64958      Branch: perl
64959            ! MANIFEST
64960 ____________________________________________________________________________
64961 [ 18654] By: gbarr                                 on 2003/02/04  14:42:51
64962         Log: Sync with 1.10
64963      Branch: perl
64964            + ext/List/Util/t/lln.t
64965            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
64966            ! ext/List/Util/lib/List/Util.pm
64967            ! ext/List/Util/lib/Scalar/Util.pm
64968 ____________________________________________________________________________
64969 [ 18653] By: jhi                                   on 2003/02/04  11:04:25
64970         Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
64971              The PL_regdata was not set up (S_cache_re()) before it
64972              was needed (S_reginclass()).  The test put in fresh_perl.t
64973              because we need a pristine state to start.
64974      Branch: perl
64975            ! regexec.c t/run/fresh_perl.t
64976 ____________________________________________________________________________
64977 [ 18652] By: jhi                                   on 2003/02/04  06:35:51
64978         Log: Comment tweak.
64979      Branch: perl
64980            ! t/op/pat.t
64981 ____________________________________________________________________________
64982 [ 18651] By: jhi                                   on 2003/02/04  06:28:53
64983         Log: Signedness issue.
64984      Branch: perl
64985            ! ext/MIME/Base64/Base64.xs
64986 ____________________________________________________________________________
64987 [ 18650] By: rgs                                   on 2003/02/03  22:02:44
64988         Log: Force the C locale in makedepend, to prevent gcc from
64989              producing locale-dependent messages.
64990      Branch: perl
64991            ! makedepend.SH
64992 ____________________________________________________________________________
64993 [ 18649] By: rgs                                   on 2003/02/03  22:00:21
64994         Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
64995      Branch: perl
64996            ! pod/perlrun.pod
64997 ____________________________________________________________________________
64998 [ 18648] By: rgs                                   on 2003/02/03  19:32:57
64999         Log: Fix bug #8760 : cop_line isn't properly restored
65000              when a module is loaded at runtime behind the scenes.
65001      Branch: perl
65002            ! op.c t/lib/warnings/perlio
65003 ____________________________________________________________________________
65004 [ 18647] By: merijn                                on 2003/02/03  16:14:00
65005         Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
65006              From: Abe Timmerman <abe@ztreet.demon.nl>
65007              Date: Sun, 2 Feb 2003 18:27:57 +0100
65008              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
65009      Branch: perl
65010            ! hints/openbsd.sh
65011 ____________________________________________________________________________
65012 [ 18644] By: jhi                                   on 2003/02/03  12:41:51
65013         Log: Duh, test -e ENOPORTABLE, I should've remembered that.
65014              (Made Solaris go boom.)
65015      Branch: perl
65016            ! Configure
65017 ____________________________________________________________________________
65018 [ 18643] By: jhi                                   on 2003/02/03  10:36:15
65019         Log: Detypo.
65020      Branch: perl
65021            ! cop.h
65022 ____________________________________________________________________________
65023 [ 18642] By: ams                                   on 2003/02/03  08:26:36
65024         Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
65025              utility scripts?)
65026      Branch: perl
65027            + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
65028            + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
65029            ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
65030            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
65031            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
65032            ! ext/MIME/Base64/t/quoted-print.t
65033 ____________________________________________________________________________
65034 [ 18641] By: sky                                   on 2003/02/02  23:46:24
65035         Log: In any case, never copy this but use the same SV since
65036              if we copy we loose the hash we so badly need.
65037              For op_const we might still need to copy however.
65038      Branch: perl
65039            ! op.c
65040 ____________________________________________________________________________
65041 [ 18640] By: sky                                   on 2003/02/02  23:38:40
65042         Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
65043              threading issue. Should perhaps be a PVOP to save memory, but then
65044              we have nowhere to store the hash of the function!
65045      Branch: perl
65046            ! dump.c op.c pp_hot.c
65047 ____________________________________________________________________________
65048 [ 18637] By: jhi                                   on 2003/02/02  20:07:57
65049         Log: Plan 9: Some time has passed.
65050      Branch: perl
65051            ! plan9/buildinfo
65052 ____________________________________________________________________________
65053 [ 18636] By: jhi                                   on 2003/02/02  20:02:11
65054         Log: Subject: Re: typo in checkin 18616
65055              From: Nick Ing-Simmons <nick@ing-simmons.net>
65056              Date: Sun, 02 Feb 2003 17:23:08 +0000
65057              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
65058      Branch: perl
65059            ! XSUB.h
65060 ____________________________________________________________________________
65061 [ 18635] By: jhi                                   on 2003/02/02  19:46:35
65062         Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
65063      Branch: perl
65064            + plan9/config_sh.sample
65065            ! MANIFEST
65066 ____________________________________________________________________________
65067 [ 18634] By: ams                                   on 2003/02/02  18:07:01
65068         Log: Subject: [PATCH] pod/perlfunc.pod
65069              From: abigail@abigail.nl
65070              Date: Sun, 2 Feb 2003 16:59:48 +0100
65071              Message-Id: <20030202155948.7971.qmail@abigail.nl>
65072      Branch: perl
65073            ! pod/perlfunc.pod
65074 ____________________________________________________________________________
65075 [ 18633] By: jhi                                   on 2003/02/02  16:48:26
65076         Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
65077              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
65078              Date: Wed, 22 Jan 2003 22:35:56 +0100
65079              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
65080      Branch: perl
65081            ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
65082 ____________________________________________________________________________
65083 [ 18632] By: jhi                                   on 2003/02/02  15:31:36
65084         Log: Also [perl #3547] has been fixed; add its test case.
65085      Branch: perl
65086            ! t/op/pat.t
65087 ____________________________________________________________________________
65088 [ 18631] By: jhi                                   on 2003/02/02  15:26:10
65089         Log: The [perl #7471] seems to have been fixed; add its test.
65090      Branch: perl
65091            ! t/op/pat.t
65092 ____________________________________________________________________________
65093 [ 18630] By: jhi                                   on 2003/02/02  15:21:23
65094         Log: seems to have been fixed; add its test.
65095      Branch: perl
65096            ! t/op/pat.t
65097 ____________________________________________________________________________
65098 [ 18629] By: jhi                                   on 2003/02/02  15:09:39
65099         Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
65100      Branch: perl
65101            + plan9/config_h.sample
65102            ! MANIFEST
65103 ____________________________________________________________________________
65104 [ 18628] By: jhi                                   on 2003/02/02  14:46:26
65105         Log: Plan 9: Update config.plan9 based on Russ Cox' work.
65106      Branch: perl
65107            ! plan9/config.plan9
65108 ____________________________________________________________________________
65109 [ 18627] By: jhi                                   on 2003/02/02  14:24:00
65110         Log: Plan 9: Update the list of object files.
65111      Branch: perl
65112            ! plan9/mkfile
65113 ____________________________________________________________________________
65114 [ 18626] By: jhi                                   on 2003/02/02  14:03:16
65115         Log: Plan 9: No Configure.
65116      Branch: perl
65117            ! Configure
65118 ____________________________________________________________________________
65119 [ 18624] By: jhi                                   on 2003/02/02  13:29:02
65120         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
65121      Branch: perl
65122            ! Configure
65123 ____________________________________________________________________________
65124 [ 18622] By: jhi                                   on 2003/02/02  12:49:13
65125         Log: minitest wasn't working.  (The $^X /miniperl/ test in
65126              io/crlf.t didn't work in Tru64, $^X was "./perl", used
65127              the same 'eval q/use .../' trick everywhere.)
65128      Branch: perl
65129            ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
65130            ! t/uni/tr_utf8.t
65131 ____________________________________________________________________________
65132 [ 18621] By: jhi                                   on 2003/02/02  12:23:28
65133         Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
65134              (test.pl-ise quotemeta.t, too)
65135      Branch: perl
65136            ! t/op/quotemeta.t toke.c
65137 ____________________________________________________________________________
65138 [ 18618] By: sky                                   on 2003/02/01  21:04:36
65139         Log: Fix bug #15837, temporary from storable call hadn't gotten
65140              freed yet and was cloned but without a real (AvREAL)
65141              reference to it. @_ doesn't refcount!
65142      Branch: perl
65143            ! ext/threads/threads.xs
65144 ____________________________________________________________________________
65145 [ 18616] By: jhi                                   on 2003/02/01  19:43:09
65146         Log: Integrate from perlio:
65147
65148              [ 18591]
65149              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
65150              correct XSUB.h
65151
65152              [ 18611]
65153              Michael Schroeder's fix for re-try if stdio ops after
65154              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
65155
65156              [ 18612]
65157              PerlIO friendly version of speed up of $/ = undef case.
65158
65159              [ 18613]
65160              fflush() before invalidating stdio's fileno.
65161      Branch: perl
65162           !> XSUB.h perlio.c sv.c
65163 ____________________________________________________________________________
65164 [ 18615] By: sky                                   on 2003/02/01  12:01:01
65165         Log: Don't free thread before using it, breaks platforms that
65166              trust that I really want to free what I free, (like HPUX
65167              and AIX).
65168      Branch: perl
65169            ! ext/threads/threads.xs
65170 ____________________________________________________________________________
65171 [ 18614] By: ams                                   on 2003/02/01  12:00:29
65172         Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
65173              From: Nick Ing-Simmons <nick@ing-simmons.net>
65174              Date: Sat, 01 Feb 2003 13:03:52 +0000
65175              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
65176      Branch: perl
65177            ! perlio.c
65178 ____________________________________________________________________________
65179 [ 18609] By: jhi                                   on 2003/01/31  08:58:40
65180         Log: Go even further (back) than change #18608 and revert
65181              to the 5.8.0 code, since otherwise split.t #40 fails.
65182              The four new tests of pat.t should keep us more honest.
65183      Branch: perl
65184            ! regexec.c
65185 ____________________________________________________________________________
65186 [ 18608] By: jhi                                   on 2003/01/31  08:24:53
65187         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
65188              From: Enache Adrian <enache@rdslink.ro>
65189              Date: Fri, 31 Jan 2003 09:20:59 +0200
65190              Message-ID: <20030131072059.GB6045@ratsnest.hole>
65191      Branch: perl
65192            ! regexec.c t/op/pat.t
65193 ____________________________________________________________________________
65194 [ 18607] By: ams                                   on 2003/01/31  02:29:56
65195         Log: Fix typo in version check ($[ to $]).
65196      Branch: perl
65197            ! ext/Storable/t/restrict.t
65198 ____________________________________________________________________________
65199 [ 18606] By: rgs                                   on 2003/01/30  22:02:47
65200         Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
65201              From: Jose.auguste-etienne@cgss-guyane.fr
65202              Date: Thu, 30 Jan 2003 12:40:53 -0300
65203              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
65204      Branch: perl
65205            ! pod/perlunicode.pod
65206 ____________________________________________________________________________
65207 [ 18605] By: rgs                                   on 2003/01/30  20:58:52
65208         Log: code example in the FAQ that isn't strict-friendly.
65209              Subject: [perl #20616] Tie::IxHash doc error.
65210              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
65211              Date: 30 Jan 2003 11:43:17 -0000
65212              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
65213      Branch: perl
65214            ! pod/perlfaq4.pod
65215 ____________________________________________________________________________
65216 [ 18604] By: rgs                                   on 2003/01/30  20:52:05
65217         Log: FAQ sync.
65218      Branch: perl
65219            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
65220            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
65221            ! pod/perlfaq8.pod
65222 ____________________________________________________________________________
65223 [ 18603] By: jhi                                   on 2003/01/30  08:05:22
65224         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
65225              From: Enache Adrian <enache@rdslink.ro>
65226              Date: Thu, 30 Jan 2003 10:48:09 +0200
65227              Message-ID: <20030130084809.GA16902@ratsnest.hole>
65228
65229              Fix for half of the failures, with an expanded test.
65230      Branch: perl
65231            ! lib/utf8.t sv.c
65232 ____________________________________________________________________________
65233 [ 18602] By: merijn                                on 2003/01/30  06:31:50
65234         Log: Updates to the openbsd hints
65235
65236              Subject: [perl #20606] [no subject]
65237              Date: 29 Jan 2003 18:38:37 -0000
65238              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
65239              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
65240      Branch: perl
65241            ! hints/openbsd.sh
65242 ____________________________________________________________________________
65243 [ 18601] By: jhi                                   on 2003/01/29  05:58:36
65244         Log: More of the #18600.
65245      Branch: perl
65246            ! pad.c
65247 ____________________________________________________________________________
65248 [ 18600] By: jhi                                   on 2003/01/29  05:37:12
65249         Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
65250              dumping (but now use SvPV_nolen).  (This change made an empty
65251              prototype to show up as "_" under -Uuseperlio.)
65252      Branch: perl
65253            ! dump.c
65254 ____________________________________________________________________________
65255 [ 18599] By: rgs                                   on 2003/01/28  21:07:08
65256         Log: Fix a very small memory leak in op_free, by reserving the
65257              case op_seq == (U16)-1 for the compiler backend
65258
65259              Subject: Re: Freeing code
65260              From: "Paul Johnson" <paul@pjcj.net>
65261              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
65262              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
65263      Branch: perl
65264            ! op.c
65265 ____________________________________________________________________________
65266 [ 18598] By: rgs                                   on 2003/01/28  20:43:02
65267         Log: Integrate from maint-5.8:
65268              Change 18450 :
65269              Tiny output tweak.
65270              Change 18429 :
65271              AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
65272              things like drand48_data are undefined).
65273              Change 18388 :
65274              List the PERL_MAGIC_utf8 ('w') flag.
65275      Branch: perl
65276           !> hints/aix.sh pod/perlguts.pod t/op/pat.t
65277 ____________________________________________________________________________
65278 [ 18597] By: rgs                                   on 2003/01/27  21:52:00
65279         Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
65280              From: Slaven Rezic <slaven@rezic.de>
65281              Date: 14 Jan 2003 20:58:54 +0100
65282              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
65283      Branch: perl
65284            ! ext/Sys/Hostname/Hostname.pm
65285 ____________________________________________________________________________
65286 [ 18596] By: rgs                                   on 2003/01/27  20:38:21
65287         Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
65288              without the lval context tweak. Used in OP_DBSTATE.
65289              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
65290              From: Dave Mitchell <davem@fdgroup.com>
65291              Date: Sun, 26 Jan 2003 17:42:42 +0000
65292              Message-ID: <20030126174242.H16182@fdgroup.com>
65293      Branch: perl
65294            ! cop.h pp_ctl.c
65295 ____________________________________________________________________________
65296 [ 18595] By: rgs                                   on 2003/01/27  20:32:01
65297         Log: Subject: [PATCH] make Copy On Write work once again
65298              From: Nicholas Clark <nick@unfortu.net>
65299              Date: Sat, 25 Jan 2003 00:25:50 +0000
65300              Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
65301      Branch: perl
65302            ! sv.h
65303 ____________________________________________________________________________
65304 [ 18594] By: jhi                                   on 2003/01/27  20:01:44
65305         Log: Update the pod list for Plan 9.
65306      Branch: perl
65307            ! plan9/mkfile
65308 ____________________________________________________________________________
65309 [ 18593] By: sky                                   on 2003/01/26  22:37:21
65310         Log: When we copy things out of a hash and increment the
65311              refcount of the shared scalar, we really must protect
65312              that refcount increase with a lock, or else it might not
65313              happen. Fixes segfault when objects would prematurely
65314              be killed.
65315      Branch: perl
65316            ! ext/threads/shared/shared.xs
65317 ____________________________________________________________________________
65318 [ 18592] By: jhi                                   on 2003/01/26  21:54:36
65319         Log: Missing (STRLEN)casts.
65320      Branch: perl
65321            ! sv.c
65322 ____________________________________________________________________________
65323 [ 18589] By: rgs                                   on 2003/01/26  13:06:49
65324         Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
65325
65326              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
65327              From: Dave Mitchell <davem@fdgroup.com>
65328              Date: Fri, 24 Jan 2003 18:44:19 +0000
65329              Message-ID: <20030124184419.F11179@fdgroup.com>
65330      Branch: perl
65331            ! mg.c op.h pp_ctl.c
65332 ____________________________________________________________________________
65333 [ 18588] By: jhi                                   on 2003/01/26  12:18:10
65334         Log: Lest people get worried about not having PerlIO.
65335      Branch: perl
65336            ! pod/perluniintro.pod
65337 ____________________________________________________________________________
65338 [ 18586] By: jhi                                   on 2003/01/26  09:19:01
65339         Log: Plan 9 doesn't do nm, from Russ Cox.
65340      Branch: perl
65341            ! Configure
65342 ____________________________________________________________________________
65343 [ 18584] By: jhi                                   on 2003/01/26  09:11:23
65344         Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
65345      Branch: perl
65346            ! plan9/plan9ish.h
65347 ____________________________________________________________________________
65348 [ 18583] By: jhi                                   on 2003/01/26  09:08:36
65349         Log: Plan 9 compiler can't return quads from the ?: (condop).
65350              (There may be more spots like this, so a Configure test
65351              maybe in order, but this works for now.)  From Russ Cox.
65352      Branch: perl
65353            ! ext/PerlIO/via/via.xs plan9/plan9ish.h
65354 ____________________________________________________________________________
65355 [ 18581] By: ams                                   on 2003/01/26  05:29:40
65356         Log: Subject: Re: truncate using a globref
65357              From: Slaven Rezic <slaven@rezic.de>
65358              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
65359              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
65360      Branch: perl
65361            ! pp_sys.c t/io/fs.t
65362 ____________________________________________________________________________
65363 [ 18580] By: ams                                   on 2003/01/26  04:57:47
65364         Log: Subject: patch to speed up Perl's slurp mode
65365              From: Enache Adrian <enache@rdslink.ro>
65366              Date: Fri, 24 Jan 2003 06:23:54 +0200
65367              Message-Id: <20030124042354.GA30362@ratsnest.hole>
65368      Branch: perl
65369            ! sv.c
65370 ____________________________________________________________________________
65371 [ 18579] By: ams                                   on 2003/01/26  02:50:44
65372         Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
65373              From: Enache Adrian <enache@rdslink.ro>
65374              Date: Sun, 26 Jan 2003 04:55:48 +0200
65375              Message-Id: <20030126025548.GB812@ratsnest.hole>
65376      Branch: perl
65377            ! pp_ctl.c
65378 ____________________________________________________________________________
65379 [ 18578] By: ams                                   on 2003/01/26  02:40:20
65380         Log: Subject: [PATCH Storable 2.06] const declaration fixup
65381              From: "Craig A. Berry" <craigberry@mac.com>
65382              Date: Thu, 23 Jan 2003 16:24:46 -0600
65383              Message-Id: <3E306BAE.4030807@mac.com>
65384      Branch: perl
65385            ! ext/Storable/Storable.xs
65386 ____________________________________________________________________________
65387 [ 18577] By: rgs                                   on 2003/01/23  20:46:00
65388         Log: Subject: [PATCH] move pad.c warnings to different test file
65389              From: Dave Mitchell <davem@fdgroup.com>
65390              Date: Thu, 23 Jan 2003 20:56:47 +0000
65391              Message-ID: <20030123205647.C8696@fdgroup.com>
65392      Branch: perl
65393            + t/lib/warnings/pad
65394            ! MANIFEST t/lib/warnings/op
65395 ____________________________________________________________________________
65396 [ 18573] By: nick                                  on 2003/01/23  07:26:43
65397         Log: Fix Solaris 32-bit invalidate case.
65398      Branch: perl
65399            ! perlio.c
65400 ____________________________________________________________________________
65401 [ 18572] By: rgs                                   on 2003/01/22  21:40:21
65402         Log: Integrate change 18448 from maint-5.8 :
65403
65404              Subject: Partial Data::Dumper patch
65405              From: Richard Clamp <richardc@unixbeard.net>
65406              Date: Sat, 4 Jan 2003 00:52:47 +0000
65407              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
65408
65409              Subject: Re: Partial Data::Dumper patch
65410              From: Slaven Rezic <slaven@rezic.de>
65411              Date: 04 Jan 2003 02:48:08 +0100
65412              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
65413      Branch: perl
65414           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
65415 ____________________________________________________________________________
65416 [ 18571] By: rgs                                   on 2003/01/22  21:22:31
65417         Log: Subject: [PATCH] Re: difference between my and our before introduction
65418              From: Dave Mitchell <davem@fdgroup.com>
65419              Date: Thu, 16 Jan 2003 17:12:37 +0000
65420              Message-ID: <20030116171237.C420@fdgroup.com>
65421              (with a small test tweak)
65422      Branch: perl
65423            ! pad.c t/comp/our.t toke.c
65424 ____________________________________________________________________________
65425 [ 18569] By: rgs                                   on 2003/01/22  21:00:59
65426         Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
65427      Branch: perl
65428            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
65429 ____________________________________________________________________________
65430 [ 18561] By: jhi                                   on 2003/01/22  17:43:45
65431         Log: Integrate from perlio:
65432              [ 18560]
65433              Fixes for open.pm which attempts to load layers:
65434              1. C equivalent of local $SIG{__WARN__} = sub {}
65435              while loading layers to supress warnings lib/open.t does
65436              not want.
65437              2. The loading scheme does not recurse now so look for
65438              new symptom of bad layer which is that a good module
65439              fails to load (as we cannot open any files).
65440
65441              NOTE: In my opinion open.pm should probably die on bad layer
65442              spec rather than just (maybe) warning and then allowing opens
65443              to fail.
65444      Branch: perl
65445           !> lib/open.t perlio.c
65446 ____________________________________________________________________________
65447 [ 18559] By: jhi                                   on 2003/01/22  13:19:31
65448         Log: Upgrade to Encode 1.86.
65449      Branch: perl
65450            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
65451            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
65452            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
65453 ____________________________________________________________________________
65454 [ 18558] By: jhi                                   on 2003/01/22  13:05:27
65455         Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
65456              From: Dave Mitchell <davem@fdgroup.com>
65457              Date: Sun, 19 Jan 2003 17:22:05 +0000
65458              Message-ID: <20030119172204.D24444@fdgroup.com>
65459      Branch: perl
65460            ! dump.c
65461 ____________________________________________________________________________
65462 [ 18557] By: jhi                                   on 2003/01/22  13:01:15
65463         Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
65464              From: Nicholas Clark <nick@unfortu.net>
65465              Date: Tue, 21 Jan 2003 22:27:21 +0000
65466              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
65467      Branch: perl
65468            ! sv.c t/op/ref.t
65469 ____________________________________________________________________________
65470 [ 18556] By: jhi                                   on 2003/01/22  12:59:02
65471         Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
65472              From: Robin Barker <Robin.Barker@npl.co.uk>
65473              Date: Mon, 20 Jan 2003 15:26:21 -0000
65474              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
65475      Branch: perl
65476            ! perlio.h
65477 ____________________________________________________________________________
65478 [ 18555] By: jhi                                   on 2003/01/22  12:57:20
65479         Log: Integrate from perlio:
65480              [ 18539]
65481              Try the invalidate_fileno() idea for non-leaky stdio sockets.
65482
65483              [ 18540]
65484              stdio does NOT set errno==EBADF on invalidated fileno
65485
65486              [ 18547]
65487              Tweak APItest for new semantics of printf.
65488              Now printf() is always real printf() and not #define'd to
65489              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
65490              back to original file does not affect stdout unless we are
65491              using :stdio as implementation. So things printf()ed XS side
65492              are not written to file (and turn up at end of test).
65493              So add an XS function which does fflush(stdout), modify .pm
65494              file to export it and .t file to call it.
65495
65496              [ 18548]
65497              Add defined(__osf__) case to invalidate_fileno (for Tru64).
65498
65499              [ 18549]
65500              Report layer name (without arg) on fail, and attempt to
65501              autoload layer name. (Fix for [perl #20460]).
65502
65503              [ 18550]
65504              #if defined(__irix__) (for stdio invalidate) from Jarkko.
65505      Branch: perl
65506           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
65507           !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
65508 ____________________________________________________________________________
65509 [ 18554] By: jhi                                   on 2003/01/22  12:47:03
65510         Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
65511              From: Dave Mitchell <davem@fdgroup.com>
65512              Date: Sun, 19 Jan 2003 16:43:54 +0000
65513              Message-ID: <20030119164353.B24444@fdgroup.com>
65514      Branch: perl
65515            ! av.c t/op/array.t
65516 ____________________________________________________________________________
65517 [ 18553] By: jhi                                   on 2003/01/22  12:43:31
65518         Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
65519              From: Martti Rahkila <martti.rahkila@hut.fi>
65520              Date: Sat, 18 Jan 2003 00:25:39 +0200
65521              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
65522
65523              (chose the 'even safer' version)
65524      Branch: perl
65525            ! lib/Term/Complete.pm
65526 ____________________________________________________________________________
65527 [ 18552] By: jhi                                   on 2003/01/22  12:34:06
65528         Log: Subject: [PATCH] assert PV isn't RV
65529              From: Nicholas Clark <nick@unfortu.net>
65530              Date: Fri, 17 Jan 2003 19:40:45 +0000
65531              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
65532      Branch: perl
65533            ! sv.h
65534 ____________________________________________________________________________
65535 [ 18551] By: jhi                                   on 2003/01/22  12:28:11
65536         Log: Integrate from maint-5.8:
65537              [ 18375]
65538              Better version of change #18370; use the new 'E' flag
65539              so that cxinc is exposed (as cpp) only to List::Util
65540              (well, any extension) (well, anyone who does -DPERL_EXT),
65541              no need to export it globally.
65542      Branch: perl
65543           !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
65544 ____________________________________________________________________________
65545 [ 18545] By: ams                                   on 2003/01/22  06:06:26
65546         Log: Subject: [PATCH perl-current] AUTHORS correction
65547              From: Richard Soderberg <rs@crystalflame.net>
65548              Date: Wed, 22 Jan 2003 02:08:13 -0500
65549              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
65550      Branch: perl
65551            ! AUTHORS
65552 ____________________________________________________________________________
65553 [ 18544] By: jhi                                   on 2003/01/22  03:45:01
65554         Log: Continuation of #18542.
65555      Branch: perl
65556            ! sv.c
65557 ____________________________________________________________________________
65558 [ 18543] By: jhi                                   on 2003/01/22  03:21:23
65559         Log: Update the MD5 checksums.
65560      Branch: perl
65561            ! ext/Digest/MD5/t/files.t
65562 ____________________________________________________________________________
65563 [ 18542] By: hv                                    on 2003/01/22  01:37:52
65564         Log: #18530 misses a couple of pTHX definitions
65565      Branch: perl
65566            ! sv.c
65567 ____________________________________________________________________________
65568 [ 18541] By: jhi                                   on 2003/01/21  22:08:51
65569         Log: Try to make including patchlevel.h a bit more
65570              robust (use <> instead of "") and in case of
65571              failure (PERL_VERSION didn't get defined) try
65572              to fail (by trying to #include an "obviously"
65573              named file that should not exist) (didn't use
65574              #error since IIRC older cpps do not have it)
65575              (Tries to address [perl #20276].)
65576      Branch: perl
65577            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
65578            ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
65579            ! ext/Storable/Storable.xs
65580 ____________________________________________________________________________
65581 [ 18538] By: merijn                                on 2003/01/21  16:54:00
65582         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
65583              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65584              Date: Mon, 30 Dec 2002 18:01:16 -0800
65585              Message-ID: <spPE+gzkg+6F092yn@efn.org>
65586      Branch: perl
65587            ! Configure
65588 ____________________________________________________________________________
65589 [ 18536] By: jhi                                   on 2003/01/21  14:18:40
65590         Log: Allow explicit -C enable/disable by -C:1/-C:0
65591              (suggested by Peter Haworth).
65592      Branch: perl
65593            ! perl.c pod/perlrun.pod
65594 ____________________________________________________________________________
65595 [ 18534] By: hv                                    on 2003/01/21  02:22:53
65596         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
65597              From: Chip Turner <cturner@redhat.com>
65598              Date: 02 Jan 2003 11:35:57 -0500
65599              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
65600      Branch: perl
65601            ! lib/Pod/Perldoc.pm
65602 ____________________________________________________________________________
65603 [ 18533] By: hv                                    on 2003/01/21  02:15:29
65604         Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
65605              From: hv@crypt.org
65606              Date: Thu, 02 Jan 2003 14:33:49 +0000
65607              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
65608      Branch: perl
65609            ! regexec.c t/op/subst.t
65610 ____________________________________________________________________________
65611 [ 18532] By: hv                                    on 2003/01/21  01:56:31
65612         Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
65613              From: Martien Verbruggen <mgjv@tradingpost.com.au>
65614              Date: Tue, 31 Dec 2002 16:42:28 +1100
65615              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
65616      Branch: perl
65617            ! pod/perlsyn.pod
65618 ____________________________________________________________________________
65619 [ 18531] By: hv                                    on 2003/01/21  01:52:49
65620         Log: integrate #18366-18370 from maint-5.8:
65621              Implement the CPP namespace protection from [perl #8610];
65622              unless a function has an 'A' flag, it's defined only if
65623              PERL_CORE.  (Why do we have so many many functions with an
65624              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
65625              could be cut down further by having a state variable and
65626              inserting #ifdefs and #endifs when the state flips.)
65627
65628              Caught by change #18366; thanks to the re extension we have some
65629              functions that are file static but yet part of "the public API"...
65630              Maybe a new class of exportability (a new embed.fnc flag) is
65631              required for this case.
65632
65633              Continue on change #18367; implement the said flag, 'E'.
65634              (Some nm output studying was needed to get the right set
65635              of re symbols defined.)
65636
65637              In AIX (strict symbol exports) the cxinc is needed for List::Util.
65638      Branch: perl
65639            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
65640 ____________________________________________________________________________
65641 [ 18530] By: hv                                    on 2003/01/21  01:37:03
65642         Log: integrate (by hand) #18353 and #18359 from maint-5.8:
65643              Introduce a cache for UTF-8 data: length and byte<->char offset
65644              mapping are stored in a new type of magic.  Speeds up length(),
65645              substr(), index(), rindex(), pos(), and some parts of s///.
65646
65647              The speedup varies a lot (on the usual suspects: what is the
65648              access pattern of the data, compiler, CPU), but should be at
65649              least one order of magnitude, and getting to the same magnitude
65650              as byte string speeds, and in some cases  (length on unchanged data)
65651              even reaching the byte string speed.  On the other hand, in some
65652              cases (index) the byte speed is still faster by a factor of five
65653              or so, but the bottleneck there does not seem to be any more
65654              the byte<->char offset mapping (instead, the fbm_instr() speed).
65655
65656              There is one cache slot for the length, and only two for the
65657              byte<->char offset mapping (the first one for the start->offset,
65658              and the second for the offset->offset+length, when talking
65659              in substr() terms).
65660
65661              Code this hairy is bound to have hairy trolls hiding under it.
65662              [...]
65663              A small tweak on top of #18353: don't display mg_len bytes of
65664              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
65665      Branch: perl
65666            ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
65667            ! sv.c util.c
65668 ____________________________________________________________________________
65669 [ 18529] By: hv                                    on 2003/01/21  00:44:20
65670         Log: integrate #18349 from maint-5.8:
65671              At least partially address [perl #10000] by speeding
65672              up both the ASCII case (by about 2-3%) and the UTF-8 case
65673              (by about 45%).  The major trick is to avoid hitting the
65674              costly S_reginclass().  (Even before this patch the speedup
65675              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
65676              still about 30-60% slower than the ASCII case.  (Note that
65677              I'm unable to reproduce the 10-fold speed difference of the
65678              original bug report; I can see a factor of 2 or 3, but no more.)
65679      Branch: perl
65680           !> regexec.c
65681 ____________________________________________________________________________
65682 [ 18528] By: hv                                    on 2003/01/21  00:24:11
65683         Log: Subject: [PATCH pp_ctl.c] silence warning
65684              From: Dave Mitchell <davem@fdgroup.com>
65685              Date: Sun, 29 Dec 2002 15:09:31 +0000
65686              Message-ID: <20021229150931.C2325@fdgroup.com>
65687      Branch: perl
65688            ! pp_ctl.c
65689 ____________________________________________________________________________
65690 [ 18527] By: hv                                    on 2003/01/21  00:04:14
65691         Log: Subject: perl version reporting
65692              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65693              Date: Wed, 18 Dec 2002 08:30:32 +0100
65694              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
65695      Branch: perl
65696            ! perl.c
65697 ____________________________________________________________________________
65698 [ 18526] By: hv                                    on 2003/01/20  23:21:22
65699         Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
65700              From: Blair Zajac <blair@orcaware.com>
65701              Date: Wed, 08 Jan 2003 12:28:35 -0800
65702              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
65703      Branch: perl
65704            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
65705            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
65706 ____________________________________________________________________________
65707 [ 18524] By: jhi                                   on 2003/01/20  17:51:10
65708         Log: Integrate from perlio:
65709              [ 18520]
65710              Move #define printf out of perl.h into appropriate
65711              PerlIO files.
65712      Branch: perl
65713           !> fakesdio.h nostdio.h perl.h
65714 ____________________________________________________________________________
65715 [ 18523] By: jhi                                   on 2003/01/20  17:48:51
65716         Log: Upgrade to Digest 1.02.
65717      Branch: perl
65718            ! lib/Digest.pm lib/Digest.t
65719 ____________________________________________________________________________
65720 [ 18522] By: jhi                                   on 2003/01/20  17:43:15
65721         Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
65722              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
65723              Date: 20 Jan 2003 01:54:07 -0000
65724              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
65725      Branch: perl
65726            ! pp_hot.c
65727 ____________________________________________________________________________
65728 [ 18521] By: jhi                                   on 2003/01/20  17:37:35
65729         Log: Retract #18154 (integrate of perlio #18507), not enough
65730              threadsafety.
65731      Branch: perl
65732            ! perlio.c
65733 ____________________________________________________________________________
65734 [ 18519] By: jhi                                   on 2003/01/20  12:25:43
65735         Log: Encode MANIFEST update.
65736      Branch: perl
65737            ! ext/Encode/MANIFEST
65738 ____________________________________________________________________________
65739 [ 18517] By: nick                                  on 2003/01/20  08:34:10
65740         Log: Integrate #18405 from maint-5.8 which fixes whitespac
65741              issues in open(FH,"&...")
65742      Branch: perl
65743           !> doio.c
65744 ____________________________________________________________________________
65745 [ 18516] By: jhi                                   on 2003/01/19  13:48:10
65746         Log: microperl update.
65747      Branch: perl
65748            ! Makefile.micro uconfig.h uconfig.sh
65749 ____________________________________________________________________________
65750 [ 18514] By: jhi                                   on 2003/01/18  18:36:00
65751         Log: Integrate from perlio:
65752              [ 18507]
65753              Thread-protection for dup/fclose/dup2 scheme of stdio leak
65754              avoidance.
65755      Branch: perl
65756           !> perlio.c t/io/tell.t
65757 ____________________________________________________________________________
65758 [ 18513] By: jhi                                   on 2003/01/18  18:07:01
65759         Log: Slight pod reformatting based on [perl #20284].
65760      Branch: perl
65761            ! README.mint ext/Data/Dumper/Dumper.pm
65762 ____________________________________________________________________________
65763 [ 18512] By: jhi                                   on 2003/01/17  21:00:15
65764         Log: EPOC perl address updates.
65765      Branch: perl
65766            ! README.epoc
65767 ____________________________________________________________________________
65768 [ 18511] By: jhi                                   on 2003/01/17  20:23:42
65769         Log: Upgrade to Digest 1.01.
65770      Branch: perl
65771            ! lib/Digest.pm
65772 ____________________________________________________________________________
65773 [ 18510] By: jhi                                   on 2003/01/17  19:53:37
65774         Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
65775      Branch: perl
65776            ! utils/libnetcfg.PL
65777 ____________________________________________________________________________
65778 [ 18509] By: jhi                                   on 2003/01/17  19:45:11
65779         Log: Upgrade to Digest::MD5 2.22.
65780      Branch: perl
65781            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
65782            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
65783            ! ext/Digest/MD5/t/files.t
65784 ____________________________________________________________________________
65785 [ 18508] By: merijn                                on 2003/01/17  14:12:53
65786         Log: Subject: Re: 18457 on cygwin/20030113
65787              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
65788              Date: Fri, 17 Jan 2003 15:10:34 +0000
65789              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
65790      Branch: perl
65791            ! t/io/tell.t
65792 ____________________________________________________________________________
65793 [ 18504] By: jhi                                   on 2003/01/17  13:21:51
65794         Log: Integrate from perlio:
65795              [ 18476]
65796              Remove workaround for :stdio layer bug now fixed
65797              (Fixes #18975)
65798      Branch: perl
65799           !> pp_sys.c
65800 ____________________________________________________________________________
65801 [ 18502] By: jhi                                   on 2003/01/16  22:53:23
65802         Log: Integrate from maint-5.6:
65803              [ 18477]
65804              search utility doesn't skip exe/lib/pdb files properly on windows
65805      Branch: perl
65806           !> win32/bin/search.pl
65807 ____________________________________________________________________________
65808 [ 18501] By: rgs                                   on 2003/01/16  21:28:42
65809         Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
65810              From: "Jos I. Boumans" <kane@dwim.org>
65811              Date: Thu, 16 Jan 2003 14:04:48 +0100
65812              Message-ID: <3E26ADF0.6010605@dwim.org>
65813              (with test tweaks)
65814      Branch: perl
65815            ! lib/File/Find.pm lib/File/Find/t/find.t
65816 ____________________________________________________________________________
65817 [ 18500] By: rgs                                   on 2003/01/16  21:17:14
65818         Log: Integrate #18447 from maint-5.8 :
65819              test.pl-ise t/op/fh.t.
65820      Branch: perl
65821           !> t/op/fh.t
65822 ____________________________________________________________________________
65823 [ 18499] By: rgs                                   on 2003/01/16  20:58:59
65824         Log: Integrate changes to Attribute::Handlers from maint-5.8
65825              (18404 and 18427).
65826              Subject: [PATCH] Re: Attribute::Handlers phase variance
65827              From: Richard Clamp <richardc@unixbeard.net>
65828              Date: Mon, 9 Dec 2002 11:10:24 +0000
65829              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
65830      Branch: perl
65831           !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
65832 ____________________________________________________________________________
65833 [ 18498] By: rgs                                   on 2003/01/16  20:48:10
65834         Log: Integrate changes #18422 and #18423 from maint-5.8.
65835              18422 :
65836              Third Degree found a read of uninit memory (after setting
65837              grent_size with sysconf(), pwent_size was read).  Also make
65838              the ERANGE/INVARG more consistent.
65839              18423 :
65840              spent_size was still off.  (As far as I can tell
65841              _SC_GETPW_R_SIZE_MAX is supposed to be used also
65842              for spents, not just pwents.)
65843      Branch: perl
65844           !> reentr.c reentr.h reentr.pl
65845 ____________________________________________________________________________
65846 [ 18497] By: rgs                                   on 2003/01/16  20:40:58
65847         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
65848              From: Dave Mitchell <davem@fdgroup.com>
65849              Date: Wed, 1 Jan 2003 21:43:24 +0000
65850              Message-ID: <20030101214324.F12907@fdgroup.com>
65851              (integrated from change #18397 in maint-5.8)
65852      Branch: perl
65853           !> lib/Time/Local.pm lib/Time/Local.t
65854 ____________________________________________________________________________
65855 [ 18496] By: jhi                                   on 2003/01/16  20:36:23
65856         Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
65857              code changes from Inaba Hiroto; test tweaks by jhi.
65858      Branch: perl
65859            + ext/Encode/t/enc_eucjp.t
65860            ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
65861            ! pp.c sv.c sv.h t/uni/tr_utf8.t
65862 ____________________________________________________________________________
65863 [ 18495] By: jhi                                   on 2003/01/16  20:19:36
65864         Log: It seems the binmode() is needed with UTF-8 locales enabled.
65865      Branch: perl
65866            ! ext/Encode/t/CJKT.t
65867 ____________________________________________________________________________
65868 [ 18494] By: jhi                                   on 2003/01/16  20:11:35
65869         Log: Upgrade to CGI.pm 2.89.
65870      Branch: perl
65871            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
65872            ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
65873 ____________________________________________________________________________
65874 [ 18493] By: jhi                                   on 2003/01/16  20:03:01
65875         Log: Subject: Update for ext/MIME/Base64/
65876              From: Gisle Aas <gisle@ActiveState.com>
65877              Date: 30 Dec 2002 07:34:34 -0800
65878              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
65879      Branch: perl
65880            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
65881            ! ext/MIME/Base64/QuotedPrint.pm
65882            ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
65883 ____________________________________________________________________________
65884 [ 18492] By: jhi                                   on 2003/01/16  19:56:07
65885         Log: Subject: Update for ext/Digest/MD5/
65886              From: Gisle Aas <gisle@ActiveState.com>
65887              Date: 30 Dec 2002 07:38:16 -0800
65888              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
65889      Branch: perl
65890            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
65891            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
65892            ! ext/Digest/MD5/t/files.t
65893 ____________________________________________________________________________
65894 [ 18491] By: jhi                                   on 2003/01/16  19:24:10
65895         Log: if (0) the PL_widesyscalls code for now: Sarathy
65896              should take another look to see whether it is really
65897              safe to remove the code, too.
65898      Branch: perl
65899            ! win32/win32.h wince/win32.h
65900 ____________________________________________________________________________
65901 [ 18490] By: jhi                                   on 2003/01/16  01:58:39
65902         Log: Make the locale-induced UTF-8-ification of STD fhs
65903              and the default file open layer explicit (either -C
65904              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
65905      Branch: perl
65906            ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
65907            ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
65908            ! pod/perlvar.pod
65909 ____________________________________________________________________________
65910 [ 18489] By: rgs                                   on 2003/01/15  20:55:00
65911         Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
65912              From: Brendan O'Dea <bod@debian.org>
65913              Date: Sun, 12 Jan 2003 06:18:32 +1100
65914              Message-ID: <20030111191832.GA19441@londo.c47.org>
65915      Branch: perl
65916            ! pod/perlrun.pod
65917 ____________________________________________________________________________
65918 [ 18488] By: rgs                                   on 2003/01/15  20:51:48
65919         Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
65920              From: Brendan O'Dea <bod@debian.org>
65921              Date: Sun, 12 Jan 2003 06:17:30 +1100
65922              Message-ID: <20030111191730.GA19420@londo.c47.org>
65923      Branch: perl
65924            ! lib/diagnostics.pm
65925 ____________________________________________________________________________
65926 [ 18487] By: rgs                                   on 2003/01/15  20:45:14
65927         Log: Add a test case for bug [perl #19545]
65928      Branch: perl
65929            ! t/op/do.t
65930 ____________________________________________________________________________
65931 [ 18486] By: rgs                                   on 2003/01/15  20:34:52
65932         Log: isa() and can() didn't work on magic variables
65933              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
65934              plus a test case by B. Goldberg
65935      Branch: perl
65936            ! t/op/universal.t universal.c
65937 ____________________________________________________________________________
65938 [ 18485] By: rgs                                   on 2003/01/15  20:10:57
65939         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
65940              From: Stephen McCamant <smcc@mit.edu>
65941              Date: Thu, 2 Jan 2003 18:08:23 -0500
65942              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
65943              Plus a test by Jarkko
65944              Integrated from changes 18444 and 18446 from maint-5.8
65945      Branch: perl
65946           +> t/op/readline.t
65947           !> MANIFEST pp_hot.c
65948 ____________________________________________________________________________
65949 [ 18484] By: jhi                                   on 2003/01/15  14:09:57
65950         Log: Upgrade to Time::HiRes 1.42.
65951      Branch: perl
65952            + ext/Time/HiRes/fallback/const-c.inc
65953            + ext/Time/HiRes/fallback/const-xs.inc
65954            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
65955            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
65956 ____________________________________________________________________________
65957 [ 18483] By: jhi                                   on 2003/01/15  00:23:20
65958         Log: Detypo.
65959      Branch: perl
65960            ! ext/Encode/Unicode/Unicode.xs
65961 ____________________________________________________________________________
65962 [ 18482] By: rgs                                   on 2003/01/14  21:41:04
65963         Log: Integrate change #18365 from maint-5.8 :
65964              Doc tweak on the S_ macros.
65965      Branch: perl
65966           !> pod/perlfunc.pod
65967 ____________________________________________________________________________
65968 [ 18481] By: jhi                                   on 2003/01/14  12:40:24
65969         Log: Apparently some stdios have bugs (no! don't tell it is so!)
65970              or there is a corner of stdio that is substandardised.
65971      Branch: perl
65972            ! t/io/tell.t
65973 ____________________________________________________________________________
65974 [ 18480] By: jhi                                   on 2003/01/14  01:25:14
65975         Log: Encode 1.84 broke the subtest #7, further study required.
65976      Branch: perl
65977            ! t/uni/tr_utf8.t
65978 ____________________________________________________________________________
65979 [ 18479] By: jhi                                   on 2003/01/13  23:13:02
65980         Log: Add a test for encoding 'utf8'.
65981      Branch: perl
65982            + ext/Encode/t/enc_utf8.t
65983            ! MANIFEST ext/Encode/MANIFEST
65984 ____________________________________________________________________________
65985 [ 18478] By: jhi                                   on 2003/01/13  23:10:55
65986         Log: Upgrade to Encode 1.84.
65987      Branch: perl
65988            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
65989            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
65990 ____________________________________________________________________________
65991 [ 18475] By: jhi                                   on 2003/01/13  02:42:47
65992         Log: Integrate from perlio:
65993              [ 18471]
65994              Fix #18711 and add test for it (and indeed tell on write
65995              handles at all !
65996
65997              (#18711 Serious bug of tell() in perl)
65998      Branch: perl
65999           !> perlio.c t/io/tell.t
66000 ____________________________________________________________________________
66001 [ 18474] By: jhi                                   on 2003/01/13  02:41:04
66002         Log: Integrate from perlio:
66003              [ 18470]
66004              Fix #16306 and #16880
66005
66006              (#16306 Big Badda leak in Sockets)
66007              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
66008      Branch: perl
66009           !> perlio.c
66010 ____________________________________________________________________________
66011 [ 18473] By: jhi                                   on 2003/01/13  02:38:33
66012         Log: Integrate perlio #18040 and #18043 (no real changes;
66013              some whitespace changes but ignored them so that Dan's
66014              version of Encode wins)
66015      Branch: perl
66016           !> ext/Encode/Encode.xs
66017 ____________________________________________________________________________
66018 [ 18472] By: jhi                                   on 2003/01/13  01:31:01
66019         Log: Integrate perlio to mainline:
66020              [ 18240]
66021              Avoid eqtime() wiping the file (as suggested by
66022              "Luis G. Uribe C." <GUribe@SoftHome.net>
66023      Branch: perl
66024           !> lib/ExtUtils/Command.pm
66025 ____________________________________________________________________________
66026 [ 18468] By: rgs                                   on 2003/01/09  21:07:44
66027         Log: Subject: [PATCH] VMS perly build tweak
66028              From: "Craig A. Berry" <craigberry@mac.com>
66029              Date: Thu, 9 Jan 2003 14:44:40 -0600
66030              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
66031      Branch: perl
66032            ! vms/descrip_mms.template
66033 ____________________________________________________________________________
66034 [ 18467] By: rgs                                   on 2003/01/09  21:03:07
66035         Log: Document that ${^TAINT} is read-only.
66036      Branch: perl
66037            ! pod/perlvar.pod
66038 ____________________________________________________________________________
66039 [ 18465] By: rgs                                   on 2003/01/08  22:02:26
66040         Log: Fix the doc for splitpath() in the File::Spec modules :
66041              this function doesn't return undef in any case.
66042      Branch: perl
66043            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
66044            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
66045 ____________________________________________________________________________
66046 [ 18464] By: rgs                                   on 2003/01/08  21:40:37
66047         Log: Subject: [PATCH] label code in pp_ctl.c
66048              From: Nicholas Clark <nick@unfortu.net>
66049              Date: Thu, 26 Dec 2002 21:19:36 +0000
66050              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
66051              (Integrated from change #18400 from maint-5.8)
66052      Branch: perl
66053           !> pp_ctl.c
66054 ____________________________________________________________________________
66055 [ 18463] By: rgs                                   on 2003/01/08  21:27:49
66056         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
66057              From: Nicholas Clark <nick@unfortu.net>
66058              Date: Wed, 1 Jan 2003 18:17:59 +0000
66059              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
66060              (Integrated from change #18399 from maint-5.8)
66061      Branch: perl
66062           !> hv.c
66063 ____________________________________________________________________________
66064 [ 18462] By: rgs                                   on 2003/01/08  21:24:09
66065         Log: Integrate change #18391 from maint-5.8:
66066              Document the installprefix trick for compiling PASE Perl in AIX.
66067      Branch: perl
66068           !> README.os400
66069 ____________________________________________________________________________
66070 [ 18461] By: rgs                                   on 2003/01/08  21:16:54
66071         Log: Integrate change #18362 from maint-5.8:
66072              Fix [perl #18666] (taking the more conservative approach).
66073      Branch: perl
66074           !> lib/File/Spec/Unix.pm
66075 ____________________________________________________________________________
66076 [ 18460] By: rgs                                   on 2003/01/08  21:14:20
66077         Log: Integrate change #18361 from maint-5.8:
66078              Document that the socketpair tests are unhappy in old SCO,
66079              as per [perl #18537].
66080      Branch: perl
66081           !> pod/perl58delta.pod
66082 ____________________________________________________________________________
66083 [ 18459] By: rgs                                   on 2003/01/08  20:48:19
66084         Log: PerlFAQ sync.
66085      Branch: perl
66086            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
66087            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
66088            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
66089            ! pod/perlfaq9.pod
66090 ____________________________________________________________________________
66091 [ 18456] By: hv                                    on 2003/01/07  09:20:22
66092         Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
66093              From: Nicholas Clark <nick@unfortu.net>
66094              Date: Thu, 26 Dec 2002 21:16:27 +0000
66095              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
66096      Branch: perl
66097            ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
66098            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
66099            ! utf8.c
66100 ____________________________________________________________________________
66101 [ 18455] By: hv                                    on 2003/01/07  08:54:38
66102         Log: Subject: [PATCH] integrate more with report_evil_fh
66103              From: Nicholas Clark <nick@unfortu.net>
66104              Date: Thu, 26 Dec 2002 20:56:21 +0000
66105              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
66106      Branch: perl
66107            ! pp_sys.c
66108 ____________________________________________________________________________
66109 [ 18454] By: hv                                    on 2003/01/07  08:45:54
66110         Log: Integrate podlators-1.25
66111      Branch: perl
66112            ! lib/Pod/Man.pm lib/Pod/t/man.t
66113 ____________________________________________________________________________
66114 [ 18453] By: rgs                                   on 2003/01/06  20:31:43
66115         Log: Change the value of ${^TAINT} : 0 without taint checks,
66116              1 with -T, and -1 with -t or -TU.
66117      Branch: perl
66118            ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
66119            ! t/run/switcht.t
66120 ____________________________________________________________________________
66121 [ 18451] By: merijn                                on 2003/01/06  06:43:11
66122         Log: Subject: [PATCH perl@18746] VMS test adjustments
66123              Date: Sat, 04 Jan 2003 11:26:00 -0600
66124              From: "Craig A. Berry" <craigberry@mac.com>
66125              Message-ID: <3E171928.1040100@mac.com>
66126      Branch: perl
66127            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
66128            ! t/run/switchI.t
66129 ____________________________________________________________________________
66130 [ 18441] By: rgs                                   on 2003/01/04  20:06:45
66131         Log: Subject: [DOCPATCH] File::Copy's synopsis
66132              From: Nicholas Clark <nick@unfortu.net>
66133              Date: Wed, 1 Jan 2003 21:09:30 +0000
66134              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
66135      Branch: perl
66136            ! lib/File/Copy.pm
66137 ____________________________________________________________________________
66138 [ 18440] By: rgs                                   on 2003/01/04  16:31:31
66139         Log: Integrate change #18420 from maint-5.8:
66140              Mea culpa: the join() was the string join, not the
66141              ithreads join().
66142      Branch: perl
66143           !> ext/threads/t/join.t
66144 ____________________________________________________________________________
66145 [ 18439] By: rgs                                   on 2003/01/04  15:34:54
66146         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
66147              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
66148              Date: Fri, 13 Dec 2002 00:54:43 +0100
66149              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
66150              Same as change 18403 for maint-5.8 branch
66151      Branch: perl
66152            ! lib/ExtUtils/t/Embed.t
66153 ____________________________________________________________________________
66154 [ 18438] By: rgs                                   on 2003/01/04  15:24:22
66155         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
66156              From: andreas.koenig@anima.de (Andreas J. Koenig)
66157              Date: Fri, 03 Jan 2003 00:57:15 +0100
66158              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
66159      Branch: perl
66160            ! pod/perlre.pod
66161 ____________________________________________________________________________
66162 [ 18435] By: jhi                                   on 2003/01/04  14:36:08
66163         Log: The problems.t is back.
66164      Branch: perl
66165            ! MANIFEST
66166 ____________________________________________________________________________
66167 [ 18434] By: sky                                   on 2003/01/04  07:43:50
66168         Log: Forgot to add problems.t with change #18419
66169      Branch: perl
66170            + ext/threads/t/problems.t
66171 ____________________________________________________________________________
66172 [ 18432] By: jhi                                   on 2003/01/04  04:48:30
66173         Log: One more (or, rather, less) //.
66174      Branch: perl
66175            ! ext/threads/threads.xs
66176 ____________________________________________________________________________
66177 [ 18431] By: jhi                                   on 2003/01/04  04:39:01
66178         Log: Integrate from maintperl:
66179              [ 18430]
66180              // is still not portable C commentary.
66181      Branch: perl
66182           !> ext/threads/threads.xs
66183 ____________________________________________________________________________
66184 [ 18425] By: jhi                                   on 2003/01/04  03:37:04
66185         Log: Until Arthur really adds the problems.t.
66186      Branch: perl
66187            ! MANIFEST
66188 ____________________________________________________________________________
66189 [ 18421] By: sky                                   on 2003/01/04  01:27:55
66190         Log: Fix long standing memory leak with pop and shift!
66191      Branch: perl
66192            ! ext/threads/shared/shared.xs
66193 ____________________________________________________________________________
66194 [ 18419] By: sky                                   on 2003/01/03  23:45:34
66195         Log: Fixes bug #15273, the return of the object caused
66196              the stash of the object to be cloned, cloning the entire syntax
66197              tree and all lexicals in there creating danglning copies to the
66198              object. (Pararell but unlinked STASH tree).
66199              This adds a new flag, when set it will use STASHES from the
66200              thread we are joining into avoiding the problem.
66201      Branch: perl
66202            ! MANIFEST ext/threads/threads.xs sv.c sv.h
66203 ____________________________________________________________________________
66204 [ 18417] By: sky                                   on 2003/01/03  18:16:46
66205         Log: Fake what context we are running in for CLONE and DESTROY so
66206              threads->tid() returns the correct value.
66207              This is reported as bug #10046
66208      Branch: perl
66209            ! ext/threads/t/basic.t ext/threads/threads.xs
66210 ____________________________________________________________________________
66211 [ 18413] By: sky                                   on 2003/01/03  15:15:14
66212         Log: Change pp_lock to take a reference instead of a
66213              scalar since it wouldn't fork for the HELEM/AELEM
66214              case. This was reported in bug #10045
66215      Branch: perl
66216            ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
66217 ____________________________________________________________________________
66218 [ 18412] By: hv                                    on 2003/01/03  11:14:51
66219         Log: Integrate from maint-5.8 #18348:
66220              Make Math::Trig a little bit more better behaved module citizen.
66221      Branch: perl
66222           !> lib/Math/Trig.pm
66223 ____________________________________________________________________________
66224 [ 18411] By: hv                                    on 2003/01/03  11:11:09
66225         Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
66226              From: Stephen McCamant <smcc@mit.edu>
66227              Date: Sun, 22 Dec 2002 22:09:51 -0500
66228              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
66229      Branch: perl
66230            ! pp_ctl.c
66231 ____________________________________________________________________________
66232 [ 18410] By: hv                                    on 2003/01/03  11:06:40
66233         Log: Subject: new flag SvPADSTALE
66234              From: Dave Mitchell <davem@fdgroup.com>
66235              Date: Thu, 19 Dec 2002 19:00:21 +0000
66236              Message-ID: <20021219190021.D9530@fdgroup.com>
66237      Branch: perl
66238            ! dump.c scope.c sv.h
66239 ____________________________________________________________________________
66240 [ 18409] By: hv                                    on 2003/01/03  11:05:09
66241         Log: Subject: remove flag SvPADBUSY
66242              From: Dave Mitchell <davem@fdgroup.com>
66243              Date: Thu, 19 Dec 2002 18:55:43 +0000
66244              Message-ID: <20021219185543.C9530@fdgroup.com>
66245      Branch: perl
66246            ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
66247 ____________________________________________________________________________
66248 [ 18408] By: hv                                    on 2003/01/03  10:56:54
66249         Log: Subject: win32_msgwait() problem
66250              From: Gurusamy Sarathy <gsar@ActiveState.com>
66251              Date: Fri, 13 Dec 2002 17:31:59 -0800
66252              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
66253      Branch: perl
66254            ! win32/win32.c
66255 ____________________________________________________________________________
66256 [ 18407] By: hv                                    on 2003/01/03  10:30:05
66257         Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
66258              From: hv@crypt.org
66259              Date: Thu, 02 Jan 2003 17:16:04 +0000
66260              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
66261      Branch: perl
66262            ! sv.c
66263 ____________________________________________________________________________
66264 [ 18406] By: sky                                   on 2003/01/03  08:23:16
66265         Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
66266              libc_r functions.
66267      Branch: perl
66268            ! hints/darwin.sh
66269 ____________________________________________________________________________
66270 [ 18393] By: merijn                                on 2003/01/02  19:41:29
66271         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)
66272              Date: Thu, 2 Jan 2003 19:02:21 +0100
66273              Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
66274              From: abe@ztreet.demon.nl (Abe Timmerman)
66275      Branch: perl
66276            ! win32/makefile.mk
66277 ____________________________________________________________________________
66278 [ 18390] By: merijn                                on 2003/01/02  07:32:00
66279         Log: Use a more likely location for the perl binary
66280      Branch: perl
66281            ! Porting/genlog
66282 ____________________________________________________________________________
66283 [ 18378] By: gsar                                  on 2002/12/31  04:07:56
66284         Log: integrate change#18377 from maint-5.6 branch
66285
66286              change#17566 needs to be more defensive about win32_dup2()
66287              itself calling SetStdHandle() (at least MSVCRT does this)
66288      Branch: perl
66289           !> win32/win32.c
66290 ____________________________________________________________________________
66291 [ 18376] By: hv                                    on 2002/12/31  02:02:17
66292         Log: Update Changes
66293      Branch: perl
66294            ! Changes patchlevel.h
66295 ____________________________________________________________________________
66296 [ 18374] By: hv                                    on 2002/12/30  03:32:22
66297         Log: Remove duplicate entry
66298      Branch: perl
66299            ! MANIFEST
66300 ____________________________________________________________________________
66301 [ 18373] By: hv                                    on 2002/12/30  03:19:17
66302         Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
66303              From: Dave Paris (via RT) <perlbug-followup@perl.org>
66304              Date: 22 Dec 2002 05:15:14 -0000
66305              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
66306      Branch: perl
66307            ! pod/perlfunc.pod
66308 ____________________________________________________________________________
66309 [ 18372] By: hv                                    on 2002/12/30  03:13:42
66310         Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
66311              From: Michael G Schwern <schwern@pobox.com>
66312              Date: Sat, 21 Dec 2002 19:29:41 -0800
66313              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
66314      Branch: perl
66315            ! lib/AutoSplit.pm
66316 ____________________________________________________________________________
66317 [ 18371] By: hv                                    on 2002/12/30  03:08:12
66318         Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
66319              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
66320              Date: Fri, 27 Dec 2002 16:14:24 +0100
66321              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
66322      Branch: perl
66323            ! mg.c t/op/magic.t
66324 ____________________________________________________________________________
66325 [ 18358] By: gsar                                  on 2002/12/28  03:30:49
66326         Log: save_re_context() was not saving many regexec.c state
66327              variables, resulting in various reentrancy problems when
66328              the swatches were autoloaded by perl in the midst of a
66329              match
66330      Branch: perl
66331            ! regcomp.c
66332 ____________________________________________________________________________
66333 [ 18357] By: gsar                                  on 2002/12/28  02:16:51
66334         Log: silence another signed/unsigned mismatch warning
66335      Branch: perl
66336            ! op.c
66337 ____________________________________________________________________________
66338 [ 18356] By: gsar                                  on 2002/12/28  02:08:23
66339         Log: fix signed/unsigned mismatch warning from change#18266
66340      Branch: perl
66341            ! regcomp.c
66342 ____________________________________________________________________________
66343 [ 18355] By: gsar                                  on 2002/12/28  02:05:14
66344         Log: these variables are not in use anywhere since 5.8.0
66345      Branch: perl
66346            ! embedvar.h perlapi.h sv.c thrdvar.h
66347 ____________________________________________________________________________
66348 [ 18354] By: ams                                   on 2002/12/26  03:54:09
66349         Log: Subject: [PATCH] docpatch for cv.h
66350              From: Nicholas Clark <nick@unfortu.net>
66351              Date: Wed, 25 Dec 2002 21:01:04 +0000
66352              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
66353      Branch: perl
66354            ! cv.h
66355 ____________________________________________________________________________
66356 [ 18351] By: hv                                    on 2002/12/25  02:29:17
66357         Log: #18345 was still broken; should be fixed now.
66358      Branch: perl
66359            ! sv.c
66360 ____________________________________________________________________________
66361 [ 18350] By: merijn                                on 2002/12/24  05:26:40
66362         Log: Removal of duplicate comment block
66363
66364              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66365              Subject: Re: [perl #19306] Sys::Syslog issues.
66366              Date: Mon, 23 Dec 2002 15:25:51 -0800
66367              Message-ID: </t5B+gzkg6DR092yn@efn.org>
66368      Branch: perl
66369            ! ext/Sys/Syslog/Syslog.pm
66370 ____________________________________________________________________________
66371 [ 18346] By: hv                                    on 2002/12/23  06:14:22
66372         Log: integrate maint-5.8 #18301
66373      Branch: perl
66374           !> lib/perl5db.pl
66375 ____________________________________________________________________________
66376 [ 18345] By: hv                                    on 2002/12/23  06:01:17
66377         Log: more on #18344.
66378      Branch: perl
66379            ! sv.c
66380 ____________________________________________________________________________
66381 [ 18344] By: hv                                    on 2002/12/23  05:56:43
66382         Log: more on #18312: sv.c:ss_dup()
66383      Branch: perl
66384            ! sv.c
66385 ____________________________________________________________________________
66386 [ 18343] By: hv                                    on 2002/12/23  05:47:17
66387         Log: Subject: [perl #19153] Term::Complete (the argument of stty)
66388              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
66389              Date: 15 Dec 2002 13:45:23 -0000
66390              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
66391      Branch: perl
66392            ! lib/Term/Complete.pm
66393 ____________________________________________________________________________
66394 [ 18342] By: hv                                    on 2002/12/23  05:27:25
66395         Log: Subject: [perl #18544] Patch included to fix problem.
66396              From: Richard Kandarian <richard.kandarian@lanl.gov>
66397              Date: Thu, 21 Nov 2002 08:00:20 -0700
66398              (from RT)
66399      Branch: perl
66400            ! regexec.c
66401 ____________________________________________________________________________
66402 [ 18341] By: hv                                    on 2002/12/23  05:08:49
66403         Log: Subject: [PATCH] operation on `PL_na' may be undefined
66404              From: Nicholas Clark <nick@unfortu.net>
66405              Date: Tue, 10 Dec 2002 19:59:18 +0000
66406              Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
66407      Branch: perl
66408            ! universal.c
66409 ____________________________________________________________________________
66410 [ 18340] By: hv                                    on 2002/12/23  05:04:29
66411         Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
66412              From: Nicholas Clark <nick@unfortu.net>
66413              Date: Tue, 10 Dec 2002 18:55:28 +0000
66414              Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
66415      Branch: perl
66416            ! pp_hot.c
66417 ____________________________________________________________________________
66418 [ 18339] By: hv                                    on 2002/12/23  04:39:48
66419         Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
66420      Branch: perl
66421            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
66422            ! ext/Time/HiRes/Makefile.PL
66423 ____________________________________________________________________________
66424 [ 18338] By: hv                                    on 2002/12/23  03:43:09
66425         Log: Subject: [PATCH] read permissions for h2ph-generated files
66426              From: Slaven Rezic <slaven.rezic@berlin.de>
66427              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
66428              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
66429      Branch: perl
66430            ! utils/h2ph.PL
66431 ____________________________________________________________________________
66432 [ 18337] By: hv                                    on 2002/12/23  03:38:59
66433         Log: handy hint: getting a perforce change as a usable patch
66434      Branch: perl
66435            ! Porting/repository.pod
66436 ____________________________________________________________________________
66437 [ 18336] By: hv                                    on 2002/12/23  03:36:26
66438         Log: Reverse #18285, for reasons given in:
66439              Subject: Re: Precedence of ? :
66440              From: hv@crypt.org
66441              Date: Fri, 20 Dec 2002 00:35:27 +0000
66442              Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
66443      Branch: perl
66444            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
66445            ! vms/perly_c.vms
66446 ____________________________________________________________________________
66447 [ 18335] By: gsar                                  on 2002/12/18  23:12:14
66448         Log: my_fflush_all() wasn't doing the right thing under useperlio
66449              on many platforms
66450      Branch: perl
66451            ! util.c
66452 ____________________________________________________________________________
66453 [ 18334] By: merijn                                on 2002/12/18  06:48:11
66454         Log: AIX compiler version updates
66455      Branch: perl
66456            ! README.aix
66457 ____________________________________________________________________________
66458 [ 18332] By: gsar                                  on 2002/12/18  03:20:27
66459         Log: $Config{prefixexp} was set incorrectly on windows
66460      Branch: perl
66461            ! win32/config.bc win32/config.gc win32/config.vc
66462            ! win32/config.vc64
66463 ____________________________________________________________________________
66464 [ 18330] By: gsar                                  on 2002/12/18  02:32:20
66465         Log: remove CRs from a couple of files (these show up as CRCRLF
66466              on windows)
66467      Branch: perl
66468            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
66469 ____________________________________________________________________________
66470 [ 18328] By: gsar                                  on 2002/12/18  02:27:10
66471         Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
66472      Branch: perl
66473            ! win32/win32.c
66474 ____________________________________________________________________________
66475 [ 18327] By: gsar                                  on 2002/12/18  02:08:12
66476         Log: windows: support for large files
66477
66478              note that this change will break binary compatibility with the
66479              default 5.8.0 build options; nevertheless I think it is worth
66480              having in 5.8.1 (people who want the compatibility can disable
66481              the option in the makefile)
66482      Branch: perl
66483            ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
66484            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
66485            ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
66486            ! win32/config.vc win32/config.vc64 win32/config_H.bc
66487            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
66488            ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
66489            ! win32/win32.c win32/win32iop.h
66490 ____________________________________________________________________________
66491 [ 18326] By: gsar                                  on 2002/12/18  00:57:46
66492         Log: Win32.pod update
66493      Branch: perl
66494            ! lib/Win32.pod
66495 ____________________________________________________________________________
66496 [ 18325] By: gsar                                  on 2002/12/18  00:42:45
66497         Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
66498      Branch: perl
66499            ! XSUB.h
66500 ____________________________________________________________________________
66501 [ 18324] By: gsar                                  on 2002/12/18  00:34:08
66502         Log: windows: avoid prompting under some shells during $(MAKE) distclean
66503      Branch: perl
66504            ! win32/Makefile win32/makefile.mk
66505 ____________________________________________________________________________
66506 [ 18323] By: gsar                                  on 2002/12/18  00:17:29
66507         Log: PerlSIO_stderr et al are not functions
66508      Branch: perl
66509            ! XSUB.h
66510 ____________________________________________________________________________
66511 [ 18321] By: gsar                                  on 2002/12/17  22:56:25
66512         Log: integrate change#18320 from maint-5.6 branch
66513
66514              C<require '\foo\bar.pm'> fails on windows if not running
66515              from the root directory; for a test case, see:
66516
66517              http://bugs.activestate.com/show_bug.cgi?id=19317
66518
66519              this was due to not recognizing \foo\bar.pm as an absolute
66520              path name
66521      Branch: perl
66522           !> util.h
66523 ____________________________________________________________________________
66524 [ 18319] By: hv                                    on 2002/12/17  10:08:24
66525         Log: Whoops, these are the changes supposed to be in #18318.
66526      Branch: perl
66527            ! pad.c t/op/eval.t
66528 ____________________________________________________________________________
66529 [ 18318] By: hv                                    on 2002/12/17  03:12:18
66530         Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
66531              From: Nicholas Clark <nick@unfortu.net>
66532              Date: Sat, 14 Dec 2002 23:13:37 +0000
66533              Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
66534      Branch: perl
66535            ! pad.c t/op/eval.t
66536 ____________________________________________________________________________
66537 [ 18317] By: hv                                    on 2002/12/17  02:58:12
66538         Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
66539      Branch: perl
66540            + lib/Net/Ping/t/410_syn_host.t
66541            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
66542            ! lib/Net/Ping/t/450_service.t
66543 ____________________________________________________________________________
66544 [ 18316] By: hv                                    on 2002/12/17  02:17:16
66545         Log: Subject: [PATCH 5.8.1 @oldish-18156] build
66546              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
66547              Date: Fri, 13 Dec 2002 13:54:05 -0800
66548              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
66549      Branch: perl
66550            ! os2/os2.c t/run/runenv.t
66551 ____________________________________________________________________________
66552 [ 18315] By: hv                                    on 2002/12/17  02:03:58
66553         Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
66554              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
66555              Date: Fri, 13 Dec 2002 13:47:08 -0800
66556              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
66557      Branch: perl
66558            ! lib/constant.t lib/fields.t
66559 ____________________________________________________________________________
66560 [ 18314] By: hv                                    on 2002/12/17  01:58:32
66561         Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
66562              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
66563              Date: Fri, 13 Dec 2002 14:00:48 -0800
66564              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
66565      Branch: perl
66566            ! os2/OS2/Process/t/os2_process.t os2/os2.c
66567 ____________________________________________________________________________
66568 [ 18313] By: hv                                    on 2002/12/17  01:54:19
66569         Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
66570              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
66571              Date: Fri, 13 Dec 2002 14:08:00 -0800
66572              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
66573      Branch: perl
66574            ! os2/OS2/REXX/REXX.xs
66575 ____________________________________________________________________________
66576 [ 18312] By: hv                                    on 2002/12/17  01:43:28
66577         Log: Subject: [Fwd: Patch for perl utf8-related bug]
66578              From: Richard Hitt <rbh00@utsglobal.com>
66579              Date: Fri, 06 Dec 2002 16:47:42 -0800
66580              [perl #18932]
66581      Branch: perl
66582            ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
66583            ! scope.h
66584 ____________________________________________________________________________
66585 [ 18311] By: hv                                    on 2002/12/17  00:52:05
66586         Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
66587              From: Dave Mitchell <davem@fdgroup.com>
66588              Date: Sat, 14 Dec 2002 19:16:49 +0000
66589              Message-ID: <20021214191649.B3992@fdgroup.com>
66590      Branch: perl
66591            ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
66592 ____________________________________________________________________________
66593 [ 18310] By: hv                                    on 2002/12/17  00:51:46
66594         Log: regen-headers to get new API docs from #18306
66595      Branch: perl
66596            ! pod/perlapi.pod
66597 ____________________________________________________________________________
66598 [ 18308] By: rgs                                   on 2002/12/16  22:06:23
66599         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
66600              From: peter@PSDT.com (Peter Scott)
66601              Date: 12 Dec 2002 18:13:17 -0000
66602              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
66603              (fix bug [perl #19058])
66604      Branch: perl
66605            ! lib/perl5db.pl
66606 ____________________________________________________________________________
66607 [ 18307] By: rgs                                   on 2002/12/16  22:01:14
66608         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
66609              From: Dave Mitchell <davem@fdgroup.com>
66610              Date: Thu, 12 Dec 2002 23:42:35 +0000
66611              Message-ID: <20021212234235.A29245@fdgroup.com>
66612              and
66613              Date: Sat, 14 Dec 2002 19:16:38 +0000
66614              Message-ID: <20021214191638.A3992@fdgroup.com>
66615      Branch: perl
66616            ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
66617            ! proto.h t/op/eval.t
66618 ____________________________________________________________________________
66619 [ 18306] By: sky                                   on 2002/12/16  21:41:40
66620         Log: More documentation of obscure flags is good, even if the
66621              documentation might be not so good. Atleast it's not false!
66622              Documents the flags one can give to perl_clone
66623      Branch: perl
66624            ! sv.c
66625 ____________________________________________________________________________
66626 [ 18305] By: merijn                                on 2002/12/16  10:53:19
66627         Log: Enough changes to Configure and metaunits warrant an update.
66628              Several small changes and three additions
66629      Branch: perl
66630            ! Porting/Glossary
66631 ____________________________________________________________________________
66632 [ 18304] By: merijn                                on 2002/12/16  10:44:57
66633         Log: Redone #18011 from metaunits
66634      Branch: perl
66635            ! Configure
66636 ____________________________________________________________________________
66637 [ 18302] By: rgs                                   on 2002/12/14  22:34:25
66638         Log: Subject: Proper fix for CvOUTSIDE weak refcounting
66639              From: Dave Mitchell <davem@fdgroup.com>
66640              Date: Tue, 10 Dec 2002 01:26:44 +0000
66641              Message-ID: <20021210012644.A7843@fdgroup.com>
66642      Branch: perl
66643            ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
66644            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
66645            ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
66646 ____________________________________________________________________________
66647 [ 18300] By: rgs                                   on 2002/12/12  20:40:22
66648         Log: Subject: [patch] typo in perlop
66649              From: andreas.koenig@anima.de (Andreas J. Koenig)
66650              Date: Wed, 11 Dec 2002 21:31:14 +0100
66651              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
66652      Branch: perl
66653            ! pod/perlop.pod
66654 ____________________________________________________________________________
66655 [ 18299] By: rgs                                   on 2002/12/12  20:35:29
66656         Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
66657      Branch: perl
66658           !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
66659           !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
66660           !> t/op/subst.t
66661 ____________________________________________________________________________
66662 [ 18298] By: rgs                                   on 2002/12/12  20:00:36
66663         Log: Whitespace and indentation fix in the output of B::Debug.
66664      Branch: perl
66665            ! ext/B/B/Debug.pm
66666 ____________________________________________________________________________
66667 [ 18292] By: gbarr                                 on 2002/12/12  09:23:04
66668         Log: Update to Scalar-List-Utils 1.09
66669      Branch: perl
66670            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
66671            ! ext/List/Util/lib/List/Util.pm
66672 ____________________________________________________________________________
66673 [ 18287] By: gsar                                  on 2002/12/11  18:53:07
66674         Log: this has been incorrect for a while now, and has changed
66675              again recently
66676      Branch: perl
66677            ! Porting/repository.pod
66678 ____________________________________________________________________________
66679 [ 18285] By: hv                                    on 2002/12/11  10:35:01
66680         Log: Subject: [PATCH] Re: Precedence of ? :
66681              From: Stephen McCamant <smcc@mit.edu>
66682              Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
66683              Message-Id: <20021210055707.974F073CCC@syllepsis>
66684      Branch: perl
66685            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
66686            ! vms/perly_c.vms
66687 ____________________________________________________________________________
66688 [ 18284] By: hv                                    on 2002/12/11  10:21:12
66689         Log: One more email address for #18282
66690      Branch: perl
66691            ! lib/Pod/Perldoc.pm
66692 ____________________________________________________________________________
66693 [ 18283] By: hv                                    on 2002/12/11  10:18:07
66694         Log: More email addresses for #18282
66695      Branch: perl
66696            ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
66697            ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
66698            ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
66699            ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
66700            ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
66701 ____________________________________________________________________________
66702 [ 18282] By: hv                                    on 2002/12/11  10:16:05
66703         Log: Subject: Remove stale e-mail addresses
66704              From: Andy Dougherty <doughera@lafayette.edu>
66705              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
66706              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
66707      Branch: perl
66708            ! Porting/pumpkin.pod configure.gnu
66709            ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
66710            ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
66711            ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
66712 ____________________________________________________________________________
66713 [ 18281] By: hv                                    on 2002/12/11  09:59:31
66714         Log: Integrate from maint-5.8 #18156, #18218.
66715      Branch: perl
66716           !> lib/Unicode/UCD.t lib/unicore/Category.pl
66717           !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
66718           !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
66719           !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
66720           !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
66721           !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
66722 ____________________________________________________________________________
66723 [ 18280] By: rgs                                   on 2002/12/10  21:30:10
66724         Log: Integrate from the maint-5.8/ branch :
66725              changes 18219, 18236, 18242-3, 18247-8,
66726              18253-5, 18257, 18273-6
66727      Branch: perl
66728           +> t/op/lc_user.t
66729           !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
66730           !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
66731           !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
66732           !> t/uni/tr_utf8.t
66733 ____________________________________________________________________________
66734 [ 18279] By: merijn                                on 2002/12/10  14:10:03
66735         Log: Subject: Re: ANSIColor 1.06 released
66736              Version bump only after typo fix to sync with CPAN
66737      Branch: perl
66738            ! lib/Term/ANSIColor.pm
66739 ____________________________________________________________________________
66740 [ 18277] By: merijn                                on 2002/12/10  08:46:05
66741         Log: Subject: [PATCH perl@18251] VMS build update
66742              Message-ID: <3DF56BE2.9000300@mac.com>
66743              Date: Mon, 09 Dec 2002 22:21:54 -0600
66744              From: "Craig A. Berry" <craigberry@mac.com>
66745      Branch: perl
66746            ! configure.com ext/Time/HiRes/Makefile.PL
66747            ! vms/descrip_mms.template
66748 ____________________________________________________________________________
66749 [ 18272] By: merijn                                on 2002/12/09  15:31:28
66750         Log: RT#15950
66751
66752              Subject: [PATCH] Typo in Term::ANSIColor
66753              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
66754              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
66755      Branch: perl
66756            ! lib/Term/ANSIColor.pm
66757 ____________________________________________________________________________
66758 [ 18270] By: hv                                    on 2002/12/09  00:25:26
66759         Log: Subject: [perl #18256] xsubpp can make nested comments in C code
66760              From: Nicholas Clark (via RT) <perlbug@perl.org>
66761              Date: 7 Nov 2002 14:58:14 -0000
66762              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
66763      Branch: perl
66764            ! lib/ExtUtils/xsubpp
66765 ____________________________________________________________________________
66766 [ 18269] By: hv                                    on 2002/12/09  00:19:33
66767         Log: Subject: Re: Bug in Filter::Simple
66768              From: Slaven Rezic <slaven.rezic@berlin.de>
66769              Date: 07 Nov 2002 10:01:41 +0100
66770              Message-ID: <87of91u51m.fsf@vran.herceg.de>
66771      Branch: perl
66772            ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
66773 ____________________________________________________________________________
66774 [ 18268] By: hv                                    on 2002/12/09  00:14:58
66775         Log: fix #18266 sprintf format mismatch
66776      Branch: perl
66777            ! regcomp.c
66778 ____________________________________________________________________________
66779 [ 18267] By: hv                                    on 2002/12/09  00:10:09
66780         Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
66781              From: Slaven Rezic <slaven.rezic@berlin.de>
66782              Date: 09 Nov 2002 23:21:16 +0100
66783              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
66784      Branch: perl
66785            ! config_h.SH ext/POSIX/t/posix.t util.c
66786 ____________________________________________________________________________
66787 [ 18266] By: hv                                    on 2002/12/09  00:02:57
66788         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
66789              From: Abhijit Menon-Sen <ams@wiw.org>
66790              Date: Wed, 6 Nov 2002 19:38:11 +0530
66791              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
66792      Branch: perl
66793            ! regcomp.c t/op/lc.t
66794 ____________________________________________________________________________
66795 [ 18265] By: rgs                                   on 2002/12/08  22:10:45
66796         Log: Subject: Re: [perl #18927] barewords with no errors
66797              From: Abe Timmerman <abe@ztreet.demon.nl>
66798              Date: Sun, 8 Dec 2002 17:12:56 +0100
66799              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
66800      Branch: perl
66801            ! t/lib/strict/subs
66802 ____________________________________________________________________________
66803 [ 18264] By: rgs                                   on 2002/12/08  22:04:39
66804         Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
66805              From: Slaven Rezic <slaven.rezic@berlin.de>
66806              Date: 30 Nov 2002 00:07:05 +0100
66807              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
66808      Branch: perl
66809            ! pp_ctl.c t/cmd/for.t
66810 ____________________________________________________________________________
66811 [ 18263] By: rgs                                   on 2002/12/08  21:56:13
66812         Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
66813              From: Slaven Rezic <slaven.rezic@berlin.de>
66814              Date: 08 Dec 2002 01:31:45 +0100
66815              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
66816      Branch: perl
66817            ! lib/Exporter/Heavy.pm
66818 ____________________________________________________________________________
66819 [ 18262] By: rgs                                   on 2002/12/08  20:31:42
66820         Log: getservbyport() should accept an empty string as its
66821              proto argument (as does getservbyname()).
66822
66823              Subject: Re: Is this a bug or am I being stupid?
66824              From: Slaven Rezic <slaven.rezic@berlin.de>
66825              Date: 08 Dec 2002 01:54:37 +0100
66826              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
66827      Branch: perl
66828            ! pp_sys.c
66829 ____________________________________________________________________________
66830 [ 18261] By: rgs                                   on 2002/12/08  20:17:37
66831         Log: Change the set of characters that are considered to be
66832              safe in $ENV{TERM} for taint checkings.
66833      Branch: perl
66834            ! taint.c
66835 ____________________________________________________________________________
66836 [ 18260] By: rgs                                   on 2002/12/08  20:14:57
66837         Log: Document that $ENV{TERM} may produce taint failures.
66838              Subject: Re: [perl #18717] spurious failures in regression test
66839              From: Slaven Rezic <slaven.rezic@berlin.de>
66840              Date: 29 Nov 2002 22:11:46 +0100
66841              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
66842      Branch: perl
66843            ! pod/perldiag.pod
66844 ____________________________________________________________________________
66845 [ 18259] By: rgs                                   on 2002/12/08  19:34:34
66846         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
66847              From: Nicholas Clark <nick@unfortu.net>
66848              Date: Mon, 2 Dec 2002 21:48:29 +0000
66849              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
66850      Branch: perl
66851            ! hv.c lib/Hash/Util.t
66852 ____________________________________________________________________________
66853 [ 18251] By: rgs                                   on 2002/12/06  21:27:55
66854         Log: Fix two cases of buffer overflow in the lexer.
66855      Branch: perl
66856            ! t/comp/parser.t toke.c
66857 ____________________________________________________________________________
66858 [ 18250] By: rgs                                   on 2002/12/06  20:44:26
66859         Log: Fix bug #18874, essentially by reverting change #11890.
66860              Add a regression test for it.
66861      Branch: perl
66862            ! lib/English.pm lib/English.t
66863 ____________________________________________________________________________
66864 [ 18249] By: rgs                                   on 2002/12/06  20:42:01
66865         Log: Suppress a compilation warning reported by Jarkko
66866              (variable initialization skipped by goto).
66867      Branch: perl
66868            ! toke.c
66869 ____________________________________________________________________________
66870 [ 18239] By: jhi                                   on 2002/12/03  12:49:01
66871         Log: Fix up #18229.
66872      Branch: perl
66873            ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
66874            ! pod/perlintern.pod
66875 ____________________________________________________________________________
66876 [ 18233] By: rgs                                   on 2002/12/02  20:03:09
66877         Log: Fix bug #18573 : in a double-quoted string, a \c not followed
66878              by any character may corrupt memory due to reading past the
66879              end of the input buffer. Add a new error message corresponding
66880              to this case.
66881      Branch: perl
66882            ! pod/perldiag.pod t/comp/parser.t toke.c
66883 ____________________________________________________________________________
66884 [ 18232] By: rgs                                   on 2002/12/02  19:59:07
66885         Log: Skip test #17 of lib/open.t when useperlio is not defined.
66886      Branch: perl
66887            ! lib/open.t
66888 ____________________________________________________________________________
66889 [ 18231] By: merijn                                on 2002/12/02  16:00:12
66890         Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
66891              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
66892              From: Andy Dougherty <doughera@lafayette.edu>
66893              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
66894      Branch: perl
66895            ! README.hpux
66896 ____________________________________________________________________________
66897 [ 18230] By: merijn                                on 2002/12/02  15:45:31
66898         Log: $0 modifying part II (HP-UX only)
66899
66900              Date: Sat, 30 Nov 2002 20:16:51 +0200
66901              From: Jarkko Hietaniemi <jhi@iki.fi>
66902              Subject: [PATCH] $0 modifying
66903              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
66904      Branch: perl
66905            ! mg.c
66906 ____________________________________________________________________________
66907 [ 18229] By: merijn                                on 2002/12/02  15:43:16
66908         Log: $0 mofifying part I
66909
66910              Date: Sat, 30 Nov 2002 20:16:51 +0200
66911              From: Jarkko Hietaniemi <jhi@iki.fi>
66912              Subject: [PATCH] $0 modifying
66913              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
66914      Branch: perl
66915            ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
66916            ! sv.c t/op/magic.t thread.h
66917 ____________________________________________________________________________
66918 [ 18228] By: hv                                    on 2002/12/02  13:37:59
66919         Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
66920              with a module-driven version, and separates out its docs.
66921      Branch: perl
66922            + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
66923            + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
66924            + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
66925            + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
66926            + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
66927            + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
66928            + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
66929            + pod/perldoc.pod
66930            ! MANIFEST utils/perldoc.PL
66931 ____________________________________________________________________________
66932 [ 18226] By: hv                                    on 2002/12/02  12:44:35
66933         Log: missed the new file from #18224
66934      Branch: perl
66935            + lib/Pod/PlainText.pm
66936            ! MANIFEST
66937 ____________________________________________________________________________
66938 [ 18225] By: hv                                    on 2002/12/02  03:09:42
66939         Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
66940      Branch: perl
66941            ! util.c
66942 ____________________________________________________________________________
66943 [ 18224] By: hv                                    on 2002/12/02  02:59:02
66944         Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
66945              and lib/Pod/t/utils.t to cater for simpler output text.
66946      Branch: perl
66947            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
66948            ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
66949            ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
66950            ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
66951            ! t/pod/multiline_items.t t/pod/multiline_items.xr
66952            ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
66953            ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
66954            ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
66955            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
66956 ____________________________________________________________________________
66957 [ 18223] By: hv                                    on 2002/12/02  02:46:17
66958         Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
66959              From: Dave Mitchell <davem@fdgroup.com>
66960              Date: Mon, 25 Nov 2002 21:25:33 +0000
66961              Message-ID: <20021125212533.B29157@fdgroup.com>
66962      Branch: perl
66963            ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
66964 ____________________________________________________________________________
66965 [ 18222] By: hv                                    on 2002/12/02  02:23:28
66966         Log: #18221 broke t/op/eval.t
66967      Branch: perl
66968            ! t/op/eval.t
66969 ____________________________________________________________________________
66970 [ 18221] By: hv                                    on 2002/12/02  02:18:19
66971         Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
66972      Branch: perl
66973           +> ext/POSIX/t/is.t
66974           !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
66975           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
66976           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
66977           !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
66978 ____________________________________________________________________________
66979 [ 18220] By: hv                                    on 2002/12/02  00:58:54
66980         Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
66981              From: Dave Mitchell <davem@fdgroup.com>
66982              Date: Sun, 24 Nov 2002 22:19:06 +0000
66983              Message-ID: <20021124221906.A25386@fdgroup.com>
66984      Branch: perl
66985            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
66986            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
66987            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
66988            ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
66989 ____________________________________________________________________________
66990 [ 18217] By: rgs                                   on 2002/11/29  12:11:28
66991         Log: Document the hint constants and where they're used.
66992      Branch: perl
66993            ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
66994            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
66995            ! perl.h
66996 ____________________________________________________________________________
66997 [ 18216] By: merijn                                on 2002/11/29  10:00:54
66998         Log: 64bit Peek failure on HP-UX 11.00
66999
67000              Subject: Re: Smoke 18188
67001              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67002              From: Slaven Rezic <slaven.rezic@berlin.de>
67003              Date: 28 Nov 2002 19:25:25 +0100
67004              Message-ID: <877kexsga2.fsf@vran.herceg.de>
67005      Branch: perl
67006            ! ext/Devel/Peek/Peek.t
67007 ____________________________________________________________________________
67008 [ 18203] By: jhi                                   on 2002/11/28  14:54:34
67009         Log: Slight beauty tweak.
67010      Branch: perl
67011            ! intrpvar.h
67012 ____________________________________________________________________________
67013 [ 18188] By: hv                                    on 2002/11/27  01:32:52
67014         Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
67015              From: Slaven Rezic <slaven.rezic@berlin.de>
67016              Date: 03 Nov 2002 10:59:43 +0100
67017              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
67018      Branch: perl
67019            ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
67020 ____________________________________________________________________________
67021 [ 18186] By: hv                                    on 2002/11/27  00:57:18
67022         Log: Subject: DESTROY called in scalar context ?
67023              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
67024              Date: Tue, 29 Oct 2002 22:04:23 +0100
67025              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
67026      Branch: perl
67027            ! sv.c
67028 ____________________________________________________________________________
67029 [ 18185] By: rgs                                   on 2002/11/26  21:06:48
67030         Log: PerlFAQ sync.
67031      Branch: perl
67032            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
67033            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
67034            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
67035            ! pod/perlfaq9.pod
67036 ____________________________________________________________________________
67037 [ 18184] By: rgs                                   on 2002/11/26  20:42:25
67038         Log: Subject: [PATCH] 2 Pod errors in perlop.pod
67039              From: andreas.koenig@anima.de (Andreas J. Koenig)
67040              Date: Mon, 25 Nov 2002 10:21:08 +0100
67041              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
67042
67043              Plus a few similar POD fixes
67044      Branch: perl
67045            ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
67046            ! pod/perltie.pod
67047 ____________________________________________________________________________
67048 [ 18183] By: rgs                                   on 2002/11/26  19:53:26
67049         Log: Subject: Re: [perl #18626] bug in perlipc man page
67050              From: Slaven Rezic <slaven.rezic@berlin.de>
67051              Date: 23 Nov 2002 21:23:20 +0100
67052              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
67053      Branch: perl
67054            ! pod/perlipc.pod
67055 ____________________________________________________________________________
67056 [ 18182] By: merijn                                on 2002/11/26  08:44:39
67057         Log: Subject: #17171: ld flag for shrplib on OpenBSD
67058              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
67059              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
67060      Branch: perl
67061            ! Configure
67062 ____________________________________________________________________________
67063 [ 18180] By: hv                                    on 2002/11/25  03:10:03
67064         Log: integrate #18144 updates to pod/perlport.pod
67065      Branch: perl
67066            ! pod/perlport.pod
67067 ____________________________________________________________________________
67068 [ 18179] By: hv                                    on 2002/11/25  03:06:44
67069         Log: Subject: [PATCH] UTF8 regexp {n} bug
67070              From: Inaba Hiroto <inaba@st.rim.or.jp>
67071              Date: Sat, 16 Nov 2002 19:23:00 +0900
67072              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
67073      Branch: perl
67074            ! regcomp.c t/op/pat.t
67075 ____________________________________________________________________________
67076 [ 18178] By: hv                                    on 2002/11/25  02:43:40
67077         Log: Subject: Re: Storable bug #1698
67078              From: Slaven Rezic <slaven.rezic@berlin.de>
67079              Date: 18 Nov 2002 10:41:36 +0100
67080              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
67081      Branch: perl
67082            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
67083            ! ext/Storable/t/forgive.t
67084 ____________________________________________________________________________
67085 [ 18177] By: hv                                    on 2002/11/25  02:37:07
67086         Log: add support for STASH and MAGIC information for REFs to sv_dump().
67087              Subject: [PATCH]
67088              From: Slaven Rezic <slaven.rezic@berlin.de>
67089              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
67090              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
67091      Branch: perl
67092            ! dump.c ext/Devel/Peek/Peek.t
67093 ____________________________________________________________________________
67094 [ 18176] By: hv                                    on 2002/11/25  02:31:10
67095         Log: Subject: Re: [perl #18479] Error when no strict refs in effect
67096              From: Slaven Rezic <slaven.rezic@berlin.de>
67097              Date: 18 Nov 2002 22:50:04 +0100
67098              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
67099      Branch: perl
67100            ! pp_ctl.c
67101 ____________________________________________________________________________
67102 [ 18175] By: hv                                    on 2002/11/25  02:20:48
67103         Log: Subject: [Encode] 1.83 + bleedperl patch released
67104              From: Dan Kogai <dankogai@dan.co.jp>
67105              Date: Tue, 19 Nov 2002 03:18:44 +0900
67106              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
67107      Branch: perl
67108            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
67109            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
67110            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
67111            ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
67112 ____________________________________________________________________________
67113 [ 18172] By: rgs                                   on 2002/11/22  21:44:09
67114         Log: Subject: [PATCH] Historic version labels
67115              From: andreas.koenig@anima.de (Andreas J. Koenig)
67116              Date: Fri, 22 Nov 2002 14:39:41 +0100
67117              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
67118      Branch: perl
67119            ! Changes5.005 Changes5.6
67120 ____________________________________________________________________________
67121 [ 18171] By: rgs                                   on 2002/11/22  21:15:54
67122         Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
67123              Fix the existing tests that didn't checked the difference
67124              between 0 and undef.
67125      Branch: perl
67126            ! t/op/magic.t
67127 ____________________________________________________________________________
67128 [ 18170] By: rgs                                   on 2002/11/22  20:49:12
67129         Log: Move some tests from t/run/fresh_perl.t
67130              to the new t/comp/parser.t. The goal being to
67131              get rid of fresh_perl.t at some point.
67132      Branch: perl
67133            ! t/comp/parser.t t/run/fresh_perl.t
67134 ____________________________________________________________________________
67135 [ 18169] By: rgs                                   on 2002/11/21  20:49:36
67136         Log: Add a test for bug #17920, and a new test file for it.
67137      Branch: perl
67138            + t/comp/parser.t
67139            ! MANIFEST
67140 ____________________________________________________________________________
67141 [ 18168] By: merijn                                on 2002/11/21  13:59:12
67142         Log: Subject: [PATCH] hires sleeping wants libs
67143              Date: Wed, 20 Nov 2002 17:18:31 +0200
67144              From: Jarkko Hietaniemi <jhi@iki.fi>
67145              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
67146      Branch: perl
67147            ! Configure hints/irix_6.sh
67148 ____________________________________________________________________________
67149 [ 18166] By: rgs                                   on 2002/11/19  23:02:31
67150         Log: Fix perl bug #17920 : a case of parser coredump.
67151              The fix is to disable Perl_block_start and Perl_block_end
67152              when the yacc parser has encountered errors. This prevents
67153              corruption of the internal stack, at the expense of correctness,
67154              but this doesn't matter as the code is unparseable anyway.
67155      Branch: perl
67156            ! op.c
67157 ____________________________________________________________________________
67158 [ 18165] By: rgs                                   on 2002/11/19  22:45:36
67159         Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
67160              From: Jarkko Hietaniemi <jhi@iki.fi>
67161              Date: Sun, 3 Nov 2002 17:50:08 +0200
67162              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
67163      Branch: perl
67164            ! lib/open.pm locale.c pod/perl58delta.pod
67165 ____________________________________________________________________________
67166 [ 18164] By: rgs                                   on 2002/11/19  22:32:52
67167         Log: t/io/crlf.t failed with miniperl.
67168      Branch: perl
67169            ! t/io/crlf.t
67170 ____________________________________________________________________________
67171 [ 18163] By: rgs                                   on 2002/11/19  22:11:24
67172         Log: Subject: Re: [PATCH] AutoLoader gives wrong message
67173              From: Peter Scott <Peter@PSDT.com>
67174              Date: Thu, 07 Nov 2002 19:04:27 -0800
67175              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
67176
67177              With a tweak to the END cleanup block to fully remove the
67178              temporary test directory
67179      Branch: perl
67180            ! lib/AutoLoader.t
67181 ____________________________________________________________________________
67182 [ 18162] By: rgs                                   on 2002/11/19  21:29:25
67183         Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
67184              From: Dave Mitchell <davem@fdgroup.com>
67185              Date: Thu, 14 Nov 2002 22:55:39 +0000
67186              Message-ID: <20021114225539.A18614@fdgroup.com>
67187      Branch: perl
67188            ! ext/threads/threads.xs
67189 ____________________________________________________________________________
67190 [ 18161] By: rgs                                   on 2002/11/19  21:26:21
67191         Log: Subject: [PATCH Win32] Document wperl.exe
67192              From: "Brent Dax" <brentdax@cpan.org>
67193              Date: Fri, 15 Nov 2002 23:02:01 -0800
67194              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
67195      Branch: perl
67196            ! README.win32
67197 ____________________________________________________________________________
67198 [ 18160] By: hv                                    on 2002/11/19  12:07:25
67199         Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
67200              From: Nicholas Clark <nick@unfortu.net>
67201              Date: Tue, 29 Oct 2002 23:00:05 +0000
67202              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
67203      Branch: perl
67204            + regen.pl regen_headers.pl
67205            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
67206            ! keywords.pl opcode.pl regcomp.pl
67207 ____________________________________________________________________________
67208 [ 18159] By: hv                                    on 2002/11/19  11:48:30
67209         Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
67210              From: Gurusamy Sarathy <gsar@ActiveState.com>
67211              Date: Wed, 30 Oct 2002 20:58:15 -0800
67212              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
67213              Date: Wed, 30 Oct 2002 21:56:22 -0800
67214              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
67215              Date: Wed, 30 Oct 2002 22:55:30 -0800
67216              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
67217      Branch: perl
67218            ! gv.c pp_hot.c t/op/method.t
67219 ____________________________________________________________________________
67220 [ 18158] By: hv                                    on 2002/11/19  11:35:16
67221         Log: Remove duplicate my() declaration giving warnings from change #18105.
67222      Branch: perl
67223            ! lib/Class/Struct.t
67224 ____________________________________________________________________________
67225 [ 18154] By: rgs                                   on 2002/11/16  22:08:44
67226         Log: Correction to change #18152, by Dave Mitchell.
67227      Branch: perl
67228            ! pod/perlhack.pod
67229 ____________________________________________________________________________
67230 [ 18152] By: rgs                                   on 2002/11/16  21:23:15
67231         Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
67232              From: Dave Mitchell <davem@fdgroup.com>
67233              Date: Sat, 16 Nov 2002 22:18:23 +0000
67234              Message-ID: <20021116221823.A23614@fdgroup.com>
67235              Documentation for change #18150.
67236      Branch: perl
67237            ! pod/perlhack.pod
67238 ____________________________________________________________________________
67239 [ 18151] By: rgs                                   on 2002/11/16  20:45:26
67240         Log: Document PRIVSHIFT.
67241              Subject: [PATCH] two small doc patches
67242              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67243              Date: Thu, 14 Nov 2002 15:07:35 -0800
67244              Message-ID: <3yC19gzkguTO092yn@efn.org>
67245      Branch: perl
67246            ! sv.h
67247 ____________________________________________________________________________
67248 [ 18150] By: rgs                                   on 2002/11/16  20:25:57
67249         Log: Subject: [PATCH] optional code for debugging leaking scalars
67250              From: Dave Mitchell <davem@fdgroup.com>
67251              Date: Thu, 14 Nov 2002 23:03:00 +0000
67252              Message-ID: <20021114230300.B18614@fdgroup.com>
67253      Branch: perl
67254            ! perl.c sv.c
67255 ____________________________________________________________________________
67256 [ 18149] By: rgs                                   on 2002/11/16  20:10:50
67257         Log: New B::Lint option, bare-subs, that checks for implicitely
67258              quoted barewords that are also subroutines, from
67259              Ian Phillipps <ip@tarragon-et.co.uk>.
67260              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
67261              With a few tweaks to the implementation and tests.
67262              (previous change was empty)
67263      Branch: perl
67264            ! ext/B/B/Lint.pm ext/B/t/lint.t
67265 ____________________________________________________________________________
67266 [ 18148] By: rgs                                   on 2002/11/16  20:05:34
67267         Log: New B::Lint option, bare-subs, that checks for implicitely
67268              quoted barewords that are also subroutines, from
67269              Ian Phillipps <ip@tarragon-et.co.uk>.
67270              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
67271              With a few tweaks to the implementation and tests.
67272      Branch: perl
67273            ! ext/B/B/Lint.pm ext/B/t/lint.t
67274 ____________________________________________________________________________
67275 [ 18147] By: rgs                                   on 2002/11/16  19:52:54
67276         Log: Subject: [PATCH] Typo in perl58delta
67277              From: andreas.koenig@anima.de (Andreas J. Koenig)
67278              Date: Sat, 16 Nov 2002 16:29:14 +0100
67279              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
67280      Branch: perl
67281            ! pod/perl58delta.pod
67282 ____________________________________________________________________________
67283 [ 18142] By: rgs                                   on 2002/11/12  22:09:39
67284         Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
67285              From: Dave Mitchell <davem@fdgroup.com>
67286              Date: Thu, 7 Nov 2002 16:38:02 +0000
67287              Message-ID: <20021107163802.C25337@fdgroup.com>
67288      Branch: perl
67289            ! pad.h
67290 ____________________________________________________________________________
67291 [ 18141] By: merijn                                on 2002/11/12  16:15:30
67292         Log: repair 18139 (missing awk command)
67293      Branch: perl
67294            ! Configure
67295 ____________________________________________________________________________
67296 [ 18139] By: merijn                                on 2002/11/12  14:20:36
67297         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
67298              From: Jarkko Hietaniemi <jhi@iki.fi>
67299              Subject: [PATCH] Tru64 osvers
67300              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
67301      Branch: perl
67302            ! Configure
67303 ____________________________________________________________________________
67304 [ 18137] By: rgs                                   on 2002/11/10  21:57:04
67305         Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
67306              From: Slaven Rezic <slaven.rezic@berlin.de>
67307              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
67308              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
67309      Branch: perl
67310            ! lib/Term/ReadLine.pm
67311 ____________________________________________________________________________
67312 [ 18136] By: rgs                                   on 2002/11/10  21:38:44
67313         Log: Subject: t/run/runenv.t bug
67314              From: Salvador "Fandiño" <sfandino@yahoo.com>
67315              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
67316              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
67317      Branch: perl
67318            ! t/run/runenv.t
67319 ____________________________________________________________________________
67320 [ 18135] By: rgs                                   on 2002/11/10  21:30:36
67321         Log: Subject: [PATCH] perlopentut and PerlIO documentation
67322              From: Slaven Rezic <slaven.rezic@berlin.de>
67323              Date: 08 Nov 2002 22:22:19 +0100
67324              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
67325      Branch: perl
67326            ! lib/PerlIO.pm pod/perlopentut.pod
67327 ____________________________________________________________________________
67328 [ 18125] By: hv                                    on 2002/11/07  14:01:57
67329         Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
67330              From: Dan Kogai <dankogai@dan.co.jp>
67331              Date: Fri, 25 Oct 2002 13:04:00 +0900
67332              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
67333      Branch: perl
67334            + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
67335            + t/uni/tr_utf8.t
67336            ! MANIFEST
67337 ____________________________________________________________________________
67338 [ 18124] By: hv                                    on 2002/11/07  13:51:39
67339         Log: Subject: [PATCH] File::Temp documentation fix
67340              From: Slaven Rezic <slaven.rezic@berlin.de>
67341              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
67342              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
67343      Branch: perl
67344            ! lib/File/Temp.pm
67345 ____________________________________________________________________________
67346 [ 18123] By: hv                                    on 2002/11/07  13:46:59
67347         Log: Subject: PATCH x2p/find2perl.PL
67348              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
67349              Date: Thu, 24 Oct 2002 10:05:19 +0200
67350              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
67351      Branch: perl
67352            ! x2p/find2perl.PL
67353 ____________________________________________________________________________
67354 [ 18122] By: hv                                    on 2002/11/07  13:40:25
67355         Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
67356              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
67357              Date: 23 Oct 2002 18:42:51 -0000
67358              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
67359      Branch: perl
67360            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
67361 ____________________________________________________________________________
67362 [ 18121] By: hv                                    on 2002/11/07  13:21:15
67363         Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
67364              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67365              Date: Sun, 03 Nov 2002 15:48:18 -0800
67366              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
67367      Branch: perl
67368            ! sv.c t/op/tie.t
67369 ____________________________________________________________________________
67370 [ 18120] By: hv                                    on 2002/11/07  13:14:21
67371         Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
67372              From: Gurusamy Sarathy <gsar@ActiveState.com>
67373              Date: Sat, 19 Oct 2002 12:11:43 -0700
67374              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
67375      Branch: perl
67376            ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
67377 ____________________________________________________________________________
67378 [ 18119] By: hv                                    on 2002/11/07  12:13:28
67379         Log: Subject: [perl #18154] Problem found in calculating offsets in regex
67380              From: Mark Pease (via RT) <perlbug@perl.org>
67381              Date: 29 Oct 2002 20:23:54 -0000
67382              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
67383      Branch: perl
67384            ! regcomp.c
67385 ____________________________________________________________________________
67386 [ 18118] By: hv                                    on 2002/11/07  11:33:38
67387         Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
67388              From: hv@crypt.org
67389              Date: Sun, 03 Nov 2002 16:41:24 +0000
67390              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
67391      Branch: perl
67392            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
67393            ! t/op/sub_lval.t
67394 ____________________________________________________________________________
67395 [ 18117] By: rgs                                   on 2002/11/06  22:15:36
67396         Log: "make distclean" should remove the generated file lib/Config.pod.
67397      Branch: perl
67398            ! Makefile.SH
67399 ____________________________________________________________________________
67400 [ 18116] By: rgs                                   on 2002/11/06  22:11:06
67401         Log: The new test introduced in #18114 failed with threads
67402      Branch: perl
67403            ! ext/B/t/concise.t
67404 ____________________________________________________________________________
67405 [ 18115] By: rgs                                   on 2002/11/06  20:43:14
67406         Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
67407              From: Slaven Rezic <slaven.rezic@berlin.de>
67408              Date: 24 Oct 2002 00:44:35 +0200
67409              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
67410      Branch: perl
67411            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
67412            ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
67413 ____________________________________________________________________________
67414 [ 18114] By: rgs                                   on 2002/11/06  20:08:53
67415         Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
67416              From: Stephen McCamant <smcc@mit.edu>
67417              Date: Thu, 31 Oct 2002 01:35:29 -0500
67418              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
67419
67420              plus a test case in ext/B/t/concise.t
67421              plus a (less intrusive, but less future-proof) fix for a
67422              similar problem in B::walkoptree_exec().
67423      Branch: perl
67424            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
67425 ____________________________________________________________________________
67426 [ 18113] By: rgs                                   on 2002/11/05  20:11:55
67427         Log: make regen_headers.
67428              Backport change #18078 to warnings.pl.
67429      Branch: perl
67430            ! global.sym perlapi.c perlapi.h proto.h warnings.pl
67431 ____________________________________________________________________________
67432 [ 18109] By: ams                                   on 2002/11/05  13:03:34
67433         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
67434              From: hv@crypt.org
67435              Date: Tue, 05 Nov 2002 13:30:00 +0000
67436              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
67437
67438              This is half of the fix for #18107. The swash_init() problems
67439              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
67440              but can now be seen only with UTF-8 test cases.
67441      Branch: perl
67442            ! pp.c
67443 ____________________________________________________________________________
67444 [ 18108] By: merijn                                on 2002/11/05  07:52:08
67445         Log: Put back the DO NOT EDIT headers in proto.h and global.sym
67446
67447              Subject: Re: [perl #18066] Bug in -I when path has double colons?
67448              From: Slaven Rezic <slaven.rezic@berlin.de>
67449              Date: 03 Nov 2002 10:25:10 +0100
67450              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
67451      Branch: perl
67452            ! embed.pl
67453 ____________________________________________________________________________
67454 [ 18107] By: ams                                   on 2002/11/05  03:43:46
67455         Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
67456              character is UTF-8. (Copied from pp_lcfirst.)
67457              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
67458      Branch: perl
67459            ! dump.c pp.c
67460 ____________________________________________________________________________
67461 [ 18106] By: hv                                    on 2002/11/05  01:43:27
67462         Log: new test based on:
67463              Subject: [TEST] for [PATCH] bug in utf8.c(?)
67464              From: Marty Pauley <marty+p5p@kasei.com>
67465              Date: Fri, 18 Oct 2002 21:02:38 +0100
67466              Message-ID: <20021018200238.GY3764@soto.kasei.com>
67467      Branch: perl
67468            ! lib/utf8.t
67469 ____________________________________________________________________________
67470 [ 18105] By: hv                                    on 2002/11/05  00:59:30
67471         Log: Subject: Re: Class::Struct, simple patch, tests
67472              From: Marty Pauley <marty+p5p@kasei.com>
67473              Date: Fri, 18 Oct 2002 22:26:38 +0100
67474              Message-ID: <20021018212638.GB3764@soto.kasei.com>
67475      Branch: perl
67476            ! lib/Class/Struct.pm lib/Class/Struct.t
67477 ____________________________________________________________________________
67478 [ 18102] By: rgs                                   on 2002/11/04  21:43:53
67479         Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
67480              From: Slaven Rezic <slaven.rezic@berlin.de>
67481              Date: 30 Oct 2002 11:18:47 +0100
67482              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
67483
67484              With the corresponding change to embed.fnc
67485      Branch: perl
67486            + t/run/switchI.t
67487            ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
67488            ! proto.h t/run/runenv.t
67489 ____________________________________________________________________________
67490 [ 18094] By: merijn                                on 2002/11/04  16:08:22
67491         Log: Changed the warning detection pattern because of:
67492
67493              Subject: ccache gcc3.2 doesn't work
67494              From: Nicholas Clark <nick@ccl4.org>
67495              Date: Tue, 29 Oct 2002 15:01:39
67496              Message-ID: <20021029150139.J82080@plum.flirble.org>
67497      Branch: perl
67498            ! Configure
67499 ____________________________________________________________________________
67500 [ 18093] By: jhi                                   on 2002/11/04  16:06:39
67501         Log: s/Perlf/Perl/ (thanks rgs)
67502      Branch: perl
67503            ! pod/perldiag.pod
67504 ____________________________________________________________________________
67505 [ 18091] By: jhi                                   on 2002/11/04  15:50:07
67506         Log: How pre-5.9.0 Perl can be fooled by a defined-or.
67507      Branch: perl
67508            ! pod/perldiag.pod
67509 ____________________________________________________________________________
67510 [ 18090] By: hv                                    on 2002/11/04  15:49:29
67511         Log: extend #13786 to cover the other four identical chunks of code
67512              to avoid looping under overload.
67513      Branch: perl
67514            ! sv.c
67515 ____________________________________________________________________________
67516 [ 18088] By: merijn                                on 2002/11/04  15:37:06
67517         Log: Charnames take 4
67518              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
67519      Branch: perl
67520            ! lib/charnames.pm lib/charnames.t
67521 ____________________________________________________________________________
67522 [ 18086] By: hv                                    on 2002/11/04  15:16:34
67523         Log: integrate from perlio: changes #17709, #17795, #17796, #18032
67524      Branch: perl
67525           !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
67526           !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
67527 ____________________________________________________________________________
67528 [ 18085] By: hv                                    on 2002/11/04  12:17:12
67529         Log: Subject: Re: [perl #17064] illegal legal unicode character
67530              From: hv@crypt.org
67531              Date: Mon, 04 Nov 2002 13:23:49 +0000
67532              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
67533      Branch: perl
67534            ! regexec.c t/op/split.t
67535 ____________________________________________________________________________
67536 [ 18084] By: merijn                                on 2002/11/04  11:04:45
67537         Log: Tru64, gcc -O3, datasize
67538              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
67539      Branch: perl
67540            ! README.tru64 hints/dec_osf.sh
67541 ____________________________________________________________________________
67542 [ 18083] By: merijn                                on 2002/11/04  10:58:52
67543         Log: Typo configpm
67544              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
67545      Branch: perl
67546            ! configpm
67547 ____________________________________________________________________________
67548 [ 18078] By: hv                                    on 2002/11/03  13:20:50
67549         Log: avoid reliance on croak() prototype
67550      Branch: perl
67551            ! lib/warnings.pm
67552 ____________________________________________________________________________
67553 [ 18077] By: hv                                    on 2002/11/03  13:18:17
67554         Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
67555              (with tweaks)
67556              From: Michael G Schwern <schwern@pobox.com>
67557              Date: Wed, 4 Sep 2002 12:06:08 -0700
67558              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
67559      Branch: perl
67560            ! configpm lib/Config.t
67561 ____________________________________________________________________________
67562 [ 18076] By: gbarr                                 on 2002/11/03  10:11:18
67563         Log: Update to Scalar-List-Utils 1.08
67564      Branch: perl
67565            + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
67566            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
67567            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
67568            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
67569            ! ext/List/Util/t/reduce.t
67570 ____________________________________________________________________________
67571 [ 18075] By: rgs                                   on 2002/10/31  20:58:12
67572         Log: Adjust the number of tests in t/op/range.t
67573      Branch: perl
67574            ! t/op/range.t
67575 ____________________________________________________________________________
67576 [ 18074] By: ams                                   on 2002/10/30  22:30:32
67577         Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
67578              but "-4\n".."-0\n" is!
67579              From: Slaven Rezic <slaven.rezic@berlin.de>
67580              Date: 30 Oct 2002 16:22:36 +0100
67581              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
67582
67583              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
67584              is not DWIM but "-4\n".."-0\n" is!
67585              From: "Orton, Yves" <yves.orton@mciworldcom.de>
67586              Date: Wed, 30 Oct 2002 11:59:31 -0000
67587              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
67588
67589              (Applied over previous fix.)
67590      Branch: perl
67591            ! pp_ctl.c t/op/range.t
67592 ____________________________________________________________________________
67593 [ 18073] By: ams                                   on 2002/10/30  19:47:12
67594         Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
67595              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
67596              Date: 30 Oct 2002 17:27:53 -0000
67597              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
67598
67599              (Fixed by making an exception for .."0" in pp_flop.)
67600      Branch: perl
67601            ! pp_ctl.c t/op/range.t
67602 ____________________________________________________________________________
67603 [ 18072] By: rgs                                   on 2002/10/29  20:37:31
67604         Log: Partial fix of bug [perl #17589] : prevent the parser to
67605              segfault when encountering the erroneous construct "sub;".
67606      Branch: perl
67607            ! pod/perldiag.pod t/op/anonsub.t toke.c
67608 ____________________________________________________________________________
67609 [ 18071] By: rgs                                   on 2002/10/28  21:57:25
67610         Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
67611              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
67612              Date: Mon, 28 Oct 2002 12:53:52 -0000
67613              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
67614      Branch: perl
67615            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
67616 ____________________________________________________________________________
67617 [ 18070] By: rgs                                   on 2002/10/28  20:46:33
67618         Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
67619              From: Nicholas Clark <nick@unfortu.net>
67620              Date: Sun, 27 Oct 2002 18:39:03 +0000
67621              Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
67622      Branch: perl
67623            ! util.c
67624 ____________________________________________________________________________
67625 [ 18069] By: rgs                                   on 2002/10/28  20:44:12
67626         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
67627              From: Nicholas Clark <nick@unfortu.net>
67628              Date: Sun, 27 Oct 2002 22:31:08 +0000
67629              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
67630      Branch: perl
67631            ! t/op/pack.t
67632 ____________________________________________________________________________
67633 [ 18068] By: merijn                                on 2002/10/27  17:57:15
67634         Log: Repair broken previous patch. I don't like it, but not repairing it
67635              breaks each and every build. Will teach me to test on the same
67636              machine where I patched it. Sorry.
67637      Branch: perl
67638            ! embed.pl
67639 ____________________________________________________________________________
67640 [ 18067] By: merijn                                on 2002/10/27  06:02:21
67641         Log: embed.pl doc. (embed.pl reorganization for doc headers)
67642              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
67643              With some additional modifications
67644      Branch: perl
67645            ! embed.pl
67646 ____________________________________________________________________________
67647 [ 18064] By: merijn                                on 2002/10/25  11:47:07
67648         Log: The 5005thread todo list; 2 down 25 to go
67649      Branch: perl
67650            ! README.irix README.tru64
67651 ____________________________________________________________________________
67652 [ 18063] By: hv                                    on 2002/10/25  00:28:48
67653         Log: change #18038 gives too many problems on t/450_service.t; disable
67654              it for now
67655      Branch: perl
67656            ! lib/Net/Ping/t/450_service.t
67657 ____________________________________________________________________________
67658 [ 18062] By: hv                                    on 2002/10/25  00:21:17
67659         Log: Subject: [PATCH] DB_File 1.806
67660              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
67661              Date: Tue, 22 Oct 2002 11:16:21 +0100
67662              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
67663      Branch: perl
67664            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
67665            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
67666            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
67667 ____________________________________________________________________________
67668 [ 18061] By: hv                                    on 2002/10/25  00:13:07
67669         Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
67670              From: chromatic <chromatic@wgz.org>
67671              Date: Mon, 21 Oct 2002 20:27:43 -0700
67672              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
67673      Branch: perl
67674            + ext/IO/lib/IO/t/IO.t
67675            ! MANIFEST lib/Net/Ping/t/450_service.t
67676 ____________________________________________________________________________
67677 [ 18060] By: hv                                    on 2002/10/24  23:54:50
67678         Log: 2 lines of change #18039 had several problems
67679      Branch: perl
67680            ! ext/IO/IO.pm
67681 ____________________________________________________________________________
67682 [ 18059] By: hv                                    on 2002/10/24  23:46:29
67683         Log: Subject: [perl #18036] perldoc refuses to run on BeOS
67684              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
67685              Date: 21 Oct 2002 10:18:50 -0000
67686              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
67687      Branch: perl
67688            ! utils/perldoc.PL
67689 ____________________________________________________________________________
67690 [ 18058] By: hv                                    on 2002/10/24  23:36:48
67691         Log: Subject: The Inaba patch for tr/// vs. use encoding
67692              From: Dan Kogai <dankogai@dan.co.jp>
67693              Date: Mon, 21 Oct 2002 17:36:02 +0900
67694              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
67695      Branch: perl
67696            ! mg.c regcomp.c sv.c toke.c
67697 ____________________________________________________________________________
67698 [ 18057] By: hv                                    on 2002/10/24  23:16:15
67699         Log: Subject: [Encode] 1.80 released
67700              From: Dan Kogai <dankogai@dan.co.jp>
67701              Date: Tue, 22 Oct 2002 05:47:16 +0900
67702              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
67703      Branch: perl
67704            + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
67705            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
67706            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
67707            ! ext/Encode/lib/Encode/MIME/Header.pm
67708            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
67709            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
67710            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
67711            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
67712 ____________________________________________________________________________
67713 [ 18056] By: hv                                    on 2002/10/24  22:48:06
67714         Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
67715              From: Autrijus Tang <autrijus@autrijus.org>
67716              Date: Sat, 19 Oct 2002 17:51:57 +0800
67717              Message-ID: <20021019095157.GA430@not.autrijus.org>
67718      Branch: perl
67719            ! ext/B/B/C.pm
67720 ____________________________________________________________________________
67721 [ 18055] By: hv                                    on 2002/10/24  22:34:10
67722         Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
67723      Branch: perl
67724            ! pp_sys.c t/run/fresh_perl.t
67725 ____________________________________________________________________________
67726 [ 18054] By: hv                                    on 2002/10/24  22:17:40
67727         Log: change #18030 needs the removal of ext/Thread/thr5005.t
67728      Branch: perl
67729            - ext/Thread/thr5005.t
67730 ____________________________________________________________________________
67731 [ 18053] By: merijn                                on 2002/10/24  08:20:09
67732         Log: charnames pragma extended with :alias for customized
67733              unicode naming aliases
67734              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
67735      Branch: perl
67736            ! lib/charnames.pm lib/charnames.t
67737 ____________________________________________________________________________
67738 [ 18052] By: rgs                                   on 2002/10/23  19:16:50
67739         Log: Further tweaks to perlmodlib.pod.
67740              Add a note about perllocal.pod, which wasn't documented.
67741      Branch: perl
67742            ! pod/perlmodlib.PL pod/perlmodlib.pod
67743 ____________________________________________________________________________
67744 [ 18051] By: rgs                                   on 2002/10/23  18:56:08
67745         Log: Further tweaks to perluniintro.pod
67746      Branch: perl
67747            ! pod/perluniintro.pod
67748 ____________________________________________________________________________
67749 [ 18050] By: rgs                                   on 2002/10/22  19:11:12
67750         Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
67751              Regenerate perlmodlib.pod
67752      Branch: perl
67753            ! pod/perlmodlib.PL pod/perlmodlib.pod
67754 ____________________________________________________________________________
67755 [ 18049] By: rgs                                   on 2002/10/22  18:48:00
67756         Log: Subject: [PATCH] perluniintro
67757              From: Jarkko Hietaniemi <jhi@iki.fi>
67758              Date: Sun, 20 Oct 2002 15:48:09 +0300
67759              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
67760      Branch: perl
67761            ! pod/perluniintro.pod
67762 ____________________________________________________________________________
67763 [ 18048] By: hv                                    on 2002/10/22  17:04:26
67764         Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
67765              From: Dave Mitchell <davem@fdgroup.com>
67766              Date: Fri, 18 Oct 2002 13:36:40 +0100
67767              Message-ID: <20021018133640.A19172@fdgroup.com>
67768      Branch: perl
67769            ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
67770            ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
67771            ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
67772 ____________________________________________________________________________
67773 [ 18047] By: hv                                    on 2002/10/22  16:20:18
67774         Log: Subject: [PATCH] AutoLoader gives wrong message
67775              From: Peter Scott <peter@psdt.com>
67776              Date: Thu, 17 Oct 2002 19:54:56 -0700
67777              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
67778      Branch: perl
67779            ! lib/AutoLoader.pm
67780 ____________________________________________________________________________
67781 [ 18046] By: hv                                    on 2002/10/22  15:52:40
67782         Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
67783              From: Alain Barbet <alian@alianwebserver.com>
67784              Date: Fri, 18 Oct 2002 15:29:29 +0200
67785              Message-ID: <3DB00CB9.70708@alianwebserver.com>
67786      Branch: perl
67787            ! README.win32 win32/makefile.mk win32/win32.c
67788 ____________________________________________________________________________
67789 [ 18045] By: hv                                    on 2002/10/22  15:47:21
67790         Log: improve 'atomicity' wording
67791      Branch: perl
67792            ! lib/filetest.pm
67793 ____________________________________________________________________________
67794 [ 18044] By: hv                                    on 2002/10/22  15:43:55
67795         Log: Subject: [PATCH] Shell.pm object methods broken
67796              From: Dan Brook <dbrook@easyspace.com>
67797              Date: Thu, 17 Oct 2002 16:05:04 +0100
67798              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
67799      Branch: perl
67800            ! lib/Shell.pm lib/Shell.t
67801 ____________________________________________________________________________
67802 [ 18042] By: hv                                    on 2002/10/21  09:20:54
67803         Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
67804              From: hv@crypt.org
67805              Date: Mon, 21 Oct 2002 11:27:40 +0100
67806              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
67807      Branch: perl
67808            ! t/lib/warnings/toke toke.c
67809 ____________________________________________________________________________
67810 [ 18041] By: hv                                    on 2002/10/21  01:14:48
67811         Log: Subject: Re: [perl #18019] regex overoptimization
67812              From: hv@crypt.org
67813              Date: Mon, 21 Oct 2002 03:21:54 +0100
67814              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
67815      Branch: perl
67816            ! regcomp.c t/op/re_tests
67817 ____________________________________________________________________________
67818 [ 18039] By: hv                                    on 2002/10/20  14:33:16
67819         Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
67820              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
67821              Date: Tue, 15 Oct 2002 02:17:03 +0200
67822              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
67823      Branch: perl
67824            ! ext/IO/IO.pm
67825 ____________________________________________________________________________
67826 [ 18038] By: hv                                    on 2002/10/20  14:23:06
67827         Log: Update to Net::Ping v2.23
67828      Branch: perl
67829            + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
67830            + lib/Net/Ping/t/450_service.t
67831            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
67832            ! lib/Net/Ping/t/200_ping_tcp.t
67833 ____________________________________________________________________________
67834 [ 18037] By: hv                                    on 2002/10/20  13:57:06
67835         Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
67836              From: Jarkko Hietaniemi <jhi@iki.fi>
67837              Date: Mon, 14 Oct 2002 14:49:54 +0300
67838              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
67839      Branch: perl
67840            ! t/op/pack.t
67841 ____________________________________________________________________________
67842 [ 18036] By: hv                                    on 2002/10/20  13:43:56
67843         Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
67844              From: Slaven Rezic <slaven.rezic@berlin.de>
67845              Date: 14 Oct 2002 09:37:18 +0200
67846              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
67847      Branch: perl
67848            ! pp_sys.c t/op/mkdir.t
67849 ____________________________________________________________________________
67850 [ 18035] By: hv                                    on 2002/10/20  13:39:09
67851         Log: Subject: Re: [perl #17951] Strange UTF error
67852              From: Jarkko Hietaniemi <jhi@iki.fi>
67853              Date: Wed, 16 Oct 2002 18:50:51 +0300
67854              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
67855      Branch: perl
67856            ! lib/utf8_heavy.pl t/run/fresh_perl.t
67857 ____________________________________________________________________________
67858 [ 18034] By: hv                                    on 2002/10/20  13:23:16
67859         Log: Update to Time::HiRes v1.38
67860      Branch: perl
67861            + ext/Time/HiRes/typemap
67862            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
67863            ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
67864            ! ext/Time/HiRes/Makefile.PL
67865 ____________________________________________________________________________
67866 [ 18033] By: hv                                    on 2002/10/20  13:12:25
67867         Log: Upgrade to Test.pm v1.23
67868      Branch: perl
67869            ! lib/Test.pm
67870 ____________________________________________________________________________
67871 [ 18030] By: merijn                                on 2002/10/19  14:10:21
67872         Log: Happy chainsaw stories; The removal of the 5005 threads
67873              Still imcomplete. Configure will follow
67874      Branch: perl
67875            ! MANIFEST NetWare/Makefile NetWare/config.wc
67876            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
67877            ! Porting/Glossary Porting/config.sh Porting/config_H
67878            ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
67879            ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
67880            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
67881            ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
67882            ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
67883            ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
67884            ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
67885            ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
67886            ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
67887            ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
67888            ! win32/config.bc win32/config.gc win32/config.vc
67889            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
67890            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
67891            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
67892            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
67893            ! wince/Makefile.ce wince/config.ce wince/config_H.ce
67894            ! wince/config_sh.PL wince/win32.h wince/win32thread.c
67895            ! wince/win32thread.h wince/wincesck.c
67896 ____________________________________________________________________________
67897 [ 18029] By: merijn                                on 2002/10/18  07:28:21
67898         Log: minor tweaks in Porting/pumpkin.pod
67899              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
67900      Branch: perl
67901            ! Porting/pumpkin.pod
67902 ____________________________________________________________________________
67903 [ 18028] By: rgs                                   on 2002/10/17  20:33:32
67904         Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
67905              From: Abe Timmerman <abe@ztreet.demon.nl>
67906              Date: Thu, 17 Oct 2002 23:38:34 +0200
67907              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
67908      Branch: perl
67909            ! t/run/switches.t
67910 ____________________________________________________________________________
67911 [ 18027] By: hv                                    on 2002/10/17  14:39:27
67912         Log: Subject: Re: versions too accurate
67913              From: John Peacock <jpeacock@rowman.com>
67914              Date: Mon, 14 Oct 2002 22:36:48 -0400
67915              Message-ID: <3DAB7F40.1050200@rowman.com>
67916      Branch: perl
67917            ! lib/version.pm util.c
67918 ____________________________________________________________________________
67919 [ 18026] By: hv                                    on 2002/10/17  14:29:41
67920         Log: Subject: Re: [PATCH] Version object combined patch
67921              From: John Peacock <jpeacock@rowman.com>
67922              Date: Thu, 10 Oct 2002 21:23:01 -0400
67923              Message-ID: <3DA627F5.5050907@rowman.com>
67924      Branch: perl
67925            ! lib/version.pm lib/version.t pod/perldiag.pod util.c
67926 ____________________________________________________________________________
67927 [ 18025] By: hv                                    on 2002/10/17  13:37:04
67928         Log: definition of MAXPATHLEN
67929              Subject: [PATCH] standard lawyerism
67930              From: Jarkko Hietaniemi <jhi@iki.fi>
67931              Date: Fri, 11 Oct 2002 02:48:26 +0300
67932              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
67933      Branch: perl
67934            ! perl.h
67935 ____________________________________________________________________________
67936 [ 18024] By: hv                                    on 2002/10/17  13:34:01
67937         Log: Subject: Re: [perl #17061] no strict 'garbage'
67938              From: Slaven Rezic <slaven.rezic@berlin.de>
67939              Date: 10 Oct 2002 16:23:22 +0200
67940              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
67941      Branch: perl
67942            ! ext/Storable/Storable.pm
67943 ____________________________________________________________________________
67944 [ 18023] By: hv                                    on 2002/10/17  12:56:28
67945         Log: Subject: Re: [perl #17830] open FH, "<&", $fd
67946              From: Steve Grazzini <grazz@nyc.rr.com>
67947              Date: 11 Oct 2002 22:28:58 -0000
67948              Message-ID: <20021011222858.452.qmail@onion.perl.org>
67949      Branch: perl
67950            ! doio.c t/io/open.t
67951 ____________________________________________________________________________
67952 [ 18022] By: hv                                    on 2002/10/17  12:24:42
67953         Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
67954              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67955              Date: Tue, 15 Oct 2002 17:01:43 -0700
67956              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
67957      Branch: perl
67958            ! t/op/assignwarn.t
67959 ____________________________________________________________________________
67960 [ 18021] By: hv                                    on 2002/10/17  11:28:38
67961         Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
67962              From: Slaven Rezic <slaven.rezic@berlin.de>
67963              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
67964              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
67965      Branch: perl
67966            ! Porting/pumpkin.pod
67967 ____________________________________________________________________________
67968 [ 18020] By: rgs                                   on 2002/10/16  18:43:21
67969         Log: prototype() didn't warn when used in void context.
67970      Branch: perl
67971            ! op.c t/lib/warnings/op
67972 ____________________________________________________________________________
67973 [ 18019] By: ams                                   on 2002/10/15  20:54:53
67974         Log: Subject: Japanese translation of Storable
67975              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
67976              Date: Tue, 15 Oct 2002 06:31:01 +0900
67977              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
67978      Branch: perl
67979            ! ext/Storable/README
67980 ____________________________________________________________________________
67981 [ 18018] By: rgs                                   on 2002/10/15  19:08:20
67982         Log: Subject: Re: [PATCH] cv.h: Comment update
67983              From: Paul Johnson <paul@pjcj.net>
67984              Date: Mon, 14 Oct 2002 20:00:50 +0200
67985              Message-ID: <20021014180050.GC7333@pjcj.net>
67986      Branch: perl
67987            ! cv.h
67988 ____________________________________________________________________________
67989 [ 18017] By: rgs                                   on 2002/10/14  20:37:06
67990         Log: Subject: [PATCH] perlipc.pod
67991              From: Slaven Rezic <slaven.rezic@berlin.de>
67992              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
67993              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
67994      Branch: perl
67995            ! pod/perlipc.pod
67996 ____________________________________________________________________________
67997 [ 18016] By: rgs                                   on 2002/10/14  20:30:03
67998         Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
67999              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
68000              Date: Sun, 13 Oct 2002 09:02:36 +0900
68001              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
68002      Branch: perl
68003            ! pod/perlunicode.pod
68004 ____________________________________________________________________________
68005 [ 18015] By: rgs                                   on 2002/10/12  20:22:37
68006         Log: The -0 command-line switch wasn't setting $/ at compile-time.
68007              Move the initialization of $/ just after switch parsing
68008              (it was done after yyparse().)
68009      Branch: perl
68010            ! perl.c t/run/switches.t
68011 ____________________________________________________________________________
68012 [ 18014] By: rgs                                   on 2002/10/12  20:18:55
68013         Log: Subject: Re: [PATCH] perl573delta delinting
68014              From: Philip Newton <Philip.Newton@gmx.net>
68015              Date: Sat, 12 Oct 2002 21:25:49 +0200
68016              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
68017      Branch: perl
68018            ! pod/perl573delta.pod
68019 ____________________________________________________________________________
68020 [ 18013] By: hv                                    on 2002/10/12  15:41:50
68021         Log: Subject: [PATCH] for -Dm
68022              From: Slaven Rezic <slaven.rezic@berlin.de>
68023              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
68024              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
68025      Branch: perl
68026            ! malloc.c
68027 ____________________________________________________________________________
68028 [ 18012] By: hv                                    on 2002/10/12  15:39:49
68029         Log: #18005 was not enough
68030              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
68031              From: Abe Timmerman <abeltje@cpan.org>
68032              Date: Sat, 12 Oct 2002 17:56:39 +0200
68033              Message-Id: <200210121756.39803.abeltje@cpan.org>
68034      Branch: perl
68035            ! win32/makefile.mk
68036 ____________________________________________________________________________
68037 [ 18011] By: hv                                    on 2002/10/12  15:36:43
68038         Log: Subject: [perl #17805] BUG: Grammar bug during Configure
68039              From: Richard Hitt (via RT) <perlbug@perl.org>
68040              Date: 8 Oct 2002 21:04:30 -0000
68041              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
68042      Branch: perl
68043            ! Configure
68044 ____________________________________________________________________________
68045 [ 18010] By: hv                                    on 2002/10/12  15:31:06
68046         Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
68047              From: Nicholas Clark <nick@unfortu.net>
68048              Date: Tue, 8 Oct 2002 21:52:53 +0100
68049              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
68050      Branch: perl
68051            ! pod/perldiag.pod pp_pack.c t/op/pack.t
68052 ____________________________________________________________________________
68053 [ 18009] By: hv                                    on 2002/10/12  15:12:18
68054         Log: Subject: [PATCH perldoc] For screaming hell's sake
68055              From: Simon Cozens <simon@netthink.co.uk>
68056              Date: Tue, 8 Oct 2002 11:13:07 +0100
68057              Message-ID: <20021008101307.GA8175@netthink.co.uk>
68058      Branch: perl
68059            ! utils/perldoc.PL
68060 ____________________________________________________________________________
68061 [ 18008] By: hv                                    on 2002/10/12  14:38:19
68062         Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
68063              From: Nicholas Clark <nick@unfortu.net>
68064              Date: Mon, 7 Oct 2002 23:35:34 +0100
68065              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
68066      Branch: perl
68067            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
68068            ! ext/Storable/README ext/Storable/Storable.pm
68069            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
68070            ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
68071            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
68072 ____________________________________________________________________________
68073 [ 18007] By: hv                                    on 2002/10/12  14:22:36
68074         Log: Subject: [perl #17773] errors in c2ph(1) man page
68075              From: Eric Melville (via RT) <perlbug@perl.org>
68076              Date: 7 Oct 2002 02:58:34 -0000
68077              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
68078      Branch: perl
68079            ! utils/c2ph.PL
68080 ____________________________________________________________________________
68081 [ 18006] By: hv                                    on 2002/10/12  14:19:55
68082         Log: Subject: [PATCH pad.c] Re: closure failures
68083              From: Dave Mitchell <davem@fdgroup.com>
68084              Date: Mon, 7 Oct 2002 02:42:13 +0100
68085              Message-ID: <20021007024213.B29760@fdgroup.com>
68086      Branch: perl
68087            ! pad.c
68088 ____________________________________________________________________________
68089 [ 18005] By: hv                                    on 2002/10/12  14:17:07
68090         Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
68091              From: Abe Timmerman <abeltje@cpan.org>
68092              Date: Tue, 8 Oct 2002 14:16:56 +0200
68093              Message-Id: <200210081416.56942.abeltje@cpan.org>
68094      Branch: perl
68095            ! win32/Makefile
68096 ____________________________________________________________________________
68097 [ 18004] By: hv                                    on 2002/10/12  14:06:59
68098         Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
68099      Branch: perl
68100            ! hints/darwin.sh
68101 ____________________________________________________________________________
68102 [ 18003] By: hv                                    on 2002/10/12  13:48:34
68103         Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
68104              and #18001.
68105      Branch: perl
68106            ! ext/Devel/Peek/Peek.t
68107 ____________________________________________________________________________
68108 [ 18002] By: hv                                    on 2002/10/11  23:22:56
68109         Log: Subject: [Encode] 1.77 Released
68110              From: Dan Kogai <dankogai@dan.co.jp>
68111              Date: Sun, 6 Oct 2002 12:52:52 +0900
68112              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
68113      Branch: perl
68114            ! ext/Encode/Changes ext/Encode/Encode.pm
68115            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
68116            ! ext/Encode/lib/Encode/Alias.pm
68117            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
68118            ! ext/Encode/ucm/big5-eten.ucm
68119 ____________________________________________________________________________
68120 [ 18001] By: hv                                    on 2002/10/11  22:52:43
68121         Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
68122              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68123              Date: Thu, 10 Oct 2002 14:28:55 -0700
68124              Message-ID: <XEfp9gzkgquV092yn@efn.org>
68125      Branch: perl
68126            ! ext/Devel/Peek/Peek.t
68127 ____________________________________________________________________________
68128 [ 18000] By: hv                                    on 2002/10/11  22:30:36
68129         Log: Subject: [PATCH] perl573delta delinting
68130              From: Jarkko Hietaniemi <jhi@iki.fi>
68131              Date: Fri, 4 Oct 2002 16:19:31 +0300
68132              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
68133      Branch: perl
68134            ! pod/perl573delta.pod
68135 ____________________________________________________________________________
68136 [ 17999] By: hv                                    on 2002/10/11  22:28:36
68137         Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
68138              From: Jarkko Hietaniemi <jhi@iki.fi>
68139              Date: Fri, 4 Oct 2002 16:11:57 +0300
68140              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
68141      Branch: perl
68142            ! pod/perldiag.pod reentr.c reentr.pl
68143 ____________________________________________________________________________
68144 [ 17998] By: rgs                                   on 2002/10/11  19:53:05
68145         Log: Fix bug #17771 : segfault with the 'for' statement modifier
68146              used inside a map or a grep.
68147      Branch: perl
68148            ! pp_ctl.c t/op/grep.t
68149 ____________________________________________________________________________
68150 [ 17997] By: hv                                    on 2002/10/11  12:10:39
68151         Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
68152              From: Information Service <info@lingo.kiev.ua>
68153              Date: Wed, 09 Oct 2002 07:17:00 +0400
68154              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
68155      Branch: perl
68156            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
68157 ____________________________________________________________________________
68158 [ 17996] By: hv                                    on 2002/10/11  11:55:53
68159         Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
68160              From: chromatic <chromatic@wgz.org>
68161              Date: Thu, 03 Oct 2002 22:56:54 -0700
68162              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
68163      Branch: perl
68164            ! lib/AutoLoader.pm lib/AutoLoader.t
68165 ____________________________________________________________________________
68166 [ 17995] By: ams                                   on 2002/10/11  05:24:20
68167         Log: Subject: [perl #17819] Typo in perltooc?
68168              From: Bob Wilkinson (via RT) <perlbug@perl.org>
68169              Date: 9 Oct 2002 09:50:40 -0000
68170              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
68171
68172              Subject: [perl #17821] Typo in perltooc
68173              From: Bob Wilkinson (via RT) <perlbug@perl.org>
68174              Date: 9 Oct 2002 10:12:51 -0000
68175              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
68176      Branch: perl
68177            ! pod/perltooc.pod
68178 ____________________________________________________________________________
68179 [ 17994] By: rgs                                   on 2002/10/10  20:19:27
68180         Log: Fix bug #17776 : memory corruption in qr/##/x
68181      Branch: perl
68182            ! sv.c t/op/pat.t
68183 ____________________________________________________________________________
68184 [ 17993] By: rgs                                   on 2002/10/10  19:52:00
68185         Log: croak() is better written Perl_croak() in C code.
68186      Branch: perl
68187            ! util.c
68188 ____________________________________________________________________________
68189 [ 17992] By: hv                                    on 2002/10/10  11:29:12
68190         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
68191              From: andreas.koenig@anima.de (Andreas J. Koenig)
68192              Date: Fri, 04 Oct 2002 06:38:57 +0200
68193              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
68194      Branch: perl
68195            ! lib/Hash/Util.pm
68196 ____________________________________________________________________________
68197 [ 17991] By: hv                                    on 2002/10/10  11:20:41
68198         Log: new files lib/version.pm and lib/version.t for change #17990.
68199      Branch: perl
68200            + lib/version.pm lib/version.t
68201 ____________________________________________________________________________
68202 [ 17990] By: hv                                    on 2002/10/10  11:19:57
68203         Log: Subject: [PATCH] Version object combined patch
68204              From: John Peacock <jpeacock@rowman.com>
68205              Date: Fri, 04 Oct 2002 23:15:10 -0400
68206              Message-ID: <3D9E593E.1060605@rowman.com>
68207      Branch: perl
68208            ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
68209            ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
68210 ____________________________________________________________________________
68211 [ 17989] By: hv                                    on 2002/10/10  10:48:42
68212         Log: Subject: PATCH: lib/ExtUtils/typemap
68213              From: Brian Ingerson <ingy@ttul.org>
68214              Date: Sat, 28 Sep 2002 13:03:24 -0700
68215              Message-ID: <20020928130324.A16900@ttul.org>
68216      Branch: perl
68217            ! lib/ExtUtils/typemap
68218 ____________________________________________________________________________
68219 [ 17988] By: hv                                    on 2002/10/10  10:45:19
68220         Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
68221              From: Nicholas Clark <nick@unfortu.net>
68222              Date: Sat, 28 Sep 2002 18:52:00 +0100
68223              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
68224      Branch: perl
68225            ! lib/Exporter.t lib/Exporter/Heavy.pm
68226 ____________________________________________________________________________
68227 [ 17987] By: hv                                    on 2002/10/10  10:27:40
68228         Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
68229              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
68230              Date: Mon, 9 Sep 2002 17:36:55 -0400
68231              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
68232      Branch: perl
68233            ! pod/perlfunc.pod
68234 ____________________________________________________________________________
68235 [ 17986] By: hv                                    on 2002/10/10  09:51:24
68236         Log: Remove use of caller() in strict.pm, and tighten Safe compartment
68237              for Storable tests to match.
68238      Branch: perl
68239            ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
68240 ____________________________________________________________________________
68241 [ 17985] By: hv                                    on 2002/10/10  09:27:00
68242         Log: Subject: Re: README.cygwin draft update
68243              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68244              Date: Mon, 07 Oct 2002 17:15:09 -0700
68245              Message-ID: <NOio9gzkg6oR092yn@efn.org>
68246      Branch: perl
68247            ! README.cygwin pod/perl58delta.pod
68248 ____________________________________________________________________________
68249 [ 17984] By: rgs                                   on 2002/10/09  19:17:08
68250         Log: Fix bug #17823 : non-modifying tr/// stringifies references
68251      Branch: perl
68252            ! doop.c t/op/tr.t
68253 ____________________________________________________________________________
68254 [ 17983] By: merijn                                on 2002/10/09  12:22:26
68255         Log: Tru64 and gcc and threads
68256              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
68257      Branch: perl
68258            ! thread.h
68259 ____________________________________________________________________________
68260 [ 17982] By: merijn                                on 2002/10/09  10:34:40
68261         Log: Correct mailing list archive URL
68262              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
68263      Branch: perl
68264            ! Porting/pumpkin.pod
68265 ____________________________________________________________________________
68266 [ 17981] By: merijn                                on 2002/10/09  04:49:06
68267         Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
68268              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
68269      Branch: perl
68270            ! Porting/pumpkin.pod
68271 ____________________________________________________________________________
68272 [ 17980] By: sky                                   on 2002/10/06  15:40:56
68273         Log: Upgrade Safe.pm to 2.09 after CPAN backport.
68274              Fix testcases to run properly outside perl core build enviroment.
68275      Branch: perl
68276            ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
68277            ! ext/Safe/safe3.t
68278 ____________________________________________________________________________
68279 [ 17979] By: sky                                   on 2002/10/06  07:03:19
68280         Log: Subject: [PATCH] fix typo in Tie::Array
68281              From: "Jos I. Boumans" <kane@cpan.org>
68282              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
68283              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
68284      Branch: perl
68285            ! lib/Tie/Array.pm
68286 ____________________________________________________________________________
68287 [ 17978] By: sky                                   on 2002/10/05  04:44:10
68288         Log: Upgrade to Attribute::Handlers 0.78
68289      Branch: perl
68290            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
68291            ! lib/Attribute/Handlers/README
68292 ____________________________________________________________________________
68293 [ 17977] By: rgs                                   on 2002/10/04  20:01:54
68294         Log: Complement to change #17976 :
68295              there was a similar bug on rdo().
68296              Increment $Safe::VERSION.
68297      Branch: perl
68298            ! ext/Opcode/Safe.pm ext/Safe/safe3.t
68299 ____________________________________________________________________________
68300 [ 17976] By: rgs                                   on 2002/10/04  19:44:48
68301         Log: Fix bug #17744, suggested by Andreas Jurenda,
68302              tweaked by rgs (security hole in Safe).
68303      Branch: perl
68304            + ext/Safe/safe3.t
68305            ! MANIFEST ext/Opcode/Safe.pm
68306 ____________________________________________________________________________
68307 [ 17975] By: merijn                                on 2002/10/04  13:30:17
68308         Log: Non ANSI feature detection in enum
68309      Branch: perl
68310            ! pad.h
68311 ____________________________________________________________________________
68312 [ 17974] By: rgs                                   on 2002/10/03  21:00:50
68313         Log: Fix a precedence problem.
68314      Branch: perl
68315            ! ext/Storable/t/integer.t
68316 ____________________________________________________________________________
68317 [ 17973] By: rgs                                   on 2002/10/03  20:34:13
68318         Log: Change the warning message "%s trapped by operation mask"
68319              to include '' around the op name. Document it in perldiag.
68320      Branch: perl
68321            ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
68322            ! pod/perldiag.pod
68323 ____________________________________________________________________________
68324 [ 17972] By: rgs                                   on 2002/10/03  20:26:54
68325         Log: Add a new warning, "Possible precedence problem on bitwise
68326              %c operator", triggerred when a bitwise op has a numeric
68327              comparison op as child.
68328      Branch: perl
68329            ! op.c pod/perldiag.pod t/lib/warnings/op
68330 ____________________________________________________________________________
68331 [ 17971] By: ams                                   on 2002/10/03  11:03:41
68332         Log: Subject: Re: Not OK 17969
68333              From: Slaven Rezic <slaven.rezic@berlin.de>
68334              Date: 03 Oct 2002 13:12:58 +0200
68335              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
68336      Branch: perl
68337            ! ext/Storable/Storable.pm ext/Storable/t/code.t
68338            ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
68339            ! ext/Storable/t/malice.t
68340 ____________________________________________________________________________
68341 [ 17970] By: ams                                   on 2002/10/03  02:21:15
68342         Log: Add a line about 2.05.
68343      Branch: perl
68344            ! ext/Storable/ChangeLog
68345 ____________________________________________________________________________
68346 [ 17969] By: ams                                   on 2002/10/03  02:12:27
68347         Log: Subject: [PATCH] Storable and code serialization: documentation
68348              From: Slaven Rezic <slaven.rezic@berlin.de>
68349              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
68350              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
68351      Branch: perl
68352            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
68353            ! ext/Storable/t/code.t
68354 ____________________________________________________________________________
68355 [ 17968] By: ams                                   on 2002/10/03  01:40:51
68356         Log: Subject: [PATCH] Re: speed of my
68357              From: Stephen McCamant <smcc@mit.edu>
68358              Date: Wed, 2 Oct 2002 21:48:59 -0400
68359              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
68360      Branch: perl
68361            ! pp.c
68362 ____________________________________________________________________________
68363 [ 17967] By: hv                                    on 2002/10/02  15:04:57
68364         Log: Subject: [PATCH] reentrant buffers
68365              From: Jarkko Hietaniemi <jhi@iki.fi>
68366              Date: Fri, 27 Sep 2002 01:08:56 +0300
68367              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
68368      Branch: perl
68369            ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
68370 ____________________________________________________________________________
68371 [ 17966] By: hv                                    on 2002/10/02  14:46:52
68372         Log: Subject: [PATCH] retropatch
68373              From: Jarkko Hietaniemi <jhi@iki.fi>
68374              Date: Fri, 27 Sep 2002 03:51:34 +0300
68375              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
68376      Branch: perl
68377            + pod/perl573delta.pod
68378            ! MANIFEST pod/buildtoc.PL pod/perl.pod
68379 ____________________________________________________________________________
68380 [ 17965] By: hv                                    on 2002/10/02  14:42:21
68381         Log: op/tr.t test is affected by #17962
68382      Branch: perl
68383            ! t/op/tr.t
68384 ____________________________________________________________________________
68385 [ 17964] By: hv                                    on 2002/10/02  14:38:59
68386         Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
68387              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
68388              Date: Tue, 1 Oct 2002 23:34:35 +0200
68389              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
68390      Branch: perl
68391            ! t/op/override.t toke.c
68392 ____________________________________________________________________________
68393 [ 17963] By: hv                                    on 2002/10/02  14:15:22
68394         Log: Subject: Re: [perl #17376] Bug Report - our(%)
68395              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68396              Date: Tue, 01 Oct 2002 09:54:30 -0700
68397              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
68398      Branch: perl
68399            ! op.c pp_hot.c t/comp/our.t
68400 ____________________________________________________________________________
68401 [ 17962] By: ams                                   on 2002/10/02  14:10:07
68402         Log: Subject: [PATCH] no [] in tr///
68403              From: Jarkko Hietaniemi <jhi@iki.fi>
68404              Date: Wed, 2 Oct 2002 17:09:11 +0300
68405              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
68406      Branch: perl
68407            ! pod/perldiag.pod toke.c
68408 ____________________________________________________________________________
68409 [ 17961] By: hv                                    on 2002/10/02  14:09:11
68410         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
68411              From: andreas.koenig@anima.de (Andreas J. Koenig)
68412              Date: Mon, 30 Sep 2002 17:24:06 +0200
68413              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
68414      Branch: perl
68415            ! lib/Hash/Util.pm
68416 ____________________________________________________________________________
68417 [ 17959] By: hv                                    on 2002/10/02  14:06:29
68418         Log: Subject: [DOCPATCH] Unicode porting advice
68419              From: andreas.koenig@anima.de (Andreas J. Koenig)
68420              Date: Fri, 27 Sep 2002 15:30:16 +0200
68421              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
68422      Branch: perl
68423            ! pod/perlunicode.pod
68424 ____________________________________________________________________________
68425 [ 17958] By: hv                                    on 2002/10/02  13:57:06
68426         Log: missing quote from #17957
68427      Branch: perl
68428            ! Porting/pumpkin.pod
68429 ____________________________________________________________________________
68430 [ 17957] By: hv                                    on 2002/10/02  13:55:56
68431         Log: document how to set APPLLIB_EXP
68432              Subject: Re: [perl #15957] error installing perl 5.8.0
68433              From: Andy Dougherty <doughera@lafayette.edu>
68434              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
68435              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
68436      Branch: perl
68437            ! Porting/pumpkin.pod
68438 ____________________________________________________________________________
68439 [ 17956] By: hv                                    on 2002/10/02  13:51:12
68440         Log: Devel::Peek tests from:
68441              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
68442              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68443              Date: Thu, 26 Sep 2002 22:16:39 -0700
68444              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
68445      Branch: perl
68446            ! ext/Devel/Peek/Peek.t
68447 ____________________________________________________________________________
68448 [ 17955] By: hv                                    on 2002/10/02  13:43:26
68449         Log: add precedence warning for bitwise docs
68450              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
68451              From: Mike Guy <mjtg@cam.ac.uk>
68452              Date: Thu, 26 Sep 2002 13:20:45 +0100
68453              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
68454      Branch: perl
68455            ! pod/perlop.pod
68456 ____________________________________________________________________________
68457 [ 17954] By: hv                                    on 2002/10/02  13:18:01
68458         Log: Subject: [PATCH] Re: perlio bug?
68459              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
68460              Date: Wed, 25 Sep 2002 21:58:12 +0200
68461              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
68462      Branch: perl
68463            ! doio.c pod/perldiag.pod t/lib/warnings/doio
68464 ____________________________________________________________________________
68465 [ 17953] By: hv                                    on 2002/10/02  12:55:29
68466         Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
68467              From: Dave Mitchell <davem@fdgroup.com>
68468              Date: Wed, 25 Sep 2002 23:40:23 +0100
68469              Message-ID: <20020925234023.A20044@fdgroup.com>
68470      Branch: perl
68471            + pad.c pad.h
68472            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
68473            ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
68474            ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
68475            ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
68476            ! proto.h scope.c sv.c toke.c
68477 ____________________________________________________________________________
68478 [ 17952] By: hv                                    on 2002/10/02  11:23:38
68479         Log: better handling of whitespace in autodoc declarations; fragment from:
68480              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
68481              From: Dave Mitchell <davem@fdgroup.com>
68482              Date: Wed, 25 Sep 2002 23:40:23 +0100
68483              Message-ID: <20020925234023.A20044@fdgroup.com>
68484      Branch: perl
68485            ! autodoc.pl
68486 ____________________________________________________________________________
68487 [ 17951] By: merijn                                on 2002/10/02  09:15:18
68488         Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
68489              Thu, 25 Jul 2002, Andy Dougherty
68490      Branch: perl
68491            ! Configure Policy_sh.SH
68492 ____________________________________________________________________________
68493 [ 17950] By: ams                                   on 2002/10/02  03:43:41
68494         Log: Add silly bandaid to stop segfaults on subsequent accesses to
68495              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
68496              (<$fred>).
68497      Branch: perl
68498            ! op.c
68499 ____________________________________________________________________________
68500 [ 17949] By: hv                                    on 2002/10/01  08:49:02
68501         Log: patch based on:
68502              Subject: Re: [perl #17376] Bug Report - our(%)
68503              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68504              Date: Mon, 30 Sep 2002 15:22:18 -0700
68505              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
68506      Branch: perl
68507            ! op.c
68508 ____________________________________________________________________________
68509 [ 17948] By: hv                                    on 2002/10/01  08:26:44
68510         Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
68511              From: chromatic <chromatic@wgz.org>
68512              Date: Fri, 13 Sep 2002 14:26:08 -0700
68513              Message-Id: <200209131426.08116.chromatic@wgz.org>
68514      Branch: perl
68515            ! lib/AutoLoader.pm
68516 ____________________________________________________________________________
68517 [ 17947] By: hv                                    on 2002/10/01  08:10:21
68518         Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
68519              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68520              Date: Wed, 11 Sep 2002 22:22:45 -0700
68521              Message-ID: <lSCg9gzkgymX092yn@efn.org>
68522      Branch: perl
68523            ! dump.c mg.h regexec.c sv.c t/op/pat.t
68524 ____________________________________________________________________________
68525 [ 17946] By: merijn                                on 2002/09/30  15:19:36
68526         Log: nanosleep on VMS not present
68527      Branch: perl
68528            ! configure.com
68529 ____________________________________________________________________________
68530 [ 17945] By: merijn                                on 2002/09/30  09:51:40
68531         Log: -Dgccansipedantic only for gcc 3+
68532              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
68533      Branch: perl
68534            ! Porting/pumpkin.pod cflags.SH
68535 ____________________________________________________________________________
68536 [ 17944] By: merijn                                on 2002/09/30  08:29:33
68537         Log: nanosleep probes as per Jarkko's request
68538      Branch: perl
68539            ! Configure NetWare/config_H.wc Porting/config.sh
68540            ! Porting/config_H config_h.SH epoc/config.sh perl.h
68541            ! win32/config.bc win32/config.gc win32/config.vc
68542            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
68543            ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
68544            ! wince/config_H.ce
68545 ____________________________________________________________________________
68546 [ 17942] By: ams                                   on 2002/09/29  22:26:37
68547         Log: Remove package; (Heh heh.)
68548      Branch: perl
68549            ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
68550            ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
68551            ! vms/perly_c.vms vms/perly_h.vms
68552 ____________________________________________________________________________
68553 [ 17941] By: hv                                    on 2002/09/29  12:11:06
68554         Log: Subject: [perl #16796] Configure script buglet
68555              From: "Amick, Eric" (via RT) <perlbug@perl.org>
68556              Date: 27 Aug 2002 20:09:29 -0000
68557              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
68558      Branch: perl
68559            ! Configure
68560 ____________________________________________________________________________
68561 [ 17940] By: hv                                    on 2002/09/29  11:59:28
68562         Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
68563              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
68564              Date: Fri, 27 Sep 2002 13:52:18 +0200
68565              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
68566      Branch: perl
68567            ! lib/Attribute/Handlers.pm
68568 ____________________________________________________________________________
68569 [ 17939] By: hv                                    on 2002/09/29  11:55:17
68570         Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
68571              From: Allen Smith (via RT) <perlbug@perl.org>
68572              Date: 13 Sep 2002 03:01:30 -0000
68573              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
68574      Branch: perl
68575            ! t/lib/h2ph.pht utils/h2ph.PL
68576 ____________________________________________________________________________
68577 [ 17938] By: rgs                                   on 2002/09/28  20:42:59
68578         Log: Email address change for Stéphane Payrard
68579      Branch: perl
68580            ! AUTHORS
68581 ____________________________________________________________________________
68582 [ 17937] By: hv                                    on 2002/09/27  10:05:42
68583         Log: Subject: Re: [REVISED PATCH] Magic v-strings
68584              From: John Peacock <jpeacock@rowman.com>
68585              Date: Thu, 19 Sep 2002 22:30:58 -0400
68586              Message-ID: <3D8A8862.3000602@rowman.com>
68587      Branch: perl
68588            ! sv.c util.c
68589 ____________________________________________________________________________
68590 [ 17936] By: hv                                    on 2002/09/27  10:00:42
68591         Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
68592              From: "Craig A. Berry" <craigberry@mac.com>
68593              Date: Wed, 25 Sep 2002 17:14:33 -0500
68594              Message-ID: <3D923549.6050809@mac.com>
68595      Branch: perl
68596            ! configure.com
68597 ____________________________________________________________________________
68598 [ 17935] By: hv                                    on 2002/09/27  09:48:19
68599         Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
68600              From: Andy Lester <andy@petdance.com>
68601              Date: Fri, 20 Sep 2002 12:23:41 -0500
68602              Message-ID: <20020920172341.GA15672@petdance.com>
68603      Branch: perl
68604            ! pod/perlopentut.pod
68605 ____________________________________________________________________________
68606 [ 17934] By: hv                                    on 2002/09/26  18:50:02
68607         Log: missing '.' in test from #17932
68608      Branch: perl
68609            ! t/lib/strict/subs
68610 ____________________________________________________________________________
68611 [ 17933] By: hv                                    on 2002/09/26  17:01:11
68612         Log: Subject: [PATCH] perl #17453
68613              From: Jarkko Hietaniemi <jhi@iki.fi>
68614              Date: Fri, 20 Sep 2002 17:22:45 +0300
68615              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
68616      Branch: perl
68617            ! lib/utf8_heavy.pl t/op/pat.t
68618 ____________________________________________________________________________
68619 [ 17932] By: hv                                    on 2002/09/26  16:47:32
68620         Log: #17931 checked for wrong constant
68621      Branch: perl
68622            ! op.c
68623 ____________________________________________________________________________
68624 [ 17931] By: hv                                    on 2002/09/26  16:29:26
68625         Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
68626              From: Kay_Röpke <kay@dolphin-services.de>
68627              Date: Fri, 20 Sep 2002 16:09:08 +0200
68628              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
68629      Branch: perl
68630            ! op.c t/lib/strict/subs
68631 ____________________________________________________________________________
68632 [ 17930] By: hv                                    on 2002/09/26  15:56:07
68633         Log: Subject: [perl #17445] Class::Struct patch: version number, examples
68634              From: Ken Neighbors (via RT) <perlbug@perl.org>
68635              Date: 19 Sep 2002 18:48:22 -0000
68636              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
68637      Branch: perl
68638            ! lib/Class/Struct.pm
68639 ____________________________________________________________________________
68640 [ 17928] By: hv                                    on 2002/09/26  09:54:05
68641         Log: Subject: [PATCH] bug in utf8.c(?)
68642              From: Marty Pauley <marty+p5p@kasei.com>
68643              Date: Fri, 20 Sep 2002 10:55:33 +0100
68644              Subject: [PATCH] bug in utf8.c(?)
68645      Branch: perl
68646            ! utf8.c
68647 ____________________________________________________________________________
68648 [ 17927] By: hv                                    on 2002/09/26  09:37:19
68649         Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
68650              From: Marty Pauley <marty+p5p@kasei.com>
68651              Date: Fri, 20 Sep 2002 09:52:16 +0100
68652              Message-Id: 20020920085216.GC10512@soto.kasei.com
68653      Branch: perl
68654            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
68655 ____________________________________________________________________________
68656 [ 17926] By: hv                                    on 2002/09/26  09:28:06
68657         Log: Subject: [PATCH] defuse installusrbinperl
68658              From: Jarkko Hietaniemi <jhi@iki.fi>
68659              Date: Thu, 19 Sep 2002 18:01:03 +0300
68660              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
68661      Branch: perl
68662            ! Configure
68663 ____________________________________________________________________________
68664 [ 17925] By: hv                                    on 2002/09/26  09:15:55
68665         Log: Subject: [PATCH v2] enable -ansi -pedantic
68666              From: Jarkko Hietaniemi <jhi@iki.fi>
68667              Date: Wed, 18 Sep 2002 01:19:25 +0300
68668              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
68669      Branch: perl
68670            ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
68671            ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
68672 ____________________________________________________________________________
68673 [ 17924] By: hv                                    on 2002/09/26  08:44:16
68674         Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
68675              From: Nicholas Clark <nick@unfortu.net>
68676              Date: Sat, 14 Sep 2002 18:49:10 +0100
68677              Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
68678      Branch: perl
68679            ! sv.c
68680 ____________________________________________________________________________
68681 [ 17923] By: hv                                    on 2002/09/26  08:33:54
68682         Log: Subject: [PATCH] Re: Advice on coredump
68683              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
68684              Date: Wed, 18 Sep 2002 22:14:57 +0200
68685              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
68686      Branch: perl
68687            ! op.c t/op/closure.t
68688 ____________________________________________________________________________
68689 [ 17922] By: hv                                    on 2002/09/26  08:25:28
68690         Log: Subject: Re: [PATCH] spurious t/auto directory appears
68691              From: Michael G Schwern <schwern@pobox.com>
68692              Date: Fri, 13 Sep 2002 23:56:05 -0400
68693              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
68694      Branch: perl
68695            ! lib/ExtUtils/t/Installed.t
68696 ____________________________________________________________________________
68697 [ 17921] By: hv                                    on 2002/09/26  08:21:59
68698         Log: add TODO tests for slow our() declaration
68699              Subject: Re: [perl #17376] Bug Report - our(%)
68700              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68701              Date: Thu, 19 Sep 2002 22:34:01 -0700
68702              Message-ID: <JNri9gzkgSBB092yn@efn.org>
68703      Branch: perl
68704            + t/comp/our.t
68705            ! MANIFEST
68706 ____________________________________________________________________________
68707 [ 17920] By: hv                                    on 2002/09/26  08:16:43
68708         Log: LEAKTEST is dead, RIP
68709              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
68710              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68711              Date: Mon, 23 Sep 2002 18:33:12 +0200
68712              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
68713      Branch: perl
68714            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
68715            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
68716 ____________________________________________________________________________
68717 [ 17919] By: hv                                    on 2002/09/26  07:59:42
68718         Log: Subject: [PATCH] AIX hints missinga  >&4
68719              From: Jarkko Hietaniemi <jhi@iki.fi>
68720              Date: Fri, 13 Sep 2002 16:48:42 +0300
68721              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
68722      Branch: perl
68723            ! hints/aix.sh
68724 ____________________________________________________________________________
68725 [ 17918] By: hv                                    on 2002/09/26  07:51:10
68726         Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
68727              From: "Brendan O'Dea" <bod@debian.org>
68728              Date: Mon, 23 Sep 2002 22:45:40 +1000
68729              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
68730      Branch: perl
68731            ! pod/perlfunc.pod
68732 ____________________________________________________________________________
68733 [ 17917] By: hv                                    on 2002/09/26  07:46:43
68734         Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
68735              From: Slaven Rezic <slaven.rezic@berlin.de>
68736              Date: 11 Sep 2002 19:37:09 +0200
68737              Message-ID: <871y80a0my.fsf@vran.herceg.de>
68738      Branch: perl
68739            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
68740 ____________________________________________________________________________
68741 [ 17916] By: hv                                    on 2002/09/26  07:31:42
68742         Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
68743              From: "Brendan O'Dea" <bod@debian.org>
68744              Date: Tue, 10 Sep 2002 09:19:05 +1000
68745              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
68746      Branch: perl
68747            ! pod/perlembed.pod
68748 ____________________________________________________________________________
68749 [ 17915] By: rgs                                   on 2002/09/24  20:19:22
68750         Log: Patch #17914 was empty ; this should have been applied instead.
68751      Branch: perl
68752            ! hints/aix.sh
68753 ____________________________________________________________________________
68754 [ 17914] By: rgs                                   on 2002/09/21  19:58:57
68755         Log: Subject: [PATCH] PASE saga continues
68756              From: Jarkko Hietaniemi <jhi@iki.fi>
68757              Date: Thu, 19 Sep 2002 23:30:20 +0300
68758              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
68759      Branch: perl
68760            ! hints/aix.sh
68761 ____________________________________________________________________________
68762 [ 17913] By: rgs                                   on 2002/09/21  19:46:56
68763         Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
68764              From: "Craig A. Berry" <craigberry@mac.com>
68765              Date: Wed, 18 Sep 2002 16:57:02 -0500
68766              Message-ID: <3D88F6AE.3020708@mac.com>
68767      Branch: perl
68768            ! lib/File/Spec/VMS.pm vms/ext/filespec.t
68769 ____________________________________________________________________________
68770 [ 17912] By: ams                                   on 2002/09/19  17:21:24
68771         Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
68772              From: Jarkko Hietaniemi <jhi@iki.fi>
68773              Date: Thu, 19 Sep 2002 18:59:48 +0300
68774              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
68775
68776              Subject: [PATCH] more PASE tweakage
68777              From: Jarkko Hietaniemi <jhi@iki.fi>
68778              Date: Thu, 19 Sep 2002 18:01:44 +0300
68779              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
68780      Branch: perl
68781            ! README.os400 hints/aix.sh
68782 ____________________________________________________________________________
68783 [ 17911] By: ams                                   on 2002/09/17  19:29:53
68784         Log: Typo fix.
68785      Branch: perl
68786            ! ext/POSIX/POSIX.pod
68787 ____________________________________________________________________________
68788 [ 17910] By: ams                                   on 2002/09/17  18:09:32
68789         Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
68790              checking for SvOK in do_readline().
68791      Branch: perl
68792            ! pp_hot.c t/op/gv.t
68793 ____________________________________________________________________________
68794 [ 17909] By: rgs                                   on 2002/09/16  21:49:27
68795         Log: Pod formatting nit, found by Merijn and Jos Boumans.
68796      Branch: perl
68797            ! pod/perlunicode.pod
68798 ____________________________________________________________________________
68799 [ 17908] By: rgs                                   on 2002/09/16  21:34:55
68800         Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
68801              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
68802              Date: 15 Sep 2002 19:06:56 -0000
68803              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
68804      Branch: perl
68805            ! lib/Locale/Country.pm lib/Locale/Currency.pm
68806            ! lib/Locale/Language.pm lib/Locale/Script.pm
68807 ____________________________________________________________________________
68808 [ 17907] By: rgs                                   on 2002/09/16  20:33:51
68809         Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
68810              From: Jarkko Hietaniemi <jhi@iki.fi>
68811              Date: Sun, 15 Sep 2002 18:02:17 +0300
68812              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
68813      Branch: perl
68814            ! hints/netbsd.sh
68815 ____________________________________________________________________________
68816 [ 17906] By: rgs                                   on 2002/09/15  11:30:38
68817         Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
68818              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
68819              not all modules listed in perlmodlib are necessarily installed.
68820              Plus some corrections by Vincent Lefevre.
68821      Branch: perl
68822            ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
68823 ____________________________________________________________________________
68824 [ 17904] By: merijn                                on 2002/09/13  14:02:18
68825         Log: Tabs erroneusly expanded to spaces, causing AIX to fail
68826              in building DProf
68827      Branch: perl
68828            ! Configure
68829 ____________________________________________________________________________
68830 [ 17902] By: merijn                                on 2002/09/13  07:47:29
68831         Log: configure.com needs d_modflproto
68832              Thu 12 Sep 2002 23:19, "Craig A. Berry"
68833      Branch: perl
68834            ! configure.com
68835 ____________________________________________________________________________
68836 [ 17901] By: rgs                                   on 2002/09/12  20:19:55
68837         Log: Subject: [PATCH] more PASE wisdom
68838              From: Jarkko Hietaniemi <jhi@iki.fi>
68839              Date: Fri, 13 Sep 2002 00:17:39 +0300
68840              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
68841      Branch: perl
68842            ! README.os400
68843 ____________________________________________________________________________
68844 [ 17900] By: rgs                                   on 2002/09/12  19:33:06
68845         Log: Fix a syntax incompatibility introduced by the // operator.
68846              (Note that C<print $fh //> is still a syntax error, it
68847              wasn't with perl 5.8.0.)
68848      Branch: perl
68849            ! t/op/dor.t toke.c
68850 ____________________________________________________________________________
68851 [ 17898] By: rgs                                   on 2002/09/11  20:58:46
68852         Log: Fix bug #17006 : remove spurious do{} in the deparsing
68853              of s/.../.../e.
68854      Branch: perl
68855            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
68856 ____________________________________________________________________________
68857 [ 17897] By: rgs                                   on 2002/09/11  20:56:21
68858         Log: Subject: [perl #17119] typo in utils/dprofpp.PL
68859              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
68860              Date: 10 Sep 2002 18:49:56 -0000
68861              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
68862      Branch: perl
68863            ! utils/dprofpp.PL
68864 ____________________________________________________________________________
68865 [ 17896] By: merijn                                on 2002/09/11  08:31:45
68866         Log: re-synced Configure to backported metaunits
68867      Branch: perl
68868            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68869            ! config_h.SH
68870 ____________________________________________________________________________
68871 [ 17892] By: merijn                                on 2002/09/10  15:43:53
68872         Log: Callback behaviour in hints
68873              Mon, 9 Sep 2002, Allen Smith
68874      Branch: perl
68875            ! hints/README.hints
68876 ____________________________________________________________________________
68877 [ 17888] By: merijn                                on 2002/09/10  09:20:52
68878         Log: New low-price HP servers
68879      Branch: perl
68880            ! README.hpux
68881 ____________________________________________________________________________
68882 [ 17887] By: rgs                                   on 2002/09/09  21:00:08
68883         Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
68884              From: Paul Johnson <paul@pjcj.net>
68885              Date: Mon, 9 Sep 2002 23:37:33 +0200
68886              Message-ID: <20020909213733.GD879@pjcj.net>
68887      Branch: perl
68888            ! ext/B/B/Deparse.pm
68889 ____________________________________________________________________________
68890 [ 17886] By: rgs                                   on 2002/09/09  20:38:01
68891         Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
68892              From: Nicholas Clark <nick@unfortu.net>
68893              Date: Sun, 8 Sep 2002 23:05:54 +0100
68894              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
68895      Branch: perl
68896            ! configpm
68897 ____________________________________________________________________________
68898 [ 17885] By: rgs                                   on 2002/09/09  20:35:34
68899         Log: Subject: [PATCH] strict.pm pod at __END__
68900              From: Nicholas Clark <nick@unfortu.net>
68901              Date: Sun, 8 Sep 2002 22:36:09 +0100
68902              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
68903      Branch: perl
68904            ! lib/strict.pm
68905 ____________________________________________________________________________
68906 [ 17884] By: rgs                                   on 2002/09/09  19:33:11
68907         Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
68908              From: Nicholas Clark <nick@unfortu.net>
68909              Date: Sun, 8 Sep 2002 19:45:52 +0100
68910              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
68911      Branch: perl
68912            ! lib/File/Find/t/find.t
68913 ____________________________________________________________________________
68914 [ 17883] By: rgs                                   on 2002/09/09  19:10:08
68915         Log: Subject: [PATCH] Quieten warnings in Deparse.pm
68916              From: Paul Johnson <paul@pjcj.net>
68917              Date: Sun, 8 Sep 2002 23:50:11 +0200
68918              Message-ID: <20020908215011.GA879@pjcj.net>
68919      Branch: perl
68920            ! ext/B/B/Deparse.pm
68921 ____________________________________________________________________________
68922 [ 17882] By: hv                                    on 2002/09/09  10:33:58
68923         Log: Update Changes
68924      Branch: perl
68925            ! Changes patchlevel.h
68926 ____________________________________________________________________________
68927 [ 17881] By: hv                                    on 2002/09/09  09:54:55
68928         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
68929              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
68930              Date: Mon, 9 Sep 2002 01:48:08 -0400
68931              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
68932      Branch: perl
68933            ! perl.h sv.c
68934 ____________________________________________________________________________
68935 [ 17880] By: hv                                    on 2002/09/09  09:33:55
68936         Log: integrate Math::BigInt-1.63
68937              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
68938              From: Tels <perl_dummy@bloodgate.com>
68939              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
68940              Message-Id: <200209082022.g88KMGY20194@crypt.org>
68941      Branch: perl
68942            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
68943            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
68944            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
68945            ! lib/Math/BigInt/t/sub_mif.t
68946 ____________________________________________________________________________
68947 [ 17879] By: hv                                    on 2002/09/09  09:23:53
68948         Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
68949              From: Jarkko Hietaniemi <jhi@iki.fi>
68950              Date: Mon, 9 Sep 2002 00:07:46 +0300
68951              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
68952      Branch: perl
68953            ! Configure
68954 ____________________________________________________________________________
68955 [ 17878] By: hv                                    on 2002/09/09  09:11:57
68956         Log: small grammar fix in Benchmark docs
68957      Branch: perl
68958            ! lib/Benchmark.pm
68959 ____________________________________________________________________________
68960 [ 17877] By: hv                                    on 2002/09/09  09:09:30
68961         Log: Subject: [PATCH] configpm
68962              From: Abe Timmerman <abe@ztreet.demon.nl>
68963              Date: Sun, 8 Sep 2002 17:21:19 +0200
68964              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
68965      Branch: perl
68966            ! configpm
68967 ____________________________________________________________________________
68968 [ 17876] By: hv                                    on 2002/09/09  08:48:35
68969         Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
68970              From: Abe Timmerman <abe@ztreet.demon.nl>
68971              Date: Mon, 9 Sep 2002 01:32:19 +0200
68972              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
68973      Branch: perl
68974            ! makedef.pl
68975 ____________________________________________________________________________
68976 [ 17875] By: rgs                                   on 2002/09/08  18:55:01
68977         Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
68978              From: Nicholas Clark <nick@unfortu.net>
68979              Date: Sun, 8 Sep 2002 15:46:44 +0100
68980              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
68981
68982              Plus two other similar tweaks
68983      Branch: perl
68984            ! ext/SDBM_File/sdbm.t
68985 ____________________________________________________________________________
68986 [ 17874] By: hv                                    on 2002/09/08  17:10:38
68987         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
68988              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
68989              Date: Sat, 7 Sep 2002 05:25:45 -0400
68990              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
68991      Branch: perl
68992            ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
68993            ! t/op/sprintf.t
68994 ____________________________________________________________________________
68995 [ 17873] By: hv                                    on 2002/09/08  16:48:54
68996         Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
68997              From: Nicholas Clark <nick@unfortu.net>
68998              Date: Sat, 7 Sep 2002 00:20:53 +0100
68999              Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
69000      Branch: perl
69001            ! op.c sv.c
69002 ____________________________________________________________________________
69003 [ 17872] By: hv                                    on 2002/09/08  16:35:46
69004         Log: temporarily skip failing Storable tests caused by #17869
69005      Branch: perl
69006            ! ext/Storable/t/code.t
69007 ____________________________________________________________________________
69008 [ 17871] By: hv                                    on 2002/09/08  16:23:49
69009         Log: Subject: [PATCH] tiddly tidy up for util.c
69010              From: Nicholas Clark <nick@unfortu.net>
69011              Date: Fri, 6 Sep 2002 23:00:14 +0100
69012              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
69013      Branch: perl
69014            ! util.c
69015 ____________________________________________________________________________
69016 [ 17870] By: hv                                    on 2002/09/08  16:21:23
69017         Log: regularise whitespace and formatting in util.c
69018      Branch: perl
69019            ! util.c
69020 ____________________________________________________________________________
69021 [ 17869] By: hv                                    on 2002/09/08  15:46:08
69022         Log: Subject: [perl #17061] no strict 'garbage'
69023              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
69024              Date: 6 Sep 2002 19:31:02 -0000
69025              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
69026              Date: Sat, 07 Sep 2002 13:40:22 +0200
69027              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
69028      Branch: perl
69029            ! lib/strict.pm lib/strict.t
69030 ____________________________________________________________________________
69031 [ 17868] By: hv                                    on 2002/09/08  15:24:08
69032         Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
69033      Branch: perl
69034            ! pod/perl58delta.pod
69035 ____________________________________________________________________________
69036 [ 17867] By: hv                                    on 2002/09/08  15:10:46
69037         Log: Subject: [PATCH] allow using hires time() in Benchmark
69038              From: Jarkko Hietaniemi <jhi@iki.fi>
69039              Date: Fri, 6 Sep 2002 00:38:11 +0300
69040              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
69041      Branch: perl
69042            ! lib/Benchmark.pm
69043 ____________________________________________________________________________
69044 [ 17866] By: hv                                    on 2002/09/08  15:06:05
69045         Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
69046              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
69047              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
69048              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
69049      Branch: perl
69050            ! Configure
69051 ____________________________________________________________________________
69052 [ 17865] By: hv                                    on 2002/09/08  15:03:23
69053         Log: Subject: Unicode::Collate 0.23 Released
69054              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
69055              Date: Thu, 05 Sep 2002 23:28:32 +0900
69056              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
69057      Branch: perl
69058            + lib/Unicode/Collate/t/index.t
69059            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
69060            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
69061 ____________________________________________________________________________
69062 [ 17864] By: hv                                    on 2002/09/08  14:55:31
69063         Log: Subject: sv_2pv_flags and ROK and UTF8 flags
69064              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69065              Date: Wed, 04 Sep 2002 21:09:01 -0700
69066              Message-ID: <djtd9gzkgyLd092yn@efn.org>
69067              Date: Fri, 06 Sep 2002 09:23:03 -0700
69068              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
69069      Branch: perl
69070            ! lib/overload.t sv.c sv.h t/op/pat.t
69071 ____________________________________________________________________________
69072 [ 17863] By: hv                                    on 2002/09/08  14:11:54
69073         Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
69074      Branch: perl
69075            ! t/op/taint.t
69076 ____________________________________________________________________________
69077 [ 17862] By: hv                                    on 2002/09/08  14:01:07
69078         Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
69079              From: Michael G Schwern <schwern@pobox.com>
69080              Date: Wed, 4 Sep 2002 11:38:01 -0700
69081              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
69082      Branch: perl
69083            ! t/TestInit.pm
69084 ____________________________________________________________________________
69085 [ 17861] By: hv                                    on 2002/09/08  13:58:10
69086         Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
69087              From: Michael G Schwern <schwern@pobox.com>
69088              Date: Fri, 6 Sep 2002 14:03:16 -0700
69089              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
69090      Branch: perl
69091            ! t/test.pl
69092 ____________________________________________________________________________
69093 [ 17860] By: hv                                    on 2002/09/08  13:48:49
69094         Log: #17859 misuses s/// return values
69095      Branch: perl
69096            ! configpm
69097 ____________________________________________________________________________
69098 [ 17859] By: hv                                    on 2002/09/08  13:17:46
69099         Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
69100              From: Nicholas Clark <nick@unfortu.net>
69101              Date: Mon, 2 Sep 2002 23:22:32 +0100
69102              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
69103      Branch: perl
69104            ! configpm
69105 ____________________________________________________________________________
69106 [ 17850] By: ams                                   on 2002/09/06  03:31:32
69107         Log: Subject: [PATCH] (mostly (Unicode)) pod nits
69108              From: Jarkko Hietaniemi <jhi@iki.fi>
69109              Date: Fri, 6 Sep 2002 06:01:57 +0300
69110              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
69111      Branch: perl
69112            ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
69113 ____________________________________________________________________________
69114 [ 17849] By: gsar                                  on 2002/09/05  06:28:36
69115         Log: document setting the email address
69116      Branch: perl
69117            ! Porting/repository.pod
69118 ____________________________________________________________________________
69119 [ 17848] By: hv                                    on 2002/09/04  23:12:15
69120         Log: AUTHORS: preferred address for Allen Smith
69121      Branch: perl
69122            ! AUTHORS
69123 ____________________________________________________________________________
69124 [ 17847] By: hv                                    on 2002/09/04  23:10:37
69125         Log: copy on write: fixes and debugging
69126              Subject: what copies scalars in ithreads?
69127              From: Nicholas Clark <nick@unfortu.net>
69128              Date: Wed, 4 Sep 2002 21:52:47 +0100
69129              Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
69130      Branch: perl
69131            ! sv.c
69132 ____________________________________________________________________________
69133 [ 17846] By: hv                                    on 2002/09/04  23:02:43
69134         Log: Subject: Re: [PATCH] A variety of README nitpicks.
69135              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69136              Date: Wed, 04 Sep 2002 09:10:05 +0200
69137              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
69138      Branch: perl
69139            ! README.hpux
69140 ____________________________________________________________________________
69141 [ 17845] By: hv                                    on 2002/09/04  15:06:33
69142         Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
69143      Branch: perl
69144            ! lib/Math/BigInt/t/constant.t
69145 ____________________________________________________________________________
69146 [ 17844] By: hv                                    on 2002/09/04  14:32:19
69147         Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
69148      Branch: perl
69149            ! ext/DB_File/DB_File.xs
69150 ____________________________________________________________________________
69151 [ 17843] By: hv                                    on 2002/09/04  14:09:13
69152         Log: #17842 was only half the story
69153              Subject: [PATCH deb.c] Re: HiRes failure is success?
69154              From: Dave Mitchell <davem@fdgroup.com>
69155              Date: Wed, 4 Sep 2002 16:11:15 +0100
69156              Message-ID: <20020904161115.E27603@fdgroup.com>
69157      Branch: perl
69158            ! deb.c
69159 ____________________________________________________________________________
69160 [ 17842] By: hv                                    on 2002/09/04  14:04:40
69161         Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
69162      Branch: perl
69163            ! deb.c
69164 ____________________________________________________________________________
69165 [ 17841] By: hv                                    on 2002/09/04  13:57:27
69166         Log: Subject: [PATCH] op/getpid.t failure
69167              From: Michael G Schwern <schwern@pobox.com>
69168              Date: Tue, 3 Sep 2002 17:48:24 -0700
69169              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
69170      Branch: perl
69171            ! t/op/getpid.t
69172 ____________________________________________________________________________
69173 [ 17840] By: hv                                    on 2002/09/04  13:55:20
69174         Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
69175              and Subject: [PATCH] More modules that don't lazy load Carp right.
69176              From: Michael G Schwern <schwern@pobox.com>
69177              Date: Tue, 3 Sep 2002 17:21:57 -0700
69178              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
69179              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
69180      Branch: perl
69181            ! ext/Encode/Unicode/Unicode.pm
69182            ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
69183            ! lib/File/Basename.pm
69184 ____________________________________________________________________________
69185 [ 17839] By: hv                                    on 2002/09/04  13:47:12
69186         Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
69187              From: "Brendan O'Dea" <bod@debian.org>
69188              Date: Wed, 4 Sep 2002 02:36:10 +1000
69189              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
69190      Branch: perl
69191            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
69192 ____________________________________________________________________________
69193 [ 17838] By: hv                                    on 2002/09/04  13:41:27
69194         Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
69195              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
69196              Date: Tue, 3 Sep 2002 13:46:18 +0200
69197              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
69198      Branch: perl
69199            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
69200 ____________________________________________________________________________
69201 [ 17837] By: hv                                    on 2002/09/04  13:38:27
69202         Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
69203              From: Michael G Schwern <schwern@pobox.com>
69204              Date: Mon, 2 Sep 2002 22:29:07 -0700
69205              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
69206      Branch: perl
69207            ! lib/Config.t
69208 ____________________________________________________________________________
69209 [ 17836] By: hv                                    on 2002/09/04  13:35:36
69210         Log: Subject: [PATCH] DB_File 1.805
69211              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
69212              Date: Mon, 2 Sep 2002 23:56:40 +0100
69213              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
69214      Branch: perl
69215            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
69216            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
69217            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
69218            ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
69219 ____________________________________________________________________________
69220 [ 17835] By: hv                                    on 2002/09/04  13:23:17
69221         Log: fix coredump after 64k-deep recursion
69222              Subject: Re: debugging coredump with -DD
69223              From: hv@crypt.org
69224              Date: Tue, 03 Sep 2002 14:34:20 +0100
69225              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
69226      Branch: perl
69227            ! cop.h t/op/recurse.t
69228 ____________________________________________________________________________
69229 [ 17834] By: hv                                    on 2002/09/04  13:08:36
69230         Log: perldoc: allow arguments for pager
69231              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
69232              From: Chip Turner <cturner@redhat.com>
69233              Date: 02 Sep 2002 01:17:23 -0400
69234              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
69235      Branch: perl
69236            ! utils/perldoc.PL
69237 ____________________________________________________________________________
69238 [ 17833] By: hv                                    on 2002/09/04  12:55:54
69239         Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
69240              From: Jarkko Hietaniemi <jhi@iki.fi>
69241              Date: Sun, 1 Sep 2002 19:23:55 +0300
69242              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
69243      Branch: perl
69244            ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
69245 ____________________________________________________________________________
69246 [ 17832] By: hv                                    on 2002/09/04  12:39:42
69247         Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
69248              From: John Peacock <jpeacock@rowman.com>
69249              Date: Sun, 01 Sep 2002 15:00:12 -0400
69250              Message-ID: <3D7263BC.9020608@rowman.com>
69251      Branch: perl
69252            ! lib/ExtUtils/xsubpp pod/perlxs.pod
69253 ____________________________________________________________________________
69254 [ 17831] By: hv                                    on 2002/09/04  11:47:10
69255         Log: #17827 misses some win32 tweaks
69256      Branch: perl
69257            ! win32/Makefile win32/makefile.mk
69258 ____________________________________________________________________________
69259 [ 17830] By: hv                                    on 2002/09/04  11:41:22
69260         Log: update email address for Paul Marquess
69261      Branch: perl
69262            ! AUTHORS
69263 ____________________________________________________________________________
69264 [ 17829] By: hv                                    on 2002/09/04  11:38:39
69265         Log: Subject: Correction for AUTHORS.html
69266              From: Sean Davis <dive@ender.com>
69267              Date: Fri, 30 Aug 2002 03:51:16 -0700
69268              Message-ID: <20020830035116.A18739@endersgame.net>
69269      Branch: perl
69270            ! AUTHORS
69271 ____________________________________________________________________________
69272 [ 17828] By: hv                                    on 2002/09/04  11:31:42
69273         Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
69274              From: Michael G Schwern <schwern@pobox.com>
69275              Date: Fri, 30 Aug 2002 03:40:45 -0700
69276              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
69277      Branch: perl
69278            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
69279            ! lib/File/Spec/t/Spec.t
69280 ____________________________________________________________________________
69281 [ 17827] By: hv                                    on 2002/09/04  11:21:57
69282         Log: Subject: [PATCH] OS/400 PASE port
69283              From: Jarkko Hietaniemi <jhi@iki.fi>
69284              Date: Thu, 29 Aug 2002 22:22:51 +0300
69285              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
69286      Branch: perl
69287            + README.os400 hints/os400.sh
69288            ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
69289            ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
69290 ____________________________________________________________________________
69291 [ 17826] By: hv                                    on 2002/09/04  11:10:54
69292         Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
69293              From: "Brendan O'Dea" <bod@debian.org>
69294              Date: Thu, 29 Aug 2002 22:42:39 +1000
69295              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
69296      Branch: perl
69297            ! ext/Sys/Syslog/syslog.t
69298 ____________________________________________________________________________
69299 [ 17825] By: hv                                    on 2002/09/04  10:53:59
69300         Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
69301              From: "John P. Linderman" <jpl@research.att.com>
69302              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
69303              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
69304      Branch: perl
69305            ! ext/IPC/SysV/Semaphore.pm
69306 ____________________________________________________________________________
69307 [ 17824] By: rgs                                   on 2002/09/03  20:02:36
69308         Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
69309              From: Richard Soderberg (via RT) <perlbug@perl.org>
69310              Date: 3 Sep 2002 18:48:54 -0000
69311              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
69312
69313              Subject: [PATCH] A variety of README nitpicks.
69314              From: Richard Soderberg <rs@crystalflame.net>
69315              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
69316              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
69317      Branch: perl
69318            ! README.amiga README.dgux README.dos README.epoc README.hpux
69319            ! README.mint README.netware README.vmesa
69320 ____________________________________________________________________________
69321 [ 17823] By: rgs                                   on 2002/09/03  19:47:05
69322         Log: Fix bug #16828.
69323              Add a few tests to ext/B/t/b.t, make it use Test::More.
69324      Branch: perl
69325            ! ext/B/B.xs ext/B/t/b.t
69326 ____________________________________________________________________________
69327 [ 17822] By: rgs                                   on 2002/09/02  19:29:52
69328         Log: Some simple tests for the POSIX::isXXX() functions.
69329      Branch: perl
69330            ! ext/POSIX/t/posix.t
69331 ____________________________________________________________________________
69332 [ 17821] By: rgs                                   on 2002/08/30  19:56:53
69333         Log: Advertise Linux::Pid.
69334      Branch: perl
69335            ! pod/perlfunc.pod pod/perlvar.pod
69336 ____________________________________________________________________________
69337 [ 17819] By: hv                                    on 2002/08/30  13:42:02
69338         Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
69339              From: John Peacock <jpeacock@rowman.com>
69340              Date: Wed, 28 Aug 2002 22:13:48 -0400
69341              Message-ID: <3D6D835C.50809@rowman.com>
69342      Branch: perl
69343            ! universal.c util.c
69344 ____________________________________________________________________________
69345 [ 17818] By: hv                                    on 2002/08/30  13:16:05
69346         Log: add test related to change #17799:
69347              Subject: Re: if.pm bug.
69348              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
69349              Date: Thu, 29 Aug 2002 19:39:58 +0200
69350              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
69351      Branch: perl
69352            ! lib/if.t
69353 ____________________________________________________________________________
69354 [ 17817] By: hv                                    on 2002/08/30  13:12:20
69355         Log: Subject: [PATCH] AUTHORS
69356              From: "Brendan O'Dea" <bod@debian.org>
69357              Date: Thu, 29 Aug 2002 22:49:34 +1000
69358              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
69359      Branch: perl
69360            ! AUTHORS
69361 ____________________________________________________________________________
69362 [ 17816] By: hv                                    on 2002/08/30  13:10:45
69363         Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
69364              From: "Brendan O'Dea" <bod@debian.org>
69365              Date: Thu, 29 Aug 2002 22:46:47 +1000
69366              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
69367      Branch: perl
69368            ! lib/Term/Cap.pm
69369 ____________________________________________________________________________
69370 [ 17815] By: hv                                    on 2002/08/30  13:02:41
69371         Log: formatting cleanup and:
69372              Subject: Re: perl-5.8.0 on HP porting center
69373              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69374              Date: Thu, 29 Aug 2002 12:23:31 +0200
69375              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
69376      Branch: perl
69377            ! installperl
69378 ____________________________________________________________________________
69379 [ 17814] By: hv                                    on 2002/08/30  12:23:33
69380         Log: Subject: [PATCH] perlmod.pod nit
69381              From: Autrijus Tang <autrijus@autrijus.org>
69382              Date: Thu, 29 Aug 2002 03:49:34 +0800
69383              Message-ID: <20020828194934.GA12244@not.autrijus.org>
69384      Branch: perl
69385            ! pod/perlmod.pod
69386 ____________________________________________________________________________
69387 [ 17813] By: hv                                    on 2002/08/30  12:19:15
69388         Log: Subject: [PATCH] Re: glob names and Regexp type introspection
69389              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69390              Date: Thu, 29 Aug 2002 17:31:31 -0700
69391              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
69392      Branch: perl
69393            ! sv.c t/op/pat.t
69394 ____________________________________________________________________________
69395 [ 17812] By: hv                                    on 2002/08/30  12:06:20
69396         Log: Subject: [PATCH] typos in Hash::Util documentation
69397              From: Slaven Rezic <slaven.rezic@berlin.de>
69398              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
69399              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
69400      Branch: perl
69401            ! lib/Hash/Util.pm
69402 ____________________________________________________________________________
69403 [ 17811] By: hv                                    on 2002/08/30  12:02:59
69404         Log: Subject: Re: Recent changes on the HP porting center
69405              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69406              Date: Wed, 28 Aug 2002 17:39:27 +0200
69407              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
69408      Branch: perl
69409            ! README.hpux
69410 ____________________________________________________________________________
69411 [ 17810] By: hv                                    on 2002/08/30  11:58:18
69412         Log: Subject: [PATCH] Fixes to threads::shared when disabled
69413              From: Michael G Schwern <schwern@pobox.com>
69414              Date: Wed, 28 Aug 2002 06:04:18 -0700
69415              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
69416      Branch: perl
69417            + ext/threads/shared/t/disabled.t
69418            ! MANIFEST ext/threads/shared/shared.pm
69419            ! ext/threads/shared/t/hv_refs.t
69420 ____________________________________________________________________________
69421 [ 17808] By: ams                                   on 2002/08/30  02:59:31
69422         Log: Subject: [PATCH] Tru64 vs Berkeley DB
69423              From: Jarkko Hietaniemi <jhi@iki.fi>
69424              Date: Fri, 30 Aug 2002 06:56:38 +0300
69425              Message-Id: <20020830035638.GB874@lyta.hut.fi>
69426      Branch: perl
69427            ! README.tru64 hints/dec_osf.sh
69428 ____________________________________________________________________________
69429 [ 17807] By: ams                                   on 2002/08/30  02:32:30
69430         Log: Subject: [PATCH] IRIX + INSTALL
69431              From: Jarkko Hietaniemi <jhi@iki.fi>
69432              Date: Fri, 30 Aug 2002 06:31:48 +0300
69433              Message-Id: <20020830033148.GA874@lyta.hut.fi>
69434      Branch: perl
69435            ! INSTALL hints/irix_6.sh
69436 ____________________________________________________________________________
69437 [ 17806] By: hv                                    on 2002/08/29  22:56:45
69438         Log: #17449 failed to apply the actual patch. This is it.
69439      Branch: perl
69440            ! lib/Exporter.pm lib/Exporter/Heavy.pm
69441 ____________________________________________________________________________
69442 [ 17805] By: hv                                    on 2002/08/29  13:49:04
69443         Log: Fix based on:
69444              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
69445              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
69446              Date: 27 Aug 2002 22:10:16 -0000
69447              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
69448      Branch: perl
69449            ! ext/POSIX/POSIX.xs
69450 ____________________________________________________________________________
69451 [ 17804] By: hv                                    on 2002/08/29  13:29:43
69452         Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
69453              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
69454              Date: Tue, 27 Aug 2002 23:36:53 +0200
69455              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
69456      Branch: perl
69457            ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
69458            ! perl.c perlapi.h sv.c
69459 ____________________________________________________________________________
69460 [ 17803] By: ams                                   on 2002/08/29  13:09:47
69461         Log: Subject: [PATCH] AIX compiler setup sanity checking
69462              From: Jarkko Hietaniemi <jhi@iki.fi>
69463              Date: Thu, 29 Aug 2002 16:43:51 +0300
69464              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
69465      Branch: perl
69466            ! hints/aix.sh
69467 ____________________________________________________________________________
69468 [ 17802] By: hv                                    on 2002/08/29  12:32:51
69469         Log: Subject: [perl #16769] Documention bug
69470              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
69471              Date: 26 Aug 2002 10:01:04 -0000
69472              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
69473      Branch: perl
69474            ! pod/perl58delta.pod
69475 ____________________________________________________________________________
69476 [ 17801] By: hv                                    on 2002/08/29  12:19:30
69477         Log: Subject: [PATCH] ExtUtils::Constant 0.14
69478              From: Nicholas Clark <nick@unfortu.net>
69479              Date: Sun, 25 Aug 2002 18:06:00 +0100
69480              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
69481      Branch: perl
69482            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
69483 ____________________________________________________________________________
69484 [ 17800] By: hv                                    on 2002/08/29  12:08:59
69485         Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
69486              From: Mark-Jason Dominus <mjd@plover.com>
69487              Date: Sun, 25 Aug 2002 12:09:53 -0400
69488              Message-ID: <20020825160953.15987.qmail@plover.com>
69489      Branch: perl
69490            ! pod/perlfaq5.pod
69491 ____________________________________________________________________________
69492 [ 17799] By: hv                                    on 2002/08/29  11:48:39
69493         Log: Subject: Re: if.pm bug.
69494              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
69495              Date: Sun, 25 Aug 2002 00:27:59 +0200
69496              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
69497      Branch: perl
69498            ! lib/if.pm
69499 ____________________________________________________________________________
69500 [ 17798] By: hv                                    on 2002/08/29  11:44:00
69501         Log: Subject: [PATCH] posixify getppid on linux-multithread
69502              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
69503              Date: Tue, 6 Aug 2002 21:56:46 +0200
69504              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
69505      Branch: perl
69506            + t/op/getpid.t
69507            ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
69508            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
69509 ____________________________________________________________________________
69510 [ 17797] By: hv                                    on 2002/08/29  10:55:41
69511         Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
69512              From: Mark-Jason Dominus <mjd@plover.com>
69513              Date: Sun, 25 Aug 2002 22:31:54 -0400
69514              Message-ID: <20020826023154.22986.qmail@plover.com>
69515      Branch: perl
69516            ! ext/B/B.pm
69517 ____________________________________________________________________________
69518 [ 17791] By: hv                                    on 2002/08/27  11:28:32
69519         Log: Missing MANIFEST files for #17783.
69520      Branch: perl
69521            ! MANIFEST
69522 ____________________________________________________________________________
69523 [ 17790] By: hv                                    on 2002/08/27  11:22:36
69524         Log: #17783 introduced an outdated test module, causing failure in
69525              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
69526              ExtUtils::MakeMaker.
69527      Branch: perl
69528            ! t/lib/TieOut.pm
69529 ____________________________________________________________________________
69530 [ 17789] By: ams                                   on 2002/08/27  04:04:48
69531         Log: Subject: Patch perlvar.pod
69532              From: mjd@plover.com
69533              Date: 27 Aug 2002 03:03:01 -0000
69534              Message-Id: <20020827030301.32481.qmail@plover.com>
69535      Branch: perl
69536            ! pod/perlvar.pod
69537 ____________________________________________________________________________
69538 [ 17788] By: hv                                    on 2002/08/26  23:59:47
69539         Log: Update Changes
69540      Branch: perl
69541            ! Changes patchlevel.h
69542 ____________________________________________________________________________
69543 [ 17787] By: hv                                    on 2002/08/26  19:22:27
69544         Log: fix for:
69545              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
69546              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
69547              Date: 26 Aug 2002 15:01:36 -0000
69548              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
69549      Branch: perl
69550            ! regexec.c t/op/re_tests
69551 ____________________________________________________________________________
69552 [ 17786] By: hv                                    on 2002/08/26  15:34:25
69553         Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
69554              From: "Sean M. Burke" <sburke@cpan.org>
69555              Date: Mon, 26 Aug 2002 04:38:19 -0600
69556              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
69557      Branch: perl
69558            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
69559            ! lib/Test/t/todo.t
69560 ____________________________________________________________________________
69561 [ 17785] By: hv                                    on 2002/08/26  15:18:41
69562         Log: fix non-ANSI C++-style comment
69563              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
69564              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69565              Date: Mon, 26 Aug 2002 09:15:18 +0200
69566              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
69567      Branch: perl
69568            ! ext/Storable/Storable.xs
69569 ____________________________________________________________________________
69570 [ 17784] By: hv                                    on 2002/08/26  15:15:19
69571         Log: #17780 relies on unixy paths to locate own directory for bignum tests.
69572      Branch: perl
69573            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
69574            ! lib/bignum/t/brinfnan.t
69575 ____________________________________________________________________________
69576 [ 17783] By: hv                                    on 2002/08/26  15:07:21
69577         Log: Subject: [ANNOUNCE] Test::Simple 0.47
69578              From: Michael G Schwern <schwern@pobox.com>
69579              Date: Mon, 26 Aug 2002 04:13:03 -0700
69580              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
69581      Branch: perl
69582            + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
69583            + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
69584            + lib/Test/Simple/t/ok_obj.t
69585            + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
69586            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
69587            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
69588            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
69589            ! lib/Test/Tutorial.pod t/lib/TieOut.pm
69590 ____________________________________________________________________________
69591 [ 17782] By: hv                                    on 2002/08/26  15:00:55
69592         Log: new test for change #17773
69593              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
69594              From: DH <crazyinsomniac@yahoo.com>
69595              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
69596              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
69597      Branch: perl
69598            ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
69599 ____________________________________________________________________________
69600 [ 17781] By: hv                                    on 2002/08/26  14:48:35
69601         Log: #17775 changed reentr.c instead of reentr.pl, which generates it
69602      Branch: perl
69603            ! reentr.pl
69604 ____________________________________________________________________________
69605 [ 17780] By: hv                                    on 2002/08/25  19:03:50
69606         Log: fix bignum test failures
69607      Branch: perl
69608            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
69609            ! lib/bignum/t/brinfnan.t
69610 ____________________________________________________________________________
69611 [ 17779] By: hv                                    on 2002/08/25  18:56:29
69612         Log: upgrade bignum to v0.13: fix test failures and update docs
69613      Branch: perl
69614            ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
69615 ____________________________________________________________________________
69616 [ 17778] By: hv                                    on 2002/08/25  18:43:06
69617         Log: Subject: Encode 1.76 Released
69618              From: Dan Kogai <dankogai@dan.co.jp>
69619              Date: su elo 25, 2002  11:27:07 US/Eastern
69620              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
69621      Branch: perl
69622            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
69623            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
69624            ! ext/Encode/lib/Encode/MIME/Header.pm
69625            ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
69626 ____________________________________________________________________________
69627 [ 17777] By: rgs                                   on 2002/08/25  18:42:46
69628         Log: Fix parsing problems with the // operator.
69629              Make // able to follow various unary operators used without
69630              arguments or parens (shift, pop, getc, pos, readline,
69631              readlink, undef, umask, and the filetest operators), as
69632              well as the <FH> operator.
69633      Branch: perl
69634            ! perl.h t/op/dor.t toke.c
69635 ____________________________________________________________________________
69636 [ 17776] By: hv                                    on 2002/08/25  15:56:37
69637         Log: Subject: [PATCH] ExtUtils::Constant 0.13
69638              From: Nicholas Clark <nick@unfortu.net>
69639              Date: Fri, 23 Aug 2002 19:21:12 +0100
69640              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
69641      Branch: perl
69642            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
69643 ____________________________________________________________________________
69644 [ 17775] By: hv                                    on 2002/08/25  15:46:28
69645         Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
69646              From: "mls@suse.de (via RT)" <perlbug@perl.org>
69647              Date: 23 Aug 2002 15:24:39 -0000
69648              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
69649      Branch: perl
69650            ! reentr.c
69651 ____________________________________________________________________________
69652 [ 17774] By: hv                                    on 2002/08/25  15:29:42
69653         Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
69654              From: Abigail <abigail@foad.org>
69655              Date: Thu, 22 Aug 2002 04:10:39 -0700
69656              Message-ID: <20020822041039.A2089@ucan.foad.org>
69657      Branch: perl
69658            ! lib/Benchmark.pm lib/Benchmark.t
69659 ____________________________________________________________________________
69660 [ 17773] By: hv                                    on 2002/08/25  15:17:16
69661         Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
69662              From: DH <crazyinsomniac@yahoo.com>
69663              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
69664              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
69665      Branch: perl
69666            ! lib/Pod/Html.pm
69667 ____________________________________________________________________________
69668 [ 17772] By: hv                                    on 2002/08/25  14:49:37
69669         Log: Subject: Re: p5p patches
69670              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69671              Date: Fri, 23 Aug 2002 15:27:48 +0200
69672              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
69673      Branch: perl
69674            ! Porting/patching.pod
69675 ____________________________________________________________________________
69676 [ 17771] By: hv                                    on 2002/08/25  14:45:46
69677         Log: Subject: Newdated info for HP-UX
69678              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69679              Date: Wed, 21 Aug 2002 20:20:17 +0200
69680              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
69681      Branch: perl
69682            ! README.hpux
69683 ____________________________________________________________________________
69684 [ 17770] By: hv                                    on 2002/08/25  14:26:36
69685         Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
69686              From: "Jos I. Boumans" <kane@cpan.org>
69687              Date: Wed, 21 Aug 2002 14:55:51 +0200
69688              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
69689      Branch: perl
69690            ! pod/perlfaq1.pod
69691 ____________________________________________________________________________
69692 [ 17769] By: hv                                    on 2002/08/25  14:16:50
69693         Log: Subject: bit more for WinCE
69694              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
69695              Date: Wed, 21 Aug 2002 01:31:52 +0400
69696              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
69697      Branch: perl
69698            ! wince/Makefile.ce wince/compile.bat wince/win32io.c
69699            ! wince/wince.c
69700 ____________________________________________________________________________
69701 [ 17768] By: hv                                    on 2002/08/25  14:02:47
69702         Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
69703              From: Anton Berezin <tobez@tobez.org>
69704              Date: Tue, 20 Aug 2002 23:44:25 +0200
69705              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
69706      Branch: perl
69707            ! lib/lib.t lib/lib_pm.PL
69708 ____________________________________________________________________________
69709 [ 17767] By: hv                                    on 2002/08/25  13:52:08
69710         Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
69711              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
69712              Date: 18 Aug 2002 13:27:12 -0000
69713              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
69714      Branch: perl
69715            ! utils/perldoc.PL
69716 ____________________________________________________________________________
69717 [ 17766] By: rgs                                   on 2002/08/24  20:33:05
69718         Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
69719              From: Peter BARABAS (via RT) <perlbug@perl.org>
69720              Date: 24 Aug 2002 08:16:19 -0000
69721              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
69722      Branch: perl
69723            ! pod/perlxstut.pod
69724 ____________________________________________________________________________
69725 [ 17765] By: rgs                                   on 2002/08/24  19:03:52
69726         Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
69727              From: Nicholas Clark <nick@unfortu.net>
69728              Date: Sat, 24 Aug 2002 17:01:08 +0100
69729              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
69730              (plus a typo fix)
69731      Branch: perl
69732            ! lib/Net/t/hostname.t
69733 ____________________________________________________________________________
69734 [ 17764] By: rgs                                   on 2002/08/24  12:29:27
69735         Log: a2p wasn't installed with -Dversiononly
69736      Branch: perl
69737            ! installperl
69738 ____________________________________________________________________________
69739 [ 17763] By: hv                                    on 2002/08/23  12:23:31
69740         Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
69741              with a NULL subaddr. Fix that, and stop it happening again.
69742      Branch: perl
69743            ! op.c universal.c
69744 ____________________________________________________________________________
69745 [ 17762] By: hv                                    on 2002/08/23  11:02:35
69746         Log: fixup threaded build for vstring changes
69747      Branch: perl
69748            ! universal.c util.c
69749 ____________________________________________________________________________
69750 [ 17761] By: ams                                   on 2002/08/23  02:54:09
69751         Log: Incorporate fix from JHI at:
69752              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
69753      Branch: perl
69754            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
69755 ____________________________________________________________________________
69756 [ 17760] By: ams                                   on 2002/08/23  01:30:46
69757         Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
69758              From: Jarkko Hietaniemi <jhi@iki.fi>
69759              Date: Fri, 23 Aug 2002 05:29:09 +0300
69760              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
69761      Branch: perl
69762            ! ext/Devel/PPPort/PPPort.pm
69763 ____________________________________________________________________________
69764 [ 17759] By: ams                                   on 2002/08/23  01:27:23
69765         Log: Subject: [PATCH] x2p/str.c signedness nits
69766              From: Jarkko Hietaniemi <jhi@iki.fi>
69767              Date: Fri, 23 Aug 2002 02:43:30 +0300
69768              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
69769      Branch: perl
69770            ! x2p/str.c
69771 ____________________________________________________________________________
69772 [ 17758] By: hv                                    on 2002/08/22  22:29:45
69773         Log: bignum-0.12 updates from:
69774              Subject: [ANNOUCNE] Big Math::Big* update
69775              From: Tels <perl_dummy@bloodgate.com>
69776              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
69777              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
69778      Branch: perl
69779            + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
69780            + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
69781            + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
69782            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
69783            ! lib/bigrat.pm
69784 ____________________________________________________________________________
69785 [ 17757] By: hv                                    on 2002/08/22  22:19:42
69786         Log: new file for #17756
69787      Branch: perl
69788            ! MANIFEST
69789 ____________________________________________________________________________
69790 [ 17756] By: hv                                    on 2002/08/22  22:16:41
69791         Log: Subject: ANNOUCNE: Math::BigRat v0.09
69792              From: Tels <perl_dummy@bloodgate.com>
69793              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
69794              Message-Id: <200208141812.g7EICrV23771@crypt.org>
69795      Branch: perl
69796            + lib/Math/BigRat/t/big_ap.t
69797            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
69798            ! lib/Math/BigRat/t/bigratpm.inc
69799 ____________________________________________________________________________
69800 [ 17755] By: hv                                    on 2002/08/22  19:44:03
69801         Log: new files from #17754
69802      Branch: perl
69803            + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
69804 ____________________________________________________________________________
69805 [ 17754] By: hv                                    on 2002/08/22  19:42:58
69806         Log: Subject: ANNOUNCE: Math-BigInt v1.62
69807              From: Tels <perl_dummy@bloodgate.com>
69808              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
69809              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
69810      Branch: perl
69811            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
69812            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
69813            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
69814            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
69815            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
69816            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
69817            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
69818            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
69819            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
69820            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
69821            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
69822 ____________________________________________________________________________
69823 [ 17753] By: hv                                    on 2002/08/22  12:05:57
69824         Log: Subject: podlators 1.24 released
69825              From: Russ Allbery <rra@stanford.edu>
69826              Date: Sat, 03 Aug 2002 20:56:42 -0700
69827              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
69828      Branch: perl
69829            + lib/Pod/t/text-options.t
69830            ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
69831            ! lib/Pod/t/basic.t pod/pod2text.PL
69832 ____________________________________________________________________________
69833 [ 17752] By: hv                                    on 2002/08/22  11:13:17
69834         Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
69835              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
69836              Date: Fri, 26 Jul 2002 02:59:12 +0900
69837              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
69838      Branch: perl
69839            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
69840            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
69841            ! lib/Unicode/Collate/t/test.t
69842 ____________________________________________________________________________
69843 [ 17751] By: hv                                    on 2002/08/22  11:08:35
69844         Log: fix test failure from #17747
69845      Branch: perl
69846            ! ext/B/t/stash.t
69847 ____________________________________________________________________________
69848 [ 17750] By: hv                                    on 2002/08/22  10:46:19
69849         Log: Subject: [PATCH] Fix DBM filters
69850              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
69851              Date: Wed, 21 Aug 2002 11:40:49 +0100
69852              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
69853      Branch: perl
69854            ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
69855            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
69856            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
69857            ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
69858            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
69859            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
69860            ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
69861 ____________________________________________________________________________
69862 [ 17749] By: hv                                    on 2002/08/22  01:04:32
69863         Log: avoid use of %caller::EXPORT
69864              Subject: [PATCH] Re: question about Exporter::import
69865              From: Nicholas Clark <nick@unfortu.net>
69866              Date: Wed, 14 Aug 2002 21:33:12 +0100
69867              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
69868      Branch: perl
69869            ! lib/Exporter.pm lib/Exporter/Heavy.pm
69870 ____________________________________________________________________________
69871 [ 17748] By: hv                                    on 2002/08/22  00:54:03
69872         Log: todo test for linux $0 modification
69873              Subject: Re: [perl #16206] $0 in 5.8
69874              From: Slaven Rezic <slaven.rezic@berlin.de>
69875              Date: 17 Aug 2002 21:32:37 +0200
69876              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
69877      Branch: perl
69878            ! t/op/magic.t
69879 ____________________________________________________________________________
69880 [ 17747] By: hv                                    on 2002/08/22  00:11:34
69881         Log: Subject: Re: [PATCH] Version object patch #1
69882              From: John Peacock <jpeacock@rowman.com>
69883              Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
69884              Message-id: <3D630042.6020407@rowman.com>
69885
69886              Subject: Re: [REVISED PATCH] Magic v-strings
69887              From: John Peacock <jpeacock@rowman.com>
69888              Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
69889              Message-id: <3D63E532.7020305@rowman.com>
69890      Branch: perl
69891            ! sv.c t/op/ver.t universal.c util.c
69892 ____________________________________________________________________________
69893 [ 17746] By: hv                                    on 2002/08/20  16:48:05
69894         Log: Subject: [PATCH] Version object patch #1
69895              From: John Peacock <jpeacock@rowman.com>
69896              Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
69897              Message-id: <3D5BB55D.6090603@rowman.com>
69898              and Message-id: <3D627D1A.4050607@rowman.com>
69899              and t/lib/warnings/universal tweak to skip
69900      Branch: perl
69901            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
69902            ! t/lib/warnings/universal toke.c util.c
69903 ____________________________________________________________________________
69904 [ 17745] By: hv                                    on 2002/08/20  16:27:01
69905         Log: perldelta for #17727
69906      Branch: perl
69907            ! pod/perldelta.pod
69908 ____________________________________________________________________________
69909 [ 17744] By: hv                                    on 2002/08/20  15:34:36
69910         Log: Subject: typo in perfunc.pod
69911              From: "John P. Linderman" <jpl@research.att.com>
69912              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
69913              Message-id: <200208191245.IAA20072@raptor.research.att.com>
69914      Branch: perl
69915            ! pod/perlfunc.pod
69916 ____________________________________________________________________________
69917 [ 17743] By: hv                                    on 2002/08/20  15:31:40
69918         Log: Subject: Re: [PATCH] fix typos in perlpacktut
69919              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
69920              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
69921              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
69922      Branch: perl
69923            ! pod/perlpacktut.pod
69924 ____________________________________________________________________________
69925 [ 17742] By: hv                                    on 2002/08/20  14:51:16
69926         Log: Subject: [REVISED PATCH] Magic v-strings
69927              From: John Peacock <jpeacock@rowman.com>
69928              Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
69929              Message-id: <3D556FE6.6000404@rowman.com>
69930              plus a bit of cleanup
69931      Branch: perl
69932            ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
69933 ____________________________________________________________________________
69934 [ 17741] By: hv                                    on 2002/08/20  14:20:16
69935         Log: Subject: Re: [PATCH] Storable and CODE references
69936              From: Slaven Rezic <slaven.rezic@berlin.de>
69937              Date: 17 Aug 2002 21:58:03 +0200
69938              Message-id: <87bs812r78.fsf@vran.herceg.de>
69939      Branch: perl
69940            + ext/Storable/t/code.t
69941            ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
69942            ! ext/Storable/t/malice.t
69943 ____________________________________________________________________________
69944 [ 17740] By: hv                                    on 2002/08/20  14:07:56
69945         Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
69946              Handle CoW in hashes:
69947              Subject: Re: why would tr/// be performing hash copies?
69948              From: Nicholas Clark <nick@unfortu.net>
69949              Date: Sun, 18 Aug 2002 23:17:01 +0100
69950              Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
69951      Branch: perl
69952            ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
69953 ____________________________________________________________________________
69954 [ 17739] By: hv                                    on 2002/08/20  13:52:18
69955         Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
69956              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69957              Date: Tue, 23 Jul 2002 09:21:10 +0200
69958              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
69959      Branch: perl
69960            ! Configure
69961 ____________________________________________________________________________
69962 [ 17737] By: ams                                   on 2002/08/19  07:48:39
69963         Log: Effect a speedy recovery from POD affected by (ahem, Australian)
69964              negligence.
69965      Branch: perl
69966            ! pod/perlrun.pod
69967 ____________________________________________________________________________
69968 [ 17736] By: hv                                    on 2002/08/18  18:27:28
69969         Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
69970              From: Dave Mitchell <davem@fdgroup.com>
69971              Date: Fri, 16 Aug 2002 23:31:07 +0100
69972              Message-id: <20020816233107.E9388@fdgroup.com>
69973      Branch: perl
69974            ! numeric.c t/base/num.t
69975 ____________________________________________________________________________
69976 [ 17735] By: hv                                    on 2002/08/18  02:22:21
69977         Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
69978              From: Mark-Jason Dominus <mjd@plover.com>
69979              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
69980              Message-id: <20020814011909.22744.qmail@plover.com>
69981      Branch: perl
69982            ! lib/Net/hostent.pm
69983 ____________________________________________________________________________
69984 [ 17734] By: hv                                    on 2002/08/18  02:20:05
69985         Log: Subject: [PATCH] Re: Pod::Functions tpyo
69986              From: Abe Timmerman <abe@ztreet.demon.nl>
69987              Date: Tue, 13 Aug 2002 23:47:00 +0200
69988              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
69989      Branch: perl
69990            ! lib/Pod/Functions.pm
69991 ____________________________________________________________________________
69992 [ 17733] By: hv                                    on 2002/08/18  02:17:18
69993         Log: Subject: Server rename revisited
69994              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69995              Date: Tue, 13 Aug 2002 19:19:03 +0200
69996              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
69997      Branch: perl
69998            ! README.hpux
69999 ____________________________________________________________________________
70000 [ 17732] By: hv                                    on 2002/08/18  02:11:49
70001         Log: Subject: [PATCH] Remove old VOS build methods
70002              From: Paul_GreenVOS@vos.stratus.com
70003              Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
70004              Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
70005      Branch: perl
70006            - vos/Makefile vos/build.cm vos/compile_perl.cm
70007            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
70008            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
70009            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
70010            - vos/vos_dummies.c
70011            ! MANIFEST README.vos pod/perlport.pod vos/Changes
70012 ____________________________________________________________________________
70013 [ 17731] By: hv                                    on 2002/08/18  01:57:12
70014         Log: Subject: [PATCH] Configure missing d_modflproto=''
70015              From: "Gerrit P. Haase" <gp@familiehaase.de>
70016              Date: Tue, 13 Aug 2002 15:11:05 +0200
70017              Message-id: <11417599086.20020813151105@familiehaase.de>
70018      Branch: perl
70019            ! Configure
70020 ____________________________________________________________________________
70021 [ 17730] By: hv                                    on 2002/08/18  01:41:33
70022         Log: missing chunk from #17725 causes lib/constant.t test failures
70023      Branch: perl
70024            ! lib/constant.t
70025 ____________________________________________________________________________
70026 [ 17729] By: hv                                    on 2002/08/17  02:33:15
70027         Log: Subject: [PATCH] Safe.pm documentation
70028              From: Slaven Rezic <slaven.rezic@berlin.de>
70029              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
70030              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
70031      Branch: perl
70032            ! ext/Opcode/Safe.pm pod/perlre.pod
70033 ____________________________________________________________________________
70034 [ 17728] By: hv                                    on 2002/08/17  02:07:24
70035         Log: Subject: Copy On Write
70036              From: Nicholas Clark <nick@ccl4.org>
70037              Date: Thu, 15 Aug 2002 00:10:35 +0100
70038              Message-id: <20020815001035.A69079@plum.flirble.org>
70039              specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
70040      Branch: perl
70041            ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
70042            ! pp_hot.c proto.h sv.c sv.h
70043 ____________________________________________________________________________
70044 [ 17727] By: hv                                    on 2002/08/17  01:20:05
70045         Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
70046              From: Mark-Jason Dominus <mjd@plover.com>
70047              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
70048              Message-id: <20020415033855.6343.qmail@plover.com>
70049      Branch: perl
70050            ! av.c av.h pod/perltie.pod t/op/tiearray.t
70051 ____________________________________________________________________________
70052 [ 17726] By: hv                                    on 2002/08/17  01:17:09
70053         Log: pp.c warns that sv may be used uninitialised in pp_delete()
70054      Branch: perl
70055            ! pp.c
70056 ____________________________________________________________________________
70057 [ 17725] By: hv                                    on 2002/08/17  00:51:19
70058         Log: Subject: [PATCH] Remove pseudo-hashes (complete)
70059              From: Michael G Schwern <schwern@pobox.com>
70060              Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
70061              Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
70062      Branch: perl
70063            ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
70064            ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
70065            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
70066            ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
70067 ____________________________________________________________________________
70068 [ 17724] By: hv                                    on 2002/08/17  00:27:33
70069         Log: ext/B/defsubs.h also depends on the program that builds it
70070      Branch: perl
70071            ! ext/B/Makefile.PL
70072 ____________________________________________________________________________
70073 [ 17723] By: hv                                    on 2002/08/17  00:10:24
70074         Log: Subject: Re: deb.c compile time error (patchlevel 17721)
70075              From: Dave Mitchell <davem@fdgroup.com>
70076              Date: Tue, 13 Aug 2002 14:42:15 +0100
70077              Message-ID: <20020813144215.G11939@fdgroup.com>
70078      Branch: perl
70079            ! embed.fnc embed.h global.sym proto.h
70080 ____________________________________________________________________________
70081 [ 17722] By: ams                                   on 2002/08/16  05:20:22
70082         Log: Subject: Minor perlrun.pod patch
70083              From: Iain Truskett <spoon@cpan.org>
70084              Date: Fri, 16 Aug 2002 16:20:27 +1000
70085              Message-Id: <20020816162027.D17196@eh.org>
70086      Branch: perl
70087            ! pod/perlrun.pod
70088 ____________________________________________________________________________
70089 [ 17721] By: hv                                    on 2002/08/12  12:17:19
70090         Log: #17717 needed tests fixing up
70091      Branch: perl
70092            ! t/op/chop.t
70093 ____________________________________________________________________________
70094 [ 17720] By: hv                                    on 2002/08/12  12:10:07
70095         Log: Subject: Re: [PATCH] Re: taint news
70096              From: Rick Delaney <rick.delaney@rogers.com>
70097              Date: 04 Aug 2002 00:28:58 EDT
70098              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
70099              missed patch fragment from Change #17676
70100      Branch: perl
70101            ! pod/perlsec.pod
70102 ____________________________________________________________________________
70103 [ 17719] By: hv                                    on 2002/08/12  12:03:53
70104         Log: Subject: [perl #15987] Tests fail when sources are under CVS control
70105              From: Warren Jones (via RT) <perlbug@perl.org>
70106              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
70107              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
70108      Branch: perl
70109            ! lib/strict.t lib/warnings.t
70110 ____________________________________________________________________________
70111 [ 17718] By: hv                                    on 2002/08/12  11:57:17
70112         Log: Subject: [PATCH] add verbose stack display option, -Dvs
70113              From: Dave Mitchell <davem@fdgroup.com>
70114              Date: Mon, 5 Aug 2002 00:55:33 +0100
70115              Message-id: <20020805005533.B26111@fdgroup.com>
70116      Branch: perl
70117            ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
70118            ! pod/perlrun.pod proto.h
70119 ____________________________________________________________________________
70120 [ 17717] By: hv                                    on 2002/08/12  11:44:06
70121         Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
70122              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
70123              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
70124              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
70125      Branch: perl
70126            ! op.c t/op/chop.t t/op/ref.t
70127 ____________________________________________________________________________
70128 [ 17716] By: hv                                    on 2002/08/12  11:29:53
70129         Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
70130              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
70131              Date: Sat, 13 Jul 2002 17:44:02 +0100
70132              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
70133      Branch: perl
70134            ! pp_hot.c t/op/tiehandle.t
70135 ____________________________________________________________________________
70136 [ 17715] By: hv                                    on 2002/08/12  11:28:26
70137         Log: Subject: [PATCH] better modfl detection
70138              From: Nicholas Clark <nick@unfortu.net>
70139              Date: Sun, 11 Aug 2002 20:05:49 +0100
70140              Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
70141      Branch: perl
70142            ! Configure config_h.SH perl.h
70143 ____________________________________________________________________________
70144 [ 17714] By: hv                                    on 2002/08/12  11:26:23
70145         Log: Subject: [PATCH] perltodo.pod
70146              From: Richard.Foley@t-online.de
70147              Date: Sun, 11 Aug 2002 18:26:10 +0200
70148              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
70149              perlbug credits
70150      Branch: perl
70151            ! pod/perltodo.pod
70152 ____________________________________________________________________________
70153 [ 17713] By: hv                                    on 2002/08/12  11:24:44
70154         Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
70155              From: Nicholas Clark <nick@unfortu.net>
70156              Date: Sun, 11 Aug 2002 16:59:16 +0100
70157              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
70158      Branch: perl
70159            ! gv.c
70160 ____________________________________________________________________________
70161 [ 17712] By: hv                                    on 2002/08/12  11:23:06
70162         Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
70163              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70164              Date: Mon, 12 Aug 2002 10:25:20 +0200
70165              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
70166              gcc bug test needs -lm
70167      Branch: perl
70168            ! hints/hpux.sh
70169 ____________________________________________________________________________
70170 [ 17711] By: hv                                    on 2002/08/12  11:20:49
70171         Log: Subject: [PATCH s2p] Small typo correction
70172              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
70173              Date: Wed, 7 Aug 2002 11:50:51 +0200
70174              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
70175      Branch: perl
70176            ! x2p/s2p.PL
70177 ____________________________________________________________________________
70178 [ 17710] By: hv                                    on 2002/08/12  11:17:21
70179         Log: Subject: [PATCH] pod/perlfaq4.pod
70180              From: Abigail <abigail@foad.org>
70181              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
70182              Message-id: <20020730095202.A6462@ucan.foad.org>
70183              Add references to Regexp::Common.
70184      Branch: perl
70185            ! pod/perlfaq4.pod
70186 ____________________________________________________________________________
70187 [ 17707] By: rgs                                   on 2002/08/09  21:23:20
70188         Log: Subject: New HP-UX itanium servers
70189              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70190              Date: Wed, 07 Aug 2002 13:25:57 +0200
70191              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
70192      Branch: perl
70193            ! README.hpux
70194 ____________________________________________________________________________
70195 [ 17706] By: rgs                                   on 2002/08/09  21:00:41
70196         Log: Subject: Re: missing lower range in {} regex
70197              From: "John P. Linderman" <jpl@research.att.com>
70198              Date: Fri, 09 Aug 2002 12:48:55 -0400
70199              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
70200      Branch: perl
70201            ! pod/perlre.pod
70202 ____________________________________________________________________________
70203 [ 17705] By: rgs                                   on 2002/08/08  20:57:59
70204         Log: More tests for the attribute syntax, from the
70205              attributes manpage.
70206      Branch: perl
70207            ! t/op/attrs.t
70208 ____________________________________________________________________________
70209 [ 17704] By: rgs                                   on 2002/08/08  19:47:44
70210         Log: Fix bug #16080 : an attribute list should end at '}'
70211      Branch: perl
70212            ! t/op/attrs.t toke.c
70213 ____________________________________________________________________________
70214 [ 17703] By: hv                                    on 2002/08/08  15:30:12
70215         Log: Update Changes
70216      Branch: perl
70217            ! Changes patchlevel.h
70218 ____________________________________________________________________________
70219 [ 17702] By: hv                                    on 2002/08/08  15:08:57
70220         Log: Subject: Re: README.aix
70221              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70222              Date: Tue, 30 Jul 2002 13:30:29 +0200
70223              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
70224      Branch: perl
70225            ! README.aix
70226 ____________________________________________________________________________
70227 [ 17701] By: hv                                    on 2002/08/08  15:06:01
70228         Log: Subject: [PATCH] Re: pp_sys.c compile failed..
70229              From: Andy Dougherty <doughera@lafayette.edu>
70230              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
70231              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
70232      Branch: perl
70233            ! hints/aix.sh
70234 ____________________________________________________________________________
70235 [ 17700] By: hv                                    on 2002/08/08  15:02:57
70236         Log: Subject: [DOC PATCH] perlipc.pod
70237              From: Arjen Laarhoven <arjen@nl.demon.net>
70238              Date: Tue, 6 Aug 2002 14:16:01 +0200
70239              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
70240      Branch: perl
70241            ! pod/perlipc.pod
70242 ____________________________________________________________________________
70243 [ 17699] By: hv                                    on 2002/08/08  14:56:56
70244         Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
70245              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
70246              Date: Fri, 2 Aug 2002 23:44:21 +0200
70247              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
70248      Branch: perl
70249            ! op.c t/op/attrs.t
70250 ____________________________________________________________________________
70251 [ 17698] By: hv                                    on 2002/08/08  14:52:45
70252         Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
70253              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
70254              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
70255              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
70256      Branch: perl
70257            ! Configure
70258 ____________________________________________________________________________
70259 [ 17697] By: hv                                    on 2002/08/08  14:49:00
70260         Log: Subject: Doc patch for Class::Struct under 5.8.0
70261              From: Damian Conway <damian@conway.org>
70262              Date: Tue, 30 Jul 2002 23:03:14 +1000
70263              Message-id: <3D471FCF.1C7C6E6B@conway.org>
70264      Branch: perl
70265            ! lib/Class/Struct.pm
70266 ____________________________________________________________________________
70267 [ 17696] By: hv                                    on 2002/08/08  14:44:21
70268         Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
70269              From: Slaven Rezic <slaven.rezic@berlin.de>
70270              Date: 31 Jul 2002 09:50:06 +0200
70271              Message-id: <87ado85ob5.fsf@vran.herceg.de>
70272      Branch: perl
70273            ! pp.c
70274 ____________________________________________________________________________
70275 [ 17695] By: hv                                    on 2002/08/08  14:40:41
70276         Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
70277              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
70278              Date: Fri, 2 Aug 2002 00:13:10 +0200
70279              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
70280      Branch: perl
70281            + t/op/stash.t
70282            ! MANIFEST perl.h
70283 ____________________________________________________________________________
70284 [ 17694] By: hv                                    on 2002/08/08  14:31:55
70285         Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
70286              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70287              Date: Wed, 31 Jul 2002 16:04:02 +0200
70288              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
70289      Branch: perl
70290            ! hints/hpux.sh
70291 ____________________________________________________________________________
70292 [ 17693] By: hv                                    on 2002/08/08  14:25:16
70293         Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
70294              From: Abigail <abigail@foad.org>
70295              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
70296              Message-id: <20020725085252.A2703@ucan.foad.org>
70297      Branch: perl
70298            ! lib/ExtUtils/MM_Unix.pm
70299 ____________________________________________________________________________
70300 [ 17692] By: hv                                    on 2002/08/08  14:20:05
70301         Log: Subject: [PATCH] README.jp and README.cn
70302              From: Autrijus Tang <autrijus@autrijus.org>
70303              Date: Thu, 25 Jul 2002 07:05:11 +0800
70304              Message-id: <20020724230511.GA1327@not.autrijus.org>
70305      Branch: perl
70306            ! README.cn README.jp
70307 ____________________________________________________________________________
70308 [ 17691] By: hv                                    on 2002/08/08  14:01:50
70309         Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
70310              From: Henrik Tougaard (via RT) <perlbug@perl.org>
70311              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
70312              Message-id: <rt-15398-31095.6.30466042998663@perl>
70313      Branch: perl
70314            ! lib/Pod/Usage.pm
70315 ____________________________________________________________________________
70316 [ 17690] By: rgs                                   on 2002/08/07  19:56:42
70317         Log: Doc fix : the symbol for COPs wasn't documented.
70318      Branch: perl
70319            ! opcode.pl
70320 ____________________________________________________________________________
70321 [ 17689] By: rgs                                   on 2002/08/06  20:45:30
70322         Log: Subject: Re: no warnings 'io';
70323              From: Nicholas Clark <nick@unfortu.net>
70324              Date: Sat, 27 Jul 2002 21:49:55 +0100
70325              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
70326
70327              Plus a little bit of regression tests.
70328      Branch: perl
70329            ! t/lib/warnings/pp_hot util.c
70330 ____________________________________________________________________________
70331 [ 17688] By: rgs                                   on 2002/08/06  20:04:19
70332         Log: Subject: [PATCH] XS build fix for VMS
70333              From: "Craig A. Berry" <craigberry@mac.com>
70334              Date: Sun, 4 Aug 2002 12:13:06 -0500
70335              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
70336      Branch: perl
70337            ! vms/descrip_mms.template
70338 ____________________________________________________________________________
70339 [ 17687] By: rgs                                   on 2002/08/06  19:50:12
70340         Log: PerlIO::scalar wasn't able to read from non-string
70341              scalar ; now stringifies its argument.
70342      Branch: perl
70343            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
70344 ____________________________________________________________________________
70345 [ 17686] By: rgs                                   on 2002/08/06  19:10:51
70346         Log: More regression tests for $^H and %^H.
70347              Add a TODO test for eval "" preserving %^H.
70348      Branch: perl
70349            ! t/comp/hints.t
70350 ____________________________________________________________________________
70351 [ 17685] By: hv                                    on 2002/08/05  22:42:09
70352         Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
70353              From: "John P. Linderman" <jpl@research.att.com>
70354              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
70355              Message-id: <200207211613.MAA69505@raptor.research.att.com>
70356      Branch: perl
70357            ! lib/sort.pm lib/sort.t
70358 ____________________________________________________________________________
70359 [ 17684] By: hv                                    on 2002/08/05  22:35:22
70360         Log: Integrate from perlio: change #17653 fixes bug RT15283
70361      Branch: perl
70362           !> ext/PerlIO/via/via.xs
70363 ____________________________________________________________________________
70364 [ 17683] By: hv                                    on 2002/08/05  22:26:45
70365         Log: Integrate from maint-5.6/macperl via macperl
70366              Changes 17660, 17661, 17662, 17663, 17664
70367      Branch: perl
70368           !> perl.c
70369 ____________________________________________________________________________
70370 [ 17682] By: hv                                    on 2002/08/05  15:04:54
70371         Log: Subject: Defined-or patch (cleaned up)
70372              From: "Brent Dax" <brentdax@cpan.org>
70373              Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
70374              Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
70375      Branch: perl
70376            + t/op/dor.t
70377            ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
70378            ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
70379            ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
70380            ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
70381            ! vms/perly_h.vms
70382 ____________________________________________________________________________
70383 [ 17681] By: hv                                    on 2002/08/05  14:41:23
70384         Log: typo
70385      Branch: perl
70386            ! keywords.h keywords.pl
70387 ____________________________________________________________________________
70388 [ 17680] By: hv                                    on 2002/08/05  14:33:39
70389         Log: warn that keywords.h is generated
70390      Branch: perl
70391            ! keywords.h keywords.pl
70392 ____________________________________________________________________________
70393 [ 17679] By: hv                                    on 2002/08/04  23:40:22
70394         Log: again: #17678 caused test failures in pod2html,
70395              in which $1 could leak from previous regexp
70396      Branch: perl
70397            ! mg.c
70398 ____________________________________________________________________________
70399 [ 17678] By: hv                                    on 2002/08/04  15:34:19
70400         Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
70401              From: hv@crypt.org
70402              Date: Sun, 04 Aug 2002 17:40:30 +0100
70403              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
70404      Branch: perl
70405            ! mg.c t/op/taint.t
70406 ____________________________________________________________________________
70407 [ 17677] By: hv                                    on 2002/08/04  15:25:25
70408         Log: Main branch no longer needs op/taint.t version check.
70409      Branch: perl
70410            ! t/op/taint.t
70411 ____________________________________________________________________________
70412 [ 17676] By: hv                                    on 2002/08/04  15:14:09
70413         Log: Subject: Re: [PATCH] Re: taint news
70414              From: Rick Delaney <rick.delaney@rogers.com>
70415              Date: 04 Aug 2002 00:28:58 EDT
70416              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
70417              Ref: 20020208.005
70418      Branch: perl
70419            ! pp_sys.c
70420 ____________________________________________________________________________
70421 [ 17675] By: hv                                    on 2002/08/04  01:48:36
70422         Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
70423      Branch: perl
70424            ! AUTHORS
70425 ____________________________________________________________________________
70426 [ 17674] By: hv                                    on 2002/08/04  01:30:11
70427         Log: Subject: [PATCH] AUTHORS
70428              From: Colin Watson <colinw@zeus.com>
70429              Date: Thu, 25 Jul 2002 15:54:37 +0100
70430              Message-id: <20020725145437.GC4921@zeus.com>
70431      Branch: perl
70432            ! AUTHORS
70433 ____________________________________________________________________________
70434 [ 17673] By: hv                                    on 2002/08/04  01:27:36
70435         Log: Subject: [PATCH] AUTHORS
70436              From: Walt Mankowski <waltman@pobox.com>
70437              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
70438              Message-id: <20020721025612.GB15958@pobox.com>
70439      Branch: perl
70440            ! AUTHORS
70441 ____________________________________________________________________________
70442 [ 17672] By: hv                                    on 2002/08/04  01:25:14
70443         Log: Subject: Re: mention of "use sort" botched in perlfunc?
70444              From: Michael G Schwern <schwern@pobox.com>
70445              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
70446              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
70447      Branch: perl
70448            ! pod/perlfunc.pod
70449 ____________________________________________________________________________
70450 [ 17671] By: hv                                    on 2002/08/04  01:11:32
70451         Log: Change version from 5.8.0 to 5.9.0.
70452      Branch: perl
70453            ! Configure NetWare/Makefile NetWare/config_H.wc
70454            ! Porting/config.sh Porting/config_H README.win32 config_h.SH
70455            ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
70456            ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
70457            ! patchlevel.h win32/Makefile win32/makefile.mk
70458            ! wince/Makefile.ce
70459 ____________________________________________________________________________
70460 [ 17656] By: ams                                   on 2002/07/28  06:12:33
70461         Log: Subject: [PATCH] Typo in regcomp.c
70462              From: Chris Ball <chris@cpan.org>
70463              Date: 26 Jul 2002 17:49:35 +0100
70464              Message-Id: <868z3yzb6o.fsf@void.printf.net>
70465              (With additional tweak to s_reginclasslen.)
70466      Branch: perl
70467            ! regcomp.c
70468 ____________________________________________________________________________
70469 [ 17655] By: jhi                                   on 2002/07/25  20:37:16
70470         Log: Upgrade to Unicode::Collate 0.20.
70471      Branch: perl
70472            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
70473            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
70474 ____________________________________________________________________________
70475 [ 17654] By: jhi                                   on 2002/07/23  16:33:52
70476         Log: Commas, schcommas.
70477      Branch: perl
70478            ! patchlevel.h
70479 ____________________________________________________________________________
70480 [ 17644] By: jhi                                   on 2002/07/19  18:55:18
70481         Log: Copy perldelta as perl58delta, purge the perldelta.
70482      Branch: perl
70483            + pod/perl58delta.pod
70484            ! MANIFEST pod/perldelta.pod
70485 ____________________________________________________________________________
70486 [ 17642] By: jhi                                   on 2002/07/19  16:37:39
70487         Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
70488      Branch: perl
70489            ! Changes patchlevel.h
70490 ____________________________________________________________________________
70491 [ 17641] By: jhi                                   on 2002/07/19  16:31:08
70492         Log: Integrate perlio (no changes, but that's fine).
70493      Branch: perl
70494           !> embed.fnc perl.h
70495 ____________________________________________________________________________
70496 [ 17639] By: jhi                                   on 2002/07/19  00:47:18
70497         Log: It's all yours, Hugo.
70498      Branch: perl
70499            + Changes5.8
70500            ! Changes MANIFEST